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
2014-12-25
avoid block_given? in enum.rb to reduce method calls
Yukihiro "Matz" Matsumoto
2014-12-24
Merge pull request #2685 from sdottaka/fix-typo-in-mruby-eval
Yukihiro "Matz" Matsumoto
2014-12-23
khash.h: keep key/value table accessible from original hashtable during resiz...
Yukihiro "Matz" Matsumoto
2014-12-23
Merge pull request #2684 from kou/fix-splat-and-multiple-assignments
Yukihiro "Matz" Matsumoto
2014-12-23
mruby-eval: fix typo
sdottaka
2014-12-23
Fix splat and multiple assignments
Kouhei Sutou
2014-12-20
Merge pull request #2681 from sdottaka/mrdb-break-windows
Yukihiro "Matz" Matsumoto
2014-12-20
mrdb: fix that break command cannot handle Windows paths
sdottaka
2014-12-19
now retrieves number of arguments of blocks from OP_ENTER op code; close #2671
Yukihiro "Matz" Matsumoto
2014-12-19
block_given? should return correct value when called in blocks; close #2678
Yukihiro "Matz" Matsumoto
2014-12-19
block_given? should return false on top-level; ref #2678
Yukihiro "Matz" Matsumoto
2014-12-19
mrdb, mirb: Add fflush() so that a external program can read output immediately.
sdottaka
2014-12-17
String#[]: float handling merged to #2677
Yukihiro "Matz" Matsumoto
2014-12-17
Merge branch 'h2so5-string-nil-index'
Yukihiro "Matz" Matsumoto
2014-12-17
try to convert not only nil but every objects to fixnums; ref #2677
Yukihiro "Matz" Matsumoto
2014-12-17
String#[] should reject nil index
h2so5
2014-12-17
mruby-eval: proc from env may be NULL; close #2676
Yukihiro "Matz" Matsumoto
2014-12-17
avoid out-of-bounds access of irep->lv; ref #2671, fix #2675
Yukihiro "Matz" Matsumoto
2014-12-17
mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674
Yukihiro "Matz" Matsumoto
2014-12-17
Merge pull request #2674 from suzukaze/string.prepend
Yukihiro "Matz" Matsumoto
2014-12-17
Add String#prepend
Jun Hiroe
2014-12-17
eval() should preserve stack in env properly; fix #2671
Yukihiro "Matz" Matsumoto
2014-12-16
Fix crash if #inspect does not return a string value
Yukihiro "Matz" Matsumoto
2014-12-13
Merge pull request #2669 from suzukaze/string.insert
Yukihiro "Matz" Matsumoto
2014-12-13
Add String#insert
Jun Hiroe
2014-12-12
Merge pull request #2668 from sdottaka/fix-crash-for-inspect
Yukihiro "Matz" Matsumoto
2014-12-12
Fix crash if #inspect does not return a string value
sdottaka
2014-12-12
Merge pull request #2667 from murasesyuka/usage_message_is_used_switches_inst...
Yukihiro "Matz" Matsumoto
2014-12-12
mrb_p() should print mrb_obj_as_string() if #inspect does not return a string...
Yukihiro "Matz" Matsumoto
2014-12-12
mirb dies if #inspect returns a non-string value; fix #2666
Yukihiro "Matz" Matsumoto
2014-12-11
fix usage message
murase_syuka
2014-12-11
block_given did not work with nested block invocation for some cases; fix #2665
Yukihiro "Matz" Matsumoto
2014-12-11
mrb_parser_dump() did not work with block arguments
Yukihiro "Matz" Matsumoto
2014-12-05
Merge pull request #2663 from iij/pr-fix-string-utf8-aref
Yukihiro "Matz" Matsumoto
2014-12-05
String#[] accepts float.
Tomoyuki Sahara
2014-12-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-12-02
Merge pull request #2660 from cremno/fix-isblank-for-visual-studio-versions-o...
Yukihiro "Matz" Matsumoto
2014-12-02
fix ISBLANK() for Visual Studio < 2013 (ref #2658)
cremno
2014-12-01
should not pop register when value from multiple assignment required
Yukihiro "Matz" Matsumoto
2014-11-29
Merge pull request #2656 from murasesyuka/bugfix/mruby-bin-debugger_enforce_t...
Yukihiro "Matz" Matsumoto
2014-11-29
closing to Local Scope
murase_syuka
2014-11-28
preserve ICLASS in ci->target_class; fix #2657; ensuring #1467 #1470 #1493 st...
Yukihiro "Matz" Matsumoto
2014-11-27
add multiple assignment decomposition test
Yukihiro "Matz" Matsumoto
2014-11-27
wrong register adjustment
Yukihiro "Matz" Matsumoto
2014-11-27
adhoc fix for pass build
murase_syuka
2014-11-26
Merge pull request #2655 from tmtm/fix-numeric-step
Yukihiro "Matz" Matsumoto
2014-11-26
Fix: Numeric#step infinite loop.
TOMITA Masahiro
2014-11-26
Merge pull request #2652 from cremno/mrdb-add-missing-null-termination
Yukihiro "Matz" Matsumoto
2014-11-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-11-26
add "fall through" comment
Yukihiro "Matz" Matsumoto
[prev]
[next]