| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-25 | Fix misspelling words in comments | Kazuhiro Sera | |
| 2018-07-31 | Remove unmatched quotation mark | Kazuhiro NISHIYAMA | |
| 2018-07-31 | Describe the difference of the keyword argument behavior. | Yukihiro "Matz" Matsumoto | |
| The implementation of keyword arguments is heavily rely on the prototype made by @take-cheeze in #3629. | |||
| 2018-07-31 | Removed merge hiccups in `doc/opcode.md`. | Yukihiro "Matz" Matsumoto | |
| 2018-07-30 | Keyword argument implemented. | Yukihiro "Matz" Matsumoto | |
| 2018-07-30 | New bytecode implementation of mruby VM. | Yukihiro "Matz" Matsumoto | |
| 2018-06-27 | Add information about Kernel#binding | W | |
| 2018-04-27 | Set the mruby-1.4.1 release date to `2018-4-27`.1.4.1 | Hiroshi Mimaki | |
| 2018-03-22 | Add `:path` option for git repository. | Takeshi Watanabe | |
| 2018-01-16 | Set the mruby-1.4.0 release date to `2018-1-16`.1.4.0 | Hiroshi Mimaki | |
| 2017-11-18 | doc/limitaions.md: Remove infinite recursion entry. | Yukihiro "Matz" Matsumoto | |
| It's fixed since 1.3.0 | |||
| 2017-11-18 | doc/limitaions.md: Remove `Kernel.binding` entry. | Yukihiro "Matz" Matsumoto | |
| Since no ISO classes/methods are not provided by mruby, there's no use mentioning `Kernel.binding` here. | |||
| 2017-08-18 | Separate `mrb_str_buf_new` and `mrb_str_new_capa`. | Yukihiro "Matz" Matsumoto | |
| `mrb_str_buf_new` is an old function that ensures capacity size of `MRB_STR_BUF_MIN_SIZE` minimum. Usually one need to use `mrb_str_new_capa` instead. | |||
| 2017-07-27 | Rename `MRB_SEGMENT_SIZE` to `MRB_IV_SEGMENT_SIZE`. | Yukihiro "Matz" Matsumoto | |
| 2017-07-27 | Always use `MRB_USE_IV_SEGLIST`. | Yukihiro "Matz" Matsumoto | |
| 2017-07-04 | Set the mruby-1.3.0 release date to `2017-7-4`.1.3.0 | Hiroshi Mimaki | |
| 2017-03-02 | Reorganize C++ exceptions; ref #3470 | Yukihiro "Matz" Matsumoto | |
| There are 3 levels of C++ exception handling: * default - no C++ exception (use setjmp/longjmp) * enable_cxx_exception (use C++ exceptions with C ABI) * enable_cxx_abi (use C++ ABI including exceptions) | |||
| 2017-02-28 | Compile C files by C compiler when C++ files mixed. | Yukihiro "Matz" Matsumoto | |
| ref #3267 #3470 By this commit, mruby do not use C++ ABI mode unless you specify explicitly. It compiles C files by C compilers, with C++ exception enabled when it sees C++ files in your configured mrbgems. I haven't tried visualcpp, so please submit an issue if you see any problem with C++ gems on Windows. | |||
| 2016-09-28 | Removed trailing spaces | Nobuyoshi Nakada | |
| 2016-09-17 | Fix a couple typos in limitations.md | Benoit Daloze | |
| 2016-06-14 | Update doc, write about add_test_dependency | Uchio KONDO | |
| 2016-04-13 | fix syntax highlighting | Timo Schilling | |
| 2016-02-12 | Fix formatting again... | Daniel Bovensiepen | |
| 2016-02-12 | Add more limitations: | Daniel Bovensiepen | |
| - defined? - alias on global variables - Operator modification - Kernel.binding missing | |||
| 2016-02-12 | fixed typos in limitations.md | Yukihiro "Matz" Matsumoto | |
| 2016-02-11 | Fix formatting | Daniel Bovensiepen | |
| 2016-02-11 | Add more limitations | Daniel Bovensiepen | |
| 2016-02-11 | add 1/2 description to limitations.md file | Yukihiro "Matz" Matsumoto | |
| 2016-02-11 | Small format fix | Daniel Bovensiepen | |
| 2016-02-11 | Add limitation file | Daniel Bovensiepen | |
| 2015-11-30 | GC Arena docs pass for fixups | Zachary Scott | |
| 2015-11-17 | mruby-1.2.01.2.0 | mimaki | |
| 2015-11-17 | document MRB_UTF8_STRING config macro | cremno | |
| 2015-11-17 | DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014 | Yukihiro "Matz" Matsumoto | |
| changes: * rename DISABLE_STDIO -> MRB_DISABLE_STDIO * rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK * no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG). * rewrite above macro references throughout the code. * update documents | |||
| 2015-10-13 | rename androidndk to androidin compile.md; ref #2991 | Yukihiro "Matz" Matsumoto | |
| 2015-10-11 | update doc/guides/compile.md to refer androidndk.rake; ref #2983 #2974 | Yukihiro "Matz" Matsumoto | |
| 2015-10-08 | Move guides location | Seba Gamboa | |
| 2015-10-08 | Testing yard generation | Seba Gamboa | |
| 2015-10-06 | Add how to use mrb_gc_arena_save()/mrb_gc_arena_restore() doc | Tatsuhiro Tsujikawa | |
| 2015-09-04 | Merge pull request #2941 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added range.h.md and edited re.h.md and version.h.md | |||
| 2015-09-03 | Update range.h.md | Ralph Desir | |
| 2015-09-03 | Cleaned up the version.h markdown. | Ralph Desir | |
| 2015-09-03 | Cleaned up the re.h markdown. | Ralph Desir | |
| 2015-09-03 | Added range markdown. | Ralph Desir(Mav7) | |
| 2015-09-03 | Merge pull request #2938 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added version.h.md and re.h.md | |||
| 2015-09-02 | Added reg.h markdown. | Ralph Desir | |
| 2015-09-02 | Added regular expression header markdown. | Ralph Desir(Mav7) | |
| 2015-09-02 | Created version.h markdown. | Ralph Desir | |
| 2015-09-02 | doc/api/mruby/version.h.md | Ralph Desir(Mav7) | |
| 2015-09-02 | update string.h.md; ref #2931 | Yukihiro "Matz" Matsumoto | |
