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
2008-06-12 * fhandler_console.cc (fhandler_console::open): Set console state last.cr-0x5f1Corinna Vinschen
2008-04-17 * dtable.cc (dtable::init_std_file_from_handle): Fix pipe related test.Corinna Vinschen
2008-03-06 * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen
2008-03-052008-03-05 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2008-03-05 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen
2008-03-04 Fix strtod("nan()", ptr).Corinna Vinschen
2008-03-04 Fix ftell bug after ungetc.Corinna Vinschen
2008-03-022008-03-01 Christopher Faylor <me+cygwin@cgf.cx>Corinna Vinschen
2008-02-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Call close_fsCorinna Vinschen
2008-02-28 * exceptions.cc (_cygtls::handle_exceptions): When being debugged,Corinna Vinschen
2008-02-28 * mkpasswd.c (main): Simplify generating SYSTEM entry. Add entriesCorinna Vinschen
2008-02-27 * cygtls.cc (_cygtls::init_exception_handler): Fix comment.Corinna Vinschen
2008-02-22 Fix strtod("-0x", NULL).Corinna Vinschen
2008-02-21* dtable.cc (dtable::init_std_file_from_handle): Try harder to make a pipe intoChristopher Faylor
2008-02-21 * sigproc.cc (sig_send): Use sigmask of target thread if it isCorinna Vinschen
2008-02-18 * exceptions.cc (handle_sigsuspend): Eliminate thread signal mask andCorinna Vinschen
2008-02-14 * thread.cc (pthread_kill): Deal with signal 0 as per POSIX and alsoCorinna Vinschen
2008-02-13 * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen
2008-01-24 * path.cc (fs_info::update): Fix Samba test to support recent as wellCorinna Vinschen
2008-01-15 * Makefile.in (install-libs): Overwrite newlib's libg.a with symlinkCorinna Vinschen
2007-12-23 * Makefile.in (cygcheck.exe): Don't link to ntdll.Brian Dessent
2007-12-14 * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.Corinna Vinschen
2007-12-14 * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen
2007-12-13 * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen
2007-12-11 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix R/O bitCorinna Vinschen
2007-12-11 * localtime.cc (tzset): Guard by a muto for thread safety.Corinna Vinschen
2007-12-11 * cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,Corinna Vinschen
2007-12-11 * libm/math/wf_tgamma.c: Add missing include.Corinna Vinschen
2007-12-11 * localtime.cc (tzset): Call tzsetwall only if it hasn't beenCorinna Vinschen
2007-12-11 * libm/math/w_atan2.c: Fix atan2 to be consistent with glibcCorinna Vinschen
2007-12-07 * regtool.cc (KEY_WOW64_64KEY): Define conditionally.Corinna Vinschen
2007-12-02 * include/ftw.h: Include sys/cdefs.h.Corinna Vinschen
2007-12-01 * include/cygwin/time.h (daylight): Declare as extern symbol referringCorinna Vinschen
2007-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.Corinna Vinschen
2007-11-29 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-11-26 * cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Corinna Vinschen
2007-11-22 * fhandler_registry.cc (must_encode): New function.Corinna Vinschen
2007-11-152007-03-01 Christopher Faylor <me@cgf.cx>Corinna Vinschen
2007-11-14 * include/cygwin/version.h: Bump DLL minor version number to 25.Corinna Vinschen
2007-11-142007-10-23 Jeff Johnston <jjohnstn@redhat.com>Corinna Vinschen
2007-11-122007-08-31 Dave Korn <dave.korn@artimi.com>Corinna Vinschen
2007-11-122007-11-08 Christopher Faylor <me+cygwin@cgf.cx>Corinna Vinschen
2007-11-12 * CYGWIN_LICENSE: Fix URL to open source definition.Corinna Vinschen
2007-11-122007-07-06 Jeff Johnston <jjohnstn@redhat.com>Corinna Vinschen
2007-08-03This commit was manufactured by cvs2svn to create branch 'cr-0x5f1'.cvs2svn
2007-06-29 Backport from HEAD:Brian Dessent
2007-06-29 * posix.sgml: List resolver functions in BSD section with referenceBrian Dessent
2007-06-29 * posix.sgml: Add functions implemented on HEAD to unimplementedBrian Dessent
2007-06-29 Backport documentation changes from HEAD.Brian Dessent
2007-06-29 Backport documentation changes from HEAD.Brian Dessent