- 23 Jun, 2015 11 commits
-
-
Terence Lee authored
-
Yukihiro "Matz" Matsumoto authored
Mrb string value cstr patch
-
Yukihiro "Matz" Matsumoto authored
Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for
-
Yukihiro "Matz" Matsumoto authored
Proc#curry should preserve lambdas
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Jared Breeden authored
-
Jared Breeden authored
-
Jared Breeden authored
-
Jared Breeden authored
-
Jared Breeden authored
-
- 22 Jun, 2015 5 commits
-
-
Terence Lee authored
cross compiles
-
cremno authored
-
cremno authored
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.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add :mgem gem loading.
-
- 21 Jun, 2015 3 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
-
- 20 Jun, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix repository link to mruby/mruby
-
Anton Davydov authored
-
- 19 Jun, 2015 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix typos in documentation and error messages
-
Yukihiro "Matz" Matsumoto authored
[ci skip] Remove some Srting#split samples
-
Anton Davydov authored
-
yui-knk authored
mruby not support regexp, so remove these samples.
-
- 17 Jun, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 16 Jun, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Time rounding precision
-
Lukas Joeressen authored
-
- 15 Jun, 2015 1 commit
-
-
Lukas Joeressen authored
-
- 14 Jun, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
refactor code to call mrb_inspect() instead
-
- 13 Jun, 2015 1 commit
-
-
cremno authored
mrb_inspect() also calls mrb_obj_as_string() after #inspect to ensure the mrb_value is a string.
-
- 10 Jun, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove the unused libterminfo detection code.
-
Huei-Horng Yo authored
The detection code is unused even on OpenBSD 5.7, because of the standard installation is libtermcap be installed, not libterminfo. This fixes #2829 Tested on Arch Linux (x86_64) & OpenBSD 5.7 (amd64). Signed-off-by: Huei-Horng Yo <hiroshi@ghostsinthelab.org>
-
- 09 Jun, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Detect if ncurses' backend is terminfo or termcap.
-
Huei-Horng Yo authored
Borrowed from @mattn's code at: https://github.com/mruby/mruby/issues/2662#issuecomment-65535705Signed-off-by: Huei-Horng Yo <hiroshi@ghostsinthelab.org>
-
- 08 Jun, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
gsub/sub supports back references in substitutes. fixes #2816.
-
Tomoyuki Sahara authored
This implementation is compatible with CRuby's String#gsub/sub except \1 ... \9 and \+. They are useless without Regexp library.
-
- 06 Jun, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix build on MIPS of linux
-
Yukihiro "Matz" Matsumoto authored
Added some documentation for some of the functions found in array.h.
-
Nobuhiro Iwamatsu authored
MIPS of Linux platform is supported frexpl(3). This fixes to use the frexpl that are provided with gcc if user wants to build on MIPS of Linux platform. Signe-doff-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-