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
/
lib
/
libmenu
/
menu.c
Age
Commit message (
Expand
)
Author
2012-12-30
Fix bug where menu mark was not displayed on menus with O_ONEVALUE set
blymn
2012-03-21
Use C89 functions definitions.
matt
2003-03-09
use __RCSID()
lukem
2002-11-27
Fix an off by one bug in the scale_menu() function.
blymn
2002-08-22
Fix some off by one errors in the menu mark and unmark buffer handling.
blymn
2002-08-19
Allocate private string buffers for the menu mark and unmark to prevent
blymn
2002-07-29
Added new menu style O_RADIO which implements a radio button style
blymn
2002-02-04
* Fixed menu command constants so they no longer clash with
blymn
2001-06-13
withough -> without
wiz
2000-07-11
Correct ctype(3) usage.
itohy
2000-05-07
* Fixed possible unassigned variable problem.
blymn
2000-05-05
* Fixed off by one bug in scale menu
blymn
2000-04-20
* Made all functions and prototypes ANSI style.
blymn
1999-12-22
RCS Id police (again!).
kleink
1999-12-16
* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h and
blymn
1999-11-30
* use <stdlib.h> instead of deprecated <malloc.h>
kleink
1999-11-24
RCS Id police.
kleink
1999-11-23
A curses based menu library.
blymn