summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * getlocale.c (main): Use setlocale and fetch string from WindowsCorinna Vinschen2010-01-252-5/+14
* * new-features.sgml: Rework layout to use itemizedlist. Fix typo.Corinna Vinschen2010-01-242-310/+535
* * nlsfuncs.cc (__set_charset_from_locale): Fix comment.Corinna Vinschen2010-01-242-3/+5
* * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen2010-01-244-139/+121
* * libc/locale/nl_langinfo.c (nl_langinfo): Return "CP932" when usingCorinna Vinschen2010-01-242-0/+19
* * setup2.sgml (setup-locale-charsetlist): Add CP932. Change descriptionCorinna Vinschen2010-01-232-1/+7
* * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen2010-01-232-17/+36
* * libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS.Corinna Vinschen2010-01-232-9/+21
* * setup2.sgml (setup-locale-charsetlist): Add ASCII and TIS-620. AddCorinna Vinschen2010-01-232-3/+11
* * libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin.Corinna Vinschen2010-01-232-1/+19
* gcc PR libstdc++/36101, gcc PR libstdc++/42813Joern Rennecke2010-01-233-2/+8
* * nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag toCorinna Vinschen2010-01-232-1/+6
* * posix.sgml (strfmon): Move to implemented SUSv4 API.Corinna Vinschen2010-01-222-1/+5
* * new-features.sgml (ov-new1.7.2): Add chapter for news in 1.7.2.Corinna Vinschen2010-01-223-46/+115
* * Makefile.in (CYGWIN_BINS): Add getlocale.Corinna Vinschen2010-01-224-2/+185
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-2213-145/+1491
* gcc PR libstdc++/36101, gcc PR libstdc++/42813Joern Rennecke2010-01-226-6/+581
* * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen2010-01-2211-172/+302
* 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2010-01-212-0/+8
* * libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translateCorinna Vinschen2010-01-202-6/+24
* 2010-01-19 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2010-01-192-4/+20
* * libc/stdlib/wcstombs_r.c (_wcstombs_r): Handle invalid charactersCorinna Vinschen2010-01-192-3/+13
* * common.h (PN_XNUM): Define.Alan Modra2010-01-192-1/+8
* * strfuncs.cc: Remove needless includes.Corinna Vinschen2010-01-182-4/+5
* * libc/locale/locale.c (loadlocale): Change comments to refer toCorinna Vinschen2010-01-172-2/+7
* * setup2.sgml (setup-locale): Mention three character codes perCorinna Vinschen2010-01-172-15/+38
* * libc/locale/locale.c (loadlocale): Allow three characterCorinna Vinschen2010-01-172-2/+12
* * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen2010-01-172-2/+15
* * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2010-01-174-2/+14
* * setup-net.sgml: Remove obsolete assertion.Christopher Faylor2010-01-162-2/+5
* * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen2010-01-162-68/+149
* * cygpath.cc (get_mixed_name): Drop function. Replace with call toCorinna Vinschen2010-01-162-35/+15
* * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen2010-01-162-1/+6
* * faq-using.xml (faq.using.bloda): Clarify wxvault.dll.Corinna Vinschen2010-01-152-1/+6
* * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen2010-01-153-3/+8
* * faq-setup.xml: Add missing setup options. Sort options.Christopher Faylor2010-01-152-12/+24
* * cygwin.din (accept4): Export.Corinna Vinschen2010-01-159-12/+102
* * posix.sgml: Mention dup3 and pipe2 as GNU extensions.Corinna Vinschen2010-01-152-0/+6
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen2010-01-143-3/+12
* * libc/include/sys/_default_fcntl.h (O_CLOEXEC): Define as _FNOINHERIT.Corinna Vinschen2010-01-143-0/+16
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-1419-63/+175
* Remove argument name.H.J. Lu2010-01-142-6/+14
* Drop accidentally applied ChangeLog entry.Corinna Vinschen2010-01-141-10/+0
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen2010-01-142-2/+22
* * include/fcntl.h (O_TTY_INIT): Define as 0.Corinna Vinschen2010-01-132-1/+9
* Add new DW_AT_use_GNAT_descriptive_type CU attribute.Joel Brobecker2010-01-132-0/+6
* * fhandler_tty.cc (fhandler_tty_master::init): Don't erase all defaultCorinna Vinschen2010-01-132-5/+6
* * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen2010-01-132-2/+8
* * cygwinenv.sgml (cygwinenv-implemented-options): Try to makeCorinna Vinschen2010-01-122-4/+11
* * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen2010-01-127-28/+71