aboutsummaryrefslogtreecommitdiff
path: root/klibc-utils (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-15printf: improved error handlingRon Yorston1-19/+23
2021-08-15win32: implement utimes(2) using utimensat(2)Ron Yorston1-38/+18
2021-08-14win32: tidy up fetching of system directoryRon Yorston1-14/+17
2021-08-14win32: code shrinkRon Yorston1-14/+14
2021-08-13win32: treat devices as character special filesRon Yorston1-1/+3
2021-08-12find_mount_point: code shrinkRon Yorston1-8/+2
2021-08-12win32: better handling of nested symlinksRon Yorston3-0/+14
2021-08-11timeout: make child handle staticRon Yorston1-1/+1
2021-08-10nproc: code shrinkRon Yorston1-24/+12
2021-08-09win32: code shrink character class detectionRon Yorston5-18/+83
2021-08-09win32: fix fnmatch(3) handling of xdigitRon Yorston1-1/+1
2021-08-09win32: tidy up time conversionsRon Yorston1-7/+3
2021-08-08win32: code shrinkRon Yorston3-12/+11
2021-08-06win32: improved keycode detectionRon Yorston1-42/+33
2021-08-06win32: code shrink read_key()Ron Yorston1-11/+5
2021-08-05split: improve performanceRon Yorston1-1/+7
2021-08-02win32: better detection of Alt key releaseRon Yorston1-1/+2
2021-08-01ash: reset ANSI emulation at promptRon Yorston1-0/+3
2021-07-28win32: code shrink using is_prefixed_with()Ron Yorston3-20/+27
2021-07-28win32: code shrink has_exec_format()Ron Yorston1-13/+11
2021-07-26win32: more efficient tests for executablesRon Yorston2-4/+10
2021-07-25Update READMEFRP-4264-gc79f13025Ron Yorston1-2/+4
2021-07-25win32: special case for devices files in stat(2)Ron Yorston1-5/+20
2021-07-24Update default configurationRon Yorston2-4/+4
2021-07-22ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko1-3/+27
2021-07-22tar: use external program for lzma/xz compressionRon Yorston1-3/+9
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2-97/+174
2021-07-17mingw: update select(2) to latest gnulib versionRon Yorston1-18/+36
2021-07-17Update default configurationRon Yorston2-4/+4
2021-07-14awk: whitespace and debugging tweaksDenys Vlasenko1-67/+66
2021-07-14vi: remove redundant assignmentDenys Vlasenko1-1/+0
2021-07-14awk: disallow break/continue outside of loopsDenys Vlasenko2-9/+6
2021-07-14awk: tighten parsing - disallow extra semicolonsDenys Vlasenko1-16/+24
2021-07-13vi: fix regex search compilation errorRon Yorston1-1/+1
2021-07-13vi: somewhat more readable code, no logic changesDenys Vlasenko1-8/+9
2021-07-13vi: allow delimiter in ':s' to be escapedRon Yorston1-2/+17
2021-07-13vi: allow regular expressions in ':s' commandsDenys Vlasenko1-15/+116
2021-07-13vi: improve handling of anchored searchesRon Yorston1-0/+2
2021-07-13vi: use basic regular expressions for searchRon Yorston1-2/+2
2021-07-13vi: allow 'gg' to specify a rangeRon Yorston1-1/+2
2021-07-13ash, libbb: don't affect POSIX buildRon Yorston2-12/+17
2021-07-12ash: tidy code, no functional changeRon Yorston1-24/+14
2021-07-12awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...Denys Vlasenko1-5/+6
2021-07-12awk: fix printf "%-10c", 0Denys Vlasenko2-4/+13
2021-07-11awk: fix corner case in awk_printfDenys Vlasenko1-4/+4
2021-07-11tc: fix for parsing of "dev IFACE" and printing of "class list"Denys Vlasenko1-20/+22
2021-07-11winansi: add missing va_end()Ron Yorston1-0/+1
2021-07-11awk: unbreak "cmd" | getlineDenys Vlasenko2-1/+7
2021-07-11awk: unbreak "printf('%c') can output NUL" testcaseDenys Vlasenko1-17/+26
2021-07-11awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko2-3/+10