| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-29 | Merge pull request #2862 from scalone/recursive_clone | Yukihiro "Matz" Matsumoto | |
| Add —-recursive option to automatically update submodules from git mgems | |||
| 2015-06-29 | Merge pull request #2861 from scalone/quotes_use | Yukihiro "Matz" Matsumoto | |
| Fix quotes use during load special path gem of gem. | |||
| 2015-06-29 | Merge pull request #2860 from franckverrot/move-doc | Yukihiro "Matz" Matsumoto | |
| Respect the directory structure of `include` | |||
| 2015-06-26 | Fix quotes use during load special path gem of gem. | Thiago Scalone | |
| 2015-06-26 | Add —-recursive option to automatically update submodules from git mgems. | Thiago Scalone | |
| 2015-06-26 | Respect the directory structure of `include` | Franck Verrot | |
| As mentioned in the README, two files have been put under the `mruby` directory. | |||
| 2015-06-25 | Merge pull request #2859 from mattn/fix-root | Yukihiro "Matz" Matsumoto | |
| add_dependency doesn't work | |||
| 2015-06-25 | Merge pull request #2858 from franckverrot/remove-unnecessary-backticks | Yukihiro "Matz" Matsumoto | |
| Remove unnecessary backticks | |||
| 2015-06-25 | add_dependency doesn't work | mattn | |
| 2015-06-24 | Remove unnecessary backticks. | Franck Verrot | |
| Dr Markus Kuhn published in 1999 an article [1] explaining in details why we shouldn't use the ASCII grave accent (0x60) as a left quotation. Backticks have been used most notably to produce nice-looking LaTeX documents but it doesn't seem to be an issue on modern platforms and for the oldest ones, there are workarounds as mentioned by Dr Kuhn. [1]: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html | |||
| 2015-06-24 | Merge branch 'furunkel-deprecated' | Yukihiro "Matz" Matsumoto | |
| 2015-06-24 | remove deprecated.h | Yukihiro "Matz" Matsumoto | |
| 2015-06-24 | Merge branch 'deprecated' of https://github.com/furunkel/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| furunkel-deprecated | |||
| 2015-06-24 | Merge pull request #2857 from hone/cross_compile_targets | Yukihiro "Matz" Matsumoto | |
| provide targets for building native extensions during CrossBuild | |||
| 2015-06-24 | Merge pull request #2853 from jbreeden/alloc_doc | Yukihiro "Matz" Matsumoto | |
| Alloc doc | |||
| 2015-06-23 | add host_target/build_target options for CrossBuild'ng native extensions | Terence Lee | |
| 2015-06-23 | Move deprecated macros and functions to dedicated header file | furunkel | |
| 2015-06-22 | Merge branch 'master' of http://github.com/mruby/mruby into alloc_doc | Jared Breeden | |
| 2015-06-22 | Fixes #912 | Jared Breeden | |
| 2015-06-23 | Merge pull request #2852 from jbreeden/mrb_string_value_cstr_patch | Yukihiro "Matz" Matsumoto | |
| Mrb string value cstr patch | |||
| 2015-06-23 | Merge pull request #2851 from hone/mruby_compiler | Yukihiro "Matz" Matsumoto | |
| Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for | |||
| 2015-06-23 | Merge pull request #2849 from cremno/proc-curry-should-preserve-lambdas | Yukihiro "Matz" Matsumoto | |
| Proc#curry should preserve lambdas | |||
| 2015-06-23 | Merge branch 'cremno-fix-strict-proc-arity' | Yukihiro "Matz" Matsumoto | |
| 2015-06-23 | fix Proc#curry test failure; ref #2848 | Yukihiro "Matz" Matsumoto | |
| 2015-06-22 | *Correctly* removing extra mrb_str_to_str call | Jared Breeden | |
| 2015-06-22 | Reverting overzealous changes | Jared Breeden | |
| 2015-06-22 | Removing unneeded bad_checks for verified strings | Jared Breeden | |
| 2015-06-22 | Removing redundant mrb_str_to_str call | Jared Breeden | |
| 2015-06-22 | Calling mrb_str_to_str in mrb_string_value_cstr. Fixes #2847 | Jared Breeden | |
| 2015-06-22 | Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for | Terence Lee | |
| cross compiles | |||
| 2015-06-22 | Proc#curry should preserve lambdas | cremno | |
| 2015-06-22 | fix arity of lambdas with optional arguments | cremno | |
| From the CRuby 2.2.2 Proc#arity documentation: If the block has optional arguments, returns -n-1, where n is the number of mandatory arguments, with the exception for blocks that are not lambdas and have only a finite number of optional arguments; in this latter case, returns n. | |||
| 2015-06-22 | [ci skip] replace "ignored" by "omitted"; ref #2846 | Yukihiro "Matz" Matsumoto | |
| 2015-06-22 | Merge pull request #2846 from take-cheeze/mgem_mrbgem | Yukihiro "Matz" Matsumoto | |
| Add :mgem gem loading. | |||
| 2015-06-22 | Add documentation to new mgem features. | take_cheeze | |
| 2015-06-22 | Load missing dependencies from core or mgem-list. | take_cheeze | |
| 2015-06-22 | Add :mgem gem loader to load mrbgem from mgem-list ( ↵ | take_cheeze | |
| https://github.com/mruby/mgem-list ). | |||
| 2015-06-20 | Merge pull request #2842 from davydovanton/doc-fix-old-link | Yukihiro "Matz" Matsumoto | |
| Fix repository link to mruby/mruby | |||
| 2015-06-20 | Fix repository link to mruby/mruby [skip ci] | Anton Davydov | |
| 2015-06-19 | Merge pull request #2840 from davydovanton/doc-fix-typos | Yukihiro "Matz" Matsumoto | |
| Fix typos in documentation and error messages | |||
| 2015-06-19 | Merge pull request #2839 from yui-knk/fix/string_split_sample | Yukihiro "Matz" Matsumoto | |
| [ci skip] Remove some Srting#split samples | |||
| 2015-06-19 | Fix typos in documentation and error messages [skip ci] | Anton Davydov | |
| 2015-06-19 | [ci skip] Remove some Srting#split samples | yui-knk | |
| mruby not support regexp, so remove these samples. | |||
| 2015-06-17 | Added a check for 64 bit time_t overflow; based on a patch from @kext; close ↵ | Yukihiro "Matz" Matsumoto | |
| #2836 | |||
| 2015-06-16 | Merge pull request #2835 from kext/time-rounding-precision | Yukihiro "Matz" Matsumoto | |
| Time rounding precision | |||
| 2015-06-16 | Changed llrint to llround | Lukas Joeressen | |
| 2015-06-15 | Rounding errors could make time_alloc imprecise | Lukas Joeressen | |
| 2015-06-14 | Merge pull request #2833 from cremno/call-mrb_inspect | Yukihiro "Matz" Matsumoto | |
| refactor code to call mrb_inspect() instead | |||
| 2015-06-13 | refactor code to call mrb_inspect() instead | cremno | |
| mrb_inspect() also calls mrb_obj_as_string() after #inspect to ensure the mrb_value is a string. | |||
| 2015-06-10 | Merge pull request #2830 from hiroshiyui/mirb-termcap-compat | Yukihiro "Matz" Matsumoto | |
| Remove the unused libterminfo detection code. | |||
