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
2013-12-19*** empty log message ***Corinna Vinschen
2013-12-18 * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen
2013-12-18.Christopher Faylor
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor
2013-12-18* autoload.cc (timeBeginPeriod): Delete.Christopher Faylor
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor
2013-12-18* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.Christopher Faylor
2013-12-17* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor
2013-12-11 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Define.Corinna Vinschen
2013-12-11 * mount.cc (fs_info::update): Fix formatting.Corinna Vinschen
2013-12-11 * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen
2013-12-102013-12-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2013-12-10 * libc/sys/rtems/include/limits.h: Update page size to matchCorinna Vinschen
2013-12-10signal hangChristopher Faylor
2013-12-10* globals.cc (hntdll): Define/declare.Christopher Faylor
2013-12-09 * include/cygwin/stdlib.h (initstate, random, setstate, srandom):Corinna Vinschen
2013-12-08 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28.Corinna Vinschen
2013-12-08*** empty log message ***Corinna Vinschen
2013-12-07 * new-features.xml (ov-new1.7.26): Add new section.Corinna Vinschen
2013-12-07 * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long pathCorinna Vinschen
2013-12-06* syscalls.cc (dup): Use cygheap_fdnew properly.Christopher Faylor
2013-12-05* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor
2013-12-052013-12-04 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-12-04* dtable.cc (dtable::find_unused_handle): When extending, always make sure thatChristopher Faylor
2013-12-04merge from gccDJ Delorie
2013-12-04* configure.ac: Back out stupid change.Christopher Faylor
2013-12-04* select.cc (select): Add workaround for, as yet undebugged, pathological case.Christopher Faylor
2013-12-03* configure.ac: Don't require 64-bit compiler for 32-bit builds.Christopher Faylor
2013-12-03 * libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline.Corinna Vinschen
2013-12-03 * libc/include/machine/_default_types.h: Move extern "C" afterCorinna Vinschen
2013-12-01* dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor
2013-12-01* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor
2013-12-01Fix ChangeLog entryCorinna Vinschen
2013-12-01 * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen
2013-12-01.Christopher Faylor
2013-12-01* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.Christopher Faylor
2013-12-01* dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor
2013-11-302013-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2013-11-302013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill
2013-11-29* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.Christopher Faylor
2013-11-29 * include/cygwin/stdlib.h(initstate, random, setstate, srandom) :Jon TURNEY
2013-11-29 * new-features.xml (ov-new1.7.26): Fix section ID and title. AddCorinna Vinschen
2013-11-28 * include/glob.h: Fix invalid use of 'restrict' error.Corinna Vinschen
2013-11-272013-11-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2013-11-27 * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen
2013-11-27 * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen
2013-11-27 * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUTCorinna Vinschen
2013-11-262013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com>Jeff Johnston