Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-07 * nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, ratherCorinna Vinschen
2010-02-07 * nlsfuncs.cc (has_modifier): MOve up in file to use inCorinna Vinschen
2010-02-06 * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen
2010-02-06 * path.cc (symlink_info::check_nfs_symlink): Reopen file withCorinna Vinschen
2010-02-06 * sec_auth.cc (get_full_privileged_inheritable_token): New functionCorinna Vinschen
2010-02-06 * nlsfuncs.cc (__set_charset_from_locale): Set default locale forCorinna Vinschen
2010-02-05* dll_init.cc (per_module::run_dtors): Use consistent method for runningChristopher Faylor
2010-02-05* regcomp.c (p_ere): Workaround incorrect compiler warning.Christopher Faylor
2010-02-04 * regex/engine.c (step): Declare and define with `int ch' rather thanCorinna Vinschen
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen
2010-02-03* sigproc.cc (get_proc_lock): Fix error message typo.Christopher Faylor
2010-02-03 * fhandler_disk_file.cc (fhandler_base::fstat_helper): WorkaroundCorinna Vinschen
2010-02-02 * include/paths.h (_PATH_MNTTAB): Define.Corinna Vinschen
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor
2010-02-02 * how-startup-shutdown-works.txt: Add new document.Dave Korn
2010-01-29 * sec_auth.cc (lsaauth): Use CYG_LSA_MAGIC as checksum start value toCorinna Vinschen
2010-01-29 * libc/strfmon.c (__setup_vars): Test for an empty string rather thanCorinna Vinschen
2010-01-29* dll_init.cc (remove_dll_atexit): New function.Christopher Faylor
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor
2010-01-29 Throughout, use FileBothDirectoryInformation info class rather thanCorinna Vinschen
2010-01-28 * Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.Corinna Vinschen
2010-01-26 * nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos inCorinna Vinschen
2010-01-25 * nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charsetCorinna Vinschen
2010-01-25 * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen
2010-01-25 * nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle specialCorinna Vinschen
2010-01-24 * nlsfuncs.cc (__set_charset_from_locale): Fix comment.Corinna Vinschen
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen
2010-01-23 * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen
2010-01-23 * nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag toCorinna Vinschen
2010-01-23 * posix.sgml (strfmon): Move to implemented SUSv4 API.Corinna Vinschen
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2010-01-18 * strfuncs.cc: Remove needless includes.Corinna Vinschen
2010-01-17 * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen
2010-01-16 * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen
2010-01-15 * cygwin.din (accept4): Export.Corinna Vinschen
2010-01-15 * posix.sgml: Mention dup3 and pipe2 as GNU extensions.Corinna Vinschen
2010-01-14 * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-13 * include/fcntl.h (O_TTY_INIT): Define as 0.Corinna Vinschen
2010-01-13 * fhandler_tty.cc (fhandler_tty_master::init): Don't erase all defaultCorinna Vinschen
2010-01-13 * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2010-01-11 * fhandler_proc.cc (format_proc_stat): Use new in_buf.Corinna Vinschen
2010-01-10 * fhandler.h (fhandler_base::fstat_helper): Declare timestamps asCorinna Vinschen
2010-01-08 * sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users accountCorinna Vinschen
2010-01-01* dcrt0.cc: Bump copyright.Christopher Faylor
2010-01-01* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potentialChristopher Faylor