aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2003-08-23* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition toChristopher Faylor2-1/+6
2003-08-222003-08-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston47-225/+522
2003-08-192003-08-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+12
2003-08-132003-08-13 Aldy Hernandez <aldyh@redhat.com>Jeff Johnston2-0/+11
2003-08-132003-08-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+7
2003-07-312003-07-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston9-16/+28
2003-07-31Allocate 4 slots on stack before calling main, in case it saves its argumentNick Clifton3-8/+13
2003-07-292003-07-29 Honda Hiroki <hhonda@ipflex.com>Jeff Johnston2-1/+8
2003-07-29* libc/machine/mn10300/setjmp.S: Never emit both .am33 andAlexandre Oliva2-2/+8
2003-07-25* libc/stdio64/fdopen64.c: Include sys/lock.h.Christopher Faylor2-0/+5
2003-07-25* configure.host: Find cygwin include directory, when appropriate.Christopher Faylor1-0/+4
2003-07-25* libc/stdio64/fdopen64.c: New file.Christopher Faylor6-3/+137
2003-07-102000-04-27 Alexandre Oliva <aoliva@cygnus.com>Alexandre Oliva3-0/+50
2003-07-10 * libc/include/sys/unistd.h (ftruncate, truncate): Also declareJoern Rennecke7-9/+43
2003-07-09* libc/include/math.h (nan, nanf): Update prototype to C99.Alexandre Oliva5-11/+19
2003-07-072003-07-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-22/+4
2003-07-032003-07-03 Shaun Jackman <sjackman@pathwayconnect.com>Jeff Johnston2-0/+26
2003-07-022003-07-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+5
2003-07-022003-07-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+6
2003-06-272003-06-27 Jose Goncalves <jose.goncalves@inov.pt>Jeff Johnston2-1/+8
2003-06-272003-06-27 Joe Vornehm <joev@mitre.org>Jeff Johnston2-4/+9
2003-06-272003-06-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+10
2003-06-242003-06-24 Kazu Hirata <kazu@cs.umass.edu>Jeff Johnston8-99/+36
2003-06-24 * libc/sys/h8300hms/crt0.S (_start): Fix register sizes in callRichard Sandiford2-2/+7
2003-06-212003-06-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+7
2003-06-202003-06-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston13-18/+48
2003-06-11Fix typoNick Clifton2-1/+6
2003-06-10Commit iq2000 portAnthony Green10-0/+2650
2003-06-10 * libc/sys/h8300hms/setarch.h: New file.Richard Sandiford10-53/+32
2003-06-062003-06-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston43-103/+211
2003-06-06New structure containing fields used by the on_exit() function.Nick Clifton6-27/+84
2003-06-042003-06-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-4/+7
2003-06-032003-06-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston35-126/+165
2003-06-032003-06-03 Till Straumann <strauman@SLAC.Stanford.EDU>Jeff Johnston2-1/+8
2003-05-302003-05-30 Kelley Cook <kelleycook@wideopenwest.com>Jeff Johnston5-12/+20
2003-05-282003-05-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston564-3/+147374
2003-05-282003-05-28 Dhananjay Deshpande <dhananjayd@kpitcummins.com>Jeff Johnston8-1/+67
2003-05-13 * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.Corinna Vinschen5-5/+12
2003-05-13 * libc/locale/ldpart.c (__part_load_locale): SubstituteCorinna Vinschen6-9/+19
2003-05-12 * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.Corinna Vinschen2-1/+5
2003-05-12 * configure.host: Accomodate removing the libc/sys/cygwin dir.Corinna Vinschen17-2876/+59
2003-05-11 * libc/include/sys/types.h: Don't define key_t for Cygwin.Corinna Vinschen2-0/+6
2003-05-11* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bitChristopher Faylor2-3/+10
2003-05-09 * libc/include/sys/config.h: Remove all Cygwin specific configuration.Corinna Vinschen2-12/+7
2003-05-01oops - undo accidental change commited with a different patchNick Clifton1-1/+0
2003-04-24Add support for h8300hn and h8300snNick Clifton1-0/+1
2003-04-162003-04-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston15-5/+53
2003-04-15* newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin.Christopher Faylor2-0/+8
2003-04-09 * libc/machine/sh/memset.S: Avoid clobbering volatileJoern Rennecke2-9/+36
2003-04-09 * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.Corinna Vinschen7-7/+141