Tue, 30 Jun 2009 22:47:31 -0700 |
Atul Varma |
JS wrapped Python functions can now return booleans.
|
Tue, 30 Jun 2009 22:42:48 -0700 |
Atul Varma |
Changed PYM_pyObjectToJsval() to simply return an int status/error code; this way callers don't have to worry about decreasing the reference count of a Py_NONE.
|
Tue, 30 Jun 2009 22:37:00 -0700 |
Atul Varma |
JS wrapped Python functions can now return floats.
|
Tue, 30 Jun 2009 22:28:04 -0700 |
Atul Varma |
gcc now shows all warnings (-Wall).
|
Tue, 30 Jun 2009 21:53:45 -0700 |
Atul Varma |
Changed PYM_pyObjectToJsval() to assume the caller is in Python-space for consistency.
|
Tue, 30 Jun 2009 21:23:04 -0700 |
Atul Varma |
Added a new PYM_pyObjectToJsval() function that only supports unicode for the moment. Also, whereever we're assuming that Py_UNICODE is UCS-2, we're surrounding such code with #ifndef Py_UNICODE_WIDE.
|
Mon, 29 Jun 2009 13:33:07 -0700 |
Atul Varma |
Based on my new understanding of JSString */jschar * thanks to folks on #jsapi, I've removed the requirement that SpiderMonkey be in UTF-8 mode to translate strings between Python and SpiderMonkey.
|
Sun, 28 Jun 2009 20:40:18 -0700 |
Atul Varma |
Changed object constructor to take a context instead of a runtime.
|
Sun, 28 Jun 2009 20:19:39 -0700 |
Atul Varma |
PYM_jsvalToPyObject() can now deal with JSObjects.
|
Sun, 28 Jun 2009 17:28:57 -0700 |
Atul Varma |
factored out Runtime, Context, and utils into separate files.
|