| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-22 | Merge pull request #3055 from mattn/fix-msvc-warnings | Yukihiro "Matz" Matsumoto | |
| fix build on VS2012 | |||
| 2015-12-22 | fix build on VS2012 | Yasuhiro Matsumoto | |
| 2015-12-21 | Merge pull request #3054 from kazuho/kazuho/adjust-column-offset-in-peekc_n | Yukihiro "Matz" Matsumoto | |
| fix miscalculation of column number in `peekc_n` | |||
| 2015-12-21 | in `peekc_n`, adjust column number after calling `nextc` | Kazuho Oku | |
| 2015-12-17 | Merge pull request #3051 from zzak/ambiguous-first-argument | Yukihiro "Matz" Matsumoto | |
| Fix "ambiguous first argument" warning | |||
| 2015-12-17 | Fix "ambiguous first argument" warning | Zachary Scott | |
| 2015-12-16 | Merge pull request #3050 from remore/fix-minor-bug-about-objectspace | Yukihiro "Matz" Matsumoto | |
| Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of() | |||
| 2015-12-16 | Add case statement of MRB_TT_SCLASS in mrb_obj_is_kind_of() | Kei Sawada | |
| 2015-12-16 | mrb_str_len_to_inum(): fixed a bug with MRB_INT_MIN conversion; fix #3048 | Yukihiro "Matz" Matsumoto | |
| 2015-12-16 | mrb_str_len_to_inum(): fixed a bug with underscores in digits; fix #3049 | Yukihiro "Matz" Matsumoto | |
| 2015-12-16 | Merge pull request #3047 from csouls/rafactor_array_ruby_extension | Yukihiro "Matz" Matsumoto | |
| Remove redundant conditions of Array#each in ruby extension | |||
| 2015-12-15 | Remove redundant conditions of Array#each in ruby extension | Yusuke Tanaka | |
| 2015-12-14 | mrb_str_len_to_inum(): string may not be NUL terminated; ref #3043 | Yukihiro "Matz" Matsumoto | |
| 2015-12-14 | mrb_str_len_to_inum(): fixed a bug with separating _ in the digits; ref #3043 | Yukihiro "Matz" Matsumoto | |
| 2015-12-13 | Merge pull request #3045 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added YARD docs in new mruby.h | |||
| 2015-12-12 | Undid newline and whitespace on YARD doc | Ralph Desir | |
| 2015-12-12 | One space indentation. | Ralph Desir | |
| 2015-12-12 | mrb_str_len_to_inum: should not raise "string contains null byte" error on ↵ | Yukihiro "Matz" Matsumoto | |
| "0x"; fix #3043 | |||
| 2015-12-12 | mrb_str_len_to_inum: converting may not be terminated by NUL; fix #3044 | Yukihiro "Matz" Matsumoto | |
| 2015-12-11 | Added YARD docs in new mruby.h | Ralph Desir(Mav7) | |
| 2015-12-08 | File::ALT_SEPARATOR is always defined (some string or nil). | Tomoyuki Sahara | |
| 2015-12-08 | Merge pull request #56 from takahashim/fix-flock | Tomoyuki Sahara | |
| Fix for windows(mingw) | |||
| 2015-12-08 | Fix for windows(mingw) | takahashim | |
| * File.expand_path: support drive letter and ALT_SEPARATOR * File.dirname: support ALT_SEPARATOR * File.basename: ditto. * IO.popen: raise NotImplementedError * IO.pipe: ditto. * `cmd`: ditto. * File#flock: ditto. * FileTest.pipe?: ditto. * FileTest.symlink?: ditto. * FileTest.socket?: ditto. | |||
| 2015-12-07 | Merge pull request #55 from takahashim/separator | Tomoyuki Sahara | |
| fix file separator | |||
| 2015-12-07 | Merge pull request #3041 from zzak/travis-osx | Yukihiro "Matz" Matsumoto | |
| Test against latest xcode | |||
| 2015-12-07 | Test against latest xcode | Zachary Scott | |
| /cc @banzaiman https://github.com/mruby/mruby/commit/bfcc55fbf98665b33ca7110349aeb66d3ef0df1d#commitcomment-14812510 | |||
| 2015-12-04 | fix file separator | takahashim | |
| * File::SEPARATOR should be "/" * File::ALT_SEPARATOR should be "\\" or nil. | |||
| 2015-12-03 | Merge pull request #54 from takahashim/win-crlf | Tomoyuki Sahara | |
| fix tests for Win: use binary mode | |||
| 2015-12-02 | fix tests for Win: use binary mode | takahashim | |
| 2015-12-02 | Merge pull request #53 from takahashim/build-win32 | Tomoyuki Sahara | |
| build on Win32 | |||
| 2015-12-02 | build on Win32 | takahashim | |
| 2015-12-01 | preserve original string for error message | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | mrb_str_len_to_inum(): inspect string in error message | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | new API function mrb_string_value_len() | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | mrb_str_to_inum(): should treat null byte in strings properly; fix #3040 | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | mrb_cstr_to_inum(): should ignore trailing white spaces even when badcheck set | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | mrb_str_to_inum(): should raise error when string contains null byte | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | mrb_str_to_inum(): no need to call mrb_string_value_cstr() here; ref 05411ee | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | mrb_string_value_cstr() should not raise error for frozen strings | Yukihiro "Matz" Matsumoto | |
| cf. http://qiita.com/tsahara@github/items/b2a442af95ac893e10a1 (Japanese). | |||
| 2015-12-01 | avoid comparison between signed and unsigned | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | C++ compiler does not like cast from pointer to enum; ref #3039 | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | should ignore block to next, break, etc. fix #3039 | Yukihiro "Matz" Matsumoto | |
| 2015-11-30 | Merge pull request #3038 from zzak/gc-arena-docs | Yukihiro "Matz" Matsumoto | |
| GC Arena docs pass for fixups | |||
| 2015-11-30 | GC Arena docs pass for fixups | Zachary Scott | |
| 2015-11-28 | common.h are supposed to be included from other header, so call it with ↵ | Yukihiro "Matz" Matsumoto | |
| quotes; ref #3032 | |||
| 2015-11-27 | Merge pull request #3037 from pbosetti/mruby-time | Yukihiro "Matz" Matsumoto | |
| Implemented round(double) function when _MSC_VER < 1800 | |||
| 2015-11-27 | Implemented round(double) function within mruby-time gem, for it is missing on | Paolo Bosetti | |
| VisualStudio compilers where _MSC_ver < 1800 | |||
| 2015-11-27 | Merge pull request #2950 from mattn/mirb-file-args | Yukihiro "Matz" Matsumoto | |
| mirb should take filename and arguments. | |||
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2015-11-26 | Merge pull request #3036 from zzak/remove-mrbtest_irep | Yukihiro "Matz" Matsumoto | |
| Remove mrbtest irep | |||
