summaryrefslogtreecommitdiff
path: root/usr.bin/msgc/msgdb.c
AgeCommit message (Expand)Author
1999-07-04nuke msg_printf() and msg_printf_add().cgd
1999-07-04const-ify strings as appropriate, and convert message 'numbers' fromcgd
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-04provide APIs (currently mostly undocumented) to print pre-formattedcgd
1999-06-22don't bother calculated up MAXSTR, especially since the value calculatedcgd
1999-06-19the skeleton now also needs stdlib.hcgd
1999-04-25It 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-26Import a simple message system with 'compiled' messages. Used byphil