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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-03-28
Merge pull request #1102 from carsonmcdonald/gvarunderscorefix
Yukihiro "Matz" Matsumoto
2013-03-28
Merge pull request #1101 from monaka/pr-cleanup-includes
Yukihiro "Matz" Matsumoto
2013-03-28
Allow globals that start with $_
Carson McDonald
2013-03-29
Rearrange SIZE_MAX. It is supported also VC++ since its version10. And there ...
Masaki Muranaka
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-29
Remove limits.h from numeric.h. Add limits.h to some C files.
Masaki Muranaka
2013-03-29
Fixed wrong section size calculation
Yuichiro MASUI
2013-03-28
Merge pull request #1095 from monaka/pr-add-arena-guard
Yukihiro "Matz" Matsumoto
2013-03-28
Merge branch 'pr-fix-mrb_format' of https://github.com/monaka/mruby into mona...
Yukihiro "Matz" Matsumoto
2013-03-28
Merge pull request #1094 from monaka/pr-use-mrb_format
Yukihiro "Matz" Matsumoto
2013-03-28
return value from fread(3) just cannot be ignored
Yukihiro "Matz" Matsumoto
2013-03-28
Add arena guard. It will be exausted when the pool is huge.
Masaki Muranaka
2013-03-28
Fix argunum_error() to use mrb_format().
Masaki Muranaka
2013-03-28
Fix %s to %S.
Masaki Muranaka
2013-03-28
Modify mrb_name_error() to use mrb_format().
Masaki Muranaka
2013-03-28
Catch return values to silent compiler
Daniel Bovensiepen
2013-03-28
Fix. In some cases, %S substitutions were failed.
Masaki Muranaka
2013-03-28
Remove the escape backslash from the result string.
Masaki Muranaka
2013-03-27
Merge pull request #1082 from masuidrive/add_debug_info
Yukihiro "Matz" Matsumoto
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-27
implement mrb_format and mrb_vformat
Yukihiro Matz Matsumoto
2013-03-27
Added debug infomation section into .mrb file
Yuichiro MASUI
2013-03-27
Remove unused variable
mattn
2013-03-27
bug in fread(3) error check
Yukihiro Matz Matsumoto
2013-03-27
little cosmetic change (delete word Rite); bump dump file version number
Yukihiro Matz Matsumoto
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-26
Use C99 flexible array in pool.c
kano4
2013-03-26
main.to_s should also return "main"
Yukihiro Matz Matsumoto
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-26
Merge branch 'selftopiv' of https://github.com/carsonmcdonald/mruby into cars...
Yukihiro Matz Matsumoto
2013-03-26
use C99 flexible array member instead of [1]
Yukihiro Matz Matsumoto
2013-03-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2013-03-26
Merge pull request #1073 from kurodash/pr-builderr-on-vs2012
Yukihiro "Matz" Matsumoto
2013-03-26
zero length array is GCC extension
Yukihiro Matz Matsumoto
2013-03-26
fixed build error on VS2012 toolchains.
kurodash
2013-03-26
Preprocessor # should be the top of line.
Masaki Muranaka
2013-03-26
Remove unused macros.
Masaki Muranaka
2013-03-26
Remove #if 0 ... #endif code.
Masaki Muranaka
2013-03-25
remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'.
crimsonwoods
2013-03-25
Merge pull request #1065 from monaka/pr-reduce-stdio-dependency
Yukihiro "Matz" Matsumoto
2013-03-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-24
Make topenv() static inlined
Xuejie "Rafael" Xiao
2013-03-24
Reduce using snprintf(). They can replace by mruby API.
Masaki Muranaka
2013-03-24
Separate FILE dependencies with ENABLE_STDIO.
Masaki Muranaka
2013-03-24
Adjusted indent, space and tab
MATSUMOTO Ryosuke
2013-03-23
Merge pull request #1059 from mattn/remove_needless_sprintf
Yukihiro "Matz" Matsumoto
2013-03-24
Remove unused mrb_sprintf
mattn
2013-03-23
Merge pull request #1058 from mattn/remove_mrb_f_sprintf
Yukihiro "Matz" Matsumoto
2013-03-24
resolve conflict
Yukihiro Matz Matsumoto
2013-03-24
Remove needless prototype
mattn
[next]