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-26 * Makefile.def (host_modules): Add cgen.cgen-1_1-branchDoug Evans
2009-06-17This commit was manufactured by cvs2svn to create branch 'cgen-1_1-branch'.cgen-1_1-branchpointcvs2svn
2009-06-172009-06-17 Michael Eager <eager@eagercon.com>Jeff Johnston
2009-06-17 * fhandler_socket.cc (fhandler_socket::recv_internal): Mark WSARecvMsgCorinna Vinschen
2009-06-17* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.Christopher Faylor
2009-06-16 * libc/include/locale.h (struct lconv): Add missing members requiredCorinna Vinschen
2009-06-16* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor
2009-06-16 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen
2009-06-162009-06-16 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2009-06-162009-06-16 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
2009-06-16merge from gccDJ Delorie
2009-06-16 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen
2009-06-15 * configure.ac: Define is_elf for QNX Neutrino targets.Nick Clifton
2009-06-15 PR 10263Nick Clifton
2009-06-15* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor
2009-06-14 * localtime.cc (time2): Take another stab at fixing a compiler warning.Corinna Vinschen
2009-06-14* localtime.cc (time2): Take a stab at fixing a compiler warning.Christopher Faylor
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor
2009-06-13 * fhandler_socket.cc (fhandler_socket::recv_internal): Set namelenCorinna Vinschen
2009-06-12 * faq-using.xml (faq.using.emacs): Update.Corinna Vinschen
2009-06-12 * localtime.cc (time2): Change "spring gap" to "spring forward gap"Corinna Vinschen
2009-06-12 * localtime.cc (time2): Add workaround for spring gap problem. AddCorinna Vinschen
2009-06-12 * Makefile.in (SUBLIBS): Add librt.a.Corinna Vinschen
2009-06-12Improve ChangeLog entry. Fix posix_ipc.cc copyrightCorinna Vinschen
2009-06-12 * posix_ipc.cc (check_path): Fix typo in comment. Align namingCorinna Vinschen
2009-06-11Add PC-relative branch instructions to moxie port.Anthony Green
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