Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Fixes operator . (dot) which didn't check for valid index range. (Elestir) | Steve Slaven | 2006-01-31 | 1 | -1/+2 |
| | |||||
* | Make speedwalk execute aliases if defined instead of just sending | Steve Slaven | 2006-01-31 | 1 | -1/+4 |
| | | | | | directions (Elestir) | ||||
* | Allow configuring the group delimiter to any arbitrary string | Steve Slaven | 2006-01-31 | 5 | -12/+32 |
| | |||||
* | A patch that fixes a problem with not restoring the fcntl | Steve Slaven | 2006-01-31 | 1 | -1/+9 |
| | | | | | | | | | | flags for stdout before running a #! command. To trigger the bug in 1.2.9, just type "#! cat" and cat will die with EAGAIN. Patch by Dain | ||||
* | Fix for segfault when viewing a single alias from Kalev Lember | Steve Slaven | 2005-11-22 | 1 | -4/+4 |
| | | | | | | | | | | <kalev@smartlink.ee> #alias foo=bar #alias foo Caused segfault | ||||
* | This is the new config for mkdist | Steve Slaven | 2005-11-13 | 1 | -0/+2 |
| | |||||
* | These are autogenerated files and don't need to be tracked | Steve Slaven | 2005-11-13 | 3 | -6999/+0 |
| | |||||
* | Updated news in preparation for releasev1.2.9 | Steve Slaven | 2005-11-11 | 1 | -1/+3 |
| | |||||
* | Added arch and maintainer to debian files | Steve Slaven | 2005-10-28 | 1 | -0/+2 |
| | |||||
* | Added #speedwalk to documentation | Steve Slaven | 2005-10-28 | 1 | -0/+8 |
| | |||||
* | Added #speedwalk command for using speedwalks even if you have | Steve Slaven | 2005-10-28 | 1 | -1/+15 |
| | | | | | opt_speedwalk set to off | ||||
* | Updated where to send patches/bug reports in man page | Steve Slaven | 2005-10-27 | 1 | -0/+6 |
| | |||||
* | Updated version numbers, added COPYING file to shared dist | Steve Slaven | 2005-10-27 | 9 | -530/+357 |
| | | | | | to that #help copyright works | ||||
* | This fixes a tiny memory leak caused by not freeing the copy | Steve Slaven | 2005-10-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of a variable if used in a comparison on the left side, valgrind output: ==10477== 10 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==10477== at 0x1B90459D: malloc (vg_replace_malloc.c:130) ==10477== by 0x806B08A: ptrdup2 (ptr.c:65) ==10477== by 0x806B121: ptrdup (ptr.c:80) ==10477== by 0x805C503: exe_op (eval.c:675) ==10477== by 0x805DDCF: compare_and_unload (eval.c:1279) ==10477== by 0x805DFBA: _eval (eval.c:1322) ==10477== by 0x805E0D4: eval_any (eval.c:1362) ==10477== by 0x805E43C: evall (eval.c:1446) ==10477== by 0x8052514: cmd_if (cmd.c:1884) ==10477== by 0x806536E: parse_commands (main.c:1769) ==10477== by 0x8065119: parse_instruction (main.c:1709) ==10477== by 0x806525F: parse_user_input (main.c:1735) test file: #( "Don't save the config file every time" ) #file = #if ($foo > "ho" ) #print Dwarves #if ($foo > "ho" ) #print Dwarves #if ($foo > "ho" ) #print Dwarves | ||||
* | Added some casts because byte is unsigned char and some functions in main | Steve Slaven | 2005-10-21 | 1 | -2/+2 |
| | | | | | | wanted to have signed chars, this was the previous behaviour but the compiler spit out warnings, now it shouldn't anymore. | ||||
* | Fix warnings during muc compile | Steve Slaven | 2005-09-16 | 1 | -0/+2 |
| | |||||
* | Updated news and some debian control files | Steve Slaven | 2005-09-13 | 3 | -2/+13 |
| | |||||
* | Fixed initializing default completions using new command structures | Steve Slaven | 2005-08-30 | 1 | -1/+2 |
| | |||||
* | Added #module documentation | Steve Slaven | 2005-06-10 | 1 | -0/+14 |
| | |||||
* | Applied patch from Michael Sterrett <mr_bones_@gentoo.org> that fixes | Steve Slaven | 2005-06-03 | 1 | -1/+1 |
| | | | | | the code that locates the copyright file | ||||
* | Changed some contact info to bpk@hoopajoo.net for bug reports | Steve Slaven | 2005-04-05 | 1 | -1/+2 |
| | |||||
* | Added documentation of the #group command and line continuation | Steve Slaven | 2005-04-05 | 1 | -4/+50 |
| | |||||
* | Added line-continuation support to the #ex command | Steve Slaven | 2005-04-05 | 1 | -5/+21 |
| | |||||
* | Updated build-process information and updated where bugs and patches | Steve Slaven | 2005-04-04 | 1 | -19/+31 |
| | | | | | should be sent to | ||||
* | Updated newsv1.2.8 | Steve Slaven | 2005-03-22 | 1 | -1/+2 |
| | |||||
* | Added 1.2.8 news, fixed but in upcase/downcase word (Dain) | Steve Slaven | 2005-03-22 | 2 | -15/+22 |
| | |||||
* | Updated debian version, make #module loaded objects export their symbols | Steve Slaven | 2005-03-21 | 7 | -14/+22 |
| | | | | | | globally (needed to allow binary xs modules in perl to get to each others symbols) | ||||
* | A rough overview of module support | Steve Slaven | 2005-03-21 | 1 | -0/+34 |
| | |||||
* | use tty_printf since printf will not work with locales | Steve Slaven | 2005-03-21 | 1 | -2/+2 |
| | |||||
* | Install powwow.doc and powwow.help in $pkgdatadir/ and also set POWWOW_DIR | Steve Slaven | 2005-03-21 | 4 | -19/+53 |
| | | | | | to match so that online help should be found after a "make install" | ||||
* | Added help on #module | Steve Slaven | 2005-03-21 | 1 | -0/+15 |
| | |||||
* | Moved #module before #movie | Steve Slaven | 2005-03-21 | 1 | -2/+2 |
| | |||||
* | Wide character (locale) support from Dain, changed output of the compiled | Steve Slaven | 2005-03-21 | 6 | -35/+359 |
| | | | | | options line since there are more compile time options now | ||||
* | Internally renamed some option flags to match their #opt counterparts: | Steve Slaven | 2005-03-21 | 10 | -88/+88 |
| | | | | | | | | | echo_int => opt_info echo_key => opt_keyecho echo_ext => opt_echo As per the 1.2.6-dain patch | ||||
* | Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not apply | Steve Slaven | 2005-03-21 | 19 | -101/+175 |
| | | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly | ||||
* | Don't include dlfcn.h if no libdl | Steve Slaven | 2005-03-21 | 1 | -0/+3 |
| | |||||
* | Check for libdl | Steve Slaven | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | Do not include #module support if there is no libdl | Steve Slaven | 2005-03-21 | 1 | -1/+5 |
| | |||||
* | Updated to include the debian build files in the make dist, also regenerated | Steve Slaven | 2005-03-13 | 3 | -283/+117 |
| | | | | | some of teh automake/conf stuff | ||||
* | Made #module print messages prefixed with #module instead of #lib, also display | Steve Slaven | 2005-03-12 | 2 | -2/+7 |
| | | | | | | the path to the library that was loaded so that if testing new libraries you can tell which one was found :p | ||||
* | Changed #module to not require the .so extension, and added some checks | Steve Slaven | 2005-03-12 | 2 | -1/+7 |
| | | | | | | for _GNU_SOURCE in ptr.h so that modules compiled with GNU externsions will work with powwow.h (like perl) |