hush/scripts
Rob Landley 3252b625b7 Since we have less than 100k of usage.h data anyway, using bzip -9 is silly.
That says use 900k chunks when compressing, which needs about 4 megs of data
structures to undo the Burrows-Wheeler transform.  Switching it down to
bzip -1 (100k chunks) should have no impact on the compression (since it
still all fits in one chunk) but should reduce runtime decompression memory
requirements to something like 500k.  Still larger than gunzip, but not
egregiously so.
2006-05-30 19:19:45 +00:00
..
config fix spelling mistakes 2006-05-26 01:48:17 +00:00
bb_mkdep.c - use strtol instead of strtoll if the latter does not exist 2006-05-26 19:58:58 +00:00
bloat-o-meter Teach bloatometer about .rodata, and tweak the display into something that 2006-05-29 20:56:27 +00:00
checkhelp.awk - ignore missing helptext for options which are not selectable. 2006-05-05 14:05:21 +00:00
objsizes - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints 2006-04-26 10:10:25 +00:00
showasm Script to easily get an assembly dump of a single function. 2006-05-07 20:58:55 +00:00
usage_compressed Since we have less than 100k of usage.h data anyway, using bzip -9 is silly. 2006-05-30 19:19:45 +00:00
usage.c Patch from Dennis Vlasenko to add the option to compress help text. 2006-04-27 23:34:46 +00:00