Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-10This commit was manufactured by cvs2svn to create branch 'cv-branch-2'.cv-branch-2cvs2svn
2009-06-10 * path.cc (oopts): Sort alphabetically, add missing "auto" andCorinna Vinschen
2009-06-09 * libc/ctype/tolower.c (tolower): Cast conversion result fromCorinna Vinschen
2009-06-09 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen
2009-06-09Fix ChangeLog entryCorinna Vinschen
2009-06-09 * autoload.cc (GetSystemTimes): Define.Corinna Vinschen
2009-06-08 * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen
2009-06-08 * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor
2009-06-07 * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missingCorinna Vinschen
2009-06-07 * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen
2009-06-06 * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen
2009-06-06Print moxie addresses nicely.Anthony Green
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen
2009-06-05 * winbase.h (ilockexch): Fix asm constraints.Dave Korn
2009-06-05 * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen
2009-06-04 * fhandler_clipboard.cc: Avoid calling system_printf.Corinna Vinschen
2009-06-04 * new-features.sgml: Add changes to console BS and Space key.Corinna Vinschen
2009-06-04 * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen
2009-06-04 * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen
2009-06-04 * thread.cc (__cygwin_lock_lock): Delete racy optimisation.Dave Korn
2009-06-04merge from gccDJ Delorie
2009-06-03 * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen
2009-06-03ChangeLog:Ulrich Weigand
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen
2009-06-03 * Makefile.tpl (all): Avoid a trailing backslash.Ralf Wildenhues
2009-06-03 * config.sub, config.guess: Update from upstream sources.Ben Elliston
2009-06-032009-06-02 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen
2009-06-02 * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.Corinna Vinschen
2009-06-02* Makefile.tpl ([+compare-target+]): Compare all stageAlexandre Oliva
2009-06-01merge from gccDJ Delorie
2009-06-01bfd/H.J. Lu
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor
2009-05-30* cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor
2009-05-30* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor
2009-05-292009-05-28 Doug Kwan <dougkwan@google.com>Doug Kwan
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor
2009-05-272009-05-27 Neal H. Walfield <neal@gnu.org>Jeff Johnston
2009-05-272009-05-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2009-05-27 * plugins.m4: New.Nick Clifton
2009-05-27* Makefile.tpl (all): Avoid harmless warning in make all whenAlexandre Oliva
2009-05-27Change explicitely to explicitly throughout.Christopher Faylor
2009-05-252009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-05-252009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor