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
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor
2012-02-26 * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-08-21* dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor
2011-07-04* environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor
2011-07-04 * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen
2011-06-10* environ.cc (create_upcaseenv): Delete.Christopher Faylor
2011-06-10* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-06-09* environ.cc (envcache): Delete.Christopher Faylor
2011-06-09* environ.c: Move code earlier to allow:Christopher Faylor
2011-06-08* environ.cc (tty_is_gone): Add missing space to message.Christopher Faylor
2011-06-08* environ.cc (settings::set_process_state): Delete.Christopher Faylor
2011-05-10 * environ.cc (set_chunksize): Remove.Corinna Vinschen
2011-04-23 * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen
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