aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2000-07-28This commit was manufactured by cvs2svn to create branch 'cygwin-1-1-4'.github/cygwin-1-1-4cygwin-1-1-4cvs2svn1525-283202/+0
2000-07-28Declare __infinity as an array to work around problems with small data supportMichael Meissner4-9/+27
2000-07-27* libc/include/math.h: Use appropriate dll import linkage for Cygwin.Christopher Faylor2-0/+9
2000-07-13* libc/stdio/vfprintf.c: pad 0.0 correctly with %eDJ Delorie2-1/+5
2000-06-28Wed Jun 28 14:08:00 2000 Keith Walker <keith.walker@arm.com>Jeff Johnston2-0/+6
2000-06-27Tue Jun 27 15:49:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>Jeff Johnston4-2/+27
2000-06-22Thu Jun 22 18:35:00 2000 Ranjith Kumaran <ranjith@cygnus.com>Ranjith Kumaran2-5/+7
2000-06-20Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston3-2/+9
2000-06-16 * libc/include/sys/unistd.h: Add prototypes for `seteuid' andCorinna Vinschen2-0/+9
2000-06-15New file. A brief list of who maintains newlib.Ranjith Kumaran1-0/+38
2000-06-14 * libc/stdio/fdopen.c (_fdopen_r): Take explicit givenCorinna Vinschen2-0/+10
2000-06-09Fri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston3-6/+19
2000-06-09Thu Jun 8 21:18:00 2000 Ranjith Kumaran <ranjith@cygnus.com>Ranjith Kumaran3-1/+12
2000-06-08Thu Jun 8 17:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-1/+36
2000-06-03* libc/include/string.h: Work around problem with strsignal and gdb.Christopher Faylor2-0/+6
2000-05-30* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__Christopher Faylor14-23/+39
2000-05-262000-05-26 Marek Michalkiewicz <marekm@linux.org.pl>Jeff Johnston15-32/+53
2000-05-23* libc/stdio/stdio.c (__stextmode): new, see if file is text modeDJ Delorie8-4/+63
2000-05-18* libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLEDJ Delorie2-0/+23
2000-05-15Mon May 15 18:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-2/+7
2000-05-15Mon May 15 14:26:00 2000 Joel Sherrill <joel@oarcorp.com>Ranjith Kumaran2-0/+32
2000-05-11Add minimal ia64 support.Jim Wilson3-1/+14
2000-05-10Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>Jeff Johnston2-1/+7
2000-05-03 * libc/include/sys/errno.h: Add define for ENOSHARE ("No suchCorinna Vinschen2-1/+7
2000-05-03Tue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com>Jeff Johnston7-2/+143
2000-04-27* libc/machine/mn10300/setjmp.S (setjmp, longjmp): UseAlexandre Oliva2-8/+15
2000-04-17Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>Jeff Johnston20-45/+74
2000-04-16 * libc/posix/execvp.c (execvp): Check path forCorinna Vinschen2-1/+6
2000-04-02 * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen2-0/+8
2000-03-24Fri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston106-142/+208
2000-03-24Fix compile time warning messages.Nick Clifton2-21/+32
2000-03-23Thu Mar 22 14:57:00 2000 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-1/+11
2000-03-22Tue Mar 21 19:08:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-1/+5
2000-03-17Fri Mar 17 15:37:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-2/+13
2000-03-13Mon Mar 13 15:22:00 2000 Sergei Organov <osv@javad.ru>Ranjith Kumaran2-1/+5
2000-03-10Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-0/+5
2000-03-10* libc/stdio/putw.c (putw): Return 0 on success, to be compliantAlexandre Oliva2-5/+7
2000-03-09Thu Mar 9 17:20:41 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston3-5/+13
2000-03-08Wed Mar 8 17:11:41 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston3-3/+8
2000-03-08* libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.Alexandre Oliva6-37/+74
2000-03-08* libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.Alexandre Oliva6-3/+63
2000-03-08* libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.Alexandre Oliva6-2/+160
2000-02-25Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-3/+8
2000-02-24Thu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>Ranjith Kumaran4-3/+13
2000-02-22Tue Feb 22 14:37:00 2000 Ran Cabell <rcabell@norfolk.infi.net>Ranjith Kumaran2-2/+7
2000-02-21Mon Feb 21 11:43:50 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-2/+7
2000-02-21Update.Christopher Faylor2-7/+20
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1520-0/+282219