Skip to content

Releases: nickeldan/grr

Releasing 2.1.7

22 Oct 03:11

Choose a tag to compare

  • The temporary history file is now created in the HOME directory.
  • Fixed some minor typos.

Releasing 2.1.6

23 Mar 03:11

Choose a tag to compare

  • Changed the width of the displayed results.
  • The editor is no longer run as a forked child process but is exec'ed in the main process.

Releasing 2.1.5

19 Nov 03:45

Choose a tag to compare

  • Upgraded GrrEngine to 2.0.3 which fixed the processing of $.

Releasing 2.1.4

31 Oct 03:14

Choose a tag to compare

  • Color is automatically disabled when stdout is redirected to a non-terminal.

Releasing 2.1.3

25 Oct 02:03

Choose a tag to compare

  • Upgraded GrrEngine to 2.0.2 which fixed the compilation of parenthetical groups without any
    disjunctions contained within.

Releasing 2.1.2

10 Oct 23:59

Choose a tag to compare

  • Upgraded GrrEngine to 2.0.1 which fixed some issues with the handling of "." and "$".

Releasing 2.1.1

06 Oct 00:56

Choose a tag to compare

  • Fixed a bug where the temporary history file wasn't getting unlinked if Grr failed.
  • The Grr engine is now a separate repository. Grr uses GrrEngine 2.0.0 which includes a slight
    performance increase.

Releasing 2.1.0

29 Sep 00:26

Choose a tag to compare

Changes:

  • Replaced GRR_PATH_MAX with PATH_MAX.
  • Fixed a bug where using the -l option when the history file didn't exist
    would generate an error.
  • Added the -p option.
  • Symbolic links are no longer followed.

Releasing 2.0.0

22 Sep 18:51

Choose a tag to compare

Changes:

  • The -e option now uses the EDITOR environment variable instead of the
    DEFAULT_EDITOR variable.
  • A history file is now used. The -y option has been added to disable the
    history file's use.
  • The search pattern is now specified by the -r option.
  • Added the -u and -h options.
  • Fixed a bug in grrSearch where matches were being given the incorrect
    length.

Releasing 1.0.1

15 Sep 01:53

Choose a tag to compare

Changes:

  • restructured grrSearch in such a way that sped up the benchmark test by
    almost 200%
  • fixed a bug with the * quantifier that was causing endless empty
    transition loops
  • fixed a bug where grrMatch and grrSearch weren't properly processing tab
    characters