| 2015-08-23 |
Ken Hornstein | If str == buffer, then do NOT do a strncpy(buffer,... |
blob | commitdiff | raw |
| 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 |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2014-12-18 |
David Levine | Fixed format engine output of negative number with... |
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-11-04 |
David Levine | Fixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0... |
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-25 |
David Levine | Fixed dst format escape to return 1 instead of 16,... |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-09-07 |
David Levine | On some platforms, -D_FORTIFY_SOURCE=2 warns about... |
blob | commitdiff | raw | diff to current |
| 2014-08-29 |
David Levine | fmt_scan() no longer subtracts 1 from the width. This... |
blob | commitdiff | raw | diff to current |
| 2014-08-25 |
David Levine | Dynamically allocate space for the output of fmt_scan... |
blob | commitdiff | raw | diff to current |
| 2014-06-17 |
Lyndon Nerenberg | Add missing variable initializations on fmt_scan(). |
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-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-14 |
David Levine | In cpstripped(), check for negative return value from... |
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-02 |
Ken Hornstein | Fix problem with %(putlit) and %(zputlit) causing a... |
blob | commitdiff | raw | diff to current |
| 2013-12-31 |
Ken Hornstein | Make sure that branching instructions are traced even... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-11-14 |
Ken Hornstein | Break out the unquote functionality to a separate function. |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Ken Hornstein | If mbtowc() fails to handle a character, replace the... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-20 |
Ken Hornstein | Basic format tracing support; seems to work! |
blob | commitdiff | raw | diff to current |
| 2013-02-20 |
Ken Hornstein | Support callbacks into the format engine. This is... |
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-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
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-24 |
Ken Hornstein | Fix the format engine so it properly keeps track of... |
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-16 |
David Levine | Check that a character array isn't empty before looking... |
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 |
| 2013-01-04 |
David Levine | In cpstripped() and cptrimmed(), if a multibyte charact... |
blob | commitdiff | raw | diff to current |
| 2012-12-12 |
David Levine | Removed a few #ifndef JLR/#endif pairs because they... |
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-11-03 |
David Levine | Added argument to fmt_scan() to specify the buffer... |
blob | commitdiff | raw | diff to current |
| 2012-05-26 |
Ken Hornstein | Support for handling multibyte encodings in cpstripped... |
blob | commitdiff | raw | diff to current |
| 2012-05-07 |
Tom Lane | Fixed places in the code relying the C99-ism of declara... |
blob | commitdiff | raw | diff to current |
| 2012-03-24 |
Ken Hornstein | Sigh. Turns out last change broke a few tests, because... |
blob | commitdiff | raw | diff to current |
| 2012-03-24 |
Ken Hornstein | Revert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506... |
blob | commitdiff | raw | diff to current |
| 2012-03-21 |
Ken Hornstein | Revert previous change to get rid of MULTIBYTE_SUPPORT... |
blob | commitdiff | raw | diff to current |
| 2012-03-21 |
Ken Hornstein | It turns out that as part of POSIXification we got... |
blob | commitdiff | raw | diff to current |
| 2012-03-13 |
Ken Hornstein | Create proper prototypes for formataddr() and concataddr(). |
blob | commitdiff | raw | diff to current |
| 2012-02-16 |
Ken Hornstein | Report an error when the width used by putaddr is less... |
blob | commitdiff | raw | diff to current |
| 2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Pass int instead of char to iscntrl() and isspace(... |
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 |
David Levine | Removed or protected some unused macros. |
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 |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
David Levine | Fixed trivial compile warnings. |
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 |
| 2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
blob | commitdiff | raw | diff to current |
| 2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
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 |
| 2006-04-14 |
Joel Reicher | Get rid of some trivial warnings; unused variables... |
blob | commitdiff | raw | diff to current |
| 2006-01-18 |
Oliver Kiddle | add autoconf magic to support old systems that don... |
blob | commitdiff | raw | diff to current |
| 2006-01-18 |
Oliver Kiddle | fix bug with insertion of newline being wrong if the... |
blob | commitdiff | raw | diff to current |
| 2006-01-17 |
Oliver Kiddle | more robust multi-byte/column support for field widths |
blob | commitdiff | raw | diff to current |
| 2006-01-16 |
Josh Bressers | * sbr/fmt_scan.c: Add the missing wchar.h include |
blob | commitdiff | raw | diff to current |
| 2006-01-15 |
Josh Bressers | * sbr/fmt_scan.c:PUTSF() Fix an off by one formatting... |
blob | commitdiff | raw | diff to current |
| 2006-01-15 |
Josh Bressers | * sbr/fmt_scan.c: Turn the PUTSF macro into a function... |
blob | commitdiff | raw | diff to current |
| 2005-11-06 |
Peter Maydell | Fix various buffer overruns in fmt_scan.c; the bulk... |
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 |
| 2005-02-23 |
Oliver Kiddle | use iconv to convert RFC-2047 encoded headers to the... |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | restored use of PUTDF() macro; was broken in versions... |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | corrected termination condition for fill character... |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | [bug #4296] PUTD() macro can't hack 10 digit values |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | [bug #4296] PUTD() macro can't hack 10 digit values |
blob | commitdiff | raw | diff to current |
| 2003-09-30 |
Glenn Burkhardt | [bug #4297] The strlen mh-format function can crash... |
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 |
| 1999-09-26 |
Ruud de Rooij | * Added config.sub and config.guess to the list of... |
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-07-16 |
Dan Harkless | Eliminated compilation warnings. |
blob | commitdiff | raw | diff to current |
| 1999-05-13 |
Dan Harkless | Don't add line breaks in the middle of long addresses... |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|