aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: shuffle skip_ansi_emulation() codeRon Yorston2023-02-191-6/+8
* win32: work around problem with ConEmuRon Yorston2023-02-191-1/+3
* win32: only change console mode if necessaryRon Yorston2023-02-191-7/+10
* win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4ebRon Yorston2023-02-131-1/+2
* ash,make: fix CRLF handlingRon Yorston2023-01-301-2/+3
* win32: provide a default value for HOMERon Yorston2023-01-291-5/+11
* win32: another stat(2) + access time fixRon Yorston2023-01-261-1/+1
* make: allow building as pdpmake onlyRon Yorston2023-01-241-0/+1
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-3/+15
* win32: limit setting of errno when lazy loading failsRon Yorston2023-01-221-3/+3
* win32: reset errno in read_key()Ron Yorston2023-01-221-0/+1
* win32: more minor improvements to stat(2)Ron Yorston2023-01-181-29/+26
* win32: minor improvements to stat(2)Ron Yorston2023-01-171-9/+9
* win32: use ACL check to clarify write permissionRon Yorston2023-01-161-27/+30
* win32: fix permissions of read-only directoryRon Yorston2023-01-111-1/+1
* win32: improve seeding of PRNGsRon Yorston2023-01-112-60/+10
* win32: speed up getc(3) wrapperRon Yorston2022-12-301-2/+2
* win32: always allow d_type member of struct direntRon Yorston2022-12-222-4/+0
* win32: prevent stat(2) from updating access timesRon Yorston2022-12-221-4/+19
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-262-8/+7
* win32: fix warning in timegm(3)Ron Yorston2022-10-251-1/+0
* win32: revise creation of resourcesRon Yorston2022-10-252-3/+5
* win32: use xmalloc_follow_symlinks() in stat(2)Ron Yorston2022-09-271-16/+9
* make: new appletRon Yorston2022-08-013-0/+433
* Workaround for incomplete junctions created by PowerShellRon Yorston2022-06-251-12/+32
* win32: bug fix in fnmatch(3)Ron Yorston2022-06-231-2/+5
* win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston2022-05-231-15/+22
* win32: code shrink fstat(2)Ron Yorston2022-05-231-11/+8
* win32: let stat(2) return correct st_size for symlinkRon Yorston2022-05-221-5/+8
* win32: code shrink readlink(2)Ron Yorston2022-05-221-32/+12
* win32: code shrink directory testsRon Yorston2022-05-221-15/+19
* win32: return reparse tag in struct statRon Yorston2022-05-191-6/+14
* jn: make junctions acceptable to WindowsRon Yorston2022-05-171-5/+9
* jn: new appletRon Yorston2022-05-161-1/+132
* win32: try to get link count for directoriesRon Yorston2022-05-153-1/+36
* win32: treat junctions as symlinksRon Yorston2022-05-141-6/+13
* ash: export certain variables to the environment immediatelyRon Yorston2022-05-082-2/+2
* win32: fix 'cd' to symlink with relative path as targetRon Yorston2022-05-071-1/+1
* win32: search PATH for missing Unix-style executablesRon Yorston2022-05-062-31/+39
* win32: better fix for empty environment variablesRon Yorston2022-05-052-9/+8
* win32: revert changes related to environment variablesRon Yorston2022-05-042-12/+21
* win32: new code to set empty environment variableRon Yorston2022-05-031-12/+8
* which,ash: changes to which/command/typeRon Yorston2022-05-011-0/+21
* win32: clarify documentation of is_relative_path()Ron Yorston2022-04-301-3/+8
* win32: conditional compilation in process.cRon Yorston2022-04-241-10/+10
* win32: proper conditional compilation in popen.cRon Yorston2022-04-231-9/+14
* date: enable FEATURE_DATE_NANORon Yorston2022-04-222-0/+13
* win32: minor adjustments to file permissionsRon Yorston2022-04-191-8/+9
* win32: fake file ownership on FAT filesystemsRon Yorston2022-02-171-5/+11
* Increment date in resourcesRon Yorston2022-02-141-1/+1