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-14
do not offset jump from OP_ENTER if no optional argument given
Yukihiro Matsumoto
2012-06-14
BLKPUSH (and super) need to detect surrounding method scope (not block)
Yukihiro Matsumoto
2012-06-14
uvenv(): proc->env may be NULL be before uplevel
Yukihiro Matsumoto
2012-06-14
need to adjust register pos after rescue
Yukihiro Matsumoto
2012-06-14
use MKOP_sBx for OP_JMP
Yukihiro Matsumoto
2012-06-14
should invoke ensure clauses just before terminating mrb_sun; close #270
Yukihiro Matsumoto
2012-06-14
!= should call == inside; close #268
Yukihiro Matsumoto
2012-06-14
remove unused variable
Yukihiro Matsumoto
2012-06-14
avoid accessing non-allocated memory; close #271
Yukihiro Matsumoto
2012-06-14
update RDoc for #raise
Yukihiro Matsumoto
2012-06-14
add newline between functions
Yukihiro Matsumoto
2012-06-14
inspect format for exception has changed
Yukihiro Matsumoto
2012-06-14
mrb_define_{singleton,class}_method should prepare singleton class for the ob...
Yukihiro Matsumoto
2012-06-14
variable name typo fixed
Yukihiro Matsumoto
2012-06-14
make Math module optional
Yukihiro Matsumoto
2012-06-14
Math.log to take optinal second argument
Yukihiro Matsumoto
2012-06-14
add aspec for math.c methods
Yukihiro Matsumoto
2012-06-14
error message from mrb_convert_type has been changed
Yukihiro Matsumoto
2012-06-14
mrb_get_args(i) should check range of float values
Yukihiro Matsumoto
2012-06-13
mrb_f_send to use mrb_get_args(n)
Yukihiro Matsumoto
2012-06-13
new mrb_get_args specifier "n" to retrieve a symbol (stands for "name")
Yukihiro Matsumoto
2012-06-13
remove unused variable from mrb_f_block_given_p_m
Yukihiro Matsumoto
2012-06-13
stop using strtol (via readint) except in load.c; use custom readint_float
Yukihiro Matsumoto
2012-06-13
readint() returns long
Yukihiro Matsumoto
2012-06-13
integer overflow in fixnum plus and minus
Yukihiro Matsumoto
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
[next]