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
/
msgc
/
msgdb.c
Age
Commit message (
Expand
)
Author
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2003-09-25
Add a msg_row() function that returns the current screen row.
dsl
2003-07-17
only use __RCSID() if it is #defined
lukem
2003-06-27
Add support for reading messages from a text file - msg_file() and msg_string().
dsl
2003-06-23
Add NetBSD RCS Ids.
agc
2003-06-10
Change msg_window() to return old window (temp buffer size isn't too important)
dsl
2003-06-04
Add msg_prompt_win() that will prompt in the specified window (instead of
dsl
2003-01-10
produce lint free code.
christos
2001-10-15
Move the default path definition from msgdb.c to a new pathnames.h, as
bjh21
1999-07-04
nuke msg_printf() and msg_printf_add().
cgd
1999-07-04
const-ify strings as appropriate, and convert message 'numbers' from
cgd
1999-07-04
privatize msg_beep
cgd
1999-07-04
nuke msg_{,no}echo, add msg_prompt_noecho
cgd
1999-07-04
nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and make
cgd
1999-07-04
provide APIs (currently mostly undocumented) to print pre-formatted
cgd
1999-06-22
don't bother calculated up MAXSTR, especially since the value calculated
cgd
1999-06-19
the skeleton now also needs stdlib.h
cgd
1999-04-25
It was a bad idea to call a function 'beep'.
veego
1997-10-03
- Include <string.h> to import the proto type of strlen().
enami
1997-09-26
Import a simple message system with 'compiled' messages. Used by
phil