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-09 Now *really* check in what should have been checked in 12 hours ago.Corinna Vinschen
2010-02-08include/David S. Miller
2010-02-082010-02-08 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston
2010-02-082010-02-08 Josef Wolf <jw@raven.inka.de>Jeff Johnston
2010-02-08 This patch got lost in the previous checkin, accidentally:Corinna Vinschen
2010-02-08 * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case toCorinna Vinschen
2010-02-08missed from last commitAlan Modra
2010-02-08include/Alan Modra
2010-02-08 * new-features.sgml (ov-new1.7-misc): Fix typo.Yaakov Selkowitz
2010-02-07 * nlsfuncs.cc (__get_lcid_from_locale): Handle "@cyrillic" modifierCorinna Vinschen
2010-02-07Move entry for elf/s390.h to elf/ChangeLog.H.J. Lu
2010-02-07 * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.aliasCorinna Vinschen
2010-02-07 * new-features.sgml (ov-new1.7.2): Add support for locales fromCorinna Vinschen
2010-02-07 * nlsfuncs.cc (__set_locale_from_locale_alias): New function to readCorinna Vinschen
2010-02-07 * libc/locale/locale.c: Fix typo in documentation. Remove uselessCorinna Vinschen
2010-02-07 * nlsfuncs.cc (__get_lcid_from_locale): Handle no_NO as nb_NO, ratherCorinna Vinschen
2010-02-07 * setup2.sgml (setup-locale-ov): Align description of working modifiersCorinna Vinschen
2010-02-07 * nlsfuncs.cc (has_modifier): MOve up in file to use inCorinna Vinschen
2010-02-06 * new-features.sgml (ov-new1.7.2): Add support for new charsets.Corinna Vinschen
2010-02-06 * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen
2010-02-06 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna 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 * libc/posix/telldir.c: Remove bogus nested prototype of lseek().Corinna Vinschen
2010-02-06 * setup2.sgml (setup-locale-ov): Add description for "uz_UZ@cyrillic"Corinna Vinschen
2010-02-06 * nlsfuncs.cc (__set_charset_from_locale): Set default locale forCorinna Vinschen
2010-02-06 * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsetsCorinna Vinschen
2010-02-05* dll_init.cc (per_module::run_dtors): Use consistent method for runningChristopher Faylor
2010-02-05 * new-features.sgml (ov-new1.7.2): Add grouping for printf/wprintf.Corinna Vinschen
2010-02-05 * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen
2010-02-05* regcomp.c (p_ere): Workaround incorrect compiler warning.Christopher Faylor
2010-02-04* libc/stdlib/__atexit.c (__atexit_lock): Define a global lock for atexitChristopher Faylor
2010-02-04 * regex/engine.c (step): Declare and define with `int ch' rather thanCorinna Vinschen
2010-02-04 * new-features.sgml (ov-new1.7.2): Add multibyte-awareness of regcompCorinna Vinschen
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen
2010-02-04merge from gccDJ Delorie
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-02Add NT_386_XSTATE.H.J. Lu
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-02-02 * faq-programming.xml: Update for Cygwin docbook-utils package.Yaakov Selkowitz
2010-02-02 * README: Update for Cygwin docbook-utils package.Yaakov Selkowitz
2010-01-31 * configure.ac: Add "recommended" version checks for GMP/MPC.Kaveh Ghazi
2010-01-302010-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2010-01-29 * sec_auth.cc (lsaauth): Use CYG_LSA_MAGIC as checksum start value toCorinna Vinschen
2010-01-29 * cyglsa.c: Include lmcons.h instead of lm.h to make newer WinDDK happy.Corinna 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