summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* 2004-06-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-06-022-0/+8
* 2004-05-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-05-271-5/+10
* 2004-05-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-05-262-0/+8
* 2004-05-25 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-05-265-20/+23
* * libc/include/grp.h: Declare getgrnam_r and getgrgid_r also on Cygwin.Corinna Vinschen2004-05-171-2/+0
* 2004-05-11 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-05-111-2/+2
* * libc/include/machine/endian.h: Add missing endif.Aldy Hernandez2004-05-081-0/+1
* 2004-05-07 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-05-074-7/+54
* 2004-05-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-05-071-0/+1
* 2004-05-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-05-076-45/+42
* 2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-05-031-6/+16
* 2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-05-032-6/+21
* 2004-04-28 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-282-5/+5
* * libc/machine/powerpc/vfscanf.c (__svfscanf_r): Fix typo inAldy Hernandez2004-04-261-0/+2
* 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-2331-95/+133
* 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-04-231-30/+49
* 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-04-231-0/+2
* 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-2378-1090/+1398
* 2004-04-21 J"orn Rennecke <joern.rennecke@superh.com>Jeff Johnston2004-04-221-17/+38
* * libc/include/sys/unistd.h (ttyname_r): Add missing comma.Corinna Vinschen2004-04-201-1/+1
* * libc/include/sys/unistd.h (ttyname_r): Add declaration for Cygwin.Corinna Vinschen2004-04-201-0/+3
* * libc/include/sys/unistd.h (sync): Define void on Cygwin accordingCorinna Vinschen2004-04-101-0/+4
* 2004-04-08 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-087-7/+79
* 2004-04-08 Eric Christopher <echristo@redhat.com>Jeff Johnston2004-04-081-1/+1
* 2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-021-0/+3
* 2004-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-04-021-1/+7
* 2003-03-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-03-312-1/+4
* 2003-03-30 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-03-301-0/+4
* 2004-03-25 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-03-2511-54/+109
* 2004-03-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-03-252-2/+6
* 2004-03-11 Kazu Hirata <kazu@cs.umass.edu>Jeff Johnston2004-03-114-37/+19
* 2004-03-09 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-03-091-5/+46
* * libc/include/time.h (TIMER_RELTIME): New define.Christopher Faylor2004-02-091-1/+5
* 2004-02-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-02-092-2/+2
* * libc/include/sys/features.h: Add _POSIX_TIMERS define for __CYGWIN__.Christopher Faylor2004-02-093-9/+14
* Remove fixme comment for __arm__ added with last patch.Jeff Johnston2004-02-051-5/+1
* 2004-02-05 Paul Brook <paul@codesourcery.com>Jeff Johnston2004-02-051-5/+19
* 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-02-02123-3455/+5319
* 2004-02-02 Joel Sherrill <joel@oarcorp.com>Jeff Johnston2004-02-028-0/+2726
* 2004-01-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-01-311-4/+7
* 2004-01-30 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-01-301-3/+421
* 2004-01-30 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-01-301-0/+8
* 2004-01-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-01-281-2/+22
* 2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-01-27102-838/+562
* 2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-01-23299-4870/+102184
* 2004-01-22 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-01-221-0/+12
* 2004-01-21 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-01-213-6/+19
* 2004-01-19 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-01-192-2/+2
* * libc/stdio/vfprintf.c: Add sys/lock.h include.Christopher Faylor2004-01-171-0/+1
* 2004-01-16 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2004-01-162-4/+5