Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-08* dyn-string.h: Adjust formatting.Christopher Faylor
2000-09-08* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.Christopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor
2000-09-07* sigproc.cc: Add include file for proper definitions.Christopher Faylor
2000-09-072000-09-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2000-09-07* Makefile.am: Fix space vs. tab problem in install-data-local.Christopher Faylor
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva
2000-09-06* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor
2000-09-06Add 'const' qualifiers where needed to avoid compiler warnings. Egor Duda
2000-09-06* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva
2000-09-06* path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor
2000-09-06Dummy file to accomodate programs which includeChristopher Faylor
2000-09-06* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor
2000-09-06* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor
2000-09-052000-08-31 Manfred Hollstein <manfredh@redhat.com>Jeff Johnston
2000-09-052000-09-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2000-09-05* rs6000/simulator.S: Use conditional returns for documentationGeoffrey Keating
2000-09-05* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva
2000-09-05doco addition.Alan Modra
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-05Add some reloc types.Alan Modra
2000-09-04Patch by Egor Duda <deo@logos-m.ru>:Corinna Vinschen
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor
2000-09-03Add ARRAY_SIZE macro from egcs versionNick Clifton
2000-09-03Fix formatting, add copyright noticeNick Clifton
2000-09-03* environ.cc (environ_init): Don't free the new environment table after we'veChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-09-03* Makefile.in: Add new goal "check"Christopher Faylor
2000-09-03* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor
2000-09-03Importing Egor's testsuite.Christopher Faylor
2000-09-03Importing Egor's testsuite.Christopher Faylor
2000-09-03Remove everythingChristopher Faylor
2000-09-03Remove READMEChristopher Faylor
2000-09-03remove everything and move it up a level.Christopher Faylor
2000-09-02* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for CanadianAlexandre Oliva
2000-09-02* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,Alexandre Oliva
2000-09-02* sigproc.cc (mychild): New function.Christopher Faylor
2000-09-02* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor
2000-09-02* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor
2000-09-01* Makefile.in: More normalization.Christopher Faylor
2000-09-01* Makefile.in: Normalize 'pwd' based on location of winsup.Christopher Faylor
2000-09-01* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor
2000-08-31* ltconfig, ltmain.sh: Updated from libtool multi-language branch.Alexandre Oliva
2000-08-31* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie
2000-08-312000-08-30 Kazu Hirata <kazu@hxi.com>Jeff Johnston
2000-08-302000-08-30 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston
2000-08-30Correct for missing patchGeoffrey Keating
2000-08-30 * libc/string/swab.c: Specify that it's defined in <unistd.h>.Geoffrey Keating