Age | Commit message (Expand) | Author | Files | Lines |
2005-10-22 | * fhandler_socket.cc (fhandler_socket::connect): Don't restrict | Corinna Vinschen | 3 | -16/+35 |
2005-10-22 | * fhandler.h (class fhandler_socket): Add timeout parameter to wait() | Corinna Vinschen | 4 | -55/+37 |
2005-10-22 | 2005-10-22 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 3 | -31/+83 |
2005-10-22 | * include/cygwin/version.h: Fix typo. | Corinna Vinschen | 2 | -1/+5 |
2005-10-21 | Fix typo | Mark Mitchell | 1 | -1/+1 |
2005-10-21 | * texi2pod.pl: Substitue for @value even when part of @include. | Mark Mitchell | 2 | -3/+8 |
2005-10-21 | * texi2pod.pl: Import latest version from GCC. | Bob Wilson | 2 | -17/+36 |
2005-10-21 | * dir.cc (rmdir): Eliminate nonsensical code. | Christopher Faylor | 3 | -5/+8 |
2005-10-20 | 2005-10-20 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -22/+51 |
2005-10-20 | 2005-10-20 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 3 | -10/+24 |
2005-10-20 | * libc/include/sys/time.h: Declare futimes and lutimes for Cygwin. | Corinna Vinschen | 2 | -0/+8 |
2005-10-20 | * cygwin.din (futimes): Export. | Corinna Vinschen | 4 | -5/+47 |
2005-10-20 | PR bootstrap/18939 | Eric Botcazou | 3 | -2/+8 |
2005-10-19 | * sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower. | Christopher Faylor | 2 | -31/+26 |
2005-10-19 | * sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower. | Christopher Faylor | 1 | -0/+5 |
2005-10-19 | * autoload.cc: Revert loading rcmd, rexec, rresvport and inet_network | Corinna Vinschen | 2 | -4/+11 |
2005-10-19 | * times.cc (utimes): Only consider fds opened with write access. | Christopher Faylor | 2 | -1/+6 |
2005-10-19 | * fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle if | Christopher Faylor | 3 | -19/+51 |
2005-10-19 | * pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actually | Christopher Faylor | 2 | -5/+15 |
2005-10-19 | * cygtls.cc (handle_threadlist_exception): Improve diagnostic output. | Christopher Faylor | 3 | -8/+14 |
2005-10-18 | * autoload.cc (NtLockVirtualMemory): Import. | Corinna Vinschen | 10 | -14/+160 |
2005-10-18 | * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin. | Corinna Vinschen | 2 | -0/+5 |
2005-10-18 | * sigproc.cc (child_info::sync): Use correct name when closing to prevent | Christopher Faylor | 3 | -1/+9 |
2005-10-18 | * sigproc.cc (child_info::sync): Fix typo which caused hProcess to never be | Christopher Faylor | 2 | -3/+8 |
2005-10-17 | Change process_lock to lock_process throughout. Change all calls to new | Christopher Faylor | 18 | -85/+162 |
2005-10-17 | * autoload.cc: Never load wsock32.dll. Load all wsock32 function | Corinna Vinschen | 8 | -466/+401 |
2005-10-17 | 2005-10-17 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 3 | -6/+12 |
2005-10-17 | * configure.in (bfin-*-*): Use test, not brackets, in if statement. | Bernd Schmidt | 3 | -2/+7 |
2005-10-17 | Check in previously ChangeLoged entry. | Christopher Faylor | 1 | -1/+1 |
2005-10-16 | * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes. | John David Anglin | 2 | -1/+8 |
2005-10-15 | * include/limits.h (SSIZE_MAX): Define. | Danny Smith | 2 | -9/+19 |
2005-10-14 | 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 11 | -108/+146 |
2005-10-14 | 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -9/+14 |
2005-10-14 | 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -2/+13 |
2005-10-14 | 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -0/+5 |
2005-10-14 | 2005-10-14 Bob Wilson <bob.wilson@acm.org> | Jeff Johnston | 6 | -14/+74 |
2005-10-14 | 2005-10-14 Bob Wilson <bob.wilson@acm.org> | Jeff Johnston | 2 | -4/+30 |
2005-10-14 | 2005-10-14 Bob Wilson <bob.wilson@acm.org> | Jeff Johnston | 5 | -5/+13 |
2005-10-14 | * Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA). | Christopher Faylor | 2 | -1/+7 |
2005-10-13 | 2005-10-13 Wu Yongwei <adah@users.sourceforge.net> | Danny Smith | 2 | -0/+20 |
2005-10-13 | * gas/hppa/basic/basic.exp (do_system): Adjust for removal of lha | John David Anglin | 2 | -4/+6 |
2005-10-12 | * dir.cc (mkdir): Abandon use of PC_WRITABLE. | Christopher Faylor | 4 | -13/+16 |
2005-10-12 | * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert an | Corinna Vinschen | 2 | -2/+13 |
2005-10-12 | * include/winbase.h (GetProcessId): Remove duplicate declaration. | Danny Smith | 2 | -4/+6 |
2005-10-12 | * include/stddef.h: Remove. | Danny Smith | 3 | -14/+5 |
2005-10-12 | * mingwex/complex/csqrt.c (csqrt): The sign of real part | Danny Smith | 4 | -8/+16 |
2005-10-12 | * include/time.h (_time64): Correct prototype. | Danny Smith | 2 | -1/+5 |
2005-10-11 | 2005-10-11 Shaun Jackman <sjackman@gmail.com> | Jeff Johnston | 7 | -40/+238 |
2005-10-11 | 2005-10-11 David Weatherford <weath@tensilica.com> | Jeff Johnston | 2 | -2/+15 |
2005-10-11 | Add ChangeLog: * include/winbase.h (GetProcessId): Declare. | Christopher Faylor | 3 | -1/+7 |