summaryrefslogtreecommitdiff
path: root/usr.bin/msgc
AgeCommit message (Expand)Author
2006-12-03eliminate an alloca use.christos
2006-09-06Fix requests for msg input with a NULL target buffer (or zero length one)dsl
2006-09-06Rename 'max_chars' to 'val_buf_len' to make it clearer that it has to includedsl
2006-05-12Sorry, fix syntax error in previous.he
2006-05-12Appease gcc 3.3.3 -Wuninitialized warning; fixes build problem forhe
2005-04-09If the user removed the default string (after we had put it into the bufferdsl
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-10-16Remove _erase_ch() it isn't used any moredsl
2004-08-14NetBSD curses gives the wrong data when you read curscr, need todsl
2004-08-13Save and restore screen underneath prompt boxesdsl
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-06-05Improve editing of input fields:dsl
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-15Bump date for previous.wiz
2003-09-25Add a msg_row() function that returns the current screen row.dsl
2003-07-28No need for wrefresh() in msg_clear(), screen will be updated later.dsl
2003-07-25Change variable name to compiles with WARNS=3dsl
2003-07-17only use __RCSID() if it is #definedlukem
2003-07-14use bounded string opitojun
2003-07-07Change 'Magic number' of menu text files.dsl
2003-06-27Add support for reading messages from a text file - msg_file() and msg_string().dsl
2003-06-23Add NetBSD RCS Ids.agc
2003-06-10Change msg_window() to return old window (temp buffer size isn't too important)dsl
2003-06-04Add msg_prompt_win() that will prompt in the specified window (instead ofdsl
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-01-10produce lint free code.christos
2002-09-26Begin new sentences on new lines. Minor mdoc improvements.wiz
2002-09-19use NETBSDSRCDIR as appropriatelukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2001-12-01Use standard headers.wiz
2001-12-01Whitespace cleanup.wiz
2001-11-12Formatting cleanup.tv
2001-10-15Move the default path definition from msgdb.c to a new pathnames.h, asbjh21
2001-10-05Add appropriate ifdefs so tools reachovers build cleanjmc
2000-12-04Fix typos and wording.wiz
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