aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2002-04-232002-04-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston6-10/+53
2002-04-22 * acinclude.m4 (newlib_cflags): Remove include directories thatThomas Fitzsimmons112-1550/+206
2002-04-202002-04-19 Bill SiegmundJeff Johnston9-452/+452
2002-04-192002-04-19 Alexandre Oliva <aoliva@redhat.com>Jeff Johnston1-5/+30
2002-04-192002-04-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston19-6/+3320
2002-04-192002-04-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+1
2002-04-172002-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+1
2002-04-172002-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
2002-04-172002-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston15-118/+743
2002-04-17 * configure.in (CRT0_DIR): Set to libc/.Thomas Fitzsimmons4-36/+95
2002-04-13* libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrkAlexandre Oliva1-4/+13
2002-04-13* libc/include/sys/config.h: Include limits.h.Alexandre Oliva1-0/+2
2002-04-122002-04-12 Eric Norum <eric.norum@usask.com>Jeff Johnston1-0/+4
2002-04-09Fix typo.Tom Rix1-1/+1
2002-04-092002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>Jeff Johnston4-3/+445
2002-04-082002-04-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-7/+64
2002-04-042002-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-9/+401
2002-04-032002-04-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston38-83/+8274
2002-04-012002-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-12/+116
2002-04-012002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>Jeff Johnston1-1/+4
2002-03-28* libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.Christopher Faylor1-0/+1
2002-03-26 * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.Joern Rennecke1-1/+2
2002-03-14* libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-twoAlexandre Oliva1-2/+2
2002-03-122002-03-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-11/+10
2002-03-122002-03-12 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston4-3/+53
2002-03-11Add MIPS specific string/memory functionsMichael Meissner7-3/+680
2002-03-062002-03-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+2
2002-03-06 * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.SJoern Rennecke6-150/+491
2002-02-272002-02-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston107-1687/+3014
2002-02-252002-02-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+2
2002-02-23 * libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.Corinna Vinschen1-0/+2
2002-02-23 * libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t insteadCorinna Vinschen1-1/+1
2002-02-20Add missing clobbered register.Nick Clifton1-1/+1
2002-02-152002-02-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+11
2002-02-132002-02-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston6-30/+192
2002-02-10 * libc/include/grp.h: Don't declare group functions when compilingCorinna Vinschen1-0/+2
2002-02-09 * libc/include/grp.h: Include Cygwin specific header.Corinna Vinschen3-2/+11
2002-02-09* libc/include/sys/reent.h (_REENT_CHECK_EMERGENCY): AllocateMatthew Green1-1/+1
2002-02-08Contribute sh64-elf.Alexandre Oliva9-4/+374
2002-02-072002-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-9/+19
2002-02-052002-02-05 Manik Raina <manik@cisco.com>Jeff Johnston3-4/+6
2002-02-042002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2002-02-03* libc/reent/signgam.c (__signgam): Fix error in previous.Matthew Green1-1/+1
2002-02-03* implement a new `struct _reent' that is significantly smaller. use thisMatthew Green36-59/+353
2002-02-01In ld/ChangeLog:Geoffrey Keating4-1/+742
2002-01-28 * libc/include/sys/signal.h [__CYGWIN__]: Issue error messageThomas Fitzsimmons1-0/+5
2002-01-25 * libc/include/sys/signal.h: Revert 2002-01-23 change.Thomas Fitzsimmons1-1/+1
2002-01-24 * libc/include/sys/signal.h: Remove pthread_kill declarationThomas Fitzsimmons1-1/+1
2002-01-18* libc/include/time.h: Add prototype for strptime for Cygwin.Christopher Faylor1-0/+1
2002-01-17Fix bug when len == 1 and dst was not word aligned.Nick Clifton1-2/+11