aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-07merge from gccDJ Delorie2-0/+46
2009-10-06Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson6-5/+65
2009-10-06Merge from gcc repository.Ian Lance Taylor2-2/+47
2009-10-06* exceptions.cc: Move global variable sigExeced...Christopher Faylor4-2/+8
2009-10-04 * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.Dave Korn2-1/+6
2009-10-04 * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.Corinna Vinschen2-0/+18
2009-10-04 * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen2-0/+6
2009-10-03 * faq-using.xml (faq.using.bloda): Add Lenovo IPS Core Service.Dave Korn2-0/+5
2009-10-03 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen3-38/+42
2009-10-02merge from gccDJ Delorie2-0/+21
2009-10-02 * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen3-11/+31
2009-10-02gas/Peter Bergner2-0/+7
2009-10-02include/aout/Alan Modra4-10/+12
2009-10-02* mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor2-2/+2
2009-10-02 * setup2.sgml (setup-locale-ov): Fix typo in C+charset example.Corinna Vinschen2-3/+14
2009-10-02* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor3-23/+42
2009-10-01gas/Peter Bergner2-1/+5
2009-09-30 * new-features.sgml (ov-new1.7-file): Ctrl-X, not Ctrl-N.Corinna Vinschen4-74/+86
2009-09-30 * fhandler_console.cc (beep): Move up to avoid forward declaration.Corinna Vinschen2-18/+35
2009-09-30* syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake2-11/+14
2009-09-292009-09-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-2/+12
2009-09-29Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall2-2/+28
2009-09-29 * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen2-3/+19
2009-09-29 * libc/stdlib/sb_charsets.c: Throughout, translate undefinedCorinna Vinschen2-78/+83
2009-09-29bfdNick Clifton6-0/+365
2009-09-29 * fhandler_socket.cc (fhandler_socket::recv_internal): Always callCorinna Vinschen2-1/+6
2009-09-282009-09-28 Michael Eager <eager@eagercon.com>Jeff Johnston25-0/+6064
2009-09-282009-09-28 Michael Eager <eager@eagercon.com>Jeff Johnston20-2/+7326
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen5-84/+101
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen5-68/+77
2009-09-27 * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen4-0/+27
2009-09-26* new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe.Eric Blake2-1/+5
2009-09-26Add fexecve, execvpe.Eric Blake5-3/+31
2009-09-26* libc/include/sys/unistd.h (execvpe, fexecve) [__CYGWIN__]:Eric Blake2-0/+7
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake5-42/+109
2009-09-26merge from gccDJ Delorie2-8/+13
2009-09-25* libc/include/sys/unistd.h (eaccess, euidaccess) [__CYGWIN__]:Eric Blake2-0/+7
2009-09-25* new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess,Eric Blake2-4/+13
2009-09-25Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake7-12/+65
2009-09-25 * configure.ac: Pass any --cache-file=/dev/null option on toNick Clifton3-6/+30
2009-09-25merge from gccDJ Delorie1-0/+14
2009-09-25 * setup2.sgml (setup-locale-problems): Fix charset names of codepagesCorinna Vinschen2-1/+6
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake7-25/+38
2009-09-25* setup2.sgml (setup-locale-problems): Document how to installEric Blake2-0/+13
2009-09-24include/Cary Coutant2-2/+36
2009-09-24 * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice inCorinna Vinschen2-4/+15
2009-09-24 * kernel32.cc (CreateMutexW): Use correct access mask.Corinna Vinschen2-2/+7
2009-09-23 * libc/locale/locale.c: Drop Cygwin-specific windows.h include.Corinna Vinschen2-4/+6
2009-09-23 * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSICorinna Vinschen2-1/+8
2009-09-23 Fix typo.Corinna Vinschen1-1/+1