summaryrefslogtreecommitdiff
path: root/usr.bin/msgc
AgeCommit message (Expand)Author
2000-07-06Document paragraph-filling behavior of msg_display{,_add}(), andjhawk
2000-07-06Add msg_*() functions to NAME (they are already in SYNOPSIS), andjhawk
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
1999-12-31Add FILES and EVIRONMENT sections detailing what files these programs use,garbled
1999-07-04nuke msg_printf() and msg_printf_add().cgd
1999-07-04const-ify strings as appropriate, and convert message 'numbers' fromcgd
1999-07-04oops, forgot an _cgd
1999-07-04privatize msg_beepcgd
1999-07-04nuke msg_{,no}echo, add msg_prompt_noechocgd
1999-07-04nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and makecgd
1999-07-04turn on automatic text layout for the printf and display fnscgd
1999-07-04provide APIs (currently mostly undocumented) to print pre-formattedcgd
1999-06-23implement word kill with control-Wcgd
1999-06-23add code to do dynamic message text layout, currently completely disabled.cgd
1999-06-23replace lots of wclear()/wmove() calls with calls to msg_clear(). wmove()cgd
1999-06-22don't bother calculated up MAXSTR, especially since the value calculatedcgd
1999-06-19the skeleton now also needs stdlib.hcgd
1999-06-19don't dereference NULL when thinking about copying the defaultcgd
1999-06-19teach the message prompting code to use control-U as line kill character.cgd
1999-06-19fix an off-by-one error (it would put up to max_chars plus NUL into the string,cgd
1999-04-25It was a bad idea to call a function 'beep'.veego
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-09-27don't install in /usr/share if NOSHARE is definedlukem
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 warningperry
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-19fix up .Nm usage, getopt returns -1 not EOFlukem
1997-10-19don't define WARNS=1 herelukem
1997-10-11Clean up this garbage.mycroft
1997-10-03- Include <string.h> to import the proto type of strlen().enami
1997-09-26Import a simple message system with 'compiled' messages. Used byphil