| 2017-09-13 |
Ralph Corderoy | Edit out a few more tautological `the foo(5) man page'. |
blob | commitdiff | raw |
| 2017-09-13 |
Ralph Corderoy | Remove casts of NULL to a data pointer. |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw | diff to current |
| 2017-09-10 |
Ralph Corderoy | fmt_compile.c: Alter FINDCOMP(): the caller must supply... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
blob | commitdiff | raw | diff to current |
| 2017-05-29 |
Ralph Corderoy | Use DIM(a) macro a few more times; array's dimension... |
blob | commitdiff | raw | diff to current |
| 2017-05-25 |
Ralph Corderoy | sbr/fmt_compile.c: Delete single-use NEWFMT macro. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Rename fmt_compile.c's NEW macro to NEW_FP to avoid... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Fix bug where single-character headers were sometimes... |
blob | commitdiff | raw | diff to current |
| 2016-05-21 |
David Levine | Removed unnecessary memset on fmt_mnull: it gets initi... |
blob | commitdiff | raw | diff to current |
| 2016-05-21 |
David Levine | Removed unnecessary memset on fmt_mnull: it gets initi... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-10 |
David Levine | Added multiply format function, requested by Norm. |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-10-28 |
David Levine | Renamed getmymbox mh-format escape function to getmyadd... |
blob | commitdiff | raw | diff to current |
| 2014-10-26 |
David Levine | Added getmymbox function escape. |
blob | commitdiff | raw | diff to current |
| 2014-10-26 |
David Levine | Fixed memory leak in do_name() when multiple dates... |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-05-14 |
Paul Fox | add $(kibi) function, as complement to %(kilo) |
blob | commitdiff | raw | diff to current |
| 2014-05-14 |
Paul Fox | rename %(units) to %(kilo) |
blob | commitdiff | raw | diff to current |
| 2014-05-07 |
Paul Fox | add "%(units)" function, to express numbers with SI... |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
blob | commitdiff | raw | diff to current |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-04-09 |
Ken Hornstein | Now only display text and inline content by default. |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
blob | commitdiff | raw | diff to current |
| 2014-01-04 |
Ken Hornstein | Support for sending color escape sequences retrieved... |
blob | commitdiff | raw | diff to current |
| 2014-01-03 |
Ken Hornstein | Add support for %(hascolor), and a new function for... |
blob | commitdiff | raw | diff to current |
| 2014-01-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
blob | commitdiff | raw | diff to current |
| 2014-01-02 |
Ken Hornstein | Always emit an STR instruction for terminal escape... |
blob | commitdiff | raw | diff to current |
| 2014-01-01 |
David Levine | Give up on fmt_compile.c for now. |
blob | commitdiff | raw | diff to current |
| 2014-01-01 |
David Levine | That didn't work. Try including termcap.h first, inste... |
blob | commitdiff | raw | diff to current |
| 2014-01-01 |
David Levine | Try including termcap.h before curses.h to see if that... |
blob | commitdiff | raw | diff to current |
| 2013-12-31 |
Ken Hornstein | It looks like some systems also need curses.h as well... |
blob | commitdiff | raw | diff to current |
| 2013-12-31 |
Ken Hornstein | Add support for outputing a few (limited) terminal... |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
blob | commitdiff | raw | diff to current |
| 2013-02-05 |
Ken Hornstein | Start of the signed/unsigned char cleanup. |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-06 |
David Levine | Removed support for #ifdef LBL. It was broken anyways, |
blob | commitdiff | raw | diff to current |
| 2012-11-20 |
David Levine | Fixed a couple of signed-unsigned comparisons. |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Whoops, with the new world order we need to make sure... |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Change fmt_findcasecmp() to fmt_findcasecomp(). The... |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Change API a bit. |
blob | commitdiff | raw | diff to current |
| 2012-11-17 |
Ken Hornstein | Add missing functions for manipulating component text. |
blob | commitdiff | raw | diff to current |
| 2012-11-15 |
Ken Hornstein | Fix a few bugs: |
blob | commitdiff | raw | diff to current |
| 2012-11-15 |
Ken Hornstein | Add some comments to explain how format loop support... |
blob | commitdiff | raw | diff to current |
| 2012-11-15 |
Ken Hornstein | Add refcounting to struct comp. |
blob | commitdiff | raw | diff to current |
| 2012-11-15 |
Ken Hornstein | Beginnings of the changes to fmt_compile for memory... |
blob | commitdiff | raw | diff to current |
| 2012-11-13 |
Ken Hornstein | Change %(putlit) and %(zputlit) to take TF_EXPR instead... |
blob | commitdiff | raw | diff to current |
| 2012-11-05 |
David Levine | Added format support for zputlit function escape. ... |
blob | commitdiff | raw | diff to current |
| 2012-03-20 |
Ken Hornstein | Basic work to add arguments to formatproc calls. |
blob | commitdiff | raw | diff to current |
| 2012-02-17 |
Ken Hornstein | Sigh. Looks like we need a function after all; create... |
blob | commitdiff | raw | diff to current |
| 2012-02-15 |
Ken Hornstein | Add two new format functions: %(myhost) and %(myname). |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Add some comments to the format compiler and engine. |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Create two new mh-format functions: %(putlit) and ... |
blob | commitdiff | raw | diff to current |
| 2012-01-11 |
Ken Hornstein | Completely remove the use of TIME_WITH_SYS_TIME (I... |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2008-08-03 |
Peter Maydell | Add protective 'do { ... } while (0)' wrappers to multi... |
blob | commitdiff | raw | diff to current |
| 2008-08-03 |
Peter Maydell | When doing an if-test on the result of a function which... |
blob | commitdiff | raw | diff to current |
| 2007-04-13 |
Joel Reicher | Change all chars being passed to the ctype macros ... |
blob | commitdiff | raw | diff to current |
| 2005-05-18 |
Oliver Kiddle | Carl Mummert: add unquote() function for removing quote... |
blob | commitdiff | raw | diff to current |
| 2003-08-11 |
Jeffrey C Honig | When compiling format strings, nmh attempts to avoid... |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-05-29 |
Shantonu Sen | Updated sbr functions to include <h/tws.h> instead... |
blob | commitdiff | raw | diff to current |
| 2000-04-09 |
Doug Morris | bug fix - prevents core-dumping on scan -format '1' |
blob | commitdiff | raw | diff to current |
| 1999-09-12 |
Doug Morris | Lots of little code cleanups to prevent warnings -... |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|