Use the same mh_hostname() function from test/common.h in mhsign(1)
[mmh] / sbr / seq_read.c
2016-04-24 Philipp Takacsignore LENERR2 in seq_read()
2016-04-22 Philipp TakacsMerge branch 'm_getfld2-meillo' into master
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-05 markus schnalkeRemoved isprefix() and replaced it with strncmp().
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2012-01-02 markus schnalkeRemoved the configuration option NOPUBLICSEQ.
2011-11-05 markus schnalkeRenamed ssequal() to isprefix(), because that's what...
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...
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