aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-17ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko1-9/+16
2020-02-17ash: mkinit: Split reset into exitreset and resetDenys Vlasenko1-7/+19
2020-02-17ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko5-1/+25
2020-02-17ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko5-1/+15
2020-02-16ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko1-1/+2
2020-02-16ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko1-2/+1
2020-02-16ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko1-0/+2
2020-02-16ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko1-1/+5
2020-02-16ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko1-1/+1
2020-02-16ash: builtin: Mark more regular built-insDenys Vlasenko1-4/+4
2020-02-16ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko1-8/+7
2020-02-16ash: output: Fix fmtstr return valueDenys Vlasenko1-1/+1
2020-02-16ash: main: Only set savestatus in exitcmdDenys Vlasenko1-7/+2
2020-02-16ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko3-13/+38
2020-02-16ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko1-2/+8
2020-02-16ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko1-6/+6
2020-02-16win32: reduce size of strptime()Ron Yorston1-74/+8
2020-02-16iconv: more improvementsRon Yorston1-55/+19
2020-02-16win32: save bytes in fnmatchRon Yorston1-13/+55
2020-02-16win32: tidy up detection of device filesRon Yorston2-10/+4
2020-02-16win32: save a few bytes in statfsRon Yorston1-3/+5
2020-02-15win32: save space in statfsRon Yorston1-20/+5
2020-02-15win32: rework device file detectionRon Yorston1-6/+4
2020-02-14iconv: code shrink (2)Ron Yorston1-86/+34
2020-02-14iconv: code shrinkRon Yorston1-456/+457
2020-02-14fdisk: add HFS / HFS+ partition typeDenys Vlasenko1-6/+4
2020-02-14win32: turn off some unnecessary build optionsRon Yorston2-10/+10
2020-02-14ash: code shrinkRon Yorston1-4/+12
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko1-28/+33
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko1-1/+1
2020-02-13tftp: code shrinkDenys Vlasenko1-9/+4
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko1-2/+11
2020-02-13win32: code shrinkRon Yorston3-19/+15
2020-02-11date: code shrinkRon Yorston3-7/+27
2020-02-11ash: code shrinkRon Yorston1-3/+15
2020-02-10ash: fixes to trapRon Yorston1-3/+4
2020-02-08ash: don't compile dotrap()Ron Yorston1-0/+6
2020-02-08ash: fixes to handling of ctrl-C in read builtinRon Yorston2-2/+22
2020-02-08ash: catch EOF in read builtinRon Yorston1-2/+2
2020-02-07ash: process backspace in read builtinRon Yorston1-0/+10
2020-02-06winansi: fix alternate screen buffer in Windows 7Ron Yorston1-6/+10
2020-02-04ash: remove obsolete commentRon Yorston1-4/+1
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko2-5/+40
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston4-4/+62
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston2-9/+27
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston1-5/+8
2020-01-29ash: improve expandstr()Ron Yorston1-20/+21
2020-01-29syslogd: add config option to include milliseconds in timestampsPeter Korsgaard1-2/+22
2020-01-21ash: tidy up history_copy()Ron Yorston1-6/+6
2020-01-19mingw: fix off-by-one error in mingw_strftime()Ron Yorston1-1/+1