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
...
*
* environ.cc (set_file_api_mode): New function. Move setting
Egor Duda
2001-06-12
1
-4
/
+17
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2001-05-11
1
-9
/
+43
*
* exceptions.cc (ctrl_c_handler): Always send signal to process if it has no
Christopher Faylor
2001-05-04
1
-1
/
+1
*
* autoload.cc: Add LoadDLLinitfunc for secur32.dll.
Corinna Vinschen
2001-04-30
1
-0
/
+15
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-4
/
+9
*
* dir.cc (mkdir): Check for case clash.
Corinna Vinschen
2001-04-12
1
-0
/
+29
*
* dlfcn.cc (check_access): Eliminate.
Christopher Faylor
2001-03-26
1
-1
/
+1
*
Fix spacing, copyrights.
Christopher Faylor
2001-03-18
1
-7
/
+6
*
* environ.cc (parse_options): Use strtok_r instead of strtok.
Corinna Vinschen
2001-03-14
1
-2
/
+4
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-2
/
+2
*
* dir.cc (readdir): Fix shortcut==symlink condition.
Corinna Vinschen
2001-03-02
1
-0
/
+2
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-1
/
+25
*
* environ.cc (struct parse_thing): Add entry for new CYGWIN option
Corinna Vinschen
2000-12-19
1
-0
/
+2
*
* autoload.cc: Autoload CharToOemA.
Christopher Faylor
2000-12-10
1
-41
/
+22
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-1
/
+1
*
* dcrt0.cc: New global variable `ignore_case_with_glob'.
Christopher Faylor
2000-11-11
1
-1
/
+27
*
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
Christopher Faylor
2000-11-08
1
-2
/
+18
*
Fix typos.
Christopher Faylor
2000-11-07
1
-3
/
+3
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
1
-1
/
+1
*
* fork.cc (fork): Set sigframe here, since it can pause for a considerable
Christopher Faylor
2000-10-23
1
-1
/
+6
*
* Makefile.in: add miscfuncs.cc
DJ Delorie
2000-10-19
1
-3
/
+3
*
* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branch
DJ Delorie
2000-10-19
1
-3
/
+19
*
* exceptions.cc (call_handler): Make signal pending if sigsave.sig is still
Christopher Faylor
2000-10-18
1
-1
/
+2
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-9
/
+7
*
* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor
2000-09-25
1
-1
/
+11
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+4
*
* environ.cc (environ_init): Don't free the new environment table after we've
Christopher Faylor
2000-09-03
1
-1
/
+3
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-35
/
+57
*
* environ.cc (parse_thing): nobinmode should force O_TEXT.
Christopher Faylor
2000-08-24
1
-2
/
+5
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-0
/
+4
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+1
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-10
/
+10
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-1
/
+1
*
* environ.cc (parse_thing): Make binmode a DWORD.
Christopher Faylor
2000-07-29
1
-4
/
+1
*
* environ.cc (posify): Revert previous patch.
Corinna Vinschen
2000-07-26
1
-18
/
+28
*
* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.
Christopher Faylor
2000-07-26
1
-78
/
+114
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-3
/
+4
*
* environ.cc (setenv): Use __cygwin_environ instead of
Corinna Vinschen
2000-07-17
1
-2
/
+2
*
* environ.cc: Use new definition of "environ" throughout.
Christopher Faylor
2000-07-16
1
-4
/
+18
*
* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can
Christopher Faylor
2000-07-15
1
-4
/
+6
*
* Makefile.in: Use variables rather than configure constructs where
Christopher Faylor
2000-07-01
1
-1
/
+2
*
* environ.cc (conv_envvars): Detect and convert all environment variables used
Christopher Faylor
2000-06-15
1
-0
/
+4
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
1
-2
/
+1
*
* environ.cc (regopt): Scan HKLM if HKCU scan fails.
Christopher Faylor
2000-05-22
1
-0
/
+6
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
1
-14
/
+21
*
* environ.cc: Add TMPDIR to the list of environment variables which are
Christopher Faylor
2000-03-25
1
-0
/
+2
*
* environ.cc: Eliminate oldstack CYGWIN option.
Christopher Faylor
2000-03-09
1
-2
/
+0
*
Respond to a multitude of g++ warnings.
Christopher Faylor
2000-02-21
1
-2
/
+2
*
* environ.cc (getwinenv): Make __stdcall.
Christopher Faylor
2000-02-21
1
-11
/
+7
[prev]
[next]