aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-10This commit was manufactured by cvs2svn to create branch 'cv-branch-2'.github/cv-branch-2cv-branch-2cvs2svn4984-1640109/+0
2009-06-10 * path.cc (oopts): Sort alphabetically, add missing "auto" andCorinna Vinschen2-31/+70
2009-06-09 * libc/ctype/tolower.c (tolower): Cast conversion result fromCorinna Vinschen3-2/+8
2009-06-09 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen3-35/+44
2009-06-08Fix ChangeLog entryCorinna Vinschen1-1/+1
2009-06-08 * autoload.cc (GetSystemTimes): Define.Corinna Vinschen3-39/+61
2009-06-08 * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen2-4/+5
2009-06-08 * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen2-1/+6
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen2-1/+7
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor9-185/+104
2009-06-07 * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missingCorinna Vinschen5-12/+2029
2009-06-07 * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen2-25/+72
2009-06-06 * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen2-5/+12
2009-06-06Print moxie addresses nicely.Anthony Green2-0/+6
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen3-36/+60
2009-06-05 * winbase.h (ilockexch): Fix asm constraints.Dave Korn2-11/+25
2009-06-05 * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen2-1/+5
2009-06-04 * fhandler_clipboard.cc: Avoid calling system_printf.Corinna Vinschen2-103/+112
2009-06-04 * new-features.sgml: Add changes to console BS and Space key.Corinna Vinschen2-0/+9
2009-06-04 * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen2-5/+9
2009-06-04 * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen2-1/+9
2009-06-04 * thread.cc (__cygwin_lock_lock): Delete racy optimisation.Dave Korn2-14/+10
2009-06-03merge from gccDJ Delorie2-0/+16
2009-06-03 * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen4-4/+112
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen2-1/+5
2009-06-03ChangeLog:Ulrich Weigand2-0/+12
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen2-12/+29
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen2-2/+10
2009-06-03 * Makefile.tpl (all): Avoid a trailing backslash.Ralf Wildenhues3-2/+10
2009-06-02 * config.sub, config.guess: Update from upstream sources.Ben Elliston3-40/+19
2009-06-022009-06-02 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2-5/+5
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen2-1/+9
2009-06-02 * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.Corinna Vinschen4-9/+19
2009-06-02* Makefile.tpl ([+compare-target+]): Compare all stageAlexandre Oliva3-15/+24
2009-06-01merge from gccDJ Delorie4-5/+45
2009-06-01bfd/H.J. Lu3-0/+8
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor2-7/+30
2009-05-30* cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor2-1/+5
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor2-4/+14
2009-05-29* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor2-5/+17
2009-05-292009-05-28 Doug Kwan <dougkwan@google.com>Doug Kwan3-2/+7
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor3-7/+12
2009-05-272009-05-27 Neal H. Walfield <neal@gnu.org>Jeff Johnston2-1/+10
2009-05-272009-05-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-4/+10
2009-05-27 * plugins.m4: New.Nick Clifton2-0/+15
2009-05-27* Makefile.tpl (all): Avoid harmless warning in make all whenAlexandre Oliva3-2/+8
2009-05-27Change explicitely to explicitly throughout.Christopher Faylor6-7/+11
2009-05-252009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-0/+35
2009-05-252009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-6/+11
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor2-35/+40