summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-21Merge pull request #2091 from take-cheeze/struct_lenYukihiro "Matz" Matsumoto
Implement Struct#size and Struct#length .
2014-04-20do not reuse deleted entry. fixedmirichi
2014-04-20Suppress test script syntax warning.take_cheeze
2014-04-20Implement Struct#size and Struct#length .take_cheeze
2014-04-20Merge pull request #2089 from ksss/sym-casecmpYukihiro "Matz" Matsumoto
Implement Symbol#casecmp
2014-04-20Merge pull request #2088 from ksss/string-casecmpYukihiro "Matz" Matsumoto
String#casecmp should be call `to_str`
2014-04-20Merge pull request #2087 from ksss/sym-comparableYukihiro "Matz" Matsumoto
Symbol class include Comparable module.
2014-04-20Merge pull request #2086 from bovi/checksum_hashYukihiro "Matz" Matsumoto
Implement :checksum_hash mrbgem option
2014-04-20Merge pull request #2085 from bovi/deep_cleanYukihiro "Matz" Matsumoto
Add Rake command 'deep_clean' which cleans everything including the mrbg...
2014-04-20Merge pull request #2090 from ksss/authorsYukihiro "Matz" Matsumoto
Can I add me to AUTHORS?
2014-04-20Merge pull request #2084 from suzukaze/fix-typoYukihiro "Matz" Matsumoto
Fix typos in tests for mruby-string-utf8
2014-04-20Add AUTHORS "Yuki Kurihara"ksss
2014-04-20Implement Symbol#casecmpksss
2014-04-20String#casecmp should be call `to_str`ksss
when non String object sent And should be raise TypeError when can not responsed to `to_str`
2014-04-20Symbol class include Comparable module.ksss
2014-04-20Implement :checksum_hash mrbgem option.Daniel Bovensiepen
This allows to use a mgem with a specific checksum hash. The following modification were necessary to implement this function: - add run_checkout build command to use 'git checkout' - skip shallow copy in case checksum_hash is used - make 'master' the default branch if branch isn't defined
2014-04-20Add Rake command 'deep_clean' which cleans everything including the mrbgems ↵Daniel Bovensiepen
clone directories.
2014-04-20Fix typos in tests for mruby-string-utf8Jun Hiroe
2014-04-20Merge pull request #2083 from take-cheeze/use_bool_macroYukihiro "Matz" Matsumoto
Use boolean macro instead of integer literal in `is_debug_info_defined`.
2014-04-19Use boolean macro instead of integer literal in `is_debug_info_defined`.take_cheeze
2014-04-19Merge pull request #2081 from nobu/parenthesed_do-block_in_cmdargYukihiro "Matz" Matsumoto
Allow parenthesed do-block in cmdarg
2014-04-19Allow parenthesed do-block in cmdargNobuyoshi Nakada
Flush cmdarg flags inside left-paren in a command argument, to allow parenthesed `do-block` as an argument without arguments parentheses. `CMDARG_PUSH(0)` for tLPAREN_ARG is before `CMDARG_PUSH(1)` in `command_args` due to look-ahead.
2014-04-19Merge pull request #2080 from crimsonwoods/replace_disordered_callinfo_variablesYukihiro "Matz" Matsumoto
Sort out the variables which belongs to 'mrb_callinfo'
2014-04-18Sort out the variables which belongs to 'mrb_callinfo' to improve 'cipush' ↵crimsonwoods
performance.
2014-04-19Merge pull request #2079 from suzukaze/add-test-of-utf8-string.rindexYukihiro "Matz" Matsumoto
Add tests for String#rindex of mruby-string-utf8.
2014-04-19Merge pull request #2077 from take-cheeze/rstruct_macroYukihiro "Matz" Matsumoto
Use RARRAY_* macro instead of accessing RArray field.
2014-04-19Add tests for utf8-string#rindexJun Hiroe
2014-04-19Merge pull request #2078 from suzukaze/add-block-with-array.uniq_bangYukihiro "Matz" Matsumoto
Add block argument with Array#uniq! and Array#uniq
2014-04-18mruby-string-utf8: update UTF-8 tests; ref #2076Yukihiro "Matz" Matsumoto
2014-04-18mruby-string-utf8: str_subseq takes UTF-8 index, not byte index; ref #2076Yukihiro "Matz" Matsumoto
2014-04-18Use RARRAY_* macro instead of accessing RArray field.take_cheeze
2014-04-18Add a block argument with Array#uniqJun Hiroe
2014-04-18Add a block argument with Array#uniq_bangJun Hiroe
2014-04-18Add one more testmattn
2014-04-18Add test for String#ord, String#split for mruby-string-utf8mattn
2014-04-18remove io_open().Tomoyuki Sahara
2014-04-18Merge pull request #2075 from mattn/utf8-string-ordYukihiro "Matz" Matsumoto
Implement String#ord, String#split for mruby-string-utf8
2014-04-18IO#syswrite should raise an error if it's not opened for writing.Tomoyuki Sahara
2014-04-18Implement String#ord, String#split for mruby-string-utf8mattn
2014-04-18mruby-string-utf8: String#reverse! may leak memory when mrb_str_modify() ↵Yukihiro "Matz" Matsumoto
raises exception
2014-04-18Merge pull request #2074 from mattn/fix_string_utf8_indexYukihiro "Matz" Matsumoto
Implement String#index, fixes #2073
2014-04-17Cosmetic changemattn
2014-04-17Handle utf-8 code in index/rindexmattn
2014-04-17Implement String#index, fixes #2073mattn
2014-04-17Merge pull request #2072 from take-cheeze/mrb_regexp_pYukihiro "Matz" Matsumoto
Add mrb_regexp_p.
2014-04-17remove standard header files from io.h.Tomoyuki Sahara
2014-04-17file.c depends on mruby/ext/io.h now.Tomoyuki Sahara
2014-04-17function declarations should be in a header file.Tomoyuki Sahara
2014-04-17remove unused constants.Tomoyuki Sahara
2014-04-17"struct mrb_io_type" is not used at all.Tomoyuki Sahara