summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-06-06Ignore outfile check when `-c`(check syntax only) flag is enabled.take_cheeze
2014-06-06Merge pull request #2359 from take-cheeze/src_gen_depYukihiro "Matz" Matsumoto
Add generator script to dependency so that it will regenerate C codes when it's modified.
2014-06-06git push origin masterMerge branch 'cremno-ascii'Yukihiro "Matz" Matsumoto
2014-06-06Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-asciiYukihiro "Matz" Matsumoto
2014-06-06reduce calling mrb_sym2name_len() from struct.c; ref #2365Yukihiro "Matz" Matsumoto
2014-06-06Merge pull request #2365 from cremno/mruby-struct-function-changesYukihiro "Matz" Matsumoto
various mruby-struct function changes
2014-06-06Merge pull request #2364 from take-cheeze/free_atexit_stackYukihiro "Matz" Matsumoto
Release `mrb->atexit_stack` on `mrb_close`.
2014-06-06partially revert 1a5841b for mirbcremno
Fix compilation fail caused by GNU Readline and `ISPRINT`. Also add missing `unsigned char` cast.
2014-06-05use uppercase US-ASCII ctype macroscremno
2014-06-05don't (re-)define `ascii_isspace` and `isascii`cremno
`ISSPACE` and `ISASCII` can be used instead.
2014-06-05`ISSPACE` evaluates its argument multiple timescremno
2014-06-05implement `ISASCII` correctlycremno
2014-06-05mruby-struct: implement `mrb_is_(local|const)_id`cremno
2014-06-06Release `mrb->atexit_stack` on `mrb_close`.take_cheeze
2014-06-06move IS_EVSTR macro that should be private to src/string.cYukihiro "Matz" Matsumoto
2014-06-05remove mrblib/print.rb that only raise NotImplementedError; ref #2354Yukihiro "Matz" Matsumoto
2014-06-05remove eval (that only raises NotImplementedError) from the core; ref #2354Yukihiro "Matz" Matsumoto
2014-06-05git push origin masterMerge branch 'take-cheeze-atexit'Yukihiro "Matz" Matsumoto
2014-06-05Merge branch 'atexit' of https://github.com/take-cheeze/mruby into ↵Yukihiro "Matz" Matsumoto
take-cheeze-atexit
2014-06-05add nil#to_h; ref #2348Yukihiro "Matz" Matsumoto
2014-06-05update Kernel#raise/fail argument descriptionYukihiro "Matz" Matsumoto
2014-06-05mruby-struct: remove unused functionscremno
2014-06-05mruby-struct: use correct data typescremno
2014-06-05mruby-struct: internal linkage for all functionscremno
2014-06-04Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-04add Enumerable#to_h; ref #2348Yukihiro "Matz" Matsumoto
2014-06-04Add generator script to dependency so that it will regenerate C codes when ↵take_cheeze
it's modified.
2014-06-04add Hash#to_h; ref #2348Yukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2358 from cremno/visual-studio-14-ctp-supportYukihiro "Matz" Matsumoto
upcoming Visual Studio versions provide `snprintf`
2014-06-04upcoming Visual Studio versions provide `snprintf`cremno
2014-06-04mark pre-allocated exceptionYukihiro "Matz" Matsumoto
2014-06-04indent ISO section commentsYukihiro "Matz" Matsumoto
2014-06-04use pre-allocated RuntimeError for out-of-memoryYukihiro "Matz" Matsumoto
2014-06-04fix String#lines comment; ref mattn@2e1855aYukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2357 from mattn/string-linesYukihiro "Matz" Matsumoto
Add String#lines
2014-06-04Merge pull request #2356 from mattn/string-codepointsYukihiro "Matz" Matsumoto
Add String#chars, String#each_char, String#codepoints, String#each_codepoint
2014-06-04Add String#linesmattn
2014-06-04Refactor variable definitionsmattn
2014-06-04arena save/restoremattn
2014-06-04Add String#chars, String#each_char, String#codepoints, String#each_codepointmattn
2014-06-04add dependency from mruby-string-utf8 to mruby-string-ext to ensure loading ↵Yukihiro "Matz" Matsumoto
order
2014-06-04Merge pull request #2352 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
Fix indents in mruby-string-utf8
2014-06-04Merge pull request #2353 from suzukaze/refactor-string-utf8Yukihiro "Matz" Matsumoto
Refactor mrb_utf8_strlen() in mruby-string-utf8
2014-06-04Merge pull request #2351 from mattn/add-string-utf8.chrYukihiro "Matz" Matsumoto
Add string String#chr for utf8
2014-06-04Merge pull request #2350 from suzukaze/add-string.chrYukihiro "Matz" Matsumoto
Implement String#chr
2014-06-04use is_a? Array for String#% argument check as the original PR did in #2349Yukihiro "Matz" Matsumoto
2014-06-03Refactor mrb_utf8_strlen() in mruby-string-utf8Jun Hiroe
2014-06-03Fix indents in mruby-string-utf8Jun Hiroe
2014-06-03Add testmattn
2014-06-03Implement String#chr for utf-8mattn