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