remove unused defines in uip/pick.c
[mmh] / sbr / fmt_scan.c
2017-06-30 Philipp Takacsfix undefined behavior in fmt_trim()
2017-06-15 c_14cpstripped: Add braces to make code more legible.
2017-06-15 c_14fmt_scan: support multibyte characters in putstr decoding
2016-09-07 markus schnalkeRemove not used code (JLR define)
2016-09-06 markus schnalkeFactor trim format function out
2016-09-06 markus schnalkeAdd %(unmailto) format function for List-Post headers
2015-09-19 Ken HornsteinBreak out the unquote functionality to a separate function.
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-01-14 markus schnalkeCleanup of code layout only
2012-03-27 markus schnalkeCreate proper prototypes for formataddr().
2012-03-27 markus schnalkeReport an error when the width used by putaddr is less...
2012-03-27 markus schnalkeWe have only numeric timezone support (e.g. +0200)...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeAdd some comments to the format compiler and engine.
2012-03-27 markus schnalkeRemove some unused macros.
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-03-21 markus schnalkeRemoved support for UUCP bang path addresses.
2012-01-25 markus schnalkeRemoved (allmost all) JLR-specific code.
2012-01-25 markus schnalkeRemoved LBL compile condition (format: addtoseq).
2012-01-05 markus schnalkeRemoved the non-LOCALE character code and the #ifdefs...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-04-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-01-18 Oliver Kiddleadd autoconf magic to support old systems that don...
2006-01-18 Oliver Kiddlefix bug with insertion of newline being wrong if the...
2006-01-17 Oliver Kiddlemore robust multi-byte/column support for field widths
2006-01-16 Josh Bressers* sbr/fmt_scan.c: Add the missing wchar.h include
2006-01-15 Josh Bressers* sbr/fmt_scan.c:PUTSF() Fix an off by one formatting...
2006-01-15 Josh Bressers* sbr/fmt_scan.c: Turn the PUTSF macro into a function...
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-05-18 Oliver KiddleCarl Mummert: add unquote() function for removing quote...
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2003-09-30 Glenn Burkhardtrestored use of PUTDF() macro; was broken in versions...
2003-09-30 Glenn Burkhardtcorrected termination condition for fill character...
2003-09-30 Glenn Burkhardt[bug #4296] PUTD() macro can't hack 10 digit values
2003-09-30 Glenn Burkhardt[bug #4296] PUTD() macro can't hack 10 digit values
2003-09-30 Glenn Burkhardt[bug #4297] The strlen mh-format function can crash...
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdated sbr functions to include <h/tws.h> instead...
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-05-13 Dan HarklessDon't add line breaks in the middle of long addresses...
1999-04-30 Doug MorrisInitial revision