| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Add PUTC() macro, similar to FPUTS(). |
blob | commitdiff | raw |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Stop `scan -file' copying mailbox to... |
blob | commitdiff | raw | diff to current |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
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-05-07 |
Ralph Corderoy | uip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ. |
blob | commitdiff | raw | diff to current |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
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-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw | diff to current |
| 2016-11-10 |
Ralph Corderoy | uip/scansbr.c: Use fputs(3) instead of mh_fputs(). |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
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-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-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
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-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-10-05 |
David Levine | Fixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b... |
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-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
blob | commitdiff | raw | diff to current |
| 2014-09-02 |
David Levine | Don't let scan() use too large a width (BUFSIZ for... |
blob | commitdiff | raw | diff to current |
| 2014-08-31 |
David Levine | A value of 0 for the width switch of scan(1), inc(1... |
blob | commitdiff | raw | diff to current |
| 2014-08-26 |
David Levine | Removed msh relics from scansbr.c, including a global. |
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-08-04 |
David Levine | Removed m_eomsbr() from m_getfld.c, and its scan_eom_ac... |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-10-28 |
Ken Hornstein | Fix up warnings reported by LLVM. |
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 | Support callbacks into the format engine. This is... |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
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-29 |
David Levine | Added scan_reset_m_getfld_state(), for msh only. It... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-24 |
David Levine | Added functions for inc, msh, rcvtty, and scan to access |
blob | commitdiff | raw | diff to current |
| 2013-01-24 |
Ken Hornstein | Fix a bug leading to message corruption with inc when... |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
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-21 |
Ken Hornstein | Fix a bug leading to message corruption with inc when... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2012-12-25 |
David Levine | Fixed formatting of last change to scansbr.c. |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-12-11 |
Ken Hornstein | Remove the peeking into the stdio internals inside... |
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 | Convert scan() to the new world format API. |
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-03-27 |
David Levine | Removed the hostable option from mts.conf because it... |
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-19 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-03-19 |
Ken Hornstein | Fix a bug where a message header ending right on the... |
blob | commitdiff | raw | diff to current |
| 2012-02-29 |
Ken Hornstein | Part of the patch from bug #4301; clean up our prototyp... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
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 |
Ken Hornstein | Garbage-collect RPATHS support. |
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-08-08 |
Eric Gillespie | * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add... |
blob | commitdiff | raw | diff to current |
| 2008-05-22 |
Peter Maydell | Don't use MB_CUR_MAX if we aren't compiled with multiby... |
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-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
blob | commitdiff | raw | diff to current |
| 2006-01-16 |
Oliver Kiddle | *** empty log message *** |
blob | commitdiff | raw | diff to current |
| 2006-01-16 |
Oliver Kiddle | multiply buffer size by MB_CUR_MAX so multi-byte chars fit |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3966: Create a mh_xmalloc function to prevent... |
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 | Updating user programs to use <h/tws> instead of <zotne... |
blob | commitdiff | raw | diff to current |
| 2000-05-28 |
Ruud de Rooij | * Applied patch from Peter Maydell to uip/scansbr.c... |
blob | commitdiff | raw | diff to current |
| 2000-02-29 |
Dan Harkless | Upped the version number to 1.0.3+dev (ideally this... |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|