summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-25core: initialize variables attrs and pair before calling wattr_getSébastien Helleu
2017-09-24core: disable tests with Python 3 until problem is fixed on Travis CISébastien Helleu
2017-09-24core: test with Python 3.5 instead of 3.6 on Travis CISébastien Helleu
2017-09-24core: add a workaround for Python 3 issue on Travis CISébastien Helleu
2017-09-23core: add CVE ID in ChangeLogSébastien Helleu
2017-09-23core: update stable version in script version.shSébastien Helleu
2017-09-23doc: move table of contents on the left in FAQSébastien Helleu
2017-09-23doc: fix note about function "print" in scripting guideSébastien Helleu
2017-09-23core: fix typo: Javascript -> JavaScriptSébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-09-23core: add version 1.9.1 in ChangeLog and release notesSébastien Helleu
2017-09-23logger: call strftime before replacing buffer local variablesSébastien Helleu
2017-09-21php: fix crash in API function string_eval_path_homeSébastien Helleu
2017-09-17php: use find_library to find libphp7.soAdam Saponara
2017-09-17php: fix compiler warning for PHP >=7.1Adam Saponara
2017-09-17php: fix crash in API function string_eval_expressionSébastien Helleu
2017-09-17doc: update Japanese auto-generated filesSébastien Helleu
2017-09-17Merge pull request #1065 from l/master/translation/ja_JPSébastien Helleu
2017-09-10php: fix function plugin_get_nameSébastien Helleu
2017-09-10core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-09-09doc: update German auto-generated filesSébastien Helleu
2017-09-09core: update German translationsNils Görs
2017-09-09doc: fix PHP examples in scripting guideSébastien Helleu
2017-09-09php: fix arguments of hook_command callbackSébastien Helleu
2017-09-07php: rename print functionsSébastien Helleu
2017-09-07python: add/remove some empty lines for readabilitySébastien Helleu
2017-09-07php: check that script is registered in API functions, add macros to return v...Sébastien Helleu
2017-09-07api: check script pointer in scripting API functionsSébastien Helleu
2017-09-06php: rename API callback functionsSébastien Helleu
2017-09-06php: add missing functions current_buffer and current_windowSébastien Helleu
2017-09-06Merge pull request #1064 from adsr/patch-fix-php-cmakeSébastien Helleu
2017-09-06php: move macro API_FUNC_INIT, aggregate declaration of variablesSébastien Helleu
2017-09-05php: ensure configure script finds PHP 7Adam Saponara
2017-09-05php: ensure CMake script finds PHP 7Adam Saponara
2017-09-05core: update translationsSébastien Helleu
2017-09-04php: remove empty lineSébastien Helleu
2017-09-04php: sort functions by topic, remove unused API functions, fix compiler warningSébastien Helleu
2017-09-03tests: add PHP plugin in testsSébastien Helleu
2017-09-03core: add PHP in READMESébastien Helleu
2017-09-03php: add comments in codeSébastien Helleu
2017-09-03script: add support of PHP scriptsSébastien Helleu
2017-09-03doc: add PHP plugin in plugin API referenceSébastien Helleu
2017-09-03doc: add PHP plugin in FAQSébastien Helleu
2017-09-03doc: add PHP plugin in developer's guideSébastien Helleu
2017-09-03doc: add PHP plugin in scripting guideSébastien Helleu
2017-09-03doc: add PHP plugin in user's guideSébastien Helleu
2017-09-03php: add function "hdata_compare"Sébastien Helleu
2017-09-03php: add "PLUGIN" in headersSébastien Helleu
2017-09-03php: new php pluginAdam Saponara
2017-09-02buflist: remove recursive evaluation of extra variables (closes #1060)Sébastien Helleu