| Age | Commit message (Expand) | Author |
| 2019-11-17 | Pull up following revision(s) (requested by martin in ticket #433): | msaitoh |
| 2019-06-25 | Do the fmtcheck for both message lookups to satisfy format string | joerg |
| 2019-06-20 | Re-add msg_clear() accidently dropped in previous. | martin |
| 2019-06-20 | Introduce _fmt_ flavors of the menu functions that take a formatting string | christos |
| 2019-03-01 | msg_prompt_win: allow automatic window height calculation (by passing | martin |
| 2019-01-22 | Support redrawing all windows when in a msg prompt via Ctrl-l. | martin |
| 2019-01-21 | msg_prompt_win: if the default string fits, show it separately even | martin |
| 2013-10-18 | avoid redefinitions | christos |
| 2012-03-06 | Remove the advertising clause with the explicit ok from Perry E. Metzger. | mbalmer |
| 2012-03-02 | Use mdoc macros only. | wiz |
| 2012-03-02 | Add msg_printf(fmt, ...), a function to display raw messages without | mbalmer |
| 2012-03-02 | Removing trailing whitespace. | mbalmer |
| 2012-01-11 | MENU_name -> MSG_name | riz |
| 2010-05-14 | Simplify markup. | joerg |
| 2010-01-02 | Remove some sign compare warnings. | dsl |
| 2009-10-29 | option noinput | christos |
| 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-09 | Fix preamble to match order set out by mdoc(7). Discussed with wiz. | joerg |
| 2006-12-03 | eliminate an alloca use. | christos |
| 2006-09-06 | Fix requests for msg input with a NULL target buffer (or zero length one) | dsl |
| 2006-09-06 | Rename 'max_chars' to 'val_buf_len' to make it clearer that it has to include | dsl |
| 2006-05-12 | Sorry, fix syntax error in previous. | he |
| 2006-05-12 | Appease gcc 3.3.3 -Wuninitialized warning; fixes build problem for | he |
| 2005-04-09 | If the user removed the default string (after we had put it into the buffer | dsl |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-16 | Remove _erase_ch() it isn't used any more | dsl |
| 2004-08-14 | NetBSD curses gives the wrong data when you read curscr, need to | dsl |
| 2004-08-13 | Save and restore screen underneath prompt boxes | dsl |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-06-05 | Improve editing of input fields: | dsl |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-15 | Bump date for previous. | wiz |
| 2003-09-25 | Add a msg_row() function that returns the current screen row. | dsl |
| 2003-07-28 | No need for wrefresh() in msg_clear(), screen will be updated later. | dsl |
| 2003-07-25 | Change variable name to compiles with WARNS=3 | dsl |
| 2003-07-17 | only use __RCSID() if it is #defined | lukem |
| 2003-07-14 | use bounded string op | itojun |
| 2003-07-07 | Change 'Magic number' of menu text files. | dsl |
| 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-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-01-10 | produce lint free code. | christos |
| 2002-09-26 | Begin new sentences on new lines. Minor mdoc improvements. | wiz |
| 2002-09-19 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2001-12-01 | Use standard headers. | wiz |