index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
environ.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
errno: Stop using _impure_ptr->_errno completely
Corinna Vinschen
2017-03-10
1
-2
/
+1
*
Move the core environment parsing of environ_init into a new win32env_to_cyge...
Erik M. Bray
2017-01-10
1
-35
/
+49
*
Remove CYGWIN=detect_bloda option
Corinna Vinschen
2016-06-25
1
-1
/
+0
*
Drop max_sys_priv wincap
Corinna Vinschen
2016-06-24
1
-15
/
+2
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Remove MALLOC_CHECK and calls to it entirely
Corinna Vinschen
2016-04-01
1
-6
/
+0
*
Do not treat the command line or environment like paths
Johannes Schindelin
2016-01-08
1
-4
/
+4
*
Fix length returned from sys_cp_wcstombs in case nwc > # of wchars
Corinna Vinschen
2015-10-22
1
-1
/
+1
*
cygwin: Fix crashes under AllocationPreference=0x100000 condition
Corinna Vinschen
2015-07-29
1
-5
/
+6
*
* environ.cc (renv_arr): Drop variables not usually in a Windows
Corinna Vinschen
2015-01-14
1
-22
/
+8
*
* environ.cc (build_env): When merging the user's Windows environment,
Corinna Vinschen
2015-01-14
1
-3
/
+19
*
* environ.cc (regopt): Remove function.
Corinna Vinschen
2014-12-08
1
-43
/
+2
*
* environ.cc (build_env): Remove loquacious debug statements.
Corinna Vinschen
2014-12-06
1
-2
/
+0
*
* autoload.cc (CreateEnvironmentBlock): Import.
Corinna Vinschen
2014-12-02
1
-6
/
+107
*
* cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.
Corinna Vinschen
2014-10-27
1
-29
/
+53
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-111
/
+126
*
* environ.cc (regopt): Allocate small local buffer to avoid copying
Corinna Vinschen
2014-06-23
1
-7
/
+7
*
* environ.cc (strbrk): Properly deal with environment variable sans quote.
Christopher Faylor
2014-02-10
1
-2
/
+2
*
* environ.cc (strbrk): New function.
Christopher Faylor
2014-02-09
1
-4
/
+44
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-1
/
+0
*
cygwin directory changes:
Christopher Faylor
2013-07-26
1
-14
/
+1
*
* cygwin.sc.in (.text.*): Fold into .text on all platforms.
Corinna Vinschen
2013-07-10
1
-3
/
+3
*
* environ.cc (win_env::add_cache): Set the Windows environment variable
Corinna Vinschen
2013-05-24
1
-5
/
+5
*
* environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"
Corinna Vinschen
2013-05-23
1
-3
/
+16
*
* autoload.cc (CreateSymbolicLink): Define.
Corinna Vinschen
2013-04-24
1
-1
/
+14
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-2
/
+4
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-7
/
+6
*
* dcrt0.cc (quoted): Renamed strechr to strchrnul.
Kai Tietz
2012-10-27
1
-1
/
+1
*
* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.
Christopher Faylor
2012-04-28
1
-0
/
+1
*
* environ.cc (enum settings): Add setbool. Rename justset to setdword
Corinna Vinschen
2012-02-26
1
-8
/
+16
*
* environ.cc (dos_file_warning): Drop declaration.
Corinna Vinschen
2012-02-26
1
-6
/
+2
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
* dtable.cc (conv_start_chars): Remove unneeded section attribute.
Christopher Faylor
2011-08-21
1
-2
/
+1
*
* dtable.cc: Mark some const variables as static.
Christopher Faylor
2011-08-19
1
-13
/
+49
*
* environ.cc (tty_is_gone): Wrap warning at 80 characters.
Christopher Faylor
2011-07-04
1
-2
/
+2
*
* environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variable
Corinna Vinschen
2011-07-04
1
-0
/
+2
*
* environ.cc (create_upcaseenv): Delete.
Christopher Faylor
2011-06-10
1
-44
/
+16
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-06-09
1
-2
/
+0
*
* environ.cc (envcache): Delete.
Christopher Faylor
2011-06-09
1
-3
/
+1
*
* environ.c: Move code earlier to allow:
Christopher Faylor
2011-06-09
1
-178
/
+180
*
* environ.cc (tty_is_gone): Add missing space to message.
Christopher Faylor
2011-06-08
1
-1
/
+1
*
* environ.cc (settings::set_process_state): Delete.
Christopher Faylor
2011-06-08
1
-8
/
+18
*
* environ.cc (set_chunksize): Remove.
Corinna Vinschen
2011-05-10
1
-7
/
+0
*
* registry.cc (reg_key::get_dword): Rename from get_int, use DWORD
Corinna Vinschen
2011-04-23
1
-1
/
+2
*
* Makefile.in (DLL_IMPORTS): Drop advapi32.dll.
Corinna Vinschen
2011-04-19
1
-2
/
+2
*
* environ.cc (regopt): Change the first argument to wide char string.
Christopher Faylor
2010-05-18
1
-5
/
+12
*
Fix setenv and unsetenv corner cases.
Eric Blake
2009-11-16
1
-5
/
+8
*
* cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".
Corinna Vinschen
2009-09-28
1
-17
/
+0
*
* cygheap.cc (cygheap_init): Set Cygwin default locale values.
Corinna Vinschen
2009-05-14
1
-5
/
+1
*
* cygheap.h (cwdstuff): Convert to class. Make posix and dir private.
Corinna Vinschen
2009-05-13
1
-4
/
+1
[next]