aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated where to send patches/bug reports in man pageSteve Slaven2005-10-271-0/+6
|
* Updated version numbers, added COPYING file to shared distSteve Slaven2005-10-279-530/+357
| | | | | to that #help copyright works
* This fixes a tiny memory leak caused by not freeing the copySteve Slaven2005-10-271-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 mainSteve Slaven2005-10-211-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 compileSteve Slaven2005-09-161-0/+2
|
* Updated news and some debian control filesSteve Slaven2005-09-133-2/+13
|
* Fixed initializing default completions using new command structuresSteve Slaven2005-08-301-1/+2
|
* Added #module documentationSteve Slaven2005-06-101-0/+14
|
* Applied patch from Michael Sterrett <mr_bones_@gentoo.org> that fixesSteve Slaven2005-06-031-1/+1
| | | | | the code that locates the copyright file
* Changed some contact info to bpk@hoopajoo.net for bug reportsSteve Slaven2005-04-051-1/+2
|
* Added documentation of the #group command and line continuationSteve Slaven2005-04-051-4/+50
|
* Added line-continuation support to the #ex commandSteve Slaven2005-04-051-5/+21
|
* Updated build-process information and updated where bugs and patchesSteve Slaven2005-04-041-19/+31
| | | | | should be sent to
* Updated newsv1.2.8Steve Slaven2005-03-221-1/+2
|
* Added 1.2.8 news, fixed but in upcase/downcase word (Dain)Steve Slaven2005-03-222-15/+22
|
* Updated debian version, make #module loaded objects export their symbolsSteve Slaven2005-03-217-14/+22
| | | | | | globally (needed to allow binary xs modules in perl to get to each others symbols)
* A rough overview of module supportSteve Slaven2005-03-211-0/+34
|
* use tty_printf since printf will not work with localesSteve Slaven2005-03-211-2/+2
|
* Install powwow.doc and powwow.help in $pkgdatadir/ and also set POWWOW_DIRSteve Slaven2005-03-214-19/+53
| | | | | to match so that online help should be found after a "make install"
* Added help on #moduleSteve Slaven2005-03-211-0/+15
|
* Moved #module before #movieSteve Slaven2005-03-211-2/+2
|
* Wide character (locale) support from Dain, changed output of the compiledSteve Slaven2005-03-216-35/+359
| | | | | options line since there are more compile time options now
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-2110-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 applySteve Slaven2005-03-2119-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 libdlSteve Slaven2005-03-211-0/+3
|
* Check for libdlSteve Slaven2005-03-211-0/+1
|
* Do not include #module support if there is no libdlSteve Slaven2005-03-211-1/+5
|
* Updated to include the debian build files in the make dist, also regeneratedSteve Slaven2005-03-133-283/+117
| | | | | some of teh automake/conf stuff
* Made #module print messages prefixed with #module instead of #lib, also displaySteve Slaven2005-03-122-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 checksSteve Slaven2005-03-122-1/+7
| | | | | | for _GNU_SOURCE in ptr.h so that modules compiled with GNU externsions will work with powwow.h (like perl)
* Changed the #module command to handle searching multiple (currently compiled in)Steve Slaven2005-03-121-6/+18
| | | | | | library paths, and remove the requirement for the .so part of the filename so that in future versions we can support .dll under cygwin
* Initial revisionv1.2.7Steve Slaven2005-03-1258-0/+28683
|
* New repository initialized by cvs2svn.Steve Slaven2005-03-120-0/+0