summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor2011-08-211-2/+1
* * dtable.cc: Mark some const variables as static.Christopher Faylor2011-08-191-13/+49
* * environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor2011-07-041-2/+2
* * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen2011-07-041-0/+2
* * environ.cc (create_upcaseenv): Delete.Christopher Faylor2011-06-101-44/+16
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-091-2/+0
* * environ.cc (envcache): Delete.Christopher Faylor2011-06-091-3/+1
* * environ.c: Move code earlier to allow:Christopher Faylor2011-06-091-178/+180
* * environ.cc (tty_is_gone): Add missing space to message.Christopher Faylor2011-06-081-1/+1
* * environ.cc (settings::set_process_state): Delete.Christopher Faylor2011-06-081-8/+18
* * environ.cc (set_chunksize): Remove.Corinna Vinschen2011-05-101-7/+0
* * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen2011-04-231-1/+2
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-2/+2
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-5/+12
* Fix setenv and unsetenv corner cases.Eric Blake2009-11-161-5/+8
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-281-17/+0
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-5/+1
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-4/+1
* * environ.cc (build_env): Fix length calculation of resultingCorinna Vinschen2009-04-021-2/+2
* * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen2009-03-251-1/+4
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-46/+23
* * environ.cc (_getenv_r): New function.Corinna Vinschen2009-02-131-0/+9
* ChangeLog:Corinna Vinschen2009-01-211-6/+0
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+1
* Remove unneeded whitespace.Christopher Faylor2008-11-261-62/+60
* * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen2008-11-111-2/+64
* * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen2008-11-051-2/+0
* * environ.cc (known): Remove "binmode" option.Corinna Vinschen2008-07-181-1/+0
* Add case-sensitivity.Corinna Vinschen2008-07-161-29/+0
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-14/+0
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen2008-04-131-1/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-24/+43
* * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen2008-03-111-7/+8
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-22/+19
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-22/+28
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-2/+2
* * autoload.cc (CharToOemA): Remove.Corinna Vinschen2008-02-051-8/+19
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-12/+12
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-9/+6
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-4/+8
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-4/+4
* * Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor2007-03-011-7/+0
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-8/+4
* * environ.cc (subauth_id_init): Remove.Corinna Vinschen2006-12-121-21/+0
* * environ.cc (set_traverse): Remove.Corinna Vinschen2006-12-121-7/+0
* * cyglsa.h: New header file.Corinna Vinschen2006-11-271-0/+6
* * environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor2006-09-071-6/+7
* * environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor2006-08-021-3/+14