summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Throughout, use FileBothDirectoryInformation info class rather thanCorinna Vinschen2010-01-294-43/+74
| | | | | | | | | | | | | | | | | | FileDirectoryInformation info class to avoid problems with incomplete filesystem implementations. Fix comments accordingly. * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Set fname->Length to 0 in error case to avoid potential crash in debug output. (fhandler_disk_file::readdir): Try to speed up the working default case. Check for STATUS_INVALID_NETWORK_RESPONSE as potential status value returned by filesystems not implementing FileIdBothDirectoryInformation. * ntdll.h (STATUS_INVALID_NETWORK_RESPONSE): Define. (FILE_BOTH_DIRECTORY_INFORMATION): Rename to official name. * path.cc (symlink_info::check): Don't request FILE_READ_EA access, it's not required for NFS. Try to speed up the working default case. Check for STATUS_INVALID_NETWORK_RESPONSE as potential status value returned by filesystems not supporting non-NULL EA parameters. Fix the way fs.update is called. Improve debug output.
* 2010-01-26 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2010-01-292-0/+7
| | | | | * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
* * 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
| | | | * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
* * 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
| | | | * overview.sgml: Clarify language in "A brief history of Cygwin".
* * 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
| | | | | | | | | | | | | Implement TLS Callback. * tlsmcrt.c: New file. * tlsmthread.c: Ditto. * tlssup.c: Ditto. * tlsthrd.c: Ditto. * Makefile.in: Include new files. * crt1.c: Implement TLS Callback. * dllcrt1.c: Ditto. * mthr_stub.c: Remove.
* * nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos inCorinna Vinschen2010-01-252-12/+35
| | | | | | | | comments. Make sure to set last_lcid every time. Return locale without territory part as invalid. Handle modern serbian territory names per ISO 3166 on older systems as well. Add appropriate comment. (__set_charset_from_locale): Handle LCID for sr_CS as well to make older systems happy.
* gcc PR libstdc++/36101, gcc PR libstdc++/42813Joern Rennecke2010-01-253-2/+19
| | | | | | * configure.ac (bootstrap_target_libs): Make inclusion of target-libgomp conditional on libgomb being in target_configdirs. * configure: Regenerate.
* * faq-setup.xml: Drop references to non-NT systems.Corinna Vinschen2010-01-253-6/+78
| | | | | * faq-using.xml: Ditto. (faq.using.sshd-in-domain): New FAQ entry.
* * nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charsetCorinna Vinschen2010-01-252-28/+94
| | | | more closely aligned to Glibc.
* * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen2010-01-252-17/+23
| | | | runpath if runpath is not NULL.
* * faq-using.xml: Fix typos and remove incorrect locale-specificCorinna Vinschen2010-01-254-34/+27
| | | | | | documentation. * new-features.sgml: Ditto. * pathnames.sgml: Ditto.
* * nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle specialCorinna Vinschen2010-01-252-3/+68
| | | | language/TERRITORY combinations explicitely. Explain why.
* * getlocale.c (main): Use setlocale and fetch string from WindowsCorinna Vinschen2010-01-252-5/+14
| | | | using GetLocaleInfoW. Explain why.
* * new-features.sgml: Rework layout to use itemizedlist. Fix typo.Corinna Vinschen2010-01-242-310/+535
| | | | Add two missing entries.
* * 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
| | | | | | | | | (internal_setlocale): Ditto. (initial_setlocale): Ditto. (setlocale): Ditto. * strfuncs.cc (__sjis_wctomb): Revert previous patch. (__sjis_mbtowc): Ditto. * syscalls.cc: Move setlocale-related functions to nlsfuncs.cc.
* * libc/locale/nl_langinfo.c (nl_langinfo): Return "CP932" when usingCorinna Vinschen2010-01-242-0/+19
| | | | SJIS on Cygwin. Explain why.
* * setup2.sgml (setup-locale-charsetlist): Add CP932. Change descriptionCorinna Vinschen2010-01-232-1/+7
| | | | for SJIS.
* * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen2010-01-232-17/+36
| | | | | | | differ between SJIS and Windows codepage 932, if charset is "SJIS". (__sjis_mbtowc): Ditto. (_jis_wctomb): Remove. (__jis_mbtowc): Remove.
* * libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS.Corinna Vinschen2010-01-232-9/+21
| | | | Add to documentation. Add a few comments to #endif's for Cygwin.
* * setup2.sgml (setup-locale-charsetlist): Add ASCII and TIS-620. AddCorinna Vinschen2010-01-232-3/+11
| | | | various aliases and case differences.
* * libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin.Corinna Vinschen2010-01-232-1/+19
| | | | Allow TIS620 and TIS-620 as aliases for CP874 on Cygwin.
* gcc PR libstdc++/36101, gcc PR libstdc++/42813Joern Rennecke2010-01-233-2/+8
| | | | | * configure.ac (bootstrap_target_libs): Include target-libgomp. * configure: Regenerate.
* * nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag toCorinna Vinschen2010-01-232-1/+6
| | | | allow correct comparison using wcscmp.
* * 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
| | | | | | | | | | * setup2.sgml (setup-locale-ov): Describe how valid locales are determined by Windows locale support. Change description for modifiers in locale environment variables. (setup-locale-how): Describe new charset behaviour. Mention new getlocale tool to fetch valid locale information from Windows. (setup-locale-missing): Drop now implemented LC_foo options. Explain missing LC_MESSAGES in more detail.
* * Makefile.in (CYGWIN_BINS): Add getlocale.Corinna Vinschen2010-01-224-2/+185
| | | | | * getlocale.c: New file. * utils.sgml (getlocale): New section describing new getlocale tool.
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-2213-145/+1491
| | | | | | | | | | | | | | | | | | | | | | | | | * autoload.cc (LocaleNameToLCID): Define. * cygwin.din (strfmon): Export. * nlsfuncs.cc: New file. Define a lot of internal functions called from setlocale. (wcscoll): Implement locale-aware here, using CompareStringW function. (strcoll): Ditto. (wcsxfrm): Implement locale-aware here, usingLCMapStringW function. (strxfrm): Ditto. (__set_charset_from_locale): Replace __set_charset_from_codepage. Return Linux-compatible charset. * strfuncs.cc (__set_charset_from_codepage): Remove. * wchar.h (__set_charset_from_codepage): Drop definition. * wincap.h (wincaps::has_localenames): New element. * wincap.cc: Implement above element throughout. * libc/strfmon.c: New file. * libc/strptime.cc: Remove locale constant strings in favor of access to locale-specifc data. (strptime): Point _CurrentTimeLocale to locale-specific data. Throughout use correct locale-specific format fields for all locale-specific formats. * include/monetary.h: New file. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* gcc PR libstdc++/36101, gcc PR libstdc++/42813Joern Rennecke2010-01-226-6/+581
| | | | | | | | | * configure.ac (target_configdirs): Substitute. * Makefile.def: Bootstrap target module libgomp. Add dependency of all-target-libstdc++-v3 on configure-target-libgomp. * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable. (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS. * configure, Makefile.in: Regenerate.
* * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen2010-01-2211-172/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameters for wide char to multibyte conversion. Call __set_lc_monetary_from_win on Cygwin. * libc/locale/lmonetary.h: Make C++-safe. (__monetary_load_locale): Change declaration. * libc/locale/lnumeric.c (__numeric_load_locale): Take additional parameters for wide char to multibyte conversion. Call __set_lc_numeric_from_win on Cygwin. * libc/locale/lnumeric.h: Make C++-safe. (__numeric_load_locale): Change declaration. * libc/locale/locale.c (lconv): De-constify for Cygwin. (__set_charset_from_locale): Rename from __set_charset_from_codepage. Take locale as parameter instead of a codepage. (loadlocale): Allow "EUC-JP" for "EUCJP" and "EUC-KR" for "EUCKR". Change documnetation accordingly. Enable LC_COLLATE, LC_MONETARY, LC_NUMERIC, and LC_TIME handling on Cygwin. (_localeconv_r): On Cygwin, copy values from monetary and numeric domain if change has been noted. * libc/locale/nl_langinfo.c (nl_langinfo): Accommodate change of am/pm layout in struct lc_time_T. * libc/locale/timelocal.c (_C_time_locale): Accommodate redefinition of am/pm members. (__time_load_locale): Take additional parameters for wide char to multibyte conversion. Call __set_lc_time_from_win on Cygwin. * libc/locale/timelocal.h: Make C++-safe. (struct lc_time_T): Convert am and pm to a am_pm array for easier consumption by strftime and strptime. (__time_load_locale): Change declaration. * libc/time/strftime.c: Change documentation to reflect changes to strftime. Remove locale constant strings in favor of access to locale-specifc data. (_ctloc): Define access method for locale-specifc data. (TOLOWER): Define for tolower conversion. (strftime): Throughout, convert locale-specific formats to use locale-specific data. Add GNU-specific "%P" format. * libc/time/strptime.c: Remove locale constant strings in favor of access to locale-specifc data. (_ctloc): Define access method for locale-specifc data. (strptime): Throughout, convert locale-specific formats to use locale-specific data.
* 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2010-01-212-0/+8
| | | | | | | | | | | | | | | | | | | * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS. 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390.h (EF_S390_HIGH_GPRS): Added macro definition. 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/tc-s390.c (s390_elf_final_processing): New function. * config/tc-s390.h (elf_tc_final_processing): New macro definition. (s390_elf_final_processing): Added prototype. 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function. (bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
* * libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translateCorinna Vinschen2010-01-202-6/+24
| | | | often-used charsets into Linux compatible codesets.
* 2010-01-19 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2010-01-192-4/+20
| | | | | * libc/stdio/vfscanf.c (__SVFSCANF_R): Fix handling of non-ASCII characters and allow invalid bytes in format string.
* * libc/stdlib/wcstombs_r.c (_wcstombs_r): Handle invalid charactersCorinna Vinschen2010-01-192-3/+13
| | | | correctly also in the s==NULL case.
* * 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
| | | | ISO 639-3 rather than 639-2.
* * setup2.sgml (setup-locale): Mention three character codes perCorinna Vinschen2010-01-172-15/+38
| | | | | | | ISO 639-3. * setup2.sgml (setup-locale): Adapt description to the C using ASCII change in 1.7.2.
* * libc/locale/locale.c (loadlocale): Allow three characterCorinna Vinschen2010-01-172-2/+12
| | | | language codes to accommodate ISO 639-2 codes.
* * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen2010-01-172-2/+15
| | | | charset is ASCII.
* * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2010-01-174-2/+14
| | | | | | | | | "UTF-8" on Cygwin. (lc_message_charset): Ditto. (loadlocale): Disable setting charset of the "C" locale to "UTF-8" on Cygwin. * libc/stdlib/mbtowc_r.c (__mbtowc): Add Cygwin-specific comment. * libc/stdlib/wctomb_r.c (__wctomb): Ditto.
* * 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
| | | | | | convert_slashes throughout. (do_sysfolders): Free allocated buffer. (do_pathconv): Fix freeing last buffer.
* * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen2010-01-162-1/+6
| | | | on accepted socket.
* * 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
| | | | | flag exactly according to flags, as on Linux. * net.cc (cygwin_accept): Maintain BSD semantics here.