summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Minor cosmetic change.David Starks-Browning2000-09-121-1/+1
* * path.cc (normalize_posix_path): Correctly deal with a "." parameter.Christopher Faylor2000-09-112-5/+12
* * cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor2000-09-114-20/+29
* * Makefile.in: Refine dumper.exe message.Christopher Faylor2000-09-102-4/+9
* * dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor2000-09-104-10/+19
* * path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdirChristopher Faylor2000-09-103-10/+38
* * lib/_cygwin_crt0_common.cc: Add missing header files.Christopher Faylor2000-09-082-0/+6
* * sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor2000-09-085-18/+23
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-0863-274/+422
* * dyn-string.h: Adjust formatting.Christopher Faylor2000-09-082-4/+9
* * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.Christopher Faylor2000-09-082-0/+150
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-0724-307/+371
* * exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor2000-09-078-32/+55
* * sigproc.cc: Add include file for proper definitions.Christopher Faylor2000-09-064-1/+10
* 2000-09-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2000-09-062-1/+11
* * Makefile.am: Fix space vs. tab problem in install-data-local.Christopher Faylor2000-09-066-22/+41
* * Makefile.in (all-zlib): Added dummy target.Alexandre Oliva2000-09-062-0/+3
* * Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor2000-09-062-1/+7
* Add 'const' qualifiers where needed to avoid compiler warnings. Egor Duda2000-09-0698-113/+131
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva2000-09-065-85/+170
* * path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor2000-09-062-3/+13
* Dummy file to accomodate programs which includeChristopher Faylor2000-09-061-0/+6
* * path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor2000-09-062-4/+17
* * path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor2000-09-052-1/+6
* 2000-08-31 Manfred Hollstein <manfredh@redhat.com>Jeff Johnston2000-09-053-20/+25
* 2000-09-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2000-09-052-1/+6
* * rs6000/simulator.S: Use conditional returns for documentationGeoffrey Keating2000-09-052-13/+20
* * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva2000-09-052-2/+7
* doco addition.Alan Modra2000-09-052-1/+7
* * path.cc (cwd_win32): Eliminate.Christopher Faylor2000-09-056-316/+273
* Add some reloc types.Alan Modra2000-09-052-1/+14
* Patch by Egor Duda <deo@logos-m.ru>:Corinna Vinschen2000-09-042-1/+11
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-0414-27/+33
* Add ARRAY_SIZE macro from egcs versionNick Clifton2000-09-032-0/+6
* Fix formatting, add copyright noticeNick Clifton2000-09-032-46/+66
* * environ.cc (environ_init): Don't free the new environment table after we'veChristopher Faylor2000-09-032-1/+8
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-0344-1880/+2211
* * Makefile.in: Add new goal "check"Christopher Faylor2000-09-034-6/+15
* * Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor2000-09-032-56/+6
* Importing Egor's testsuite.Christopher Faylor2000-09-0399-5/+26942
* Importing Egor's testsuite.Christopher Faylor2000-09-0331-0/+6749
* Remove everythingChristopher Faylor2000-09-033-9/+0
* Remove READMEChristopher Faylor2000-09-031-42/+0
* remove everything and move it up a level.Christopher Faylor2000-09-035-804/+0
* * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for CanadianAlexandre Oliva2000-09-022-4/+25
* * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,Alexandre Oliva2000-09-022-1/+15
* * sigproc.cc (mychild): New function.Christopher Faylor2000-09-022-7/+25
* * sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor2000-09-012-2/+8
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-019-56/+81
* * Makefile.in: More normalization.Christopher Faylor2000-09-012-4/+7