| Age | Commit message (Expand) | Author |
| 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 |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-11-12 | Formatting cleanup. | tv |
| 2001-10-15 | Move the default path definition from msgdb.c to a new pathnames.h, as | bjh21 |
| 2001-10-05 | Add appropriate ifdefs so tools reachovers build clean | jmc |
| 2000-12-04 | Fix typos and wording. | wiz |
| 2000-07-06 | Document paragraph-filling behavior of msg_display{,_add}(), and | jhawk |
| 2000-07-06 | Add msg_*() functions to NAME (they are already in SYNOPSIS), and | jhawk |
| 2000-07-03 | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, | matt |
| 1999-12-31 | Add FILES and EVIRONMENT sections detailing what files these programs use, | garbled |
| 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 | oops, forgot an _ | 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 | turn on automatic text layout for the printf and display fns | cgd |
| 1999-07-04 | provide APIs (currently mostly undocumented) to print pre-formatted | cgd |
| 1999-06-23 | implement word kill with control-W | cgd |
| 1999-06-23 | add code to do dynamic message text layout, currently completely disabled. | cgd |