aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-01libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston1-1/+1
2021-03-01Allow `rename()` to work across drivesJohannes Schindelin1-1/+2
2021-03-01Do not use `rename()` for symlinksJohannes Schindelin1-5/+8
2021-03-01Fix `xmalloc_readlink()` againRon Yorston1-1/+1
2021-03-01win32: let `resolve_symlinks()` _really_ resolve symbolic linksJohannes Schindelin1-1/+9
2021-03-01readlink(): do `NUL`-terminate the resultJohannes Schindelin1-2/+3
2021-03-01win32(symlink): fix logic to determine the type of the symlinkJohannes Schindelin1-1/+10
2021-03-01win32: move is_absolute_path()Ron Yorston3-3/+10
2021-03-01win32: workaround for lazy loading issue on Windows 7Ron Yorston1-0/+14
2021-02-25which: changes to standalone shell supportRon Yorston1-19/+27
2021-02-23win32: update sysinfo(2) implementation (again)Ron Yorston1-14/+31
2021-02-21.gitignore: support building on WindowsJohannes Schindelin3-0/+7
2021-02-21Add Windows build info to README.mdRon Yorston1-3/+7
2021-02-21win32: work around MSYS2 toolchain weirdnessRon Yorston1-0/+9
2021-02-21applet_tables: simulate force-renaming on WindowsJohannes Schindelin1-0/+9
2021-02-21win32: workaround for '0-bit reloc' on MSYS2Ron Yorston2-0/+3
2021-02-21win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston4-6/+8
2021-02-19win32: update sysinfo(2) implementationRon Yorston2-15/+23
2021-02-19win32: add uptime to sysinfo(2), enable uptime appletRon Yorston4-8/+5
2021-02-18free: implement sysinfo(2) and enable free(1)Ron Yorston5-2/+63
2021-02-17nproc: port to WIN32 and enable by defaultRon Yorston3-4/+34
2021-02-17winansi: code shrink and improvementsRon Yorston1-41/+15
2021-02-16libbb: make banner shorterRon Yorston1-2/+2
2021-02-16winansi: don't check return from xmallocRon Yorston1-3/+0
2021-02-15winansi: allow alternative screen buffer to be disabledRon Yorston1-0/+7
2021-02-15winansi: allow test suite to run on WineRon Yorston1-3/+3
2021-02-14ash: code shrinkRon Yorston3-11/+1
2021-02-14bc: handle ^C in interactive modeRon Yorston1-0/+13
2021-02-13bc: fix to build on WIN32 and enable in default configurationsRon Yorston3-12/+14
2021-02-13win32: code shrinkRon Yorston3-7/+17
2021-02-12win32: implement symlink(2)Ron Yorston3-12/+55
2021-02-12win32: allow symlinks to directories to be unlinkedRon Yorston1-1/+13
2021-02-12win32: make readlink(2) implementation unconditionalRon Yorston8-30/+1
2021-02-12libbb: avoid problems with quoted characters in tab completionRon Yorston1-3/+11
2021-02-10Reformat README.mdRon Yorston1-2/+1
2021-02-10Link to page on pathnames from README.mdRon Yorston1-4/+5
2021-02-08winansi: code shrinkRon Yorston1-13/+13
2021-02-07Update READMERon Yorston1-2/+5
2021-02-07winansi: more accurate colour mappingRon Yorston4-22/+111
2021-02-07winansi: code shrinkRon Yorston1-90/+71
2021-02-06win32: code shrinkRon Yorston4-4/+6
2021-02-04winansi: tweak colour mappingRon Yorston1-19/+9
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston36-66/+69
2021-02-03libbb: code shrink fgets_strRon Yorston1-12/+5
2021-02-03printf: better support for escape sequencesRon Yorston1-48/+60
2021-02-03winansi: extend ANSI emulationRon Yorston1-49/+177
2021-02-03winansi: change default 'skip ANSI emulation' settingRon Yorston4-15/+24
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston5-3/+67
2021-02-02cryptpw: typo in usage messageRon Yorston1-3/+3
2021-02-02vi: fix range selection by forward character motionRon Yorston1-6/+9