Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autogenerated files. | Kalev Lember | 2009-03-25 | 5 | -1205/+2 |
| | |||||
* | autogen.sh: New script to regenerate autotools files. | Kalev Lember | 2009-03-25 | 2 | -0/+9 |
| | |||||
* | powwow.doc: Update IAC GA related documentation. | Kalev Lember | 2009-03-25 | 2 | -5/+10 |
| | | | | | Replaced #idprompt with #request prompt as the former command does not exist. | ||||
* | fixed minor bug when running out of memory, introduced by | Gustav Hållberg | 2009-01-16 | 1 | -1/+1 |
| | | | | 0bae10b19a62e285746e2a4aad963928018d1a53 | ||||
* | properly handle when tty writes block; fixes possible lock-up introduced by | Gustav Hållberg | 2009-01-16 | 1 | -2/+21 |
| | | | | 277a06dbb45f4f249bb3f09d524ae064c842b7c5 | ||||
* | bugfixed #capture together with multibyte output locales such as UTF-8 | Gustav Hållberg | 2009-01-16 | 2 | -7/+16 |
| | |||||
* | semi-properly handle IACs in MPI messages | Gustav Hållberg | 2009-01-16 | 4 | -40/+111 |
| | |||||
* | removed unused variable | Gustav Hållberg | 2009-01-16 | 2 | -2/+0 |
| | |||||
* | added #addstatic command | Gustav Hållberg | 2009-01-16 | 6 | -29/+109 |
| | | | | Replaced old WORD_RETAIN function with separate, static list of words. | ||||
* | added .gitignore | Gustav Hållberg | 2009-01-16 | 1 | -0/+18 |
| | |||||
* | cleaned up #option code and added '#option list' | Gustav Hållberg | 2009-01-16 | 7 | -108/+159 |
| | |||||
* | fixed formatting errors in '#help' | Gustav Hållberg | 2009-01-16 | 3 | -76/+163 |
| | |||||
* | support different man page encodings | Gustav Hållberg | 2009-01-16 | 4 | -0/+34 |
| | |||||
* | make --enable-bsd default on OS X (darwin) hosts | Gustav Hållberg | 2009-01-16 | 2 | -6/+13 |
| | |||||
* | support ./configure --disable-FEATURE | Gustav Hållberg | 2009-01-16 | 1 | -8/+23 |
| | |||||
* | minor typo fixes | Gustav Hållberg | 2009-01-16 | 3 | -4/+4 |
| | |||||
* | bugfixes for characters read from tty with high bit set | Gustav Hållberg | 2009-01-16 | 2 | -22/+29 |
| | |||||
* | disallow #rebind of key sequence which is the prefix of another sequence | Gustav Hållberg | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | fixed memory leak caused by 'ptr' variables not getting their "signature" set | Gustav Hållberg | 2009-01-16 | 1 | -0/+4 |
| | |||||
* | set better $TITLE when viewing help texts | Gustav Hållberg | 2009-01-16 | 1 | -4/+7 |
| | |||||
* | cleaned up the man page a bit | Gustav Hållberg | 2009-01-16 | 1 | -58/+62 |
| | |||||
* | corrected spelling of Mattias Engdegård's last name | Gustav Hållberg | 2009-01-16 | 3 | -3/+3 |
| | |||||
* | bugfixed error message for '#action <some-unknown-action>' | Gustav Hållberg | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | fixed tty_raw_write to take a size_t length instead of int | Gustav Hållberg | 2009-01-16 | 2 | -4/+2 |
| | |||||
* | manually buffer data written to tty with USE_LOCALE; this fixes | Gustav Hållberg | 2009-01-16 | 2 | -13/+74 |
| | | | | buffering problems for some platforms | ||||
* | when compiling with GCC, use attribute((format, (printf, ...)) for tty_printf | Gustav Hållberg | 2009-01-16 | 1 | -1/+8 |
| | |||||
* | fixed problem when a tcp packet ends with an unterminated escape code | Gustav Hållberg | 2009-01-16 | 2 | -2/+382 |
| | |||||
* | fixed some compilation warnings | Gustav Hållberg | 2009-01-16 | 3 | -10/+11 |
| | |||||
* | renamed _cmd_init() to initialize_cmd() and added a function prototype for it | Gustav Hållberg | 2009-01-16 | 3 | -2/+4 |
| | |||||
* | changed file encoding to utf-8 | Gustav Hållberg | 2009-01-16 | 1 | -4/+4 |
| | |||||
* | More version bumpsv1.2.13 | Steve Slaven | 2008-01-09 | 3 | -2/+8 |
| | |||||
* | Version number bump | Steve Slaven | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | Switched to using pointers to save the last space because counters could be | Steve Slaven | 2007-10-10 | 1 | -10/+14 |
| | | | | | off if there were ansi sequences | ||||
* | Version isn't a valid keyword | Steve Slaven | 2007-10-09 | 1 | -1/+0 |
| | |||||
* | Fix debian version numbers | Steve Slaven | 2007-10-09 | 2 | -1/+7 |
| | |||||
* | Version bumpv1.2.12 | Steve Slaven | 2007-10-09 | 3 | -4/+4 |
| | |||||
* | This should change the option +wrap to do word wrapping instead of just | Steve Slaven | 2007-10-09 | 1 | -37/+60 |
| | | | | | line wrapping | ||||
* | Don't try and load non-.so files in cmd_module | Steve Slaven | 2007-10-09 | 1 | -0/+4 |
| | |||||
* | This should again fix the double-free bug that was once fixed in perlwow | Steve Slaven | 2007-03-08 | 2 | -3/+10 |
| | |||||
* | Fixed version numbers | Steve Slaven | 2006-12-07 | 2 | -2/+2 |
| | |||||
* | This fixed #bind and #rebind problems, patch from kalev lemberv1.2.11 | Steve Slaven | 2006-11-08 | 1 | -1/+4 |
| | |||||
* | More checks for building in cygwin | Steve Slaven | 2006-10-20 | 1 | -3/+4 |
| | |||||
* | Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fd | Steve Slaven | 2006-03-24 | 5 | -6/+1 |
| | | | | | | since it looks like a copy-paste job that didn't get fixed and causes brokenness on bsd | ||||
* | Fixed maintainer line | Steve Slaven | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Updated debian build, bumped versionv1.2.10 | Steve Slaven | 2006-02-06 | 3 | -2/+9 |
| | |||||
* | Fixed up copyright symbols and display (Dain) | Steve Slaven | 2006-02-02 | 1 | -5/+5 |
| | |||||
* | Fixes crash if non-latin-1 character is entered before connecting to a | Steve Slaven | 2006-02-02 | 1 | -1/+4 |
| | | | | | server (Dain) | ||||
* | Fixes bugged #var $(expression). | Steve Slaven | 2006-01-31 | 1 | -9/+27 |
| | | | | | | | | | | | bug #1: It was possible to create variables with illegal names. bug #2: Expressions like "-30" or "+5" were incorrectly interpretted as named variables which were then completely inaccessible. bug #3: Deletion of existing named variable via #var $(expression)= caused crash. (pointer to var-node was not set) (Elestir) | ||||
* | Better handling of line continuation (Elestir) | Steve Slaven | 2006-01-31 | 1 | -9/+7 |
| | |||||
* | 1. Allows empty-line matching using regexp. | Steve Slaven | 2006-01-31 | 1 | -2/+3 |
| | | | | | | | | | | | E.g.: gagging of all empty lines #action %empty ^$= 2. Fixes the bug in parameter copy for regexp actions. powwow did not set any matched regex params after finding an empty match (Elestir) |