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
Makefile
TODO
blabel.c
blabel.h
formtree.h
functions.c
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
sushi.h