aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fib
Commit message (Collapse)AuthorAgeFilesLines
* Removed fib. It was never used, and is unusable without libforms, whichBruce Evans1996-09-034-1015/+0
| | | | | | | has already gone away. Notes: svn path=/head/; revision=18021
* Backout yacc changes.Poul-Henning Kamp1996-06-022-2/+2
| | | | Notes: svn path=/head/; revision=16073
* yacc rule changes.Poul-Henning Kamp1996-05-302-2/+2
| | | | Notes: svn path=/head/; revision=16021
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Fix calculation of default field heights and a bug in the settingPaul Richards1995-02-011-5/+8
| | | | | | | of form dimensions. Notes: svn path=/head/; revision=6088
* Clean up the parser, allow fields to be specified inline andPaul Richards1995-02-014-277/+266
| | | | | | | | | generally make the forms language much less verbose. Add height option for fields and calculate sensible defaults. Notes: svn path=/head/; revision=6086
* Update the parser to handle the color specifications and new attrPaul Richards1995-01-302-12/+200
| | | | | | | options. Notes: svn path=/head/; revision=6021
* LIBFORMS added to DPADDAndrey A. Chernov1995-01-251-1/+1
| | | | Notes: svn path=/head/; revision=5901
* LIBS changed to DPADD & LDADDAndrey A. Chernov1995-01-251-1/+2
| | | | Notes: svn path=/head/; revision=5900
* More parser fixes. Store attributes properly for each field andPaul Richards1995-01-251-8/+9
| | | | | | | don't emit a second declaration unless it's different to the default. Notes: svn path=/head/; revision=5880
* Quash another bug where if no link alias is specified aPaul Richards1995-01-251-9/+10
| | | | | | | duplicate declaration was emitted. Notes: svn path=/head/; revision=5878
* Correct default calculation of menu field widths.Paul Richards1995-01-251-1/+1
| | | | Notes: svn path=/head/; revision=5876
* Fix a serious bug where changes to a field changed all fieldsPaul Richards1995-01-251-75/+97
| | | | | | | in the forms that used the same field declaration. Notes: svn path=/head/; revision=5875
* Improve the forms language quite a bit. Most things nowPaul Richards1995-01-252-40/+79
| | | | | | | | | default to sensible values so you don't have to spell out every little detail for every field. Also, auto-detect the field type from the syntax. Notes: svn path=/head/; revision=5869
* A forms interface builder. Basically, it reads a forms spec file andPaul Richards1995-01-234-0/+771
spits out a frm.tab.h file with all the definitions needed by the libforms interface. Notes: svn path=/head/; revision=5798