index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
menuc
Age
Commit message (
Expand
)
Author
2021-11-07
fix few typos.
andvar
2019-12-03
Fix typo in ad clause. Ok perry@.
uwe
2019-06-23
Use OPT_NOMENU instead of -1
christos
2019-06-23
use calloc properly.
christos
2019-06-23
don't cast malloc.
christos
2019-06-23
define as hex and make MC_VALID smaller so it fits in a short.
christos
2019-06-23
Menu 0 does not exist anymore (it is now OPT_NOMENU), so emit an empty
martin
2019-06-23
Use OPT_NOMENU as error return for new_menu (instead of old hard coded -1).
martin
2019-06-22
Conserve space: make ints to shorts and make OPT_NOMENU 0 instead of -1
christos
2019-04-12
Backout previous - our pool is zeroed, no need to reinitializ here.
martin
2019-04-12
new_menu: add missing initializations - we might be using a previously
martin
2019-02-25
Add an option to supress the vertical space between menu title and
martin
2019-02-16
Typo in member variable name
martin
2019-02-16
Document return values from menu items opt_action functions, add a
martin
2019-02-06
Provide an accessor for the menu description structure by manu identifier.
martin
2019-01-09
Allow argument expansion in menu titles as well.
martin
2019-01-06
Fix a potential NULL deref in previous - some menus start up with no
martin
2019-01-04
Add an option for single (disabled) menu lines to have no shortcut.
martin
2019-01-02
If a menu starts with disabled options, skip those and start at the
martin
2018-11-21
Try to provide the typesetting help requested.
uwe
2018-11-21
Add (optional) support for expanded static menu texts - that is: whatever
martin
2018-01-23
drop main() prototype
sevan
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2013-10-18
avoid redefinitions
christos
2012-04-21
Add capfile(5) to describe the termcap format.
roy
2012-03-06
Remove the advertising clause and appease the eye a bit (still not good, but
mbalmer
2011-09-06
Mark __menu_initerror as dead in the output.
joerg
2009-10-29
option noinput
christos
2009-07-11
mandoc(1): -width is redundant for a item list
joerg
2009-04-20
define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160
drochner
2009-04-14
Enable WARNS=4 by default for usr.bin, except for:
lukem
2009-03-10
Specify width for tag list.
joerg
2009-03-09
Fix preamble to match order set out by mdoc(7). Discussed with wiz.
joerg
2008-01-16
Fix PR37377 from Devon O'Dell: num_menus can be referenced without being
tls
2006-10-23
Fully initialize the last element of menu_def[].
he
2006-06-17
Another mispelling fix. I should have done these all in one commmit
reed
2006-06-17
Fix typo (or mispelling).
reed
2006-06-17
Fix mispelling.
reed
2006-02-20
Allow menu entry option names to be code fragments that (should) call
dsl
2005-02-11
White space nit- don't put a space before/after increment/decrement
simonb
2004-09-17
In procese_menu, make sure we initializie the menus
wrstuden
2004-09-17
Catch up with current menuc.
wrstuden
2004-09-17
Scoot a menu so it fits better in an xterm.
wrstuden
2004-09-17
Add parenthesis to silence a compiler warning.
wrstuden
2004-08-14
Call doupdate() before copying out of stdscr (avoids PR 26660)
dsl
2004-08-02
Sort sections; avoid to mark up punctuation unnecessarily; use \*[Lt]\*[Gt]
wiz
2004-08-02
Support menu windows that preserve the underlying screen contents.
dsl
2004-07-18
Make '0' be a valid number
dsl
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-02-29
Allow menu boxes to be forced down the screen if the message text is long.
dsl
[next]