hush/applets
Manuel Novoa III 31b98dd097 Rewrite parse_config_file(). Among the old version's problems:
No checking for lines that were too long.
  No checking that fgets returning NULL was actually due to EOF.
  Various whitespace handling inconsistencies.
  Bloat (switches and multiple identical function calls).
  Failure to check for trailing characters in some cases.
  Dynamicly allocated memory was not free()d on error.
Given that this controls suid/sgid behavior, the sloppy coding was
really inexcusable.  :-(
2004-02-01 10:03:05 +00:00
..
applets.c Rewrite parse_config_file(). Among the old version's problems: 2004-02-01 10:03:05 +00:00
busybox.c wrap bb help output if CONFIG_FEATURE_AUTOWIDTH 2003-11-07 19:37:20 +00:00
busybox.mkll Fixup the new buildsystem a bit. 2001-10-24 07:58:02 +00:00
install.sh Per Vladimir's suggestion, force the locale to POSIX for all 2001-03-08 21:42:11 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
usage.c Another update to the way usage messages are done by Evin Robertson 2001-02-22 01:15:47 +00:00