Timeline
10/01/09:
- 23:55 Changeset [2709] by
- added one item
- 23:51 Changeset [2708] by
- display fix, take 2
- 23:38 Changeset [2707] by
- fixed a tutorial display bug thanks to gaustin
- 23:02 Ticket #362 (Add Unit Testing and Embed MacRuby to Project Template) created by
- I'm attaching a new version of the default project template. To test you …
- 20:43 Changeset [2706] by
- move the dispatcher code to a separate new file and pass the proper …
- 17:38 Changeset [2705] by
- added one item
- 17:32 Changeset [2704] by
- refreshed
- 17:30 Changeset [2703] by
- temporary workaround
- 17:25 Changeset [2702] by
- fixed a few crashers in IO#ioctl and IO#fcntl
- 16:05 Ticket #361 (Embed MacRuby Target Adds 60+ MB to .app) created by
- Expected: Between 17(mentioned in presentation, not verified) MB and 30 …
- 14:14 Changeset [2701] by
- fixed bytestring promotion
- 13:36 Changeset [2700] by
- tagged the shellwords specs since they fail when running rake …
- 01:30 Changeset [2699] by
- added more stdlibs to rake spec:library. Currently tested libs are now …
- 00:35 Changeset [2698] by
- another Array#pack bug fix by Ninh Bui(Phusion)
09/30/09:
- 19:25 Changeset [2697] by
- another Ninh Bui(Phusion) patch to fix Array#pack. Fix backported from …
- 18:21 Changeset [2696] by
- closed one item which seems to work, added a new one
- 17:46 Ticket #357 (NSLog causes "BAD_EAX_ACCESS" on 10.6) closed by
- fixed: Should be fixed in r2694.
- 17:46 Ticket #306 (NSPredicate.predicateWithFormat crashes with Segmentation fault) closed by
- fixed: Should be fixed in r2694.
- 17:45 Changeset [2695] by
- refreshed
- 17:45 Changeset [2694] by
- fixed variadic functions/methods calls
- 16:43 Changeset [2693] by
- http://xkcd.com/292/
- 15:08 Changeset [2692] by
- refreshed
- 14:30 Changeset [2691] by
- fixed an Array pack spec when using format = 'v' thanks to Ninh Bui aka …
- 08:14 Ticket #360 (Embed MacRuby Target Fails If $TARGET_BUILD_DIR contains spaces) created by
- The fix is to put quotes around the last argument in the script. I've …
- 07:45 Changeset [2690] by
- Added documentation for Dispatch::Source.for_reading.
- 07:08 Changeset [2689] by
- Fixed Set#to_a.
09/29/09:
- 23:54 Changeset [2688] by
- use a gc root instead
- 23:54 Changeset [2687] by
- this tag is not needed
- 21:19 Changeset [2686] by
- updated the spec:library list
- 21:07 Changeset [2685] by
- fixed .gitignore and added all the tags that were missing yesterday.
- 20:19 Changeset [2684] by
- ditto
- 20:16 Changeset [2683] by
- tagging a spec that loops forever (heh)
- 20:12 Changeset [2682] by
- don't use a write barrier in var_setter since it might not work all the …
- 18:55 Changeset [2681] by
- modified some permissions to hopefully fix #359
- 17:21 Ticket #358 (NSNotificationQueue Dealloc Crash in Simple Project) closed by
- duplicate: Thanks for the report, this is a known bug with NSlog and it was already …
- 17:12 Ticket #359 (Project Templates Not Installed By Nightly Installer) created by
- This may be either a bug or an enhancement request, depending on whether …
- 17:01 Ticket #358 (NSNotificationQueue Dealloc Crash in Simple Project) created by
- I am following the PeepCode MacRuby 035 screencast and ran into a crash …
- 15:53 Changeset [2680] by
- disable this spec when run in 32-bit mode
- 15:53 Changeset [2679] by
- some 32-bit compiler fixes
- 15:53 Changeset [2678] by
- disable rbo for 32-bit
- 14:12 Changeset [2677] by
- don't install stupid handlers on some signals
- 09:21 Ticket #357 (NSLog causes "BAD_EAX_ACCESS" on 10.6) created by
- I simply added an NSLog to rb_main.rb prior to NSApplicationMain to …
- 02:12 Changeset [2676] by
- added more specs to rake spec:library
09/28/09:
- 23:33 Ticket #356 (autoload is not working) created by
- […]
- 22:07 Changeset [2675] by
- added a 0.6 section in the TODO
- 21:31 Changeset [2674] by
- fix last fix
- 21:20 Changeset [2673] by
- fix a random bug of Numeric#chr
- 21:18 Changeset [2672] by
- refreshed
- 21:07 Changeset [2671] by
- added comments to make sure the next person who removes these specs can …
- 21:02 Changeset [2670] by
- added back tags that depend on the order of the keys in hashs to be …
- 19:13 Changeset [2669] by
- added barber.rb, a GCD-based implementation of the sleeping barber problem
- 19:11 Changeset [2668] by
- removed the PRE/POST_VM_GCD and instead mark the core as multithreaded by …
- 19:10 Changeset [2667] by
- make sure RoxorVM instances created lazily have a valid thread accessor
- 19:09 Changeset [2666] by
- refreshed
- 18:53 Ticket #355 (Unable to build 0.5 on Leopard) closed by
- invalid: Looks at the build error it seems that you have an older version of LLVM. …
- 18:38 Ticket #355 (Unable to build 0.5 on Leopard) created by
- Tried using both the llvm installed (the one for macruby) and the …
- 18:31 Ticket #354 (Bundling framework in SL release build will not run on Leopard) created by
- I have an app that has the embed macruby target include when I do a …
- 14:04 Changeset [2665] by
- added Dispatch::Semaphore + fixed a few things
- 01:46 Changeset [2664] by
- finished to clean up the spec tags thanks to Alloy, we are now officially …
- 01:01 Changeset [2663] by
- more work on the specs and now rake spec:ci shouldn't have any failing …
09/27/09:
- 21:24 Changeset [2662] by
- const pointers should be real constants
- 20:40 Changeset [2661] by
- Constants do not need an instruction for a BitCast
- 14:31 Ticket #353 (No such file to load bigdecimal) created by
- A previously working MacRuby script now triggers this error on load in the …
- 12:05 Ticket #344 (Segmentation fault: Hash and Array Inject) closed by
- fixed
- 11:31 Changeset [2660] by
- added pkg info in Japanese thanks to Takao Kouji Also added License info …
- 10:24 Ticket #352 (macirb does not eval UTF-String) created by
- […]
- 03:20 Changeset [2659] by
- more tags update
- 02:56 Changeset [2658] by
- more untagged specs
- 02:56 Changeset [2657] by
- added rake spec:ci:stats to run the specs and get the stats report.
- 02:56 Changeset [2656] by
- untagged a lot of bignum specs that are now passing
- 02:15 Changeset [2655] by
- untagged many array specs that are now passing
- 02:15 Changeset [2654] by
- untagged many argf specs that are now passing
- 00:23 Changeset [2653] by
- added erb to the aot list
Note: See TracTimeline
for information about the timeline view.

