Activity
From 11/03/2009 to 12/02/2009
12/02/2009
- 11:58 PM Revision 6c1741ea32d310b5ce1d466eb76fc269c55dcbf5: core/js: asserts.diag should stringify its arg...
- core/js: asserts.diag should stringify its argument
- 11:44 PM Revision bf7e88fd606df1fc99263e89d8f8cd3d14391cc4: core: exception now accepts a boost::format ar...
- core: exception now accepts a boost::format arg. (#44) Got fed up enough of to finally go and fix it.
-
11:07 PM Feature #178: Improve native_function_base constructor
- Currently it doesn't have access to the underlying @object@ in the constructor, which makes things a bit messy. See for example source:src/core/modules.cpp@b9b48725#L87 which cant be in the constructor as there is no object to set properties on...
-
11:02 PM Feature #177: Create @module.resource@ API
- Kris Kowal suggested on irc the following API: ...
-
10:44 PM Feature #119: Write JS docs for XML plugin
- But now for the Arabica XML plugin!
-
10:30 PM Feature #177: Create @module.resource@ API
- Getting hold of a file relative to the current module in a generic way involves doing some nasty regexen on module.uri. So lets give a nicer way to do this: ...
-
07:52 PM Feature #176 (Closed): create<NativeFunction> should pass name and arity
- commit:da90c1bf837a336445c4a83fe2332270311eace7
-
07:51 PM Feature #131 (Closed): is_native/get_native should support native_function_base
- commit:3cae7518dd930ff9dc3c01a7abf2ff19ee61ac23
-
07:49 PM Revision 510f5b8785e49140b1242c224c2c5258269b7a05: core: create<NativeFunction> now passes name a...
- core: create<NativeFunction> now passes name and arity to the constructor of NativeFunction by default (fixes #176)
-
07:08 PM Revision ed854c4ddc550665baad583910e20c35bb7f93a7: core: add is_native/get_native for native func...
- core: add is_native/get_native for native functions (fixes #131)
-
06:50 PM Feature #176: create<NativeFunction> should pass name and arity
- create<NativeFunction>(_name = "x", _arity = 1) should construct NativeFunction(1, std::string("x")).
-
05:41 PM Revision 405cd0b5300c40c87ae0b4b4e6c72fa9580ec6b3: core: make is_native/get_native overloadable
- core: make is_native/get_native overloadable
-
05:20 PM Revision 37ad21699e8b713df20d0f60b8011d8ec07c6092: ChangeLog: #116 deserves a ChangeLog entry
- ChangeLog: #116 deserves a ChangeLog entry
-
05:19 PM Feature #116 (Closed): Modules in $HOME
- commit:84f5b2dc7872f71f350c10b6593d93cb2c8352f1
-
05:16 PM Revision 3e8ec9489b196e6bbcae9abb348e9fa129a36bb3: shell/interpreter: look for modules in $HOME/....
- shell/interpreter: look for modules in $HOME/.flusspferd/modules and $FLUSSPFERD_USER_MODULES (only for installed flusspferd, fixes #116)
-
05:11 PM Revision 87e08c37ac85e219c91d65ee290d8cb5c8b5b2cf: build/install: forgot to install util/load plugin
- build/install: forgot to install util/load plugin
-
04:10 PM Feature #34 (Closed): load / IO.load function
- commit:ed6f35a1576ca5540b4c68ff085f6625dcf629c0
-
04:08 PM Revision c2c2a891b9f2781238ec2dd192a4d2b6c412bfb0: js/util: add load module (fixes #34)
- js/util: add load module (fixes #34)
-
03:53 PM Revision 5faff47d3d48640d650e0f29dd2c5fc260ed1bd2: core: remove unnecessary include
- core: remove unnecessary include
-
03:44 PM Revision 909008b5903f1c50eb3fedfa316527dfc5bd7e82: core: remove many of the superfluous flusspfer...
- core: remove many of the superfluous flusspferd::gc calls that were inserted for debugging purposes
-
03:11 PM Feature #15: Move things out of flusspferd::context?
- Unfortunately not urgent enough. :-)
-
03:04 PM Feature #175 (Closed): object::constructor/prototype/parent should work on const objects
- commit:06362f1c2d232f52f8195a34be8d1d1ca249d524
-
03:02 PM Revision ea9953792acea9b2612e03a93a7794205d67ed20: core: object::constructor/prototype/parent now...
- core: object::constructor/prototype/parent now work on const objects (fixes #175)
-
02:58 PM Feature #175: object::constructor/prototype/parent should work on const objects
- Right now they are const-only, unnecessarily.
-
02:45 PM Feature #172 (Closed): Add support for JS_GetConstructor
- commit:8da0f6d67d1c10d45f913ebfa2113cee3c84f460
-
02:43 PM Revision 4e93d00a612514bdcbd0438739924bf3b39defa2: core: add object::constructor (fixes #172)
- core: add object::constructor (fixes #172)
-
01:25 AM Feature #174: C++ should be able to throw values/objects to JS
- Hmmm. I wonder if it is possible to make the catch/exception marshalling magic use the convert framework...
-
01:24 AM Feature #174: C++ should be able to throw values/objects to JS
- In JS you can throw strings, numbers, random objects. Pretty much any value in fact. Our C++ bindings currently convert anything that isn't explicitly an exception subclass to a string. We should probably catch @value &@ and report the pending ...
-
01:05 AM Feature #173: (re)Implement (working) XML module
- Made a start on this using arabica. Its largely complete now. Needs DOMException wrapping/exposing and marshalling when it gets thrown, and need to port the W3C DOM test suites to CommonJS format.
-
01:04 AM Feature #173: (re)Implement (working) XML module
- We moved the old libxml2 based module out of master as it wasn't working. We really need XML and HTML parsing + DOM. With Tests. and without memory leaks
-
12:00 AM Feature #172: Add support for JS_GetConstructor
- https://developer.mozilla.org/en/SpiderMonkey/JSAPI_Reference/JS_GetConstructor Should have a method on object.
12/01/2009
-
11:47 PM Revision 9d2dcbbb33a7485b4335abd046d291b272634d18: ChangeLog: add entry for #128
- ChangeLog: add entry for #128
-
11:43 PM Feature #128 (Closed): Create an object::instance_of(object theClass)
- commit:db7998e801a30e102537174acacf6e405f5506d8
-
11:40 PM Revision 7e9b26c113d8953d3b767d4a939881f6d9bd80f9: core: add instance_of (fixes #128)
- core: add instance_of (fixes #128)
-
10:29 PM Feature #161 (Feedback): Object.defineProperty should use JSPROP_SHARED for getters/setters
- Is there any drawback to this? If not, we should go for it.
-
10:27 PM Feature #164 (Assigned): Improve the GMP API
-
10:25 PM Bug #169 (Closed): getopt aliases don't work properly
- commit:cbd68f8ef5a1eff53493f78c02e20317ddac888b
-
10:18 PM Revision 2ec5506fadafd58f0598031a04d402346a0fdf4b: core/getopt: fix #169
- core/getopt: fix #169
-
10:16 PM Bug #169: getopt aliases don't work properly
- Regression test: put it in tests/js/getopt.t.js ...
-
09:32 PM Feature #171: Implement CommonJS Unit Testing proposal
- Our current @require('test')@ is very similar to the ratified http://wiki.commonjs.org/wiki/Unit_Testing/1.0 Need to make the relevant changes to it so it complies.
-
07:19 PM Revision 816b53d5d0114f8e0b42dfbe7c5992c441a022b3: Merge branch 'master' of git://github.com/rued...
- Merge branch 'master' of git://github.com/ruediger/flusspferd
11/28/2009
-
12:31 PM Revision 407e8d324615c19e035ae9778e9049f4bb7a7093: add info about modern compiler to README
- add info about modern compiler to README
11/25/2009
-
09:37 PM Feature #59: operator[] support for properties
- Probably not something that we want to implement soon.
-
09:34 PM Bug #169 (Assigned): getopt aliases don't work properly
- Definitely a bug. I think we already noticed this some time and then forgot it again. Oh well.
-
09:22 PM Bug #170: Flusspferd doesn't work with Boost 1.41
- You forgot to set the proper target version. :-)
-
09:17 PM Bug #170 (Closed): Flusspferd doesn't work with Boost 1.41
-
09:13 PM Revision b75b0cdc7f17b460ccb4202f2fe1b7d8be06ea37: Boost.Fusion API changed in 1.41. vector0 => v...
- Boost.Fusion API changed in 1.41. vector0 => vector0<>. Fix #170
-
09:12 PM Bug #170: Flusspferd doesn't work with Boost 1.41
- The Boost.Fusion API changed in Boost 1.41 (not in the changelog though). vector0 is now vector0<>.
11/24/2009
-
01:57 PM Bug #169: getopt aliases don't work properly
- I expect @getopt@ aliases to work by being transparently converted to the canonical argument name, but the current behaviour is to stay as the aliased argument name in the returned hash: ...
11/23/2009
-
05:25 PM Revision bca316ea700b1f197171ec452618837decba35c0: Added note to getopt docs example.
- Added note to getopt docs example.
11/22/2009
-
10:24 PM Feature #168: SWIG Flusspferd Backend
- "SWIG":http://www.swig.org/ is an interface generator. It generates interfaces to C and C++ libraries for other languages, like Python, Perl and so on. It would be great if we could provide a backend that generates interfaces for Flusspferd.
-
10:03 PM Feature #167 (Assigned): Easier way to proxy JS methods to member variable
- Working on it, see branch implement_167
11/21/2009
-
11:27 PM Revision 1d4367036dd8a6c86be7a1967d7c826d3b6e3766: feature #167: implement obvious bugs, and add ...
- feature #167: implement obvious bugs, and add (failing) test
-
03:30 PM Revision 6b6d07a7c3130af7b6e0202af229b7c4d7c6d75d: feature #167: allow expressions as functions (...
- feature #167: allow expressions as functions (untested so far)
-
02:04 PM Feature #167: Easier way to proxy JS methods to member variable
- In a lot of cases, I wish to just expose a method of an underlying C++ object I am wrapping. Take the following example: ...
- 01:50 AM Revision 3d546c7513dc24c89bc6d956c1751c8be3fac170: core/js: add an asserts.throwsOk
- core/js: add an asserts.throwsOk
11/18/2009
- 07:41 PM Revision a20c8e6c44ca2474fc650b11d51c20c4ff25a106: Merge branch 'pdoc'
- Merge branch 'pdoc'
11/17/2009
- 11:52 PM Revision 217e7efa0c3f555701ac36cfe899285b701da04b: Message for when vendor/pdoc-template is missing
- Message for when vendor/pdoc-template is missing
- 11:29 PM Revision 3ec54f204bc61adb8086e71fea31fc9e6269eadf: Better error message for when gems isn't insta...
- Better error message for when gems isn't installed
- 07:24 PM Revision 57ca9e18d58fb5db5a345b99a73af0035daec977: Remove jsdocs - not used/needed anymore
- Remove jsdocs - not used/needed anymore
- 07:23 PM Revision 3770cf9d79db11c8601ac8a7bb9f499ec0ad9867: util/docs.sh now build pdocs, not old jsdocs
- util/docs.sh now build pdocs, not old jsdocs
-
12:20 AM Feature #166: Add built in classes to the class/prototype cache
- This will allow easier access to built in classes in modules without having to go grubbing about in the (possibly) polluted scope. This will be even more useful once "Spidermonkey bug 480850 - JSAPI should support creating objects given a cons...
11/16/2009
-
11:55 PM Bug #132 (Closed): Will only build when using release mode, conflicting DEBUG symbol
- Just fixed this by moving calls to INT_TO_JSVAL out of the header. It wasn't actually an ABI issue (JS_Assert is there in release builds.) It was a problem to do with default symbol resolution on OSX.
-
11:50 PM Feature #143: Debugging mode
- This seems unlikely to happen for 0.9
-
11:50 PM Feature #156: Convenience in flusspferd.hpp
- Rüdiger Sonderfeld wrote: > I don't like 2. Since it would add part of the API exclusively to flusspferd.hpp. You than just couldn't replace #include <flusspferd.hpp> by a finer selection of headers you'd also have to add the aliases yourself. ...
-
11:03 PM Bug #135: string::to_string behaves oddly with input length of 1 on MinGW
- Removing target version on rejected bug.
-
11:02 PM Bug #129: Flusspferd doesn't build with spidermonkey 1.8.0-rc1
- Removing target version - its been rejected so not related to a release.
- 10:34 PM Revision 15c22379bef296b5dc0c5e9311ce824860c0696b: core/sm: move call to INT_TO_JSVAL out of head...
- core/sm: move call to INT_TO_JSVAL out of header file INT_TO_JSVAL is actually a function which calls back JS_Assert under a debug build. This caused link issues on OSX (and probably with MSVC too)
-
09:45 PM Feature #165: Reconsider root<T> API
- If we can, we should do this API-breaking thing in 0.9.
- 09:25 PM Revision e369a8395a1833932295c37b95a786f14473a113: more fixes / cleanups in the name of compiling...
- more fixes / cleanups in the name of compiling on OS X It seems that Apple's gcc doesn't like the fn(root(...)) pattern. Issue raised to work around this: #165
-
09:15 PM Feature #165: Reconsider root<T> API
- Idea 2 would not work because each copy has a different gcptr. But generally I like this, because it would make a lot of things easier.
-
09:09 PM Feature #165: Reconsider root<T> API
- So the changes that Aristid landed as part of #147 seemed to cause compilation problems on OSX - related to a probably bug in Apple's build of GCC. Ignoring the fact that there is a bug in that gcc, the problem was that roots are not currently cop...
-
06:45 PM Revision 6efe188073bd16638a55c7292f1ca47002583fe4: core: fixes / cleanups in the name of compilin...
- core: fixes / cleanups in the name of compiling on OS X
-
06:34 PM Revision 617d1be0b29c6474930f1ea3d880a63693b26078: core: conservatively root getter/setter functions
- core: conservatively root getter/setter functions
11/15/2009
-
02:23 PM Revision 14750942748cdb4f57f967ece3dc2b6668fb7d77: ChangeLog: clean up
- ChangeLog: clean up
-
02:22 PM Revision 88ec5e729bc8d281b1f3b74985b99126217f30f4: core: remove deprecated exception::empty
- core: remove deprecated exception::empty
- 12:03 AM Revision a96674be13e4dd8c567d0e8d055caefda24142a8: Fix up broken pdoc references
- Fix up broken pdoc references
11/14/2009
- 11:35 PM Revision c194b79826c0e83afff8c5a6c78ac7c5b392b49f: Add the pdoc templates as a submodule
- Add the pdoc templates as a submodule
- 11:22 PM Revision 2cca3d51902be85bd5a32013d2cf7f6e02f2897d: Update vendor/pdoc to fix issue with borken links
- Update vendor/pdoc to fix issue with borken links
-
09:49 PM Revision 3e9acf5c436242af399f1564596aad5e17fb1dc8: ChangeLog: set_properties/define_properties
- ChangeLog: set_properties/define_properties
-
09:06 PM Revision 7180f76dbb9e805475e30bae4d1d41e4fb77c9f7: test: improve object::define_properties test
- test: improve object::define_properties test
-
09:03 PM Feature #151 (Closed): object::set_properties / object::define_properties
- commit:273a43ff2ef623606a2323835c5bbbf3814f58de Complete with docs and tests. * "define_properties":http://flusspferd.org/docs/classflusspferd_1_1object.html#405119caada76b2f999ebc1a71454dd5 * "set_properties":http://flusspferd.org/docs/cla...
-
08:59 PM Revision 8855a1572ed8e501330942211a73c57fe383343c: object::set_properties / object::define_proper...
- object::set_properties / object::define_properties (fixes #151)
- 06:37 PM Revision d1884f0bfc9cf01c9e92767cfe92b55a905f8a01: Convert GMP docs to pdoc format and expand the...
- Convert GMP docs to pdoc format and expand the copy.
-
06:20 PM Feature #153 (Closed): Exports objects should get toString and toSource
- commit:96a358d7fdd0d180e7da390ae1744d70ba44a66d
-
06:17 PM Revision e1d9803fc3f80542bd742d1dacfc45b91e463ea3: core/module: implement toString/toSource for e...
- core/module: implement toString/toSource for exports object (fixes #153)
-
05:27 PM Feature #21 (Assigned): Provide a visitor mechanism for flusspferd::value
- Pending the conversion overhaul, I'd like to see roughly the following API: ...
-
04:30 PM Feature #164: Improve the GMP API
- So the GMP plugin is functionally complete, but the API could be improved: * Deprecate the functions with '_' in the name (these are to mirror the C api) – for now this means just don't document them * Remove @asserts@ in API functions: @Integ...
-
03:55 PM Revision f684d89b9cfa245858a1b02ea5e23ed4814ef984: doc: remove obsolete module
- doc: remove obsolete module
-
03:53 PM Revision c18d4ca8016b2e04cb8278cc9936b26b03de2337: doc: fix documentation typo
- doc: fix documentation typo
-
03:51 PM Feature #147 (Closed): flusspferd::create<>()
- Implemented, documented and tested. Yay! commit:0395659a5d5e694a5b6269b4aa74b3d6f9c070bc
-
03:49 PM Revision 0ff0b1c4d02ba9d59c417e24401a1b0bca6cd9d5: Merge branch 'new_create' (fixes #147) Confli...
- Merge branch 'new_create' (fixes #147) Conflicts: test/test_object.cpp
-
03:39 PM Revision 9b7ef89330c790dc6ab8d74be1340070ffd7dca0: new_create/doc: two more examples
- new_create/doc: two more examples
-
03:34 PM Revision 17c97e2873898e268a562339b035c6375965d486: new_create/doc: specify result type
- new_create/doc: specify result type
-
03:30 PM Revision e416d03c50fb7889927509449e969ccd35f65a82: new_create/doc: native_function
- new_create/doc: native_function
-
03:28 PM Revision 95e3f5db4c20c821fa669fe84f50dd8e32b3ed62: new_create/doc: native_object
- new_create/doc: native_object
-
03:18 PM Revision dbb44694730f88b1751408f9f21466a1cb7e09ea: new_create/doc: stub docs directly on the name...
- new_create/doc: stub docs directly on the named parameters
-
03:10 PM Revision 11d4f50dad09a82ba4698965edd8cfbf06aa1012: new_create/doc: function
- new_create/doc: function
-
02:41 PM Revision 3d2831078e29c861ef81574162f991d8348d6f87: new_create/doc: array
- new_create/doc: array
-
02:23 PM Revision c5b907d9492ef9cdae6314e791d3d4514cfb91c0: new_create/doc: header files and parameters fo...
- new_create/doc: header files and parameters for create<object>
-
01:54 PM Revision 662367f83cafa6ac2f62e92b604bd3ed0ccfccf9: new_create: more documentation and a fresh ide...
- new_create: more documentation and a fresh idea for how to document it
- 02:10 AM Revision 9f74fd5a397d1c6a0279dc8a31050f7cb501b942: Tidy up the pdoc runner script PDoc is now st...
- Tidy up the pdoc runner script PDoc is now stored as a git module, and the code to give nice behaviour when its not there was shamelessly stolen from Prototype itself. Still to do: get the templates somewhere too.
- 02:08 AM Revision 4844321ab2dd32679eeb01427549cd5e9d5a8e73: PDocs for JSON object
- PDocs for JSON object
- 02:08 AM Revision 3c5215a8970ff5e3e1d541a655691c5b5402763a: Get all .js files (in main source) parsable vi...
- Get all .js files (in main source) parsable via PDoc
-
01:31 AM Revision e99fe06a504d0f0ef0651053c9f992369c570bc8: new_create: adapt rest of c++ tutorials
- new_create: adapt rest of c++ tutorials
-
01:29 AM Revision 45ae13701c090e96893712e80f3693070cbd7496: new_create: fix tutorial examples
- new_create: fix tutorial examples
11/13/2009
- 11:46 PM Revision 3e14527a032b72a50c1b8da8fa78cd0e497de2ff: Removed deletion of global XML object and disa...
- Removed deletion of global XML object and disabling of E4X Signed-off-by: Ash Berlin <ash_github@firemirror.com>
-
11:30 PM Revision 9f239b3da0eb85c2b152ee32f4c8c8048a981c02: new_create: document common parameters
- new_create: document common parameters
-
10:43 PM Revision 4978db574998c3b43b4c824e2f470b7cae0d08c3: new_create/doc: a bit of text and some examples
- new_create/doc: a bit of text and some examples
-
10:25 PM Revision 3fbcbe4288e4e560acff0c02d31165d7e06325a4: new_create: add stub documentation
- new_create: add stub documentation
-
10:11 PM Feature #10 (Rejected): Rename some overloads of create_native_function to bind_native_function (...
- Superseded by #147
-
09:57 PM Bug #160 (Closed): binary.ByteArray missing extendLeft/extendRight
- commit:91980b97e1cfd475c6f377c3addc7b1243446d52 commit:3a42f2e9c8598903e5b2844665995973751bf5a2
-
09:55 PM Revision bfa367152ab2b521b29809b8f5780a1dec93ccba: ChangeLog: add changelog entry for extendLeft/...
- ChangeLog: add changelog entry for extendLeft/Right (#160)
-
09:52 PM Revision 353ea0ecb278728215b0d7c7e6e956f1a93811e1: core/binary: add extendLeft/Right (fixes #160)
- core/binary: add extendLeft/Right (fixes #160)
-
09:44 PM Feature #147: flusspferd::create<>()
- Need docs, but otherwise pretty good looking.
-
09:40 PM Revision bf52d57b3ee69d92597da369270927eb594b09bd: new_create: get rid of legacy function creatio...
- new_create: get rid of legacy function creation stuff
-
09:26 PM Revision 48f1439f7b509127ec21dafcc0c0ab780d6a806c: new_create: fix test
- new_create: fix test
-
09:25 PM Revision 7b5b12e45c9c4d477c1919fbdfcf6d0b17e302bf: new_create: fix invocation of create<method>
- new_create: fix invocation of create<method>
-
09:04 PM Revision 4f8683f6706052899c7b0b19f90796a9a667a2f2: new_create: fix first crash
- new_create: fix first crash
-
08:50 PM Revision 2125bc8c9e0d60b166d0fd62f4c96f4e780a5217: new_create: remove create_native_{function,met...
- new_create: remove create_native_{function,method} (now with CRASHING)
-
07:53 PM Revision 20349a0a3a92d696d224bd4b8fb85866a7bbefce: new_create: function: support other member fun...
- new_create: function: support other member functions
-
07:45 PM Revision 57f7f96a8ca69a9b6f1daa48173daab0dee05315: new_create: method: support void (T::*)(call_c...
- new_create: method: support void (T::*)(call_context&)
-
07:24 PM Revision 2488d2d605c36c774f4c5dce63b84e3f4d90b8b9: new_create: support arbitrary function prototy...
- new_create: support arbitrary function prototypes (except member functions)
-
07:04 PM Revision e688b329f0c4321e365eb6bf85a39beadba1a3ee: new_create: function signature deduction
- new_create: function signature deduction
-
06:39 PM Revision 367bd0143e0a6421aec1779cec11be000a6433c0: new_create: add new test for function creation
- new_create: add new test for function creation
11/12/2009
-
11:32 PM Bug #163: Find problem with local_root_scope
- Sometimes, local_root_scope does not seem to work correctly in combination with GC Zeal. Find the problem and isolate the test case. If possible, fix it or report to Spidermonkey folks. (10% because we have implicitly observed the problem al...
-
11:29 PM Bug #162 (Closed): Flusspferd crashes when GC Zeal is active
-
11:29 PM Revision 6508077fa61d71e10d1caa78d4a18f83295f8e31: test: tiny fix in test
- test: tiny fix in test
-
10:36 PM Revision 227b79e2f320ba98fc222738364293dfaf30231a: new_create: so that's the local_root_scope+GC ...
- new_create: so that's the local_root_scope+GC Zeal bug...?
-
09:59 PM Revision 90a0031c025885600b538490decde35653782729: Merge branch 'master' into new_create Conflic...
- Merge branch 'master' into new_create Conflicts: include/flusspferd/class_description.hpp include/flusspferd/create.hpp src/core/binary.cpp src/core/getopt.cpp src/core/load_core.cpp src/core/modules.cpp src/core/security.cpp
-
08:51 PM Bug #162 (In Testing): Flusspferd crashes when GC Zeal is active
- commit:21c9aa3cd86abb22b3c3c7a1752aff4397748c71 Please see if there are still problems somewhere. Also, we should find out if there are problems with local_root_scope.
-
08:41 PM Revision ab8cf06218cff7e8941ad5b59d8d4693fab37bfd: fix_162: all tests successful
- fix_162: all tests successful
-
08:29 PM Revision 6bb99a4e838d5b8ff507528dd9965c4530ef04d1: fix_162: enough to start the interactive shell
- fix_162: enough to start the interactive shell
-
06:57 PM Revision c8e74a6f5618154ecd186060dc9cf03bfbcd34c2: fix_162: fix property_iterator constructor
- fix_162: fix property_iterator constructor
-
05:48 PM Revision ba12fb51d9bcdfff31fe8a4ee9aeb40610cedf2c: fix_162: rooting fix in create_native_function...
- fix_162: rooting fix in create_native_function (very subtle!)
-
05:30 PM Revision e2a345e9644ae0a21cf10472c456303a9de6920e: fix_162: next step: load_properties_functions
- fix_162: next step: load_properties_functions
-
05:24 PM Revision d94595651c28a112125e4d980924f771cce746a1: fix_162: more careful rooting in modules.cpp
- fix_162: more careful rooting in modules.cpp
-
05:24 PM Revision 3414bec5cc1041ffe357e5bb54bf877cfeb655d6: fix_162: next step: load_core
- fix_162: next step: load_core
-
05:12 PM Revision 79eb5c723e2fd866cec9edd14fc4b7b2c1e5dff7: Merge branch 'fixes_from_propattrs3' into fix_162
- Merge branch 'fixes_from_propattrs3' into fix_162
-
05:07 PM Revision 3cb4800834556beef5796f2196d7cb23da6249ad: fix_162: this tiny change fixes the crash in t...
- fix_162: this tiny change fixes the crash in test_value. WTF
-
05:03 PM Revision b9bf4fd1524a3d63e3bd679a6c5f572f6393878d: core: harden object::*
- core: harden object::*
-
03:05 PM Revision bbdb0a62223dbaa058331f8d0121138d37773245: fix_162: a few changes to help debugging of bu...
- fix_162: a few changes to help debugging of bug #162
-
03:04 PM Bug #162: Flusspferd crashes when GC Zeal is active
- Since GC Zeal was enabled in commit:8e86bb74573c8608e456caacb056373d9690fe70, Flusspferd crashes.
- 12:56 PM Revision dbb6ca1cf16f9d9563b7c20c9531a65623b12983: Add note about how require is available
- Add note about how require is available
11/11/2009
-
11:25 PM Feature #161: Object.defineProperty should use JSPROP_SHARED for getters/setters
- Speaking with jorendorff in #jsapi, it turns out that when you create a property with a getter/setter you should use the JSPROP_SHARED flag to avoid spidermonkey needlessly creating an extra slot. Its not much memory, but it makes sense to do and ...
11/10/2009
- 03:43 AM Revision 6e4314dafbbde54d50067134af46f6245aa37233: Convert require docs to pdoc format
- Convert require docs to pdoc format
- 03:31 AM Revision 8feec8b02da7c53758a27cc7f149cb033e916791: Docs for the system module
- Docs for the system module
- 03:31 AM Revision dffe228ce353e33576b225222ad98331c7193e30: JS docs for getopt
- JS docs for getopt
11/09/2009
- 04:44 PM Revision 715136176c34a06f92651628e767cd928d5f1efe: Docs for flusspferd module
- Docs for flusspferd module
11/08/2009
- 10:54 PM Revision 8985e813639bc279a58b20b8f2470866fac31bf0: Add JS api docs for encodings module
- Add JS api docs for encodings module
- 01:43 AM Revision 52b494075af2bc0d46fc794f1700604c4f83d163: Binary JS api docs
- Binary JS api docs
- 01:43 AM Revision caf9a8dcd5d74df50225420f9e689a100d6230a8: Convert SQLite3 docs to pdoc format
- Convert SQLite3 docs to pdoc format
- 01:43 AM Revision 960a5e28b90f0bb5b37326dec3f170b551f5b321: Update JS API docs for fs-base module.
- Update JS API docs for fs-base module.
-
01:03 AM Bug #160: binary.ByteArray missing extendLeft/extendRight
- We have them as @prepend@ and @append@ which are better names to my mind, but we should support the standard. We need to add the methods as aliases in the class definition and in the new pdocs.
11/07/2009
-
09:20 PM Bug #159: Flusspferd crashes when calling js function returned from require() within a c++ callback
- Aristid Breitkreuz wrote: > Hello Aaron, > > What does "it crashes" mean? > > Please provide the output of the program. > > > Aristid ...
-
09:10 PM Bug #159 (Feedback): Flusspferd crashes when calling js function returned from require() within a...
- Hello Aaron, What does "it crashes" mean? Please provide the output of the program. Aristid
-
02:49 PM Bug #159: Flusspferd crashes when calling js function returned from require() within a c++ callback
- How to reproduce: http://gist.github.com/228710 Originated from here: http://groups.google.com/group/flusspferd/browse_thread/thread/ff07c6da747b3d3c
11/06/2009
-
08:29 PM Revision 0d3fc9b700dafbd1462119f5b45069fa58102b67: docs: Ubuntu 9.04 -> 9.10
- docs: Ubuntu 9.04 -> 9.10
11/05/2009
-
08:54 PM Revision cac54a9d2d61eb69da5af7bf6631188b213fb693: doc: mention that ebuilds are not in gentoo repo
- doc: mention that ebuilds are not in gentoo repo
Also available in: Atom