summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 andAlexandre Oliva2000-09-252-1/+7
* * spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor2000-09-256-46/+50
* Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again.Jim Wilson2000-09-222-1/+7
* * libc/signal/signal.c (__sigtramp_r): ISO C requiresGeoffrey Keating2000-09-192-30/+27
* * spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] asChristopher Faylor2000-09-192-1/+7
* * path.h: Create new input path flag PATH_NEEDDIR.Christopher Faylor2000-09-193-3/+31
* * cygpath.cc: Add new options: -s and -i.Christopher Faylor2000-09-193-16/+136
* * fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which causedChristopher Faylor2000-09-182-1/+6
* * path.cc (mount_info::read_mounts): Don't delete mount entries of which mountChristopher Faylor2000-09-182-77/+58
* * exceptions.cc (interruptible): Return 0 if given an address in uncommittedChristopher Faylor2000-09-182-1/+6
* * signal.cc (sleep): If interrupted by signal, return theEgor Duda2000-09-162-8/+16
* * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor2000-09-165-6/+12
* Update entry "How can I find out which dlls are needed by an executable?"David Starks-Browning2000-09-141-3/+15
* New entry 'Why doesn't chmod work?'David Starks-Browning2000-09-141-0/+14
* New entry "My Windows logon name has a space in it, will this cause problems?"David Starks-Browning2000-09-141-0/+16
* Update (& alphabetize) contents of 'latest'.David Starks-Browning2000-09-141-13/+13
* minor cosmeticDavid Starks-Browning2000-09-141-2/+2
* * sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,Alexandre Oliva2000-09-142-9/+20
* Add support for the MIPS32Nick Clifton2000-09-144-18/+65
* Commit change mentioned in ChangeLog.Christopher Faylor2000-09-131-0/+2
* * spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor2000-09-134-15/+64
* 2000-09-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2000-09-132-7/+12
* 2000-09-13 Will Cohen <wcohen@redhat.com>Jeff Johnston2000-09-132-3/+15
* New entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"David Starks-Browning2000-09-131-0/+4
* Contents split into how-*.texinfo. (Had gotten too big.)David Starks-Browning2000-09-131-1361/+4
* New files, contents of how.texinfo has been split into these.David Starks-Browning2000-09-134-0/+1361
* * kill.cc (main): Change behavior of -f so that it will force the killing of aChristopher Faylor2000-09-132-6/+24
* * external.cc (fillout_pinfo): Handle explicit pids correctly.Christopher Faylor2000-09-132-3/+7
* * path.cc (normalize_posix_path): Fix more slashdot madness.Christopher Faylor2000-09-122-6/+10
* 2000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell2000-09-123-16/+43
* * Makefile.in: Make clean target remove *.d.Christopher Faylor2000-09-122-1/+5
* New entry "dllwrap is broken".David Starks-Browning2000-09-121-0/+11
* New entry "Ctrl-S hangs rxvt and xterm".David Starks-Browning2000-09-121-0/+27
* Add some details about AV software.David Starks-Browning2000-09-121-3/+8
* Update "How do I rebuild the tools on my NT box?": add links to ancillary doc...David Starks-Browning2000-09-121-3/+10
* Remove obsolete B20.1 entries. Chapter now empty.David Starks-Browning2000-09-121-22/+1
* New section "Recent history of the project: What version *is* this, anyway?".David Starks-Browning2000-09-121-3/+71
* 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