index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-03-10
Change default gem path.
Yuichiro MASUI
2013-03-09
more CFLAGS and LDFLAGS are specified automatically.
crimsonwoods
2013-03-09
add a new feature to select the target Android platform.
crimsonwoods
2013-03-09
add a new feature to select the target architecture.
crimsonwoods
2013-03-08
define and use print format macros for mrb_int
Cremno
2013-03-08
Merge pull request #1 from monaka/pr-new-mrb_format
Yuichiro MASUI
2013-03-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2013-03-09
OP_ARRAY may overflow ARG_C
Yukihiro Matz Matsumoto
2013-03-09
Fix warnings.
Masaki Muranaka
2013-03-09
Don't use int. It decreases portability. Use size_t as array index and leng...
Masaki Muranaka
2013-03-09
Sanity check. As there are implicaton SIZE_MAX >= UINT32_MAX in this code. Th...
Masaki Muranaka
2013-03-09
Clean up code.
Masaki Muranaka
2013-03-09
Store to *bin_size if bin_size != NULL.
Masaki Muranaka
2013-03-09
Use type cast not void* but char*. Don't substiture void pointers.
Masaki Muranaka
2013-03-08
Remove unused substitutions and calculations.
Masaki Muranaka
2013-03-08
Don't initialize variables that store result as MRB_DUMP_OK. It possibly caus...
Masaki Muranaka
2013-03-08
Merge pull request #970 from masuidrive/fix_building_script
Yukihiro "Matz" Matsumoto
2013-03-08
Merge pull request #968 from kouki-o-iij/pr-mrbgem-numeric-ext
Yukihiro "Matz" Matsumoto
2013-03-08
Merge pull request #967 from iij/pr-string-strip
Yukihiro "Matz" Matsumoto
2013-03-08
Fixed to uint8_t
Yuichiro MASUI
2013-03-08
Fixed #969
Yuichiro MASUI
2013-03-08
Change unsigned char to uint8_t
Yuichiro MASUI
2013-03-08
fix comment
Kouki Ooyatsu
2013-03-08
add Integer#chr test case: multibyte (raise RangeError)
Kouki Ooyatsu
2013-03-08
add mrbgems/ext/mruby-numeric, and method: Integer#chr
Kouki Ooyatsu
2013-03-08
add "strip" family to String.
Tomoyuki Sahara
2013-03-07
Merge pull request #966 from monaka/pr-add-dump-method-to-String-class
Yukihiro "Matz" Matsumoto
2013-03-07
Merge pull request #965 from cremno/mrbc-multiple-outfiles-mem-leak
Yukihiro "Matz" Matsumoto
2013-03-08
Add String#dump method.
Masaki Muranaka
2013-03-08
unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner
Yukihiro Matz Matsumoto
2013-03-07
mrbc: exit if outfile is specified multiple times
Cremno
2013-03-08
refactoring
crimsonwoods
2013-03-08
bug fix: add new option '-mandroid' into CFLAGS and same options are applied ...
crimsonwoods
2013-03-08
New mrb format. The detail is in https://github.com/mruby/mruby/issues/944
Yuichiro MASUI
2013-03-08
bug fix: the argument of '--sysroot' option should be followed '=' character.
crimsonwoods
2013-03-07
Merge pull request #962 from masahino/fix_branch_option
Yukihiro "Matz" Matsumoto
2013-03-07
Merge pull request #963 from skandhas/pr-add-mrbgems-mruby-string-ext
Yukihiro "Matz" Matsumoto
2013-03-07
Merge pull request #961 from monaka/pr-support-user-defined-loadable-build
Yukihiro "Matz" Matsumoto
2013-03-07
add mrbgems/mruby-string-ext, and method: String#getbyte
skandhas
2013-03-07
fix handling of :branch option of gem.conf
masahino
2013-03-07
Apply @masuidrive's review point. @bins should be Array.
Masaki Muranaka
2013-03-07
Add Support to build loadable modules defined in mrbgems.
Masaki Muranaka
2013-03-06
Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; clo...
Yukihiro Matz Matsumoto
2013-03-05
Merge pull request #957 from mattn/no_ambiguous
Yukihiro "Matz" Matsumoto
2013-03-05
Merge pull request #954 from carsonmcdonald/arrcrashfix
Yukihiro "Matz" Matsumoto
2013-03-06
Remove warning for regexp
mattn
2013-03-05
Add null check after mrb_realloc for array
Carson McDonald
2013-03-05
Merge pull request #952 from kano4/master
Yukihiro "Matz" Matsumoto
2013-03-05
Add include guard in node.h
kano4
2013-03-05
Replace tabs with spaces
kano4
[prev]
[next]