The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Regexp-Debugger

0.0.1  Sun Jan 30 11:19:53 2011
       Initial release.


0.001000  Thu Jul 19 09:49:39 2012

    First public release


0.001001  Sat Jul 21 10:29:42 2012

    - Removed redundant _sleep() (thanks Peter)

    - Patched rxrx problem in 5.16
      [Changes in eval inconsistent with previous behaviour]
      (thanks alierak!)



0.001002  Sat Jul 21 16:53:23 2012

    - Fixed windowing of capture and backtracking graphics

    - Removed dependency on Term::ReadKey
      (thanks everyone who reported it!)

    - Added microdocs for bin/rxrx (thanks Salvatore)


0.001003  Mon Jul 23 10:19:14 2012

    - Patched to support seaching for .rxrx under Windows
      (thanks Christian)

    - Patched to support color text under Windows
      (thanks Christian)


0.001004  Wed Jul 25 08:12:02 2012

    - Adjusted messages for JSON output
      (thanks Glen!)


0.001005  Fri Jul 27 19:09:04 2012

    - Use numeric sorting order for capture variables
      (thanks Ken)



0.001006  Sun Aug 19 10:40:20 2012

    - Added 'f' command to interactive mode
      (like 'm', but runs to next failure-to-match instead)

    - Added 'd' command to describe static regex

    - Made heatmap and description colours lexically configurable

    - Added 'x' command to exit program entirely

    - Added handling of ^D (synonym for 'q')
      (Thanks, Mike)

    - Fixed bug with \N{...} 
      (Thanks, Tom)

    - Fixed nasty bug in exporting lexical hint via $^H
      (Thanks, Tom!)


0.001007  Sun Aug 19 20:03:58 2012

    - Fixed missing \[ \] handling in character classes
      (thanks, Thomas)



0.001008  Mon Aug 20 09:44:46 2012

    - Made whitespace-separated repetition quantifiers default to /x semantics
      and documented the issue in LIMITATIONS
      (Thanks, Tom)


0.001009  Sat Sep 22 14:37:33 2012

    - Added history mechanism to rxrx (if a recent IO::Prompter installed)

    - Added cursor motions over input to rxrx (if a recent IO::Prompter installed)



0.001010  Sun Sep 23 21:19:08 2012

    - Added ability to pass flags to regexes specified in rxrx REPL


0.001011  Thu Oct 11 19:22:47 2012

    - Added tracking of $^N variable
      (thanks Frederic!)

    - Various minor tweaks

    - Fixed bug in charset parsing (thanks Geunyoung Park)

    - Improved atom parsing


0.001012  Fri Mar  8 17:19:54 2013

    - Optimized non-interactive cases
      (no longer rewrites regexes in non-interactive at compile-time)

    - Added correct handling of null regexes to rxrx
      (thanks Felix)

    - Added EXE_FILES to Makefile.PL to install rxrx
      (thanks Felix)

    - Added snapshots for description output

    - Improved reporting of non-backtracking parens
      during backtracking

    - Fixed critical bug in matching repeated blocks
      (thanks Holger!)

    - Improved tracking and reporting of self-matching whitespace