summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * path.cc (normalize_win32_path): Remove unneeded check for dots.Christopher Faylor2004-12-202-8/+7
* * path.cc (normalize_posix_path): Remove unneeded check for dots.Christopher Faylor2004-12-202-13/+20
* * include/wchar.h (wcsdup): Correct prototype.Danny Smith2004-12-203-2/+8
* * path.cc (normalize_win32_path): Make third arg pass-by reference. ReorganizeChristopher Faylor2004-12-192-60/+61
* * child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.Christopher Faylor2004-12-193-17/+42
* revert erroneous checkinChristopher Faylor2004-12-184-116/+98
* * fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor2004-12-186-106/+139
* 2004-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-17143-299/+368
* 2004-12-17 Christian Groessler <chris@groessler.org>Jeff Johnston2004-12-178-15/+691
* * sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor2004-12-172-12/+16
* 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>Joern Rennecke2004-12-163-77/+95
* include/elf/Richard Sandiford2004-12-162-0/+5
* * fhandler_console.cc (get_win32_attr): Avoid inappropriate intensityCorinna Vinschen2004-12-162-2/+8
* * cygwin.din: Add utmpx symbols.Corinna Vinschen2004-12-157-24/+184
* * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.Hans-Peter Nilsson2004-12-152-0/+6
* * tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.Corinna Vinschen2004-12-142-0/+11
* * fhandler_console.cc (read): Consider offset within scrollingCorinna Vinschen2004-12-142-2/+22
* 2004-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-132-9/+19
* * cygheap.h (cwdstuff::get_drive): Release cwd_lock.Corinna Vinschen2004-12-132-0/+5
* Correct attribution last changesHans-Peter Nilsson2004-12-131-1/+1
* * callback.h (CB_SYS_rename): New macro.Hans-Peter Nilsson2004-12-132-1/+3
* * callback.h (struct host_callback_struct): New member lstat.Hans-Peter Nilsson2004-12-132-0/+9
* * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel2004-12-122-1/+5
* merge from gccDJ Delorie2004-12-102-1/+6
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead ofCorinna Vinschen2004-12-102-1/+6
* * include/sys/strace.h: Don't output paranoid_printf by default.Christopher Faylor2004-12-102-1/+5
* * MAINTAINERS: List 'depcomp' as part of automake.Jim Blandy2004-12-092-0/+7
* 2004-12-09 Alex Mogilnikov <alx@intellectronika.ru>Jeff Johnston2004-12-092-1/+6
* * lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor2004-12-092-10/+23
* * mips.h (CPU_RM9000): Define.Ian Lance Taylor2004-12-092-0/+7
* * mips.h (E_MIPS_MACH_9000): Define.Ian Lance Taylor2004-12-092-0/+5
* * include/sqlext.h (SQL_INTERVAL_*): Correct macros.Danny Smith2004-12-092-8/+13
* * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.David Edelsohn2004-12-084-0/+13
* * Makefile.tpl: Generate normal dependencies if the LHS module isDJ Delorie2004-12-083-10/+10
* 2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>Jeff Johnston2004-12-082-3/+10
* 2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>Jeff Johnston2004-12-082-3/+11
* 2004-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-072-6/+8
* * include/winnt.h (TOKEN_INFORMATION_CLASS): AddDanny Smith2004-12-072-7/+35
* * pinfo.h (proc_pipe::*): Delete class.Christopher Faylor2004-12-063-48/+5
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-066-16/+25
* fix typoChristopher Faylor2004-12-051-1/+1
* * cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor2004-12-055-2/+16
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-059-377/+502
* * fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel2004-12-052-2/+6
* minor cleanupChristopher Faylor2004-12-052-3/+3
* * fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel2004-12-052-0/+6
* * environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor2004-12-032-1/+6
* 2004-12-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-033-4/+11
* 2004-12-03 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2004-12-033-6/+19
* Introduce config/gxx-include-dir.m4.Richard Sandiford2004-12-035-60/+79