aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2010-02-19 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Try to openCorinna Vinschen2-11/+38
2010-02-19 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdevCorinna Vinschen2-15/+21
2010-02-18 * nlsfuncs.cc (eval_datetimefmt): Rename force to flags.Corinna Vinschen2-16/+51
2010-02-18* fhandler.cc (fhandler_base::setup_overlapped): Revert to starting with handleChristopher Faylor2-1/+6
2010-02-15 * path.cc (path_conv::check): Treat native DOS paths as "noacl".Corinna Vinschen2-5/+11
2010-02-15 * mount.cc (mount_info::conv_to_win32_path): Set UNC path flags toCorinna Vinschen2-0/+14
2010-02-15* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state toChristopher Faylor4-26/+12
2010-02-14* regex/regcomp.c (xwcrtomb): Fix one explicable and one inexcplicable CChristopher Faylor2-2/+7
2010-02-13 * regex/regcomp.c (xwcrtomb): Don't convert Unicode chars outside theCorinna Vinschen2-8/+17
2010-02-12 * regex/regcomp.c (wgetnext): Use size_t as type for n2 since that'sCorinna Vinschen3-2/+9
2010-02-12* pthread.cc (pthread_mutex_init): Explicitly fill out third arg toChristopher Faylor4-63/+46
2010-02-12fix typoChristopher Faylor1-1/+1
2010-02-12 * regex/regcomp.c (xwcrtomb): New function to convert wide charsCorinna Vinschen3-5/+62
2010-02-12 * sec_auth.cc (get_user_local_groups): Retrieve name of well knownCorinna Vinschen4-12/+40
2010-02-122010-02-11 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2-1/+5
2010-02-11 * regex/engine.c (step): Drop Cygwin-specific definition.Corinna Vinschen4-22/+42
2010-02-11 * nlsfuncs.cc (initial_setlocale): Move check whether charset hasCorinna Vinschen2-3/+14
2010-02-10 * nlsfuncs.cc (__set_charset_from_locale): Allow "@euro" modifier onlyCorinna Vinschen2-1/+9
2010-02-10 * nlsfuncs.cc (__get_lcid_from_locale): Convert iu_CA to iu-Latn-CACorinna Vinschen2-2/+18
2010-02-10* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.Christopher Faylor4-97/+104
2010-02-10* cygtls.h (struct _cygtls): Remove unneeded elements.Christopher Faylor4-43/+37
2010-02-09 * nlsfuncs.cc (lc_wcstombs): Add `return_invalid' flag to specifyCorinna Vinschen1-23/+18
2010-02-09 * nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.Corinna Vinschen2-1/+5
2010-02-09 * lc_msg.h: New file, fix a problem in locales with modifiers.Corinna Vinschen2-8/+13
2010-02-09 * lc_msg.h: New file, generated from running Linux system.Corinna Vinschen2-189/+267
2010-02-09 * lc_msg.h: New file, autogenerated from CLDR data.Corinna Vinschen3-17/+315
2010-02-08 Now *really* check in what should have been checked in 12 hours ago.Corinna Vinschen1-2/+10
2010-02-08 This patch got lost in the previous checkin, accidentally:Corinna Vinschen1-1/+1
2010-02-08 * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case toCorinna Vinschen4-4/+23
2010-02-07 * nlsfuncs.cc (__get_lcid_from_locale): Handle "@cyrillic" modifierCorinna Vinschen2-3/+22
2010-02-07 * nlsfuncs.cc (__set_locale_from_locale_alias): New function to readCorinna Vinschen2-0/+68
2010-02-06 * nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, ratherCorinna Vinschen2-5/+10
2010-02-06 * nlsfuncs.cc (has_modifier): MOve up in file to use inCorinna Vinschen2-27/+61
2010-02-06 * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen2-1/+10
2010-02-06 * path.cc (symlink_info::check_nfs_symlink): Reopen file withCorinna Vinschen2-0/+13
2010-02-06 * sec_auth.cc (get_full_privileged_inheritable_token): New functionCorinna Vinschen2-52/+74
2010-02-05 * nlsfuncs.cc (__set_charset_from_locale): Set default locale forCorinna Vinschen2-2/+8
2010-02-05* dll_init.cc (per_module::run_dtors): Use consistent method for runningChristopher Faylor2-2/+7
2010-02-04* regcomp.c (p_ere): Workaround incorrect compiler warning.Christopher Faylor3-3/+9
2010-02-04 * regex/engine.c (step): Declare and define with `int ch' rather thanCorinna Vinschen2-6/+17
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen23-2107/+2829
2010-02-03* sigproc.cc (get_proc_lock): Fix error message typo.Christopher Faylor2-1/+5
2010-02-03 * fhandler_disk_file.cc (fhandler_base::fstat_helper): WorkaroundCorinna Vinschen3-7/+36
2010-02-02 * include/paths.h (_PATH_MNTTAB): Define.Corinna Vinschen3-3/+19
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor5-60/+58
2010-02-02 * how-startup-shutdown-works.txt: Add new document.Dave Korn2-0/+169
2010-01-29 * sec_auth.cc (lsaauth): Use CYG_LSA_MAGIC as checksum start value toCorinna Vinschen2-2/+6
2010-01-29 * libc/strfmon.c (__setup_vars): Test for an empty string rather thanCorinna Vinschen2-2/+7
2010-01-29* dll_init.cc (remove_dll_atexit): New function.Christopher Faylor2-0/+34
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor4-4/+15