Timeline
08/26/09:
- 23:25 Ticket #317 (Readline.readline is private/NME) created by
- While checking out Lyndon http://github.com/defunkt/lyndon/tree/master, I …
- 19:17 Changeset [2396] by
- testing thread cancelability is all loops wasn't a bright idea
- 18:51 Changeset [2395] by
- do not assume that the input is always a ByteString (since the IO could be …
- 18:51 Changeset [2394] by
- optimized rb_num_coerce_bin() calls + optimized complex.c to use the new …
- 14:59 Ticket #311 (ERB experiencing string buffer corruption of some sort) closed by
- fixed: Looks like the problem has been fixed in trunk. […]
- 14:56 Ticket #287 (Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... ...) closed by
- fixed: Should be fixed in trunk. […]
- 14:51 Ticket #239 (NSXML classes cannot be modified properly) closed by
- fixed: Seems to be fixed in trunk. […]
- 14:48 Ticket #196 (GVL is held when invoking blocking run-loop related calls) closed by
- fixed: This problem should not appear with trunk. Let us know if it causes …
- 14:43 Changeset [2393] by
- return nil as the internal encoding (as a temporary measure)
- 14:07 Ticket #134 (require 'rexml/document' fails) closed by
- fixed: I confirm that it's working with trunk. Not sure if the rest of REXML is …
- 14:04 Ticket #150 (invalid strings with IO.pipe and readline) closed by
- fixed: Seems to be fixed in trunk. […]
- 13:48 Ticket #186 (Difference between NSObject and Object?) closed by
- fixed: Should be fixed in trunk. […]
- 13:45 Ticket #115 (macruby doesn't work with multibyte characters and -e) closed by
- fixed: Should be fixed in trunk. […]
- 13:41 Ticket #227 (Using a block's binding causes segfault) closed by
- fixed: Should be fixed in trunk. […]
- 13:40 Ticket #98 (ZLib library is SEGV'ing) closed by
- fixed: Fixed in trunk.
- 13:38 Ticket #234 (Backticks segfaults occasionally) closed by
- fixed: This should be fixed in trunk.
- 13:36 Ticket #249 (Attempting to modify instances of NSString or NSArray causes crash) closed by
- fixed: Definitely fixed in trunk. […]
- 13:31 Ticket #185 (Redefining singleton methods on multiple objects at the same place) closed by
- fixed: It seems that trunk doesn't raise any warning anymore. […] I ran the …
- 13:28 Ticket #298 (macirb loses track of local variables) closed by
- fixed: This should be fixed in trunk since a few weeks. There are still a couple …
- 13:27 Ticket #255 (NSArray.new(["elem"]) segfaults) closed by
- fixed: Doesn't seem to crash anymore with trunk. […] The exception is …
- 13:26 Ticket #293 (Object.methods in macirb returns crazy results) reopened by
- Laurent says it's a problem with Array#inspect and he knows what the …
- 13:25 Ticket #293 (Object.methods in macirb returns crazy results) closed by
- fixed: […]
- 13:16 Changeset [2392] by
- clear the load path to make sure we will not require any C extension …
- 13:15 Changeset [2391] by
- adding the etc specs to the library suite, they all pass but one (because …
- 13:14 Changeset [2390] by
- ported the etc extension to the new runtime and added it to the build
- 12:35 Ticket #313 ("sudo rake install" fails with ArgumentError) closed by
- fixed: This should be fixed now.
- 12:34 Ticket #291 (Time.parse doesn't work in experimental) closed by
- fixed: fixed
- 12:33 Ticket #289 (macgem error "uninitialized constant Gem::Marshal (NameError)") closed by
- invalid: marshal has been partially implemented, however some other std libs are …
- 04:44 Changeset [2389] by
- added support for "else" in begin rescue blocks
08/25/09:
- 21:47 Changeset [2388] by
- optimized some parts of Numeric to use the new VM primitives
- 20:12 Changeset [2387] by
- hacked a few things for performance purpose
- 20:11 Changeset [2386] by
- optimized #kind_of? to only lookup included modules if necessary
- 20:10 Changeset [2385] by
- optimized the various methods by using the new VM primitives
- 20:10 Changeset [2384] by
- rb_ary_new3(): a little optimization
- 18:36 Changeset [2383] by
- mention rb_objc_define_module_function()
- 18:35 Changeset [2382] by
- introduce rb_objc_define_module_function() which mimics the ruby spec
- 18:34 Changeset [2381] by
- remove unnecessary tags
- 16:44 Changeset [2380] by
- removed unnecessary tags
- 16:44 Changeset [2379] by
- implemented module_function as a scope + fixed a couple of eval-related …
- 14:12 Changeset [2378] by
- remove more unnecessary tags
- 14:12 Changeset [2377] by
- Hash#initialize: check if receiver can be modified
- 14:09 Changeset [2376] by
- remove more unnecessary tags
- 14:08 Changeset [2375] by
- fixed Module#method_defined?
- 13:34 Changeset [2374] by
- Hash#initialize_copy/replace: check if receiver can be modified
- 13:25 Changeset [2373] by
- removed unnecessary tags
- 13:19 Changeset [2372] by
- removed unnecessary tags
- 13:18 Changeset [2371] by
- make sure we return the result of #method_missing when calling a private …
- 13:18 Changeset [2370] by
- BasicObject: added singleton_method_added, singleton_method_removed, …
08/24/09:
- 22:23 Changeset [2369] by
- fix class scoping issues
- 22:17 Changeset [2368] by
- move classes outside of the custom_methods
- 21:49 Changeset [2367] by
- load fountaion
- 21:44 Changeset [2366] by
- refer to Layout classes within HotCocoa module
- 21:01 Ticket #316 (Constant missing exception when running macrake deploy in a hotcocoa ...) created by
- To reproduce this issue create a boiler plate hotcocoa project and cd into …
- 21:01 Ticket #169 ([HotCocoa] status_item mapping doesn't appear to work) closed by
- fixed: applied the patch
- 21:00 Changeset [2365] by
- fix ticket #169
- 20:38 Changeset [2364] by
- fix for < rdar://problem/7154963> NSNumber objects in NSDictionaries don't …
- 19:35 Changeset [2363] by
- fixing bugs in instance_eval & friends + fixed some specs so that they …
- 05:34 Ticket #315 (MacRuby-trunk interferes with macports' llvm-devel) closed by
- invalid: Using LLVM from macports is not supported, please see the README.rdoc on …
- 05:19 Ticket #315 (MacRuby-trunk interferes with macports' llvm-devel) created by
- I'm using macports on this mbp running 10.5.8 and have installed a …
08/23/09:
- 19:40 Changeset [2362] by
- rewrote 2 specs so that they pass under both 1.8 and 1.9 (because const …
- 18:32 Changeset [2361] by
- exposing an API to control the multithreaded state, that will be very …
- 17:45 Changeset [2360] by
- forgot to commit this tags file
- 14:01 Ticket #314 (Please add experimental branch to git repository) closed by
- invalid: trunk builds and works under SL. The experimental branch is not under …
- 13:52 Ticket #314 (Please add experimental branch to git repository) created by
- Given the current trunk doesn't build/work under SL, could you please …
- 04:05 Ticket #313 ("sudo rake install" fails with ArgumentError) created by
- sudo rake install fails on one of my machines: […] I've tracked the …
08/22/09:
- 13:37 Changeset [2359] by
- this spec definitely fails
- 12:15 Changeset [2358] by
- disabled the zlib specs because one of them apparently segfault, randomly
- 12:05 Changeset [2357] by
- fixing and adding several missing ruby method features
Note: See TracTimeline
for information about the timeline view.

