aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Move configured regex lib in to a common headerSteve Slaven2019-11-051-11/+9
* Allow the regular expression engine to be replaced with PCRE POSIXNils Schimmelmann2019-06-291-1/+6
* make a variable more local in a functionpowwow@askgustav.com2019-04-231-5/+7
* remove some non-ANSI C supportpowwow@askgustav.com2019-04-231-242/+242
* better handle prompts with control characterspowwow@askgustav.com2019-04-231-2/+53
* make sure to use the correct fdset in call to select()powwow@askgustav.com2018-09-051-3/+2
* Match prompts longer than terminal widthKalev Lember2009-09-011-1/+1
* removed unused variableGustav Hållberg2009-01-161-1/+0
* minor typo fixesGustav Hållberg2009-01-161-1/+1
* renamed _cmd_init() to initialize_cmd() and added a function prototype for itGustav Hållberg2009-01-161-1/+1
* Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fdSteve Slaven2006-03-241-1/+0
* Fixed up copyright symbols and display (Dain)Steve Slaven2006-02-021-5/+5
* Fixes crash if non-latin-1 character is entered before connecting to aSteve Slaven2006-02-021-1/+4
* 1. Allows empty-line matching using regexp.Steve Slaven2006-01-311-2/+3
* Allow configuring the group delimiter to any arbitrary stringSteve Slaven2006-01-311-1/+4
* Applied patch from Michael Sterrett <mr_bones_@gentoo.org> that fixesSteve Slaven2005-06-031-1/+1
* Changed some contact info to bpk@hoopajoo.net for bug reportsSteve Slaven2005-04-051-1/+2
* Wide character (locale) support from Dain, changed output of the compiledSteve Slaven2005-03-211-17/+44
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-9/+9
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-9/+10
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+1995