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
2015-01-13
Add String#upto
Jun Hiroe
2015-01-13
Merge pull request #2700 from takahashim/string-ljust
Yukihiro "Matz" Matsumoto
2015-01-13
Merge pull request #2699 from takahashim/fix-recursive-struct
Yukihiro "Matz" Matsumoto
2015-01-12
add String#ljust into mruby-string-ext
takahashim
2015-01-12
fix Segmentation fault on Struct#inspect due to recursive Struct object
takahashim
2015-01-10
Merge pull request #2697 from cubicdaiya/use-sizeof
Yukihiro "Matz" Matsumoto
2015-01-08
Merge pull request #2696 from furunkel/master
Yukihiro "Matz" Matsumoto
2015-01-07
Correctly handle relative paths
Julian Aron Prenner
2015-01-06
Properly implement directory tasks
Julian Aron Prenner
2015-01-04
Merge pull request #2694 from cubicdaiya/use-mrb-exc-new-str-lit
Yukihiro "Matz" Matsumoto
2015-01-03
Use mrb_exc_new_str_lit().
Tatsuhiko Kubo
2015-01-03
Merge pull request #2693 from cubicdaiya/remove-duplicate-declarations
Yukihiro "Matz" Matsumoto
2015-01-03
Removed duplicated declarations.
Tatsuhiko Kubo
2015-01-03
Use sizeof() instead of strlen().
Tatsuhiko Kubo
2015-01-03
Merge pull request #2692 from cubicdaiya/error-handling-mrb-open
Yukihiro "Matz" Matsumoto
2015-01-03
fixed error-handling for mrb_open().
Tatsuhiko Kubo
2015-01-03
Merge pull request #2691 from deuwert/tidyup-test-time
Yukihiro "Matz" Matsumoto
2015-01-03
Round execution time
Daniel Bovensiepen
2015-01-03
Merge pull request #2690 from furunkel/master
Yukihiro "Matz" Matsumoto
2015-01-02
Set correct build dir for bins
Julian Aron Prenner
2015-01-01
Merge pull request #2689 from cubicdaiya/remove-null-checks
Yukihiro "Matz" Matsumoto
2015-01-01
Remove redundant NULL checks for mrb_malloc().
Tatsuhiko Kubo
2014-12-27
Merge pull request #2687 from suzukaze/avoid_block_given
Yukihiro "Matz" Matsumoto
2014-12-27
Merge pull request #2686 from cubicdaiya/use-suitable-type
Yukihiro "Matz" Matsumoto
2014-12-27
Avoid block_given? in mrbgem:enum.rb to reduce method calls
Jun Hiroe
2014-12-27
Use suitable type.
Tatsuhiko Kubo
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-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
[next]