Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/menuc



Module Name:    src
Committed By:   martin
Date:           Wed Nov 21 20:04:48 UTC 2018

Modified Files:
        src/usr.bin/menuc: defs.h mdb.c mdb.h menu_sys.def menuc.1 parse.y
            scan.l

Log Message:
Add (optional) support for expanded static menu texts - that is: whatever
the application programmer defines as expansion, e.g. to implement
parameter substitution.
While here add rudimentary documentation of the dynamic messages
feature (so at least the parser and the syntax documented here
are in sync).
The man page could use some typesetting help...


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/menuc/defs.h
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/menuc/mdb.c
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/menuc/mdb.h
cvs rdiff -u -r1.59 -r1.60 src/usr.bin/menuc/menu_sys.def
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/menuc/menuc.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/menuc/parse.y src/usr.bin/menuc/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index