aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston1-4/+10
2021-02-02libbb: code shrink and speed up find_applet_by_name()Ron Yorston1-79/+17
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2-3/+20
2021-02-02traceroute: fix option parsingDenys Vlasenko1-1/+1
2021-01-27printf: code shrinkRon Yorston1-19/+7
2021-01-26stat: improve conditional compilationRon Yorston1-5/+4
2021-01-25tar: changes to conditional compilationRon Yorston1-4/+6
2021-01-25ar: only free temporary filename if requiredRon Yorston1-2/+3
2021-01-25tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston8-18/+23
2021-01-24tls: avoid unnecessary changes to POSIX buildRon Yorston2-6/+7
2021-01-24nc: alter conditional compilationRon Yorston1-7/+55