summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (CRT0_DIR): Set to libc/.Thomas Fitzsimmons2002-04-179-56/+132
* * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrkAlexandre Oliva2002-04-132-4/+16
* * libc/include/sys/config.h: Include limits.h.Alexandre Oliva2002-04-132-0/+6
* 2002-04-12 Eric Norum <eric.norum@usask.com>Jeff Johnston2002-04-122-0/+12
* Fix typo.Tom Rix2002-04-092-1/+5
* 2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>Jeff Johnston2002-04-095-3/+452
* 2002-04-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-085-7/+72
* 2002-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-0411-11/+453
* 2002-04-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-0344-91/+8369
* 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-016-12/+139
* 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>Jeff Johnston2002-04-012-1/+8
* * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.Christopher Faylor2002-03-282-0/+5
* * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.Joern Rennecke2002-03-262-1/+7
* * libm/math/ef_hypot.c: Increase scale factor to 68.Richard Sandiford2002-03-222-6/+10
* * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-twoAlexandre Oliva2002-03-142-2/+7
* 2002-03-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-03-122-11/+15
* 2002-03-12 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2002-03-125-3/+60
* Add MIPS specific string/memory functionsMichael Meissner2002-03-118-6/+694
* 2002-03-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-03-063-2/+8
* * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.SJoern Rennecke2002-03-067-150/+502
* 2002-02-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-27120-1946/+3428
* 2002-02-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-252-2/+7
* * libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.Corinna Vinschen2002-02-232-0/+7
* * libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t insteadCorinna Vinschen2002-02-232-1/+6
* Add missing clobbered register.Nick Clifton2002-02-202-1/+6
* * configure.host (newlib_cflags): When host is in m68* addThomas Fitzsimmons2002-02-202-0/+6
* 2002-02-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-152-0/+16
* 2002-02-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2002-02-137-30/+203
* * libc/include/grp.h: Don't declare group functions when compilingCorinna Vinschen2002-02-102-0/+7
* * libc/include/grp.h: Include Cygwin specific header.Corinna Vinschen2002-02-094-2/+19
* * libc/include/sys/reent.h (_REENT_CHECK_EMERGENCY): AllocateMatthew Green2002-02-092-1/+6
* Contribute sh64-elf.Alexandre Oliva2002-02-0811-6/+403
* 2002-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-073-9/+28
* Fix typo.Jeff Johnston2002-02-051-1/+1
* 2002-02-05 Manik Raina <manik@cisco.com>Jeff Johnston2002-02-054-4/+13
* 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-02-042-0/+6
* * libc/reent/signgam.c (__signgam): Fix error in previous.Matthew Green2002-02-032-1/+5
* * implement a new `struct _reent' that is significantly smaller. use thisMatthew Green2002-02-0341-67/+445
* In ld/ChangeLog:Geoffrey Keating2002-02-016-1/+751
* * libc/include/sys/signal.h [__CYGWIN__]: Issue error messageThomas Fitzsimmons2002-01-282-0/+10
* * libc/include/sys/signal.h: Revert 2002-01-23 change.Thomas Fitzsimmons2002-01-252-1/+5
* * libc/include/sys/signal.h: Remove pthread_kill declarationThomas Fitzsimmons2002-01-242-1/+6
* * libc/include/time.h: Add prototype for strptime for Cygwin.Christopher Faylor2002-01-182-0/+5
* Fix bug when len == 1 and dst was not word aligned.Nick Clifton2002-01-172-2/+14
* _sbrk(): Return -1 rather than aborting if too much memory is requested.Nick Clifton2002-01-172-2/+15
* 2002-01-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-01-112-3/+7
* 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-01-072-6/+10
* 2002-01-07 Alan Matsuoka <alanm@redhat.com>Jeff Johnston2002-01-073-0/+10
* * libc/sys/cygwin/sys/utmp.h: Add definition of UTMP_FILE.Corinna Vinschen2001-12-282-0/+6
* In newlib/:Geoffrey Keating2001-12-2211-0/+2441