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
2017-02-12
Fixed aspec for Kernel#caller
Tomasz Dabrowski
2017-02-11
Revert "Optimization for String#* for 1-byte strings"
Tomasz Dabrowski
2017-02-11
`ecall()` should preserve stack address referenced from ci[1].
Yukihiro "Matz" Matsumoto
2017-02-11
Remove historical comment; ref #3450 #3448
Yukihiro "Matz" Matsumoto
2017-02-11
Merge pull request #3450 from r-obert/patch-1
Yukihiro "Matz" Matsumoto
2017-02-11
remove skip that shouldn't be necessary anymore.
robert
2017-02-11
String#replace should update s->flags for MRB_STR_NO_UTF.
Yukihiro "Matz" Matsumoto
2017-02-11
Add type cast to pacify warning
Yukihiro "Matz" Matsumoto
2017-02-11
Merge pull request #3449 from dabroz/fix-ljust-ruby
Yukihiro "Matz" Matsumoto
2017-02-10
Optimization for String#* for 1-byte strings
Tomasz Dabrowski
2017-02-10
String#ljust and String#rjust reimplemented with optimized Ruby
Tomasz Dabrowski
2017-02-10
Tests for UTF-8 String#ljust and String#rjust
Tomasz Dabrowski
2017-02-10
Merge pull request #3446 from ksss/minirake
Yukihiro "Matz" Matsumoto
2017-02-10
Merge pull request #3447 from dabroz/fix-ljust
Yukihiro "Matz" Matsumoto
2017-02-10
String#ljust and String#rjust reimplementation (fix #3445)
Tomasz Dabrowski
2017-02-10
Fix build error when trace mode
ksss
2017-02-08
Fixed mixture of signed/unsigned integers
Yukihiro "Matz" Matsumoto
2017-02-08
Check if irep is NULL before print_backtrace()
Yukihiro "Matz" Matsumoto
2017-02-08
Add MRB_TT_PROC check to OP_SUPER as well; fix #3432
Yukihiro "Matz" Matsumoto
2017-02-08
Check if m->env is NULL before dereferencing it; fix #3436
Yukihiro "Matz" Matsumoto
2017-02-08
Mark classes referenced from saved backtrace.
Yukihiro "Matz" Matsumoto
2017-02-08
Fixed a bug in ci address shifting; fix #3423
Yukihiro "Matz" Matsumoto
2017-02-08
codedump.c: OP_POPERR does not have register access.
Yukihiro "Matz" Matsumoto
2017-02-08
Merge pull request #3437 from eboda/master
Yukihiro "Matz" Matsumoto
2017-02-07
Fix interpolation escaping in String.inspect
Edgar Boda-Majer
2017-02-06
Merge pull request #3430 from ksss/local_variables
Yukihiro "Matz" Matsumoto
2017-02-06
Kernel#local_variables: Make result array unique
ksss
2017-02-06
Check maximum number of formal arguments.
Yukihiro "Matz" Matsumoto
2017-02-04
Make `eval` to use trampoline technique; fix #3415
Yukihiro "Matz" Matsumoto
2017-02-04
`argv` may be modified when `mrb_funcall()` is called; fix #3419
Yukihiro "Matz" Matsumoto
2017-02-04
No need to make env unshared in the finalization; fix #3425
Yukihiro "Matz" Matsumoto
2017-02-04
Mark `mrb->backtrace.exc` as GC root; fix #3388
Yukihiro "Matz" Matsumoto
2017-02-04
Jump address should fit in 16 bits range; fix #3426
Yukihiro "Matz" Matsumoto
2017-02-03
Merge pull request #3420 from udzura/patch-1
Yukihiro "Matz" Matsumoto
2017-02-03
Merge pull request #3427 from clayton-shopify/fix-mrb-random-init
Yukihiro "Matz" Matsumoto
2017-02-02
Fetch arguments earlier to avoid a crash.
Clayton Smith
2017-02-02
Use standard Module(Class)#to_s
Uchio KONDO
2017-01-25
Update example lines of mrbgems in build_config.rb; ref #3414
Yukihiro "Matz" Matsumoto
2017-01-25
Copy mrb_float values from pool when MRB_WORD_BOXING; ref #3396
Yukihiro "Matz" Matsumoto
2017-01-25
Clear (o).w first for MRB_WORD_BOXING; ref #3396
Yukihiro "Matz" Matsumoto
2017-01-24
Outer class may be same as the class; fix #3382
Yukihiro "Matz" Matsumoto
2017-01-24
Use size_t to avoid integer overflow in mrb_ary_splice(); fix #3413
Yukihiro "Matz" Matsumoto
2017-01-23
Change return type of mrb_range_beg_len() from `int` to `mrb_int`.
Yukihiro "Matz" Matsumoto
2017-01-23
Fix a double free problem in codegen.c; fix #3378
Yukihiro "Matz" Matsumoto
2017-01-23
Fix memory leak; ref #3378
Yukihiro "Matz" Matsumoto
2017-01-23
The ensure clause should keep its ci after its execution; fix #3406
Yukihiro "Matz" Matsumoto
2017-01-23
Backtrace list must be an array of strings; fix #3408
Yukihiro "Matz" Matsumoto
2017-01-23
Skip non string values in backtraces; ref #3408
Yukihiro "Matz" Matsumoto
2017-01-23
Merge pull request #3412 from ksss/mrb_ary_splice
Yukihiro "Matz" Matsumoto
2017-01-23
Refactoring: Use array_copy instead of for loop
ksss
[next]