NetBSD/usr.sbin/sushi
christos 93756e61ad XXX: this code needs a lot more cleanup... There is no clear malloc/free
policy and the data dependent initialization is very fragile. I.e.
     the code assumes because the data entry is of type foo, it has
     initialized certain fields and others not.
- make sure list is not NULL before you use it.
- don't realloc on every loop iteration!
- don't increment i when there are short lines; leads to uninitialized
  list[i] entries [fixes bills' core-dump, hi bill!]
2002-04-02 18:59:54 +00:00
..
C.msg Handle the error case that the script specified in an escript-like form 2001-03-15 09:10:31 +00:00
Makefile
TODO Fix a bug in the multilist noted by Brett Lymn. When nothing was selected 2001-08-01 09:08:55 +00:00
blabel.c Change the scripting and logging functions to flip the value, rather than 2001-03-03 13:54:22 +00:00
blabel.h
formtree.h Remove unneeded/unused TREE_ISEMPTY() (which also happens to clash 2001-12-31 20:00:40 +00:00
functions.c Change the scripting and logging functions to flip the value, rather than 2001-03-03 13:54:22 +00:00
functions.h
handlers.c
handlers.h
menutree.c
menutree.h
run.c XXX: this code has a lot of bugs and needs further cleanup. 2002-04-02 18:57:01 +00:00
run.h
scandir.c
scandir.h
scanform.c XXX: this code needs a lot more cleanup... There is no clear malloc/free 2002-04-02 18:59:54 +00:00
scanform.h
sushi.8 Drop a .Pp, sort sections. 2002-02-02 01:57:35 +00:00
sushi.c use getprogname() 2001-02-20 23:51:59 +00:00
sushi.h