summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-16tests: fix memory leak in hashtable testsSébastien Helleu
2014-10-16core: add hide of chars in string in evaluation of expressionsSébastien Helleu
The syntax is: ${hide:char,string}. All chars in string are replaced with char (which can be one or more chars).
2014-10-12core: move default prefix/suffix for evaluation in wee-eval.hSébastien Helleu
2014-10-12tests: add test of function string_split_shell with an empty stringSébastien Helleu
2014-10-12tests: add extra check of argv pointer in test of string_split functionsSébastien Helleu
2014-10-12tests: initialize argc to -1 instead of 1 before some testsSébastien Helleu
2014-10-12tests: add some tests on function eval_expressionSébastien Helleu
2014-10-12core: remove extra spaces in a commentSébastien Helleu
2014-10-11core: fix .mailmap entries for myselfSébastien Helleu
2014-10-11core: add a .mailmap fileSébastien Helleu
This file is used for example by command "git shortlog", to prevent duplicate committers.
2014-10-11core: fix search/insert of elements in sorted arraylist with duplicatesSébastien Helleu
The pointer and index returned is now the first element found with the value (with the lower index if there are many elements with same value). And the index for insert is the last element with same value + 1 (the higher index + 1).
2014-10-09core: add contributor in AUTHORS.asciidocSébastien Helleu
2014-10-09core: update ChangeLogSébastien Helleu
2014-10-09irc: add tag "nick_xxx" in invite messagesnyuszika7h
2014-10-09irc: fix completion of commands /msg, /notice and /querySébastien Helleu
2014-10-08relay: use comma separator in option relay.irc.backlog_tags, check the value ↵Sébastien Helleu
of option when it is changed with /set
2014-10-08relay: add host in sender for IRC backlog PRIVMSG messages sent to clientsSébastien Helleu
2014-10-05core: update ChangeLog (add arraylists)Sébastien Helleu
2014-10-05doc: update auto-generated files with hdataSébastien Helleu
2014-10-05doc: add file "wee-arraylist.c" in developer's guideSébastien Helleu
2014-10-05Merge branch 'arraylist'Sébastien Helleu
2014-10-04Merge pull request #222 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-10-04core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-10-04core: add note about security issues and translations in Contributing.asciidocSébastien Helleu
2014-10-04doc: update Japanese auto-generated filesSébastien Helleu
2014-10-04Merge pull request #221 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-10-04core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-10-03core: add pkg-config dependency for Cygwin packagingSébastien Helleu
2014-10-03core: fix Lua detection on Cygwin with cmakeSébastien Helleu
2014-10-03core: fix Lua detection on OpenBSD with cmakeSébastien Helleu
2014-10-03core: update ChangeLog (add detection of Lua 5.2)Sébastien Helleu
2014-10-03doc: add pkg-config dependency in user's guideSébastien Helleu
2014-10-03doc: remove tag "translation missing" in French user's guideSébastien Helleu
2014-10-03doc: update Lua version in dependencies (user's guide)Sébastien Helleu
2014-10-03core: add detection of Lua 5.2 with autotoolsSébastien Helleu
2014-10-03core: use pkg-config to find Lua lib/headers with cmake, detection of Lua 5.2Sébastien Helleu
2014-10-03doc: fix libs versions in dependencies (user's guide)Sébastien Helleu
2014-10-02doc: add a link to dependencies in prerequisites chapter (user's guide)Sébastien Helleu
2014-09-29core: remove sort on configuration files and sectionsSébastien Helleu
The sort was causing bugs because some options were missing while reading other options, so the order of sections is important, they must not be sorted. This is a partial revert of commit 56f099bec647ef79542e3e65e847e24d1bdcaa61.
2014-09-29doc: update German auto-generated filesSébastien Helleu
2014-09-28trigger: fix typo in default conditions of "beep" triggerSébastien Helleu
2014-09-28core: fix asciidoc style in ChangeLogSébastien Helleu
2014-09-28trigger: add "${tg_displayed}" in conditions of default trigger "beep"Sébastien Helleu
The command of "beep" trigger is now executed only if the message is displayed (not filtered with /filter).
2014-09-28doc: fix default bar items in status and input bars (user's guide)Sébastien Helleu
2014-09-28core: move bar item "scroll" between buffer name and lag in default bar ↵Sébastien Helleu
items of status bar
2014-09-28core: add contributor in AUTHORS.asciidocSébastien Helleu
2014-09-28core: update ChangeLog (closes #217)Sébastien Helleu
2014-09-28core: use HINTS for introspected values in Python detectionTim D. Smith
2014-09-28core: update ChangeLog (closes #111)Sébastien Helleu
2014-09-28core: update ChangeLog and release notesSébastien Helleu