]> diplodocus.org Git - nmh/history - sbr/seq_read.c
new.c: Order two return statements to match comment.
[nmh] / sbr / seq_read.c
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-19 Ralph CorderoyUse LEN() on string constants instead of strlen().
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2013-10-15 Ken HornsteinRemove support for NOPUBLICSEQ.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-27 Ken HornsteinWarn the user if too many sequences exist during sequen...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2003-09-05 Ken HornsteinMerge in locking fixes into the main line.
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision