Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/shmin.sh: Remove | P. J. McDermott | 2015-10-30 | 1 | -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() call | P. J. McDermott | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | tools/shmin.sh: Fix most syntax errors | P. J. McDermott | 2015-10-30 | 1 | -1/+0 |
| | | | | EOF after newline is perfectly valid. | ||||
* | tools/shmin.sh: Write errors to stderr | P. J. McDermott | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | tools/shmin.sh: Support writing to stdout | P. J. McDermott | 2015-10-30 | 1 | -10/+12 |
| | |||||
* | tools/shmin.sh: Detect syntax errors | P. J. McDermott | 2015-10-30 | 1 | -8/+27 |
| | |||||
* | tools/shmin.sh: Close input file's FD | P. J. McDermott | 2015-10-30 | 1 | -1/+6 |
| | |||||
* | tools/shmin.sh: Handle backslashes | P. J. McDermott | 2015-10-30 | 1 | -0/+7 |
| | |||||
* | tools/shld.sh: Add support for init functions | P. J. McDermott | 2015-10-27 | 1 | -1/+17 |
| | |||||
* | tools/shld.sh: Fix double "the" | P. J. McDermott | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | tools/shmin.sh: Remove temporary output file | P. J. McDermott | 2015-10-27 | 1 | -0/+3 |
| | |||||
* | tools/shmin.sh: Preserve mode of output file | P. J. McDermott | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | tools/shmin.sh: Fix permissions | P. J. McDermott | 2015-10-27 | 1 | -0/+0 |
| | |||||
* | tools/shmin.sh: New file | P. J. McDermott | 2015-10-26 | 1 | -0/+257 |
| | |||||
* | tools/shld.sh: New file | P. J. McDermott | 2015-10-26 | 1 | -0/+141 |