Finally we get rid of the unmaintainable m_getfld()!
authormarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 20:48:32 +0000 (21:48 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 21:43:04 +0000 (22:43 +0100)
commite3589a920c43d8f4c7967a4884238658076114a1
treeb084c8aa8e14c889dcce10b7d84d7f01debb86ab
parente200d3000e399ba55437e3b85c73df5ba2df27f4
Finally we get rid of the unmaintainable m_getfld()!

m_getfld() was about 700 lines, 300 of them being comments -- that's 42%!
m_getfld2() is 240 lines, 30 of them being comments. That's only half as
much code. Most important, however, is that this code is understandable
and thus maintainable. We escaped the dead end of the heavily optimized
m_getfld() be re-writing it from scratch. (Thanks to Philipp Tacaks!)

m_getfld2() is line-based and not character-based like m_getfld(). This
change spared us to keep digging into stdio internals or implementing
our own I/O buffering. We are now portable to any standard-conforming
stdio implementation.
h/mh.h
h/prototypes.h
sbr/Makefile.in
sbr/m_getfld.c [deleted file]