summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * environ.cc (set_file_api_mode): New function. Move settingEgor Duda2001-06-121-4/+17
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2001-05-111-9/+43
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-1/+1
* * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen2001-04-301-0/+15
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-4/+9
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-0/+29
* * dlfcn.cc (check_access): Eliminate.Christopher Faylor2001-03-261-1/+1
* Fix spacing, copyrights.Christopher Faylor2001-03-181-7/+6
* * environ.cc (parse_options): Use strtok_r instead of strtok.Corinna Vinschen2001-03-141-2/+4
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-2/+2
* * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen2001-03-021-0/+2
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+25
* * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen2000-12-191-0/+2
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-41/+22
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-1/+1
* * dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor2000-11-111-1/+27
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-2/+18
* Fix typos.Christopher Faylor2000-11-071-3/+3
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor2000-10-231-1/+6
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-191-3/+3
* * dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie2000-10-191-3/+19
* * exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor2000-10-181-1/+2
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-9/+7
* * spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor2000-09-251-1/+11
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+4
* * environ.cc (environ_init): Don't free the new environment table after we'veChristopher Faylor2000-09-031-1/+3
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-35/+57
* * environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor2000-08-241-2/+5
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+4
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-10/+10
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-1/+1
* * environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor2000-07-291-4/+1
* * environ.cc (posify): Revert previous patch.Corinna Vinschen2000-07-261-18/+28
* * syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor2000-07-261-78/+114
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-3/+4
* * environ.cc (setenv): Use __cygwin_environ instead ofCorinna Vinschen2000-07-171-2/+2
* * environ.cc: Use new definition of "environ" throughout.Christopher Faylor2000-07-161-4/+18
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-4/+6
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-1/+2
* * environ.cc (conv_envvars): Detect and convert all environment variables usedChristopher Faylor2000-06-151-0/+4
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-2/+1
* * environ.cc (regopt): Scan HKLM if HKCU scan fails.Christopher Faylor2000-05-221-0/+6
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-14/+21
* * environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor2000-03-251-0/+2
* * environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor2000-03-091-2/+0
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-2/+2
* * environ.cc (getwinenv): Make __stdcall.Christopher Faylor2000-02-211-11/+7