summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools/shmin.sh: RemoveP. J. McDermott2015-10-301-292/+0
| | | | | | | | | | | It screws up handling backslash-escaped characters in src/ui/tui.sh; fails to parse src/dist/libiquity.sh (due to an EOF while parsing a double-quoted string); and doesn't know how to handle parameter expansions, command substitutions, here-documents, etc. It needs to be rewritten into a proper parser. But, if firman gets compressed (e.g. as part of an initramfs) anyway, minifying it first only saves less than 2 KiB.
* tools/shmin.sh: Move fgetc() callP. J. McDermott2015-10-301-1/+1
|
* tools/shmin.sh: Fix most syntax errorsP. J. McDermott2015-10-301-1/+0
| | | | EOF after newline is perfectly valid.
* tools/shmin.sh: Write errors to stderrP. J. McDermott2015-10-301-1/+1
|
* tools/shmin.sh: Support writing to stdoutP. J. McDermott2015-10-301-10/+12
|
* tools/shmin.sh: Detect syntax errorsP. J. McDermott2015-10-301-8/+27
|
* tools/shmin.sh: Close input file's FDP. J. McDermott2015-10-301-1/+6
|
* tools/shmin.sh: Handle backslashesP. J. McDermott2015-10-301-0/+7
|
* tools/shld.sh: Add support for init functionsP. J. McDermott2015-10-271-1/+17
|
* tools/shld.sh: Fix double "the"P. J. McDermott2015-10-271-2/+2
|
* tools/shmin.sh: Remove temporary output fileP. J. McDermott2015-10-271-0/+3
|
* tools/shmin.sh: Preserve mode of output fileP. J. McDermott2015-10-271-1/+1
|
* tools/shmin.sh: Fix permissionsP. J. McDermott2015-10-271-0/+0
|
* tools/shmin.sh: New fileP. J. McDermott2015-10-261-0/+257
|
* tools/shld.sh: New fileP. J. McDermott2015-10-261-0/+141