aboutsummaryrefslogtreecommitdiffstats
path: root/cmd2.c
Commit message (Expand)AuthorAgeFilesLines
* Move configured regex lib in to a common headerSteve Slaven2019-11-051-6/+1
* Allow the regular expression engine to be replaced with PCRE POSIXNils Schimmelmann2019-06-291-1/+3
* remove some non-ANSI C supportpowwow@askgustav.com2019-04-231-156/+157
* cmd2.c: Move aliases/actions back to default group if it was specified as '*'.Kalev Lember2009-04-081-2/+2
* cmd2.c: Fixed setting alias/action groups back to default.Jahara2009-04-081-2/+9
* bugfixes for characters read from tty with high bit setGustav Hållberg2009-01-161-22/+24
* disallow #rebind of key sequence which is the prefix of another sequenceGustav Hållberg2009-01-161-1/+1
* bugfixed error message for '#action <some-unknown-action>'Gustav Hållberg2009-01-161-1/+1
* This fixed #bind and #rebind problems, patch from kalev lemberv1.2.11Steve Slaven2006-11-081-1/+4
* Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fdSteve Slaven2006-03-241-1/+0
* Allow configuring the group delimiter to any arbitrary stringSteve Slaven2006-01-311-8/+10
* Fix for segfault when viewing a single alias from Kalev LemberSteve Slaven2005-11-221-4/+4
* Wide character (locale) support from Dain, changed output of the compiledSteve Slaven2005-03-211-1/+1
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-20/+20
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-21/+21
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+1665