summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2001-12-13 Anita Kulkarni <anitak@kpit.com>Jeff Johnston2001-12-131-1/+0
* * libc/include/sys/unistd.h: Correct ualarm declaration.Christopher Faylor2001-12-061-1/+1
* For __USES_INITFINI__ preserve the argument vector before calling theNick Clifton2001-12-051-0/+4
* * libc/include/dirent.h: Protect against multiple inclusion.Christopher Faylor2001-11-301-0/+3
* * libc/include/sys/types.h: Define useconds_t.Christopher Faylor2001-11-282-0/+5
* * libc/sys/cygwin/sys/dirent.h (DIR): Add another internal element.Christopher Faylor2001-11-211-6/+7
* * libc/sys/mmixware/*: Tweak license header in all source files.Hans-Peter Nilsson2001-11-1829-87/+174
* * libc/include/alloca.h: Move libc/sys/linux/include/alloca.hCorinna Vinschen2001-11-143-13/+23
* Add __stack_base__Anthony Green2001-11-131-1/+2
* * libc/sys/mmixware/*: Correct spacing in all source files.Hans-Peter Nilsson2001-11-1330-226/+197
* 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2001-11-1237-0/+3436
* * libc/include/sys/unistd.h: Add prototypes for endusershell(),Corinna Vinschen2001-11-052-0/+16
* 2001-10-24 Christopher Faylor <cgf@redhat.com>Jeff Johnston2001-10-241-0/+1
* * libc/include/math.h: The C++ standard adds the single-precisionGeoffrey Keating2001-10-231-0/+8
* * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout.Christopher Faylor2001-10-224-24/+3
* Add __rtems__ as system defining fchdir().Corinna Vinschen2001-10-171-1/+1
* * libc/include/sys/unistd.h: Add prototype for fchdir() whenCorinna Vinschen2001-10-171-0/+3
* 2001-10-01 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston2001-10-019-22/+306
* oops omitted in previous deltaNick Clifton2001-09-181-14/+26
* * libc/include/process.h: Add getpid() declaration.Christopher Faylor2001-09-171-0/+1
* 2001-09-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-09-136-3/+307
* Thu Sep 13 08:49:49 2001 Jason Tishler <jason@tishler.net>Jeff Johnston2001-09-131-2/+3
* 2001-09-07 Jeff Law <law@redhat.com>Jeff Johnston2001-09-071-3/+3
* * libc/sys/cygwin/include/unistd.h: New file, wrapping sys/unistd.hCorinna Vinschen2001-09-051-0/+9
* 2001-09-04 Jason Merrill <jason_merrill@redhat.com>Jeff Johnston2001-09-041-0/+18
* * libc/sys/cygwin/sys/dirent.h (struct dirent): Add version numberCorinna Vinschen2001-09-031-1/+4
* * libc/sys/cygwin/sys/dirent.h (struct dirent): Add `d_fd' member.Corinna Vinschen2001-09-031-1/+4
* 2001-08-29 Joel Sherrill <joel@OARcorp.com>Jeff Johnston2001-08-2917-3/+61
* 2001-08-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-294-6/+23
* * configure.host (h8300-*-elf*, h8500-*-elf*): New cases.Joern Rennecke2001-08-292-0/+11
* * libc/include/sys/errno.h: Add a cautionary comment.Christopher Faylor2001-08-261-0/+2
* 2001-08-21 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-211-1/+1
* * libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro arguments.Christopher Faylor2001-08-142-4/+12
* 2001-08-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-131-0/+14
* 2001-08-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-021-1/+6
* 2001-07-12 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2001-07-131-2/+0
* Handle ARMs with big endian IEEE words but little endian IEEE bytesNick Clifton2001-06-282-3/+5
* 2001-06-11 Danny Smith <dannysmith@users.sourceforge.net>Jeff Johnston2001-06-111-0/+2
* 2001-06-11 Egor Duda <deo@logos-m.ru>Jeff Johnston2001-06-111-16/+62
* * libc/stdlib/mbtowc_r.c (_mbtowc_r): Avoid dereferencingJonathan Larmour2001-06-111-2/+4
* Handle printf ("%#.0o",0);Nick Clifton2001-05-281-0/+12
* Fix bug when both pointers have matching, non-word alignment, and the lengthNick Clifton2001-05-251-85/+88