summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Javascript to announcementsv3.0.1rel-3.0.1William S Fulton2014-05-271-5/+5
* Add 3.0.1 release dateWilliam S Fulton2014-05-274-4/+4
* Javascript html links and typo fixesWilliam S Fulton2014-05-274-7/+10
* Python 3 byte string output: use errors="surrogateescape" change noteWilliam S Fulton2014-05-271-0/+9
* Warning fixes compiling with Visual StudioWilliam S Fulton2014-05-271-13/+13
* Javascript: added a link to the v8 web-site to the documentation.Oliver Buchtala2014-05-271-1/+1
* Javascript: updated documentation about known issues.Oliver Buchtala2014-05-271-3/+3
* JavascriptCore: updated documentation about how to register an initialized mo...Oliver Buchtala2014-05-271-3/+21
* JavascriptCore: added documentation about how to extract details from JSC err...Oliver Buchtala2014-05-271-0/+83
* JavaScriptCore: Improved code that uses JSObjectMakeError instead of JSValueT...Eric Wing2014-05-261-23/+17
* JavaScriptCore: Reverted 2 of the JSValueMakeUndefined replacements because t...Eric Wing2014-05-261-2/+2
* JavaScriptCore: Returning NULL for wrapper functions that expect JSValueRef m...Eric Wing2014-05-261-5/+5
* JavaScriptCore: Fixed exception object so sourceURL (file name), line (number...Eric Wing2014-05-261-2/+23
* Javascript: added a section about known issues.Oliver Buchtala2014-05-261-21/+11
* Merge branch 'hfalcic-master' - Python unicode surrogate escape stringsWilliam S Fulton2014-05-253-11/+21
|\
| * unicode_strings test: manually check values instead of using assertHarvey Falcic2014-05-241-2/+4
| * unicode_strings_runme.py: fix version checkHarvey Falcic2014-05-241-1/+1
| * unicode_strings test: check return valuesHarvey Falcic2014-05-241-2/+7
| * Python unicode_strings test case: restrict to Python > 3.0Harvey Falcic2014-05-242-6/+9
| * Python 3 'surrogateescape' docs: fix div class for Python codeHarvey Falcic2014-05-241-5/+5
* | More diagnostics for csharp_exceptions testcase for diagnosing erratic failuresWilliam S Fulton2014-05-251-2/+4
* | R examples building out-of-sourceWilliam S Fulton2014-05-251-3/+3
* | Add 3.0.1 release notes summaryWilliam S Fulton2014-05-251-0/+8
* | Record files left over after maintainer-clean in Travis buildKarl Wette2014-05-241-1/+1
* | Remove example Makefiles when running distclean-examples in out-of-src buildKarl Wette2014-05-241-0/+5
|/
* Merge pull request #165 from hfalcic/masterWilliam S Fulton2014-05-245-0/+111
|\
| * Add Python 3 'surrogateescape' documentationHarvey Falcic2014-05-231-0/+87
| * Add "unicode_strings" test case for new Python 3 behaviorHarvey Falcic2014-05-233-0/+20
| * Python 3 byte string output: use errors="surrogateescape"Harvey Falcic2014-05-231-0/+4
* | Merge branch 'stricter-examples-compilation'William S Fulton2014-05-2458-193/+245
|\ \
| * | Travis testing - examples use stricter CFLAGS and CXXFLAGSWilliam S Fulton2014-05-241-1/+30
| * | Warning fixes in test-suiteWilliam S Fulton2014-05-243-9/+9
| * | Refactor Lua class base search to make ISO c/c++ compliantWilliam S Fulton2014-05-241-42/+43
| * | Javascript warnings for c++98 - remove vlaWilliam S Fulton2014-05-241-1/+1
| * | Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-249-60/+80
| * | Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton2014-05-2443-73/+75
| * | Correct CFLAGS CXXFLAGS for Javascript and guile examplesWilliam S Fulton2014-05-241-7/+7
|/ /
* | Fix comment typoOlly Betts2014-05-241-2/+2
* | Work towards C90 compatibility for LuaOlly Betts2014-05-241-21/+28
|/
* Add missing entries into changes files.William S Fulton2014-05-211-0/+12
* Create separate extetnd.c file for handling extensions / %extendWilliam S Fulton2014-05-218-157/+204
* Merge branch 'wkalinin-csymbols-1'William S Fulton2014-05-205-11/+39
|\
| * obscure case workaround in std::set wrapper, where ignored type still need to...Vladimir Kalinin2014-05-191-3/+3
| * global unnamed structures ignoredVladimir Kalinin2014-05-153-1/+13
| * test added for nested unnamed C struct %extendVladimir Kalinin2014-05-142-2/+15
| * %extend for nested unnamed C structsVladimir Kalinin2014-05-143-9/+12
* | JavascriptCore: Bugfix for null-pointer support.Oliver Buchtala2014-05-191-1/+5
* | Javascript: support null pointers.Oliver Buchtala2014-05-193-7/+32
* | JavaScriptCore: ConvertPtr should allow JavaScript null to be a valid value.Eric Wing2014-05-191-0/+7
* | Javascript: Use RUNTOOL for running tests.Oliver Buchtala2014-05-191-1/+1