summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* start adding testsjluehrs22008-05-223-8/+31
* oops, $num has to be non-negative herejluehrs22008-05-221-0/+1
* need to match the end of the buffer as well as the end of a linejluehrs22008-05-221-1/+1
* the t command has default of 1 (or -1)jluehrs22008-05-221-0/+3
* implement the 't' command, or try, at leastjluehrs22008-05-221-0/+25
* catch : and @ command modifiers, this might need to be made more precise late...jluehrs22008-05-221-0/+6
* oops, need to match newlines herejluehrs22008-05-221-2/+2
* implement the buffer's print methodjluehrs22008-05-221-0/+3
* make ^C throw an interrupt rather than killing the program if it's received w...jluehrs22008-05-211-0/+1
* handle getting these regex matches properlyjluehrs22008-05-211-3/+4
* syntax fixjluehrs22008-05-211-1/+2
* ReadKey fails on undef, not falsejluehrs22008-05-211-1/+4
* start implementing parsing teco commandsjluehrs22008-05-211-1/+160
* stub out Language::TECO a bitjluehrs22008-05-201-0/+6
* syntax errorjluehrs22008-05-201-1/+1
* add a teco shell binaryjluehrs22008-05-201-0/+83
* add a buffer classjluehrs22008-05-191-0/+46
* Initial import of Language::TECOjluehrs22008-05-1916-0/+2316