Skip to content

Releases: grepwood/grepline

Rewrite this

13 Apr 11:54
Compare
Choose a tag to compare
v1.2.0-1

Forgot this.

grepline v1.2.0

14 May 01:03
Compare
Choose a tag to compare
  • 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

18 Feb 02:13
Compare
Choose a tag to compare

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

22 Aug 20:57
Compare
Choose a tag to compare

Considered production ready.