2013-11-28 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/Tie.pm, lib/Term/ReadLine/Perl5/readline.pm: Get ready for release 1.26 2013-11-28 Rocky Bernstein * README.pod, lib/Term/ReadLine/Perl5.pm: More pod changes 2013-11-28 Rocky Bernstein * Build.PL: Make rlib a dependency in configure. 2013-11-27 Rocky Bernstein * README.pod, lib/Term/ReadLine/Perl5.pm: More pod hacking for variables 2013-11-27 Rocky Bernstein * META.yml, README.pod: Add variables section from Perl5.pm to README.pod 2013-11-27 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/History.pm, lib/Term/ReadLine/Perl5/Tie.pm, lib/Term/ReadLine/Perl5/readline.pm, t/10test-history.t: Get ready for relase 1.25 2013-11-27 Rocky Bernstein * Build.PL, META.yml, lib/Term/ReadLine/Perl5/readline.pm: More boilerplate stuff to coax smokers to not fail 2013-11-25 Rocky Bernstein * Build.PL, CHANGES, LICENSE, MANIFEST, META.yml, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/Tie.pm, lib/Term/ReadLine/Perl5/readline.pm: Administrivia. Get ready for release 1.24 2013-11-24 Rocky Bernstein * lib/Term/ReadLine/Perl5/readline.pm: Get ready for release 1.23 2013-11-24 Rocky Bernstein * README.pod, lib/Term/ReadLine/Perl5.pm: Set encoding UTF-8. 2013-11-24 Rocky Bernstein * MANIFEST, t/30test-interactive.t, test.pl: Interactive test needs to not be in directory t/ 2013-11-24 Rocky Bernstein * README.pod, lib/Term/ReadLine/Perl5.pm: Update Perl pod, 2nd try 2013-11-24 Rocky Bernstein * CHANGES, README.pod, lib/Term/ReadLine/Perl5.pm: Update Perl pod 2013-11-24 Rocky Bernstein * Build.PL, CHANGES, LICENSE, MANIFEST, README.pod, lib/Term/ReadLine/Perl5.pm, t/30test-interactive.t, test.pl: Add reasonable CPANTS suggestions: revise license; move test.pl to t/; add minimum perl version to Build.PL 2013-11-24 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm, t/10test-history.t: Add test for issue #3 - addhistory. 2013-11-23 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm: Typo add_History -> add_history. issue #3. Thanks to Lester Highthower 2013-11-16 Rocky Bernstein * META.yml, lib/Term/ReadLine/Perl5/Tie.pm: Another try at getting Term::ReadLine::Perl5::Tie version in correctly. 2013-11-16 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/Tie.pm, lib/Term/ReadLine/Perl5/readline.pm: Get ready for release 1.22 2013-11-16 Rocky Bernstein * lib/Term/ReadLine/Perl5/Tie.pm: Broke build. 2013-11-16 Rocky Bernstein * CHANGES, META.yml, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/Tie.pm: Past release now... bump version into testing. 2013-11-16 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/Tie.pm, lib/Term/ReadLine/Perl5/readline.pm: Get ready for release 1.21 2013-11-04 Rocky Bernstein * lib/Term/ReadLine/Perl5/History.pm: Export add_line_to_history 2013-11-03 Rocky Bernstein * CHANGES: Get ready for release 1.20 2013-11-03 Rocky Bernstein * README.pod: See above 2013-11-03 Rocky Bernstein * README.pod: Include link to github tracker page. 2013-11-03 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/readline.pm, t/10test-readline.t, test.pl: Miscellaneous warning and bug fixes caught by stricter checking. 2013-11-03 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/readline.pm, t/10test-changecase.t, t/10test-motion.t: Perl5.pm get rid of bogus initialization and need for preinit in tests. Initialize some things that should be initialized in readline.pm 2013-11-03 Rocky Bernstein * CHANGES, MANIFEST, META.yml, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/History.pm, lib/Term/ReadLine/Perl5/Tie.pm, lib/Term/ReadLine/Perl5/readline.pm: Move more code into History.pm. Create Tie.pm as its own file. 2013-11-02 Rocky Bernstein * lib/Term/ReadLine/Perl5/History.pm: Start to doc history better 2013-11-02 Rocky Bernstein * MANIFEST, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/History.pm, lib/Term/ReadLine/Perl5/readline.pm: Break out history variables form readline into its own module. 2013-11-02 Rocky Bernstein * README.pod: Update README.pod 2013-11-02 Rocky Bernstein * lib/Term/ReadLine/Perl5/readline.pm, t/10test-changecase.t, t/10test-motion.t, t/15test-unescape.t: More administrivia for moving readline.pm to Term::ReadLine:Perl5::readline. 2013-11-02 Rocky Bernstein * t/10test-basic.t: readline -> Term::ReadLine::Perl5::readline 2013-11-02 Rocky Bernstein * lib/Term/ReadLine/Perl5/readline.pm: mend 2013-11-02 Rocky Bernstein * lib/Term/ReadLine/Perl5/readline.pm: Use "my" more although we are still not ready for strict vars 2013-11-02 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/Perl5/readline.pm, lib/Term/ReadLine/readline.pm, t/10test-history.t, t/11test-history.t, t/20test-read-input-file.t: Move readline.pm proper place for its namespace. This really should have been done a long time ago. Revise history test to use Test::More which simplifies and DRYs code. Nowadays we assume Test::More is pervasive, at least for testing, and we don't care about 5.0005 anymore either. 2013-11-02 Rocky Bernstein * t/10test-history.t, t/10test-motion.t, t/11test-history.t: Revise history test from Term::ReadLine::GNU to use Test::More 2013-11-01 Rocky Bernstein * Build.PL, CHANGES, META.yml, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: Get ready for release 1.13 2013-10-31 Rocky Bernstein * Build.PL, CHANGES, META.yml, README.pod, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm, t/10test-history.t: Get ready for release 1.12: - Specify min Module::Build version that uses "test_requires". - Small doc changes. - Revise history test - try again with tests where we don't get a tty. 2013-10-30 Rocky Bernstein * t/10test-history.t, t/10test-readline.t: Skip some tests if we don't have access to a tty 2013-10-29 Rocky Bernstein * Build.PL: Maybe this isn't so "pure". It definitely is Perl5. 2013-10-29 Rocky Bernstein * .travis.yml, META.yml, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: bump version. Include 5.18 and require Term::ReadKey in travis 2013-10-29 Rocky Bernstein * lib/Term/ReadLine/readline.pm: I said get ready for release 1.10! 2013-10-29 Rocky Bernstein * META.yml, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: I said get ready for release 1.10! 2013-10-29 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm: Get ready for release 1.10 2013-10-27 Rocky Bernstein * Build.PL, META.yml, lib/Term/ReadLine/readline.pm: Require Term::ReadKey. This simplifies at the expense of generality for some obscure systems. For those, use Term::ReadLine. 2013-10-26 Rocky Bernstein * Build.PL: For now, at least recommend Term::ReadKey 2013-10-24 Rocky Bernstein * lib/Term/ReadLine/readline.pm: Regularize more indentation 2013-10-24 Rocky Bernstein * Build.PL: Test::More moved to test_requires; add rlib on test_requires 2013-09-09 Rocky Bernstein * .gitignore, lib/Term/ReadLine/Perl5.pm: Perl5.pm: redo %features yet one more time. More .gitignore 2013-09-09 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm: In synopsys use Newer OO form of "new". 2013-09-09 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm: We now "use strict". 2013-09-09 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm: Add "use warnings". "strict" will have wait for another time. 2013-09-09 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm: require Term::ReadLine delayed until "new" to remove cyclic require dependency. 2013-09-09 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm: Eliminate compile-time cyclic dependency between Term:::ReadLine::Perl5 and Term::ReadLine. See ussue 4 in Term::ReadLine https://github.com/rafl/term-readline/pull/4 2013-06-16 Rocky Bernstein * README.pod: Link on travis image 2013-06-16 Rocky Bernstein * .travis.yml: Stripped down travis file 2013-06-16 Rocky Bernstein * Build.PL: Simpler way of dealing with release/test versions 2013-06-15 Rocky Bernstein * .travis.yml: Travis doesn't seem to be picking up dependencies from Build.PL 2013-06-15 Rocky Bernstein * Build.PL: Messed up on github URLs 2013-06-15 Rocky Bernstein * Build.PL, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: Out of release 1.0901 2013-06-15 Rocky Bernstein * : commit 85e1ccd7b80a6814dfff4614c4bd8fbabaedf37a Author: Rocky Bernstein Date: Sat Jun 15 11:49:06 2013 -0400 2013-06-15 Rocky Bernstein * MANIFEST, META.yml, README.pod: Better README.pod formatting 2013-06-15 Rocky Bernstein * : commit 34cabf6fad216bcfed4bfe5560a13e46cdb09274 Author: Rocky Bernstein Date: Sat Jun 15 11:15:30 2013 -0400 2013-06-15 Rocky Bernstein * CHANGES, MANIFEST, README, README.pod, lib/Term/ReadLine/Perl5/CHANGES, lib/Term/ReadLine/Perl5/readline.pod, lib/Term/ReadLine/p5Commentary.pod, lib/Term/ReadLine/readline.CHANGES, lib/Term/ReadLine/readline.pm, test.pl: test.pl: use string and warnings. reduce duplicate README documentation and segregate old docs. 2013-06-15 Rocky Bernstein * Build.PL, GNUmakefile, MANIFEST, MANIFEST.SKIP, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: Use File::HomeDir 2013-06-15 Rocky Bernstein * .gitignore, Build.PL, MANIFEST, Makefile.PL, lib/Term/ReadLine/Perl5.pm, t/Makefile, test.pl: Use Module::Build and specify github repo and issue tracker 2013-06-15 Rocky Bernstein * META.yml, Makefile.PL, README.pod: LICENSE has moved to a more conventional location 2013-06-14 Rocky Bernstein * LICENSE, MANIFEST, README: Put license in its own file following normal conventions 2013-06-13 Rocky Bernstein * .travis.yml: travis doesn't have perl 5.18 2013-06-13 Rocky Bernstein * .travis.yml, README.pod: Add in travis status tracker 2013-06-13 Rocky Bernstein * .travis.yml: Need AUTOMATED_TESTING=1 so we don't run interactive test.pl 2013-06-13 Rocky Bernstein * lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: We are in 1.08_1 now 2013-06-13 Rocky Bernstein * .travis.yml: Try travis 2013-06-13 Rocky Bernstein * test.pl: Make sure to set Perl5 and use that, not Term::ReadLine::Perl 2013-06-12 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: Relase 1.06 2013-06-12 Rocky Bernstein * : commit f7c1dae0171131483cd8f63babe55860485e61a7 Author: Rocky Bernstein Date: Wed Jun 12 03:05:44 2013 -0400 2013-06-12 Rocky Bernstein * CHANGES, lib/Term/ReadLine/readline.pm, t/10test-basic.t, t/10test-changecase.t, t/10test-history.t, t/10test-motion.t, t/10test-readline.t, t/15test-unescape.t, t/20test-read-input-file.t: CPANTS reports more errors in non-interactive terminal testing 2013-06-11 Rocky Bernstein * CHANGES, lib/Term/ReadLine/readline.pm, t/10test-basic.t, t/10test-changecase.t, t/10test-motion.t, t/15test-unescape.t, t/20test-read-input-file.t: Botched release 1.05. Try for 1.06 2013-06-11 Rocky Bernstein * CHANGES, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm: Get ready for release 1.05 2013-06-11 Rocky Bernstein * MANIFEST: Remove .history_test from MANIFEST 2013-06-11 Rocky Bernstein * MANIFEST.SKIP: Skip .history_test 2013-06-11 Rocky Bernstein * MANIFEST, t/10test-basic.t, t/10test-changecase.t, t/10test-motion.t, t/10test-readline.t, t/15test-unescape.t, t/20test-read-input-file.t, t/Helper.pm: DRY tests using t/Helper.pm 2013-06-11 Rocky Bernstein * t/10test-changecase.t, t/10test-motion.t, t/20test-read-input-file.t, t/Makefile: Add forward/backward word/char tests and changechar tests 2013-06-11 Rocky Bernstein * lib/Term/ReadLine/p5Commentary.pod, lib/Term/ReadLine/readline.pm: readline.pm: Clive Holloway comments: Remove SelfLoader, use ul an lc instead of toupper and tolower. add warnings which makes us more careful about uninitialized variables. Remove trailing blanks. podify. 2013-06-11 Rocky Bernstein * META.yml, Makefile.PL, README: Transfer ownership and processes for how to report bugs. 2013-06-11 Rocky Bernstein * CHANGES, README.pod: Start moving away from jadler git repo 2013-06-11 Rocky Bernstein * : commit 9721fb3e270b771ef44aedd8b02a637a050e474a Author: Rocky Bernstein Date: Wed Mar 20 11:37:12 2013 -0400 2013-03-20 Rocky Bernstein * : commit 7a8b232bba6d3bc0ca0577fefec34f7761dd61b2 Author: Rocky Bernstein Date: Wed Mar 20 11:26:22 2013 -0400 2013-03-03 Rocky Bernstein * t/data/undo.inputrc: Forgot to add data file 2013-03-03 Rocky Bernstein * MANIFEST, lib/Term/ReadLine/readline.pm, t/20test-read-input-file.t: Start commenting and testing read_an_init_file 2013-03-03 Rocky Bernstein * : commit a540b8054b3c0f1234853b49bd71577ac968f72a Author: Rocky Bernstein Date: Sun Mar 3 06:50:52 2013 -0500 2013-03-03 Rocky Bernstein * lib/Term/ReadLine/readline.pm: Untabify 2013-03-03 Rocky Bernstein * lib/Term/ReadLine/readline.pm: Untabify 2013-03-03 Rocky Bernstein * lib/Term/ReadLine/readline.pm: ornaments used here seems to be coming really from Term::ReadLine. 2013-03-03 Rocky Bernstein * lib/Term/ReadLine/readline.pm: ornaments used here seems to be coming really from Term::ReadLine. 2013-03-03 Rocky Bernstein * MANIFEST, t/15test-eval.t, t/15test-unescape.t: 15test-eval.t 15test-unescape.t since that's what it is 2013-03-02 Rocky Bernstein * README.pod, lib/Term/ReadLine/readline.pm, t/15test-eval.t: README.pod: fix =for comments appearing on metacpan (I hope). readline.pm, test-eval.t: Use list instead of hash. test-eval.t: add (most) descriptions to specific tests 2013-03-02 Rocky Bernstein * lib/Term/ReadLine/readline.pm: Weakness surfaced via Term::ReadLine::Perl5 rename. Avoid circularity of Term::ReadLine::readline requiring Term::ReadLine::Perl which depends on Term:ReadLine::readline. 2013-03-02 Jordan M. Adler * Makefile.PL: Revert "Update Makefile.PL to remove rlib requirement." This reverts commit 4b7e7f27154084ef6899b160bad1f25fdb781280. 2013-03-02 Jordan M. Adler * Makefile.PL: Update Makefile.PL to remove rlib requirement. 2013-03-02 Jordan M. Adler * MANIFEST, Makefile.PL: Update Makefile.PL and MANIFEST 2013-03-02 Jordan M. Adler * META.yml: Update META.yml 2013-03-02 Jordan M. Adler * README, README.pod, lib/Term/ReadLine/Perl5.pm: Update authors, fix reference to T::R::Perl 2013-03-02 Jordan M. Adler * CHANGES, META.yml, README, README.pod, lib/Term/ReadLine/Perl5.pm, lib/Term/ReadLine/readline.pm, t/10test-basic.t: Update places where ::Perl is still referenced and add my name here and there. 2013-03-02 Rocky Bernstein * MANIFEST, Makefile.PL, lib/Term/ReadLine/Perl.pm, lib/Term/ReadLine/Perl5.pm, t/10test-basic.t, t/10test-history.t, t/10test-readline.t, t/15test-eval.t: Change Term::ReadLine::Perl to Term::ReadLine::Perl5. Add dependency on rlib for testing. 2013-03-02 R. Bernstein * : Merge pull request #1 from jmadler/master Thanks Jordan! RT#59194 2013-03-02 Jordan M. Adler * t/15test-eval.t: * Modify _unescape() to use a dispatch table. * Include the change from spoon.reloaded on RT#59194 to use hex() and oct() in unescapes and not eval(). * Include tests for the _unescape() function. 2013-02-09 Rocky Bernstein * README.pod: Oops - forgot to add POD 2013-02-09 Rocky Bernstein * MANIFEST, README, lib/Term/ReadLine/Perl.pm: Add README.pod 2013-02-09 Rocky Bernstein * lib/Term/ReadLine/Perl.pm, lib/Term/ReadLine/readline.pm, t/10test-basic.t, t/10test-readline.t: More POD, add todo list, more tests. 2013-02-09 Rocky Bernstein * MANIFEST, MANIFEST.SKIP, Makefile.PL, ReadLine/Perl.pm, ReadLine/readline.CHANGES, ReadLine/readline.pm, lib/Term/ReadLine/Perl.pm, t/10test-basic.t, t/10test-readline.t, test.pl: Directory organization is more conventional: lib/Term/ReadLine. Makfile.PL requie Test::More and perl > 5.00808. 2013-02-09 Rocky Bernstein * lib/Term/ReadLine/Perl.pm, lib/Term/ReadLine/readline.CHANGES, lib/Term/ReadLine/readline.pm, t/10test-basic.t: Use more conventional directory structure and use Test::More. 2013-02-09 Rocky Bernstein * ReadLine/Perl.pm, ReadLine/readline.pm: Hack more on Documententation. 2013-02-09 Rocky Bernstein * Makefile.PL: Clean administrivia 2013-02-09 Rocky Bernstein * .gitignore, ReadLine/readline.pm: Start to podify ReadLine/readline.pm 2013-02-09 Rocky Bernstein * .gitignore, t/10test-history.t, t/10test-readline.t: Add readline miniscule part test from Term::ReadLine::Gnu 2013-02-05 rocky * .gitignore, Makefile.PL, ReadLine/readline.pm: "make clean" cleans more. Bump version 2013-02-05 rocky * MANIFEST, t/00test-pod.t, t/10test-history.t, t/history.t, test.pl: Add basic POD test and remove bit or warning. 2013-02-05 rocky * .gitignore, test.pl: Respect both $ENF{PERL_MM_NONINTERACTIVE} and $ENV{AUTOMATED_TESTING}. 2013-02-05 rocky * .gitignore, MANIFEST.SKIP: Administrivia 2013-02-05 rocky * CHANGES: Add dates from CPAN to CHANGES 2013-02-05 Rocky Bernstein * .gitignore, CHANGES, ReadLine/Perl.pm, ReadLine/readline.CHANGES, ReadLine/readline.pm: CHANGES: put in more conventional form where newest is on top readline.CHANGES readline.pm: split out history from code ReadLine/Perl.pm: Start POD 2012-01-12 Rocky Bernstein * ReadLine/Perl.pm, t/history.t: Follow Term::ReadLine::Gnu conventions better for read_history and write_history which return 0 on success. ReadHistory and WriteHistory return 1 on success. With this,add one more test passes. 2012-01-10 Rocky Bernstein * ReadLine/Perl.pm, t/history.t: Add some read/write history tests. Expand code a little bit more to address tests. 2012-01-08 Rocky Bernstein * ReadLine/Perl.pm: Add ReadHistory and WriteHistory 2012-01-08 Rocky Bernstein * t/history.t: Add a history test 2012-01-08 Rocky Bernstein * ReadLine/Perl.pm, t/history.t: Start to add my changes 2012-01-08 Rocky Bernstein * Initial readline