index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-06-13
could not print 0xffffffff as an negative fixnum
Yukihiro Matsumoto
2012-06-13
handle number literal overflow
Yukihiro Matsumoto
2012-06-13
float representation simplified
Yukihiro Matsumoto
2012-06-13
move RSHIFT from numeric.h to numeric.c
Yukihiro Matsumoto
2012-06-13
optimized OP_{ADD,SUB,MUL,DIV} to use numeric function for fixnums to handle ...
Yukihiro Matsumoto
2012-06-13
generate optimized OP_DIV instruction
Yukihiro Matsumoto
2012-06-12
Merge pull request #266 from monaka/pr-assert-should-handle-all-exceptions
Yukihiro "Matz" Matsumoto
2012-06-13
Assert should handle all exceptions.
Masaki Muranaka
2012-06-13
optimize Array#unshift using shared body object
Yukihiro Matsumoto
2012-06-13
wrong ary->capa size was set in ary_modify()
Yukihiro Matsumoto
2012-06-12
replace * and == by optimization instructions OP_MUL and OP_EQ respectively; ...
Yukihiro Matsumoto
2012-06-12
Kernel.eval to raise NotImplementedError
Yukihiro Matsumoto
2012-06-12
a bug in contant reference from modules
Yukihiro Matsumoto
2012-06-12
Merge pull request #263 from monaka/pr-make-sprintf-optional
Yukihiro "Matz" Matsumoto
2012-06-12
block_given? should work; close #262
Yukihiro Matsumoto
2012-06-12
raise error if string arg is given to Kernel#instance_eval
Yukihiro Matsumoto
2012-06-12
remove Ruby version of Kernel#instance_eval
Yukihiro Matsumoto
2012-06-12
mrb_get_args should honor optinal arguments
Yukihiro Matsumoto
2012-06-12
remove Kernel#eval from the core; close #261
Yukihiro Matsumoto
2012-06-12
Make sprintf/format optional.
Masaki Muranaka
2012-06-12
String#split("") should split per character (byte for now)
Yukihiro Matsumoto
2012-06-12
corrupted String#inspect on backslash escapes
Yukihiro Matsumoto
2012-06-12
s.split(nil) should work like s.split()
Yukihiro Matsumoto
2012-06-12
should enhance test for Array#slice
Yukihiro Matsumoto
2012-06-12
minor correction in test/t/syntax.rb
Yukihiro Matsumoto
2012-06-12
should handle splat in super arguments
Yukihiro Matsumoto
2012-06-12
remove obsolete comment
Yukihiro Matsumoto
2012-06-12
String#split now understands string sep
Yukihiro Matsumoto
2012-06-12
GETARG_x should return int, not int32_t
Yukihiro Matsumoto
2012-06-12
remove khash#kh_debug
Yukihiro Matsumoto
2012-06-12
should raise error on top-level super/yield
Yukihiro Matsumoto
2012-06-11
zsuper should respect block given; close #185
Yukihiro Matsumoto
2012-06-11
parser_dump: no print "local variables" if no local variables
Yukihiro Matsumoto
2012-06-11
should increment p on every iteration; close #254
Yukihiro Matsumoto
2012-06-11
should not quote || and && operators; close #253
Yukihiro Matsumoto
2012-06-10
Merge pull request #256 from masamitsu-murase/modify_string_slice
Yukihiro "Matz" Matsumoto
2012-06-10
Merge pull request #255 from bovi/cmake-openwrt-any
Yukihiro "Matz" Matsumoto
2012-06-11
string.subseq should create new string based on 'ptr' not on 'aux.shared'.
Masamitsu MURASE
2012-06-11
Add test for slice of shared string.
Masamitsu MURASE
2012-06-11
cmake Toolchain file for any OpenWRT Target (x86, mips, AVR32, ARM, etc.)
Daniel Bovensiepen
2012-06-10
fixed typo DISPACTH to DISPATCH
Yukihiro Matsumoto
2012-06-08
Merge pull request #251 from bovi/add-mips-cmake
Yukihiro "Matz" Matsumoto
2012-06-08
Add first sample for MIPS cross compile
Daniel Bovensiepen
2012-06-07
Merge pull request #250 from MobiRuby/add_ud_to_mrb_state
Yukihiro "Matz" Matsumoto
2012-06-08
add auxiliary data pointer to mrb_state
Yuichiro MASUI
2012-06-07
Merge pull request #249 from SatoshiOdawara/memory-leak-ritehash
Yukihiro "Matz" Matsumoto
2012-06-07
memory leak in kh_resize_##name()
SatoshiOdawara
2012-06-06
Merge pull request #248 from monaka/pr-use-value-i-for-nil-false-check
Yukihiro "Matz" Matsumoto
2012-06-07
Use value.i for nil/false check.
Masaki Muranaka
2012-06-07
remove src/gc.h
Yukihiro Matsumoto
[next]