summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.Ian Lance Taylor2008-05-122-1/+5
* * Makefile.in (DLL_OFILES): Remove _def_time.o.Corinna Vinschen2008-05-104-45/+35
* * include/sys/localedef.h: Remove.Corinna Vinschen2008-05-083-101/+24
* * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.Corinna Vinschen2008-05-088-701/+477
* 2008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-073-5/+9
* Fix typo and commit the write headerChris Sutcliffe2008-05-062-1/+5
* 2008-05-05 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2008-05-052-8/+6
* 2008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-044-1/+55
* 2008-05-02 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-032-0/+284
* 2008-04-02 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-033-1/+14
* 2008-05-01 Bart Oldeman <bartoldeman@users.sf.net>Chris Sutcliffe2008-05-032-3/+5
* * libc/include/stdint.h (SIZE_MIN): Remove.Mark Mitchell2008-05-024-2/+36
* * sysv_msg.cc: Add fix from upstream version 1.65.Corinna Vinschen2008-04-302-3/+15
* * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen2008-04-306-67/+19
* * mount.cc (is_unc_share): Allow \\?\ prefix as well. Enhance comment.Corinna Vinschen2008-04-303-21/+25
* Fix 2008-04-14 regression in asprintf(ptr,"").Eric Blake2008-04-307-43/+67
* * mount.cc (mount_info::from_fstab): Skip native path prefix inCorinna Vinschen2008-04-292-1/+13
* * syscalls.cc (rename): Use volume serial numbers stored in path_convCorinna Vinschen2008-04-292-15/+13
* * mips.h (INSN_MACRO): Move it up to the the pinfo macros.Adam Nemet2008-04-282-4/+16
* * path.cc (symlink_info::check): Avoid special handling forCorinna Vinschen2008-04-283-14/+14
* * kernel32.cc (CreateFileMappingW): Remove stray small_printf.Corinna Vinschen2008-04-282-1/+4
* * autoload.cc (IsWow64Process): Remove.Corinna Vinschen2008-04-286-11/+24
* * wincap.h (wincapc::wow64): Change type to BOOL.Corinna Vinschen2008-04-273-9/+12
* 2008-04-26 Yuval <uvman@users.sourceforge.net>Chris Sutcliffe2008-04-273-0/+438
* * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen2008-04-263-10/+17
* 2008-04-26 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-262-22/+134
* 2008-04-26 Chuck Wilson <cwilso11@users.sourceforge.net>Chris Sutcliffe2008-04-262-20/+7
* * libc/include/sys/stat.h: Guard at-functions with !__INSIDE_CYGWIN__.Corinna Vinschen2008-04-262-2/+7
* 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-263-55/+72
* 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-263-24/+14
* * Makefile.in (install): Drop install rules for postinstall script.Corinna Vinschen2008-04-252-2/+4
* * postinstall: Remove (Moved to base-cygwin package).Corinna Vinschen2008-04-252-298/+4
* * fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMALCorinna Vinschen2008-04-252-1/+7
* * fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDENCorinna Vinschen2008-04-252-9/+16
* * fhandler.cc (fhandler_base::open): Handle SYSTEM and HIDDEN attributesCorinna Vinschen2008-04-252-1/+6
* * libc/machine/arm/setjmp.S: Fix thumb2 support.Nick Clifton2008-04-254-1/+27
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Disable callingCorinna Vinschen2008-04-242-0/+9
* * fhandler_disk_file.cc (fhandler_base::utimens_fs): Fix typo inCorinna Vinschen2008-04-242-2/+7
* * libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITSNick Clifton2008-04-242-1/+11
* * cygwin-api.in.sgml: Add std-susv4 section to Compatibility chapter.Corinna Vinschen2008-04-242-0/+5
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-2410-26/+143
* * libc/include/sys/stat.h (UTIME_NOW): Define for Cygwin.Corinna Vinschen2008-04-242-0/+14
* * include/wait.h: New file.Corinna Vinschen2008-04-242-0/+20
* 2008-04-23 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2008-04-233-6/+11
* * mount.cc (usage): Mark -s and -u as ignored.Corinna Vinschen2008-04-232-15/+15
* * posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,Corinna Vinschen2008-04-232-0/+22
* * cygwin.din: Sort.Corinna Vinschen2008-04-235-5/+333
* * libc/include/stdio.h (renameat): Declare for Cygwin.Corinna Vinschen2008-04-235-2/+64
* 2008-04-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2008-04-233-137/+13
* * dcrt0.cc (dll_crt0_0): Move CWD initialization from here...Corinna Vinschen2008-04-222-2/+7