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
2011-02-28This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20110301cvs2svn
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2009-11-16Fix setenv and unsetenv corner cases.Eric Blake
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen
2009-04-02 * environ.cc (build_env): Fix length calculation of resultingCorinna Vinschen
2009-03-25 * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2009-02-13 * environ.cc (_getenv_r): New function.Corinna Vinschen
2009-01-21ChangeLog:Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-11-11 * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen
2008-11-05 * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-04-13 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-11 * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen
2006-09-08* environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor
2006-05-28white spaceChristopher Faylor
2006-04-24* environ.cc (getearly): Force correct dereference order when inspectingChristopher Faylor
2006-04-22* environ.cc (getearly): Use GetEnvironmentVariable and cmalloc instead ofChristopher Faylor
2006-04-21format comment using GNU-styleChristopher Faylor
2006-04-21* environ.cc (rawenv): Make this variable a file-scope static.Christopher Faylor
2006-04-21 * environ.cc (getearly): New function.Corinna Vinschen
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen