summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* * libc/include/sys/config.h: Include limits.h.Alexandre Oliva2002-04-131-0/+2
* 2002-04-12 Eric Norum <eric.norum@usask.com>Jeff Johnston2002-04-121-0/+4
* Fix typo.Tom Rix2002-04-091-1/+1
* 2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>Jeff Johnston2002-04-094-3/+445
* 2002-04-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-084-7/+64
* 2002-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-045-9/+401
* 2002-04-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-0338-83/+8274
* 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-015-12/+116
* 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>Jeff Johnston2002-04-011-1/+4
* * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.Christopher Faylor2002-03-281-0/+1
* * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.Joern Rennecke2002-03-261-1/+2
* * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-twoAlexandre Oliva2002-03-141-2/+2
* 2002-03-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-03-121-11/+10
* 2002-03-12 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2002-03-124-3/+53
* Add MIPS specific string/memory functionsMichael Meissner2002-03-117-3/+680
* 2002-03-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-03-062-2/+2
* * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.SJoern Rennecke2002-03-066-150/+491
* 2002-02-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-27107-1687/+3014
* 2002-02-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-251-2/+2
* * libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.Corinna Vinschen2002-02-231-0/+2
* * libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t insteadCorinna Vinschen2002-02-231-1/+1
* Add missing clobbered register.Nick Clifton2002-02-201-1/+1
* 2002-02-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-151-0/+11
* 2002-02-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2002-02-136-30/+192
* * libc/include/grp.h: Don't declare group functions when compilingCorinna Vinschen2002-02-101-0/+2
* * libc/include/grp.h: Include Cygwin specific header.Corinna Vinschen2002-02-093-2/+11
* * libc/include/sys/reent.h (_REENT_CHECK_EMERGENCY): AllocateMatthew Green2002-02-091-1/+1
* Contribute sh64-elf.Alexandre Oliva2002-02-089-4/+374
* 2002-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-072-9/+19
* 2002-02-05 Manik Raina <manik@cisco.com>Jeff Johnston2002-02-053-4/+6
* 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-041-0/+1
* * libc/reent/signgam.c (__signgam): Fix error in previous.Matthew Green2002-02-031-1/+1
* * implement a new `struct _reent' that is significantly smaller. use thisMatthew Green2002-02-0336-59/+353
* In ld/ChangeLog:Geoffrey Keating2002-02-014-1/+742
* * libc/include/sys/signal.h [__CYGWIN__]: Issue error messageThomas Fitzsimmons2002-01-281-0/+5
* * libc/include/sys/signal.h: Revert 2002-01-23 change.Thomas Fitzsimmons2002-01-251-1/+1
* * libc/include/sys/signal.h: Remove pthread_kill declarationThomas Fitzsimmons2002-01-241-1/+1
* * libc/include/time.h: Add prototype for strptime for Cygwin.Christopher Faylor2002-01-181-0/+1
* Fix bug when len == 1 and dst was not word aligned.Nick Clifton2002-01-171-2/+11
* _sbrk(): Return -1 rather than aborting if too much memory is requested.Nick Clifton2002-01-171-2/+10
* 2002-01-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-01-111-3/+1
* 2002-01-07 Alan Matsuoka <alanm@redhat.com>Jeff Johnston2002-01-072-0/+4
* * libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.Corinna Vinschen2001-12-281-0/+2
* In newlib/:Geoffrey Keating2001-12-229-0/+2418
* 2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2001-12-193-18/+6
* * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equalThomas Fitzsimmons2001-12-184-8/+8
* * libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allowCorinna Vinschen2001-12-171-0/+2
* (vfiprintf.$(oext)): Likewise.Thomas Fitzsimmons2001-12-142-2/+2
* * libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) toThomas Fitzsimmons2001-12-142-2/+2
* * Makefile.shared: New file.Thomas Fitzsimmons2001-12-13196-3480/+13864