summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen2009-06-093-35/+44
* Fix ChangeLog entryCorinna Vinschen2009-06-081-1/+1
* * autoload.cc (GetSystemTimes): Define.Corinna Vinschen2009-06-083-39/+61
* * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen2009-06-082-4/+5
* * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen2009-06-082-1/+6
* * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen2009-06-082-1/+7
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-089-185/+104
* * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missingCorinna Vinschen2009-06-075-12/+2029
* * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen2009-06-072-25/+72
* * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen2009-06-062-5/+12
* Print moxie addresses nicely.Anthony Green2009-06-062-0/+6
* * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen2009-06-063-36/+60
* * winbase.h (ilockexch): Fix asm constraints.Dave Korn2009-06-052-11/+25
* * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen2009-06-052-1/+5
* * fhandler_clipboard.cc: Avoid calling system_printf.Corinna Vinschen2009-06-042-103/+112
* * new-features.sgml: Add changes to console BS and Space key.Corinna Vinschen2009-06-042-0/+9
* * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen2009-06-042-5/+9
* * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen2009-06-042-1/+9
* * thread.cc (__cygwin_lock_lock): Delete racy optimisation.Dave Korn2009-06-042-14/+10
* merge from gccDJ Delorie2009-06-032-0/+16
* * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen2009-06-034-4/+112
* * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen2009-06-032-1/+5
* ChangeLog:Ulrich Weigand2009-06-032-0/+12
* * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen2009-06-032-12/+29
* * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen2009-06-032-2/+10
* * Makefile.tpl (all): Avoid a trailing backslash.Ralf Wildenhues2009-06-033-2/+10
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2009-06-023-40/+19
* 2009-06-02 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-06-022-5/+5
* * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen2009-06-022-1/+9
* * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.Corinna Vinschen2009-06-024-9/+19
* * Makefile.tpl ([+compare-target+]): Compare all stageAlexandre Oliva2009-06-023-15/+24
* merge from gccDJ Delorie2009-06-014-5/+45
* bfd/H.J. Lu2009-06-013-0/+8
* * strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor2009-05-312-7/+30
* * cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor2009-05-302-1/+5
* * fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor2009-05-302-4/+14
* * path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor2009-05-292-5/+17
* 2009-05-28 Doug Kwan <dougkwan@google.com>Doug Kwan2009-05-293-2/+7
* * path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor2009-05-283-7/+12
* 2009-05-27 Neal H. Walfield <neal@gnu.org>Jeff Johnston2009-05-272-1/+10
* 2009-05-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-05-272-4/+10
* * plugins.m4: New.Nick Clifton2009-05-272-0/+15
* * Makefile.tpl (all): Avoid harmless warning in make all whenAlexandre Oliva2009-05-273-2/+8
* Change explicitely to explicitly throughout.Christopher Faylor2009-05-276-7/+11
* 2009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-05-252-0/+35
* 2009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-05-252-6/+11
* * net.cc (gethostby_helper): Use correct signedness.Christopher Faylor2009-05-202-35/+40
* PR other/40159Alexandre Oliva2009-05-193-9/+16
* * mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor2009-05-192-1/+6
* PR other/40159Alexandre Oliva2009-05-193-9/+15