| Age | Commit message (Expand) | Author |
| 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 |
| 1999-06-23 | replace lots of wclear()/wmove() calls with calls to msg_clear(). wmove() | 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-06-19 | don't dereference NULL when thinking about copying the default | cgd |
| 1999-06-19 | teach the message prompting code to use control-U as line kill character. | cgd |
| 1999-06-19 | fix an off-by-one error (it would put up to max_chars plus NUL into the string, | cgd |
| 1999-04-25 | It was a bad idea to call a function 'beep'. | veego |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-09-27 | don't install in /usr/share if NOSHARE is defined | lukem |
| 1998-04-09 | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, | tv |
| 1998-02-03 | <stdlib.h> -> <unistd.h> to fix compiler warning | perry |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-19 | fix up .Nm usage, getopt returns -1 not EOF | lukem |
| 1997-10-19 | don't define WARNS=1 here | lukem |
| 1997-10-11 | Clean up this garbage. | mycroft |
| 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 |