aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/environ.cc
AgeCommit message (Expand)AuthorFilesLines
2011-07-04* environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor1-2/+2
2011-07-04 * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen1-0/+2
2011-06-10* environ.cc (create_upcaseenv): Delete.Christopher Faylor1-44/+16
2011-06-09* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-2/+0
2011-06-09* environ.cc (envcache): Delete.Christopher Faylor1-3/+1
2011-06-09* environ.c: Move code earlier to allow:Christopher Faylor1-178/+180
2011-06-08* environ.cc (tty_is_gone): Add missing space to message.Christopher Faylor1-1/+1
2011-06-08* environ.cc (settings::set_process_state): Delete.Christopher Faylor1-8/+18
2011-05-10 * environ.cc (set_chunksize): Remove.Corinna Vinschen1-7/+0
2011-04-23 * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen1-1/+2
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-2/+2
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-5/+12
2009-11-16Fix setenv and unsetenv corner cases.Eric Blake1-5/+8
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen1-17/+0
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen1-5/+1
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen1-4/+1
2009-04-02 * environ.cc (build_env): Fix length calculation of resultingCorinna Vinschen1-2/+2
2009-03-25 * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen1-1/+4
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-46/+23
2009-02-13 * environ.cc (_getenv_r): New function.Corinna Vinschen1-0/+9
2009-01-21ChangeLog:Corinna Vinschen1-6/+0
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+1
2008-11-26Remove unneeded whitespace.Christopher Faylor1-62/+60
2008-11-11 * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen1-2/+64
2008-11-05 * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen1-2/+0
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen1-1/+0
2008-07-16 Add case-sensitivity.Corinna Vinschen1-29/+0
2008-07-14 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen1-14/+0
2008-04-13 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen1-1/+0
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-24/+43
2008-03-11 * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen1-7/+8
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-22/+19
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-22/+28
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-2/+2
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen1-8/+19
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-12/+12
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-9/+6
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-4/+8
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-4/+4
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor1-7/+0
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-8/+4
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen1-21/+0
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen1-7/+0
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen1-0/+6
2006-09-07* environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor1-6/+7
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor1-3/+14
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor1-2/+4
2006-05-28white spaceChristopher Faylor1-1/+1