summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix ws/cs & foldingAntony Dovgal2007-08-101-49/+78
* Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard cha...Dmitry Stogov2007-07-241-0/+7
* Fixed rename() in ZTS to allow renaming of symbolic links;Dmitry Stogov2007-07-231-2/+11
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-4/+27
* Store existent file in realpath cacheDmitry Stogov2007-07-031-0/+1
* Fixed yet another realpath cache bug and wrong testsDmitry Stogov2007-06-181-1/+1
* MFH: fix lstat() function resolving symlinksAntony Dovgal2007-05-301-1/+1
* Remove simple optimization here for now until we clean up this SAPI/TSRMRasmus Lerdorf2007-05-251-2/+1
* Get rid of a stray time() syscall in tsrm and clean up lcg rinitRasmus Lerdorf2007-05-181-1/+2
* typoDmitry Stogov2007-04-171-2/+2
* WIN64 supportDmitry Stogov2007-04-162-2/+10
* Fixed bug #41063 (chdir doesn't like root paths).Dmitry Stogov2007-04-121-0/+1
* MFH: fix #39351 (relative include fails on Solaris)Antony Dovgal2007-04-031-39/+59
* fix for #33664 Console window appears when using exec()Stanislav Malyshev2007-04-021-1/+1
* MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32Antony Dovgal2007-03-201-3/+4
* Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005Stanislav Malyshev2007-02-241-2/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* Fixed bug #40560 (DIR functions do not work on root UNC path)Dmitry Stogov2007-02-211-3/+13
* On win32 directories in the middle of the patch may be unreadableDmitry Stogov2007-02-191-13/+10
* MFHAntony Dovgal2007-02-152-8/+7
* Fixed bug #40231 (file_exists incorrectly reports false)Dmitry Stogov2007-01-261-4/+12
* Fixed wrong realpath() result for unexistent files on win32Dmitry Stogov2007-01-231-0/+5
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-222-12/+40
* CSIlia Alshanetsky2007-01-201-9/+10
* MFHAntony Dovgal2007-01-191-4/+4
* MFH: free temp cwd_state struct on errorAntony Dovgal2007-01-161-0/+16
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
* Removed dependency from SHELL32.DLLDmitry Stogov2006-12-212-7/+10
* Added commentsDmitry Stogov2006-11-141-3/+6
* Use symbolic namesDmitry Stogov2006-11-132-20/+24
* Fixed wrong realpath() result in case of unexistent pathDmitry Stogov2006-11-101-7/+10
* Fixed wrong realpath() result in case of unexistent pathDmitry Stogov2006-11-101-1/+1
* stat() is reimplemented using using GetFileAttributesEx().Dmitry Stogov2006-11-102-4/+92
* VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIRDmitry Stogov2006-11-102-27/+28
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-5/+8
* MFH: fix #39060 (virtual_file_ex() is broken on *BSD)Antony Dovgal2006-10-061-1/+1
* Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win)Dmitry Stogov2006-10-051-4/+11
* MFHAntony Dovgal2006-10-042-2/+2
* Added handling for virtual_file_ex() failures.Ilia Alshanetsky2006-09-281-13/+39
* Fixed bug #38579 (include_once() may include the same file twice)Dmitry Stogov2006-09-201-132/+87
* Fixed VIRTUAL_DIR inconsistencyDmitry Stogov2006-09-041-0/+6
* MFH: fix separate TSRM buildAntony Dovgal2006-08-221-1/+0
* MFHAntony Dovgal2006-08-051-1/+3
* revert previous patchAntony Dovgal2006-08-041-3/+1
* MFH: fix #38276 (file_exists() works incorrectly with long filenames on Windows)Antony Dovgal2006-08-031-1/+3
* MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown)foobar2006-04-101-0/+4
* Fixed bug #35988 (Unknown persistent list entry type in module shutdown)Dmitry Stogov2006-03-142-0/+49
* - Added lchown() and lchgrp() to change user/group ownership of symlinks.Derick Rethans2006-03-052-4/+14
* MFH: move function definition from .h to .c, where it should beAntony Dovgal2006-02-082-16/+21
* init variablesAntony Dovgal2006-02-061-2/+2