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-20
String#casecmp should be call `to_str`
ksss
2014-04-20
Symbol class include Comparable module.
ksss
2014-04-20
Implement :checksum_hash mrbgem option.
Daniel Bovensiepen
2014-04-20
Add Rake command 'deep_clean' which cleans everything including the mrbgems c...
Daniel Bovensiepen
2014-04-20
Fix typos in tests for mruby-string-utf8
Jun Hiroe
2014-04-20
Merge pull request #2083 from take-cheeze/use_bool_macro
Yukihiro "Matz" Matsumoto
2014-04-19
Use boolean macro instead of integer literal in `is_debug_info_defined`.
take_cheeze
2014-04-19
Merge pull request #2081 from nobu/parenthesed_do-block_in_cmdarg
Yukihiro "Matz" Matsumoto
2014-04-19
Allow parenthesed do-block in cmdarg
Nobuyoshi Nakada
2014-04-19
Merge pull request #2080 from crimsonwoods/replace_disordered_callinfo_variables
Yukihiro "Matz" Matsumoto
2014-04-18
Sort out the variables which belongs to 'mrb_callinfo' to improve 'cipush' pe...
crimsonwoods
2014-04-19
Merge pull request #2079 from suzukaze/add-test-of-utf8-string.rindex
Yukihiro "Matz" Matsumoto
2014-04-19
Merge pull request #2077 from take-cheeze/rstruct_macro
Yukihiro "Matz" Matsumoto
2014-04-19
Add tests for utf8-string#rindex
Jun Hiroe
2014-04-19
Merge pull request #2078 from suzukaze/add-block-with-array.uniq_bang
Yukihiro "Matz" Matsumoto
2014-04-18
mruby-string-utf8: update UTF-8 tests; ref #2076
Yukihiro "Matz" Matsumoto
2014-04-18
mruby-string-utf8: str_subseq takes UTF-8 index, not byte index; ref #2076
Yukihiro "Matz" Matsumoto
2014-04-18
Use RARRAY_* macro instead of accessing RArray field.
take_cheeze
2014-04-18
Add a block argument with Array#uniq
Jun Hiroe
2014-04-18
Add a block argument with Array#uniq_bang
Jun Hiroe
2014-04-18
Add one more test
mattn
2014-04-18
Add test for String#ord, String#split for mruby-string-utf8
mattn
2014-04-18
remove io_open().
Tomoyuki Sahara
2014-04-18
Merge pull request #2075 from mattn/utf8-string-ord
Yukihiro "Matz" Matsumoto
2014-04-18
IO#syswrite should raise an error if it's not opened for writing.
Tomoyuki Sahara
2014-04-18
Implement String#ord, String#split for mruby-string-utf8
mattn
2014-04-18
mruby-string-utf8: String#reverse! may leak memory when mrb_str_modify() rais...
Yukihiro "Matz" Matsumoto
2014-04-18
Merge pull request #2074 from mattn/fix_string_utf8_index
Yukihiro "Matz" Matsumoto
2014-04-17
Cosmetic change
mattn
2014-04-17
Handle utf-8 code in index/rindex
mattn
2014-04-17
Implement String#index, fixes #2073
mattn
2014-04-17
Merge pull request #2072 from take-cheeze/mrb_regexp_p
Yukihiro "Matz" Matsumoto
2014-04-17
remove standard header files from io.h.
Tomoyuki Sahara
2014-04-17
file.c depends on mruby/ext/io.h now.
Tomoyuki Sahara
2014-04-17
function declarations should be in a header file.
Tomoyuki Sahara
2014-04-17
remove unused constants.
Tomoyuki Sahara
2014-04-17
"struct mrb_io_type" is not used at all.
Tomoyuki Sahara
2014-04-17
file.c does not depend on mruby/ext/io.h.
Tomoyuki Sahara
2014-04-17
io.write("") -> 0
Tomoyuki Sahara
2014-04-17
return value of syswrite may be less than length of given string.
Tomoyuki Sahara
2014-04-17
Use mrb_regexp_p to check regexp.
take_cheeze
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
[prev]
[next]