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 * wincap.h (wincaps::has_broken_alloc_console): New element.Corinna Vinschen
2009-06-25 * sec_auth.cc (lsaauth): Close unused handle.Corinna Vinschen
2009-06-23 * sec_auth.cc (get_server_groups): Ignore errors fromCorinna Vinschen
2009-06-22 * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen
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* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor
2009-06-16 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen
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 * 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-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 * 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-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 * 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-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen
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-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen
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-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor
2009-05-19* mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor
2009-05-18* mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.Christopher Faylor
2009-05-15 * wchar.h (sys_mbstowcs): Add missing __stdcall attribute.Corinna Vinschen
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-14* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor