summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Consistently use va_end.Eric Blake2009-10-146-44/+98
* * libc/include/sys/unistd.h: Add _PC*, _CS*, and _SC* constantsEric Blake2009-10-142-35/+70
* 2009-10-13 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-10-132-9/+9
* * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen2009-10-132-1/+6
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-139-16/+122
* Fix toplevel 'config.status --recheck' for --enable-lto.Ralf Wildenhues2009-10-133-2/+14
* Improve clock_gettime and utimensat resolution.Eric Blake2009-10-134-19/+39
* * external.cc (cygwin_internal): Return 0 in CW_SET_DOS_FILE_WARNINGCorinna Vinschen2009-10-122-0/+7
* * kill.cc (main): Skip to PID loop on invalid option to handleCorinna Vinschen2009-10-122-4/+7
* * fhandler_disk_file.cc (fhandler_disk_file::link): Only append .lnkCorinna Vinschen2009-10-123-1/+16
* 2009-10-09 Dave Korn <dave.korn@artimi.com>Jeff Johnston2009-10-092-0/+6
* merge from gccDJ Delorie2009-10-092-1/+6
* * pathnames.sgml (pathnames-specialchars): Add control chars to theCorinna Vinschen2009-10-092-1/+13
* * path.cc (tfx_chars): Convert all ASCII control characters exceptCorinna Vinschen2009-10-092-16/+44
* * include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".Corinna Vinschen2009-10-092-0/+6
* * libc/locale/locale.c (DEFAULT_LOCALE): New define.Corinna Vinschen2009-10-092-2/+20
* 2009-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-083-1/+9
* 2009-10-08 Jie Zhang <jie.zhang@analog.com>Jeff Johnston2009-10-082-0/+13
* 2009-10-08 Eric Blake <ebb9@byu.net>Jeff Johnston2009-10-082-0/+8
* * exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor2009-10-082-1/+5
* * fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.Eric Blake2009-10-082-0/+6
* * libc/locale/nl_langinfo.c (nl_langinfo): Just return current localeCorinna Vinschen2009-10-072-0/+13
* Support pseudo-reloc version 2Charles Wilson2009-10-076-28/+717
* * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen2009-10-072-0/+6
* * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen2009-10-073-1/+20
* Sync with gcc repository.Ian Lance Taylor2009-10-076-18/+2084
* merge from gccDJ Delorie2009-10-072-0/+46
* Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson2009-10-066-5/+65
* Merge from gcc repository.Ian Lance Taylor2009-10-062-2/+47
* * exceptions.cc: Move global variable sigExeced...Christopher Faylor2009-10-064-2/+8
* * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.Dave Korn2009-10-042-1/+6
* * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.Corinna Vinschen2009-10-042-0/+18
* * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen2009-10-042-0/+6
* * faq-using.xml (faq.using.bloda): Add Lenovo IPS Core Service.Dave Korn2009-10-032-0/+5
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen2009-10-033-38/+42
* merge from gccDJ Delorie2009-10-022-0/+21
* * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen2009-10-023-11/+31
* gas/Peter Bergner2009-10-022-0/+7
* include/aout/Alan Modra2009-10-024-10/+12
* * mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor2009-10-022-2/+2
* * setup2.sgml (setup-locale-ov): Fix typo in C+charset example.Corinna Vinschen2009-10-022-3/+14
* * dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor2009-10-023-23/+42
* gas/Peter Bergner2009-10-012-1/+5
* * new-features.sgml (ov-new1.7-file): Ctrl-X, not Ctrl-N.Corinna Vinschen2009-09-304-74/+86
* * fhandler_console.cc (beep): Move up to avoid forward declaration.Corinna Vinschen2009-09-302-18/+35
* * syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake2009-09-302-11/+14
* 2009-09-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2009-09-293-2/+12
* Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall2009-09-292-2/+28
* * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen2009-09-292-3/+19
* * libc/stdlib/sb_charsets.c: Throughout, translate undefinedCorinna Vinschen2009-09-292-78/+83