summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-07javascript: fix detection of libv8 with autotools on Ubuntu TrustySébastien Helleu
2017-10-07tests: fix scripting API tests when they are run from autotools build directorySébastien Helleu
2017-10-07tests: fix compilation of tests with autotoolsSébastien Helleu
2017-10-07tests: remove useless __init__ methodsSébastien Helleu
2017-10-07tests: fix commentsSébastien Helleu
2017-10-07tests: add scripting API tests (issue #104)Sébastien Helleu
2017-10-05doc: reformat PHP dependency in user's guideSébastien Helleu
2017-10-03php: add commentsSébastien Helleu
2017-10-03php: add messages during script loading/unloadingSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin endSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin initializationSébastien Helleu
2017-10-03php: set php_quiet to 1 when loading/reloading/unloading a script with option...Sébastien Helleu
2017-10-03lua: fix boolean return value (as integer) in API functionsSébastien Helleu
2017-10-03guile: return integer (0/1) instead of boolean in API functionsSébastien Helleu
2017-10-02guile: fix return value of static stringsSébastien Helleu
2017-10-01tests: run command "/debug libs" in tests instead of Travis CI commandSébastien Helleu
2017-09-28core: add contributor in AUTHORS.adocSébastien Helleu
2017-09-28Merge pull request #1073 from l/master/translation/ja_JPSébastien Helleu
2017-09-28doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
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
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
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 Zesty/Yakket...Sébastien Helleu
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
2017-09-27build: remove patch for Raspbian JessieSébastien Helleu
2017-09-27build: remove patch for Ubuntu WilySébastien Helleu
2017-09-27build: remove patch for Debian SqueezeSébastien Helleu
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