summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * libm/machine/configure.in (HAVE_LIBM_MACHINE_DIR): New conditional.Thomas Fitzsimmons2001-12-195-5/+28
* * libm/machine/Makefile.am: Change rules to create correct lib.a.Corinna Vinschen2001-12-193-14/+30
* 2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2001-12-1925-22/+86
* * Makefile.am (DOCDIR): Force to empty string when docThomas Fitzsimmons2001-12-183-1/+8
* * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equalThomas Fitzsimmons2001-12-185-8/+17
* * libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allowCorinna Vinschen2001-12-172-0/+7
* (vfiprintf.$(oext)): Likewise.Thomas Fitzsimmons2001-12-143-2/+3
* * libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) toThomas Fitzsimmons2001-12-143-2/+7
* * Makefile.shared: New file.Thomas Fitzsimmons2001-12-13249-3856/+26219
* 2001-12-13 Anita Kulkarni <anitak@kpit.com>Jeff Johnston2001-12-132-1/+4
* * libc/include/sys/unistd.h: Correct ualarm declaration.Christopher Faylor2001-12-062-1/+5
* For __USES_INITFINI__ preserve the argument vector before calling theNick Clifton2001-12-052-0/+9
* * libc/include/dirent.h: Protect against multiple inclusion.Christopher Faylor2001-11-302-0/+7
* * libc/include/sys/types.h: Define useconds_t.Christopher Faylor2001-11-283-0/+10