summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-1/+0
* cygwin directory changes:Christopher Faylor2013-07-261-14/+1
* * cygwin.sc.in (.text.*): Fold into .text on all platforms.Corinna Vinschen2013-07-101-3/+3
* * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen2013-05-241-5/+5
* * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen2013-05-231-3/+16
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-1/+14
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-2/+4
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-7/+6
* * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz2012-10-271-1/+1
* * environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor2012-04-281-0/+1
* * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen2012-02-261-8/+16
* * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen2012-02-261-6/+2
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* * 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