aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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