aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-08* exceptions.h (cygwin_exception::open_stackdumpfile): Move old function intoChristopher Faylor3-6/+19
2014-01-072014-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-1323/+1436
2014-01-07 * faq-programming.xml: Update packages needed to build Cygwin.Corinna Vinschen2-4/+16
2014-01-062014-01-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston5-10/+50
2014-01-062014-01-06 Mike Frysinger <vapier@gentoo.org>Jeff Johnston2-11/+19
2014-01-062013-01-06 Mike Frysinger <vapier@gentoo.org>Jeff Johnston2-0/+5
2014-01-05RecreateChristopher Faylor1-4/+3
2014-01-04* fhandler.h: Update copyright.Christopher Faylor5-2185/+2214
2013-12-31.Christopher Faylor1-0/+4
2013-12-31* fhandler_console.cc (region_split): New function.Christopher Faylor2-11/+93
2013-12-232013-12-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston103-1385/+1619
2013-12-232013-12-22 JF Bastien <jfb@chromium.org>Jeff Johnston4-6/+33
2013-12-23merge from gccDJ Delorie2-0/+15
2013-12-22* strace.cc (strace::vsprntf): Fix potential (if unlikely) use of uninitializedChristopher Faylor2-1/+7
2013-12-20 * configure.host (newlib_cflags): Use -Os, -ffunction-sections andNick Clifton2-3/+9
2013-12-19 * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point inCorinna Vinschen2-5/+11
2013-12-19Fix ChangeLog entryCorinna Vinschen1-3/+3
2013-12-18*** empty log message ***Corinna Vinschen1-0/+3
2013-12-18 * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen3-21/+94
2013-12-18.Christopher Faylor1-0/+6
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor3-4/+11
2013-12-18* autoload.cc (timeBeginPeriod): Delete.Christopher Faylor3-2/+7
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor5-11/+18
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor6-62/+83
2013-12-18* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.Christopher Faylor2-1/+14
2013-12-17* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor4-10/+8
2013-12-11 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Define.Corinna Vinschen3-9/+57
2013-12-11 * mount.cc (fs_info::update): Fix formatting.Corinna Vinschen2-2/+6
2013-12-10 * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen3-4/+14
2013-12-102013-12-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston8-141/+242
2013-12-10 * libc/sys/rtems/include/limits.h: Update page size to matchCorinna Vinschen2-1/+6
2013-12-09signal hangChristopher Faylor1-0/+10
2013-12-09* globals.cc (hntdll): Define/declare.Christopher Faylor4-0/+13
2013-12-09 * include/cygwin/stdlib.h (initstate, random, setstate, srandom):Corinna Vinschen2-1/+9
2013-12-08 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28.Corinna Vinschen2-1/+5
2013-12-08*** empty log message ***Corinna Vinschen1-0/+1
2013-12-07 * new-features.xml (ov-new1.7.26): Add new section.Corinna Vinschen2-0/+19
2013-12-07 * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long pathCorinna Vinschen3-4/+35
2013-12-06* syscalls.cc (dup): Use cygheap_fdnew properly.Christopher Faylor2-1/+5
2013-12-05* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor5-10/+33
2013-12-042013-12-04 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-0/+5
2013-12-04* dtable.cc (dtable::find_unused_handle): When extending, always make sure thatChristopher Faylor2-1/+8
2013-12-04merge from gccDJ Delorie2-0/+1728
2013-12-03* configure.ac: Back out stupid change.Christopher Faylor3-10/+11
2013-12-03* select.cc (select): Add workaround for, as yet undebugged, pathological case.Christopher Faylor2-3/+11
2013-12-03* configure.ac: Don't require 64-bit compiler for 32-bit builds.Christopher Faylor3-100/+114
2013-12-03 * libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline.Corinna Vinschen2-31/+34
2013-12-03 * libc/include/machine/_default_types.h: Move extern "C" afterCorinna Vinschen6-156/+269
2013-12-01* dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor2-2/+6
2013-12-01* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor3-18/+29