summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): WorkaroundCorinna Vinschen2010-02-033-7/+36
* Add NT_386_XSTATE.H.J. Lu2010-02-022-1/+7
* * include/paths.h (_PATH_MNTTAB): Define.Corinna Vinschen2010-02-023-3/+19
* * dcrt0.cc (atexit_lock): Delete.Christopher Faylor2010-02-025-60/+58
* * how-startup-shutdown-works.txt: Add new document.Dave Korn2010-02-022-0/+169
* * faq-programming.xml: Update for Cygwin docbook-utils package.Yaakov Selkowitz2010-02-022-1/+2
* * README: Update for Cygwin docbook-utils package.Yaakov Selkowitz2010-02-022-4/+7
* * configure.ac: Add "recommended" version checks for GMP/MPC.Kaveh Ghazi2010-01-313-20/+94
* 2010-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-01-294-2/+21
* * sec_auth.cc (lsaauth): Use CYG_LSA_MAGIC as checksum start value toCorinna Vinschen2010-01-292-2/+6
* * cyglsa.c: Include lmcons.h instead of lm.h to make newer WinDDK happy.Corinna Vinschen2010-01-294-5/+13
* * libc/strfmon.c (__setup_vars): Test for an empty string rather thanCorinna Vinschen2010-01-292-2/+7
* * dll_init.cc (remove_dll_atexit): New function.Christopher Faylor2010-01-292-0/+34
* * libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor2010-01-294-4/+15
* Throughout, use FileBothDirectoryInformation info class rather thanCorinna Vinschen2010-01-294-43/+74
* 2010-01-26 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2010-01-292-0/+7
* * Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.Corinna Vinschen2010-01-282-0/+9
* 2010-01-26 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2010-01-282-1/+16
* * faq-api.xml: d2u/u2d are from cygutils, not util-linux.Yaakov Selkowitz2010-01-262-1/+5
* * Makefile.in: Skip validation in xmlto step.Christopher Faylor2010-01-263-10/+20
* * new-features.sgml (ov-new1.7.2): Add console enhancements.Corinna Vinschen2010-01-262-3/+42
* 2010-01-25 Kai Tietz <kai.tietz@onevision.com>Chris Sutcliffe2010-01-259-48/+472
* * nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos inCorinna Vinschen2010-01-252-12/+35
* gcc PR libstdc++/36101, gcc PR libstdc++/42813Joern Rennecke2010-01-253-2/+19
* * faq-setup.xml: Drop references to non-NT systems.Corinna Vinschen2010-01-253-6/+78
* * nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charsetCorinna Vinschen2010-01-252-28/+94
* * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen2010-01-252-17/+23
* * faq-using.xml: Fix typos and remove incorrect locale-specificCorinna Vinschen2010-01-254-34/+27
* * nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle specialCorinna Vinschen2010-01-252-3/+68
* * 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