Releases: grepwood/grepline
Releases · grepwood/grepline
Rewrite this
grepline v1.2.0
- source tree includes test files that have common newlines: CR, CRLF and LF
- grepline supports all of those newlines, while GNU getline doesn't support CR and treats it like just another character
- in some cases grepline may allocate less memory than GNU getline
- to make benchmarking easier, Makefile allows to build the test program with GNU getline substituted where grepline would normally be called
grepline v1.0.2
After much neglect and cat herding several unofficial versions of grepline with various hotfixes, it's now possible to safely use grepline in a stable fashion on:
- Windows XP
- Windows 7
in conjunction with - Visual Studio 2010
- Visual Studio 2012
Bugs addressed in this release are:
- structuring that enables compiling where C99 support is very limited
- adding a null terminator byte at the end of a grepline'd string, so that we prevent trampling which is very annoying and makes work difficult
grepline v1.0.0
Considered production ready.