summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-28build: update examples in script build-debian.shSébastien Helleu
2017-09-28aspell: display "?" if lang is NULL in /aspell listdictSébastien Helleu
The lang should never be NULL anyway (this fixes a compiler warning).
2017-09-28build: update Debian patches with libxml2-dev dependencySébastien Helleu
2017-09-28debian: add dependency on libxml2-dev for PHP pluginSébastien Helleu
2017-09-28doc: add dependency libxml2-dev for PHP plugin (user's guide)Sébastien Helleu
2017-09-28php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSIONSébastien Helleu
2017-09-28php: add comments with PHP versionSébastien Helleu
2017-09-28php: fix condition on PHP version to support future PHP versions (>= 8.0)Sébastien Helleu
2017-09-28Merge pull request #1069 from adsr/masterSébastien Helleu
php: use find_library to find libphp7.so
2017-09-27build: update patch for Ubuntu Trusty to not build PHP pluginSébastien Helleu
2017-09-27build: update patch for Debian Wheezy to not build PHP pluginSébastien Helleu
2017-09-27build: update patch for Debian Jessie to not build PHP pluginSébastien Helleu
2017-09-27build: add patch for Debian Stretch, Raspbian Stretch and Ubuntu ↵Sébastien Helleu
Zesty/Yakkety/Xenial to use PHP 7.0 instead of 7.1
2017-09-27debian: add PHP in debian packagingSébastien Helleu
2017-09-27doc: replace php 7.0 by php 7.1 in dependencies (user's guide)Sébastien Helleu
Compilation with PHP 7.0 is still OK, the version in dependencies is the latest available in Debian Sid (unstable).
2017-09-27build: remove patch for Raspbian JessieSébastien Helleu
Automatic builds for Raspbian Jessie were stopped three months ago, on June 2017.
2017-09-27build: remove patch for Ubuntu WilySébastien Helleu
Automatic builds for Ubuntu Wily were stopped five months ago, on April 2017.
2017-09-27build: remove patch for Debian SqueezeSébastien Helleu
Automatic builds for Debian Squeeze were stopped one year ago, on October 2016.
2017-09-25core: initialize variables attrs and pair before calling wattr_getSébastien Helleu
This fixes a compiler warning, in some cases wattr_get may not initialize the variables.
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
core: update Japanese translations
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
Rename: - printf to print - printf_date_tags to print_date_tags - printf_y to print_y - log_printf to log_print
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 ↵Sébastien Helleu
values
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
php: ensure CMake script finds PHP 7
2017-09-06php: move macro API_FUNC_INIT, aggregate declaration of variablesSébastien Helleu