summaryrefslogtreecommitdiff
path: root/usr.sbin/sushi
AgeCommit message (Expand)Author
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-10-21Fix a few cases where NULL was used as integral value.fvdl
2003-10-16make use of realloc(3) safeitojun
2003-07-16use bounded string opitojun
2003-06-13use strlcpy/catitojun
2003-05-14Uppercase URL.wiz
2003-03-31A script, not an script.wiz
2003-03-31recieving->receiving, escript->script, fixes PR misc/20746 (Igor Sobrado)perry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-20The Double-Semi-Colon Police.simonb
2002-11-25Add a call to use_default_colors().jdc
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-19use NETBSDSRCDIR as appropriatelukem
2002-09-19select() -> poll()mycroft
2002-08-13move curses initialization higher in main to prevent the cursespooka
2002-08-13don't report curses initialization failure using cursespooka
2002-08-07Incorrect form commands were used for the left and right char handlers.blymn
2002-07-26After showing help, touchwin/wrefresh the stdscr, do not try to dojdolecek
2002-07-26fgetln() does NOT return NUL-terminated stringjdolecek
2002-07-25form_appenditem(): make sure fte->list is initializedjdolecek
2002-07-25g/c some pointless malloc()sjdolecek
2002-07-25launch_subwin(): make sure string 'command' is initialized; malloc may not re...jdolecek
2002-07-25add XXX comment for piece of very strange code; I don't currentlyjdolecek
2002-07-25Array retrurned by form_fields() is NOT NULL-terminated - use field_count()jdolecek
2002-04-02XXX: this code needs a lot more cleanup... There is no clear malloc/freechristos
2002-04-02XXX: this code has a lot of bugs and needs further cleanup.christos
2002-02-12do not turn echo on after running a script, otherwise the forms displayblymn
2002-02-02Drop a .Pp, sort sections.wiz
2002-01-19Whitespace nits.wiz
2001-12-31Remove unneeded/unused TREE_ISEMPTY() (which also happens to clashthorpej
2001-12-15.Nm punct => .Nm "" punctjhawk
2001-08-24heirarchy -> hierarchywiz
2001-08-24Fix typo: heirarchieshubertf
2001-08-20precede, not preceed.wiz
2001-08-03fgetln() does not \0-terminate the result.itojun
2001-08-01Fix a bug in the multilist noted by Brett Lymn. When nothing was selectedgarbled
2001-08-01add two more bugsgarbled
2001-08-01Add some known bugs for sushi.. lest I forget them.garbled
2001-06-19`existent', not `existant'wiz
2001-05-03Add some stuff and tidy up the TODO listgarbled
2001-04-06Oops.. forgot to back a change outgarbled
2001-03-16Back out part of last change. it had an undesired effect.garbled
2001-03-15Handle the error case that the script specified in an escript-like formgarbled
2001-03-14Fix a few bugs in the handling of INVIS and NOEDIT fields. Mostly havinggarbled
2001-03-07Add IPV6 and IPV4 field types to sushi.garbled
2001-03-03Change the scripting and logging functions to flip the value, rather thangarbled
2001-02-20use getprogname()cgd