0.91: 17 May 2011

0.9: 20 Mar 2011

0.86: 26 Apr 2007

0.85: 7 June 2006

0.84: 27 Apr 2006

0.83:

0.821: 27 Dec 2004

0.82: 23 Dec 2004

0.811: 02 Feb 2004

0.81: 31 Jan 2004

0.8: rev 40 30 Jan 2004

This release introduced one possible compatibility issue. - fixed a few bugs where the default command ('') wasn't being called. - made all method calling print an error if method can't be found - doc subroutines now get the command name as an argument - history quick substitution ^search^repl now works - split the parser off into Text::Shellwords::Cursor - now join_line puts space on both sides of token_chars chars - fixed save hist bug: GDBUI was saving the first 500 cmds instead of the last. - now repeats the last arg in a [] arg list forever (or until maxargs) - fixed off-by-one in parser (only when using keep_quotes option) - Added the force_to_string completion helper routine - raised default maximum saved history from 64 to 500 - added default command and argument handlers (if the cmd couldn't be found) - provide bang completion, but you must enable it in your command set - added a default history command: history_call * completion returns an arrayref so it can return undef to highlight an error in your completion routines: return [@result]; instead of return @result; - we now support automatic bang history - we now sort help summaries
- made file completion work with absolute pathnames - reorg'd pod, putting most important stuff at top - we now put a final newline on the command history file

0.61: 16 Dec 2003