summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable strict mode by defaultwip/strictJasper St. Pierre2013-09-303-70/+32
* Remove support for E4XJasper St. Pierre2013-09-303-95/+81
* Fix ParamSpec constructorsJasper St. Pierre2013-09-281-1/+1
* Fix ParamSpec constructors for enum/flagsGiovanni Campagna2013-09-282-27/+7
* Fix ParamSpec constructors for boxed/object/param propertiesGiovanni Campagna2013-09-282-3/+15
* console: improve --help handlingGiovanni Campagna2013-09-261-0/+22
* util: improve logging of unrecognized GErrorsGiovanni Campagna2013-09-252-5/+80
* Release 1.38.1GJS_1_38_1Colin Walters2013-09-241-1/+1
* build: Also dist another input fileColin Walters2013-09-241-1/+3
* Release 1.38.0GJS_1_38_0Colin Walters2013-09-241-3/+3
* build: dist-xz is the new blackColin Walters2013-09-241-1/+1
* build: Dist testSystemExit.jsColin Walters2013-09-181-1/+1
* Update .gitignoreJasper St. Pierre2013-08-261-0/+1
* console: don't have a NULL program nameJasper St. Pierre2013-08-261-2/+2
* Release 1.37.6Colin Walters2013-08-201-1/+1
* tests: Add new installed-tests/scripts test mechanismColin Walters2013-08-063-0/+15
* modules/system: Fix system.exitColin Walters2013-08-061-2/+2
* tests: Rename installed-tests/test to installed-tests/extraColin Walters2013-08-062-0/+0
* Fix gjs_value_to_g_value_internal() for uninitialized enum typesFlorian Müllner2013-07-261-1/+3
* configure: Remove HAVE_JS_CLASS_TRACE gunkJasper St. Pierre2013-07-191-24/+0
* Initialize SpiderMonkey Parser APISebastien Lafargue2013-07-173-0/+19
* Remove obsolete calls to JS_EnterLocalRootScope() and JS_LeaveLocalRootScope()Sebastien Lafargue2013-07-174-41/+0
* context: Turn on type inferenceJasper St. Pierre2013-07-151-1/+1
* stack: Add BeginRequest / EndRequestJasper St. Pierre2013-07-151-5/+12
* Release 1.37.4GJS_1_37_4Colin Walters2013-07-101-2/+2
* context: Set the stack quota againJasper St. Pierre2013-07-031-0/+1
* util: Seal up a missing EndRequestJasper St. Pierre2013-06-251-0/+2
* context: Make sure to quit early when logError() is given incorrect argsJasper St. Pierre2013-06-251-2/+3
* function: Fix a memory leak and simplify codeJasper St. Pierre2013-06-251-6/+3
* keep-alive: Fix an unpaired BeginRequest / EndRequestJasper St. Pierre2013-06-251-2/+4
* util: Use JS reserved slots for our global slotsJasper St. Pierre2013-06-251-39/+5
* context: Add missing BeginRequest / EndRequestJasper St. Pierre2013-06-251-2/+5
* context: Actually turn the JIT onJasper St. Pierre2013-06-241-3/+1
* gi: fix free of dangling pointerRay Strode2013-06-121-2/+1
* Install GObject properties during class_initColin Walters2013-06-077-71/+201
* jsunit.test.in: Add Type=sessionColin Walters2013-05-291-0/+1
* Release 1.37.1GJS_1_37_1Colin Walters2013-05-291-1/+1
* build: Bump version to 1.37.0Bastien Nocera2013-05-291-1/+1
* importer: Only allow importing native modules on the root importerJasper St. Pierre2013-05-231-6/+11
* Remove some leftover cruft from external native modulesJasper St. Pierre2013-05-234-9/+0
* Fix regression retriving GTypes from instancesGiovanni Campagna2013-05-231-5/+21
* build: Add installed-tests files to 'make dist'Rico Tzschichholz2013-05-233-4/+14
* tests: Use $(pkglibexecdir)/installed-tests/gjs for installed test stuffColin Walters2013-05-223-15/+17
* Remove unneeded arguments for gio-cat.jsHeiher2013-05-221-1/+1
* Squash compiler warningsGiovanni Campagna2013-05-227-46/+52
* cairo: Add foreign mapping for Cairo.SurfaceColin Walters2013-05-213-0/+61
* Restore full make checkGiovanni Campagna2013-05-203-17/+17
* Enable all test casesGiovanni Campagna2013-05-192-29/+28
* object: stop using GObject properties to set up context and instance for deri...Giovanni Campagna2013-05-191-69/+44
* GjsContext: add the concept of "current context"Giovanni Campagna2013-05-192-0/+25