31
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r1...@vatu: evan | 2006-12-04 17:35:23 -0800 Regexps!
evan
as Evan Phoenix
More... over 17 years ago
Remove the debugging
evan
as Evan Phoenix
More... over 17 years ago
Fix the allocation error in grammer.y and initialize the cpu and state to 0s.
evan
as Evan Phoenix
More... over 17 years ago
Significant behavior change to the strftime primitive. Added two new tests for strftime edge cases. More... over 17 years ago
Fix the last memleaks reported by valgrind
evan
as Evan Phoenix
More... over 17 years ago
Remove y.tab.c and fix the errors detected by valgrind.
evan
as Evan Phoenix
More... over 17 years ago
Memory allocation hackery to make the last test pass. Definitely still needs fixing. More... over 17 years ago
Changed some tests to match the new expected behavior. More... over 17 years ago
Pass the parse_state into ret_args
evan
as Evan Phoenix
More... over 17 years ago
Make 'rake clean' not bother to complain about kernel.rb and kernel.rbc if they do not exist. More... over 17 years ago
r1...@vatu: evan | 2006-12-03 14:45:24 -0800 Make the error message thats emitted when no method at all can be found better.
evan
as Evan Phoenix
More... over 17 years ago
Another svn:ignore, this time for code-cache. More... over 17 years ago
svn:ignore added for config.status More... over 17 years ago
Removing generated config.status from svn, so it doesn't get conflicted every time. More... over 17 years ago
r1...@vatu: evan | 2006-12-02 18:33:13 -0800 Made the encoder as well as marshaller endian aware.
evan
as Evan Phoenix
More... over 17 years ago
Added lib/kernel.rb and lib/kernel.rbc to 'rake clean' More... over 17 years ago
Fixes to work on linux
evan
as Evan Phoenix
More... over 17 years ago
Removing .swp to test commit access. More... over 17 years ago
r1...@vatu: evan | 2006-12-02 00:02:41 -0800 Add kernel support and tests for bignum_equal
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-30 16:25:42 -0800 Add some error checking for gems and fix the includes so certain macros are used when appropriate.
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-30 15:43:47 -0800 Made a bunch of tweaks to the kernel classes, also added the first cut at a really simple irb. Currently it just outputs the sexp of the expression.
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-30 15:39:22 -0800 Began reworking the compiler to run natively under rubinius.
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-30 15:37:42 -0800 Another nice big commit. Biggest change is that i've imported the parser from sydparse, hacked it up, and linked it into rubinius. So rubinius now has the ability to run a ruby code into a sexp. Next stop, compiler!
evan
as Evan Phoenix
More... over 17 years ago
r116@222: evan | 2006-11-24 01:02:13 -0500 Adds support for Bignums (used by the compiler so files can be loaded by shotgun). Also fixes sydparser to work properly on 1.8.5.
evan
as Evan Phoenix
More... over 17 years ago
r115@222: evan | 2006-11-24 00:58:47 -0500 Woop! big commit!
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-13 11:02:06 -0800 First cut at cuby, the ruby-dialect pre-processor
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-10 17:25:48 -0800 More todos.
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-05 19:54:27 -0800 Added initial TODO file
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-04 22:00:18 -0800 Fixed the compiler tests
evan
as Evan Phoenix
More... over 17 years ago
r1...@vatu: evan | 2006-11-01 23:28:11 -0800 Added a micro_sleep primitive with test. Also changed the address type used my memory.rb to ulong so that RubyInline doesn't complain.
evan
as Evan Phoenix
More... over 17 years ago