add free_field as standard for struct field
[mmh] / uip / scansbr.c
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkeConvert inc and scan from m_getfld() to m_getfld2()
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-09-06 David LevineAdded mh_xcalloc().
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2012-03-27 markus schnalkeRemove OS-specific defines. Remove GECOS ampersand...
2012-03-26 markus schnalkeRemove RPATH code though. Discussions on nmh-workers...
2012-03-24 markus schnalkeFixed `inc -silent' by not building a scan line if...
2012-03-23 markus schnalkescan(): Symbolic names instead of magic numbers.
2012-03-22 markus schnalkescansbr: Minor refactoring.
2012-03-22 markus schnalkescansbr: Removed the ``performance hack'' for inc as...
2012-03-22 markus schnalkescansbr: Fixed scan and inc.
2012-03-22 markus schnalkescansbr: Minor refactoring and some comments.
2012-03-22 markus schnalkeRemove remainings from scan format `body' pseudo-component.
2012-03-22 markus schnalkescansbr: Further refactoring.
2012-03-22 markus schnalkescansbr: Only write to file if we're incing, but not...
2012-03-22 markus schnalkeRefactoring in scansbr.c. Especially, took the logic...
2012-03-21 markus schnalkeMade the RPATHS config option the default and removed...
2012-03-20 markus schnalkes/nfs/fmtstr/
2012-03-20 markus schnalkescan(): Replaced explicit noisy parameter with implicit...
2012-03-20 markus schnalkeRemoved special `folder' and `dtimenow' format escapes...
2012-03-20 markus schnalkeRemoved internal version of fputs().
2012-02-13 markus schnalkeRemoved support for Encrypted: headers, which were...
2012-02-03 markus schnalkeMajor bugfix: inc does not lose data anymore.
2012-01-30 markus schnalkeScan listings shall not contain body content. Hence...
2012-01-25 markus schnalkeRemoved (allmost all) JLR-specific code.
2012-01-25 markus schnalkeRemoved several `#if 0' fragments.
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!
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
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-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add...
2008-05-22 Peter MaydellDon't use MB_CUR_MAX if we aren't compiled with multiby...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-16 Oliver Kiddle*** empty log message ***
2006-01-16 Oliver Kiddlemultiply buffer size by MB_CUR_MAX so multi-byte chars fit
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
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 SenUpdating user programs to use <h/tws> instead of <zotne...
2000-05-28 Ruud de Rooij* Applied patch from Peter Maydell to uip/scansbr.c...
2000-02-29 Dan HarklessUpped the version number to 1.0.3+dev (ideally this...
1999-04-30 Doug MorrisInitial revision