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-04-17
Add mrb_regexp_p to check whether mrb_value is Regexp.
take_cheeze
2014-04-17
Symbol#to_proc to support block call.
Yukihiro "Matz" Matsumoto
2014-04-17
raises an ArgumentError when calling #call
Yukihiro "Matz" Matsumoto
2014-04-17
Merge pull request #2069 from cremno/static
Yukihiro "Matz" Matsumoto
2014-04-17
Merge pull request #2068 from cremno/exc_inspect-convert-mesg-to-string
Yukihiro "Matz" Matsumoto
2014-04-17
Merge pull request #2067 from take-cheeze/move_re_h
Yukihiro "Matz" Matsumoto
2014-04-16
various functions should have internal linkage
cremno
2014-04-16
get classname and concatenate ": " only once
cremno
2014-04-16
convert exception message to string
cremno
2014-04-16
Use mruby/re.h instead of duplicate definition.
take_cheeze
2014-04-16
Move src/re.h to include/mruby/re.h .
take_cheeze
2014-04-16
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-16
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-16
Merge pull request #2066 from suzukaze/refactor-numeric2
Yukihiro "Matz" Matsumoto
2014-04-16
Refactor fix_to_f in numeric.c
Jun Hiroe
2014-04-16
Refactor lshift in numeric.c
Jun Hiroe
2014-04-16
Refactor fix_shift_get_width in numeric.c
Jun Hiroe
2014-04-15
Merge pull request #2065 from take-cheeze/utf8_string_size_test
Yukihiro "Matz" Matsumoto
2014-04-15
Add test for UTF-8 string String#size .
take_cheeze
2014-04-15
fixed typo in opcode.h
Yukihiro "Matz" Matsumoto
2014-04-15
Merge pull request #2064 from mirichi/opt_jmp
Yukihiro "Matz" Matsumoto
2014-04-15
Merge pull request #2063 from bovi/update_language_doc
Yukihiro "Matz" Matsumoto
2014-04-15
OP_EQ系が速くなった
mirichi
2014-04-15
merge @mattn's win-compatibility
Daniel Bovensiepen
2014-04-15
Improve generator to output status
Daniel Bovensiepen
2014-04-15
Update language documentation without line number to reduce update interval i...
Daniel Bovensiepen
2014-04-15
Implement switch for line numbers
Daniel Bovensiepen
2014-04-15
Update Language Documentation
Daniel Bovensiepen
2014-04-15
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-14
Fix and add test to Proc#inspect .
Takeshi Watanabe
2014-04-14
should always initialize header flags for pooled strings
Yukihiro "Matz" Matsumoto
2014-04-14
fixed wrong use of pointer reference found by @tsahara; ref #2059
Yukihiro "Matz" Matsumoto
2014-04-14
Merge pull request #2060 from cremno/exc_inspect-dup-file
Yukihiro "Matz" Matsumoto
2014-04-14
Merge pull request #2059 from cremno/reduce-rstring_ptr-usage
Yukihiro "Matz" Matsumoto
2014-04-14
exc_inspect: dup file and check mesg only once
cremno
2014-04-14
reduce RSTRING_PTR usage
cremno
2014-04-14
Merge pull request #2058 from cremno/mruby-time-more-portable
Yukihiro "Matz" Matsumoto
2014-04-13
mruby-time: fix check of `mktime`'s return value
cremno
2014-04-13
mruby-time: remove unnecessary `tzset` call
cremno
2014-04-13
disable fragile bintest on travis-ci
Yukihiro "Matz" Matsumoto
2014-04-13
use quadratic probing in khash.h
Yukihiro "Matz" Matsumoto
2014-04-13
use kh_put2 in mrb_hash_set for performance improvement
Yukihiro "Matz" Matsumoto
2014-04-13
add kh_push2() to check if entry is added
Yukihiro "Matz" Matsumoto
2014-04-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-13
avoid function style parens after "return"; ref #2055
Yukihiro "Matz" Matsumoto
2014-04-13
Merge branch 'Refactor-numeric.c' of https://github.com/suzukaze/mruby into s...
Yukihiro "Matz" Matsumoto
2014-04-13
Merge pull request #2056 from suzukaze/fix-indent
Yukihiro "Matz" Matsumoto
2014-04-13
Fix indent in bit_coerce
Jun Hiroe
2014-04-13
Refactor fix_rshift
Jun Hiroe
2014-04-13
Refactor fix_lshift
Jun Hiroe
[next]