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-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
2013-03-23
Merge pull request #1057 from mattn/mruby-print
Yukihiro "Matz" Matsumoto
2013-03-24
Use size_t instead of int. This is for portability.
Yukihiro Matz Matsumoto
2013-03-24
Remove __printstr__
mattn
2013-03-24
For particular environments which has 25 < n < 32 bit int. There is no cost e...
Masaki Muranaka
2013-03-24
Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ...
Masaki Muranaka
2013-03-24
Use ptrdiff_t instead of int. This is for portability.
Masaki Muranaka
2013-03-24
Use mrb_bool instead of int. This is for portability; based on e767ebf but iv...
Yukihiro Matz Matsumoto
2013-03-23
Remove unused marco CODEGEN_DUMP.
Masaki Muranaka
2013-03-23
rename mrb_ptr_as_string() to mrb_ptr_to_str()
Yukihiro Matz Matsumoto
2013-03-23
Merge branch 'pr-add-mrb_ptr_as_string' of https://github.com/monaka/mruby in...
Yukihiro Matz Matsumoto
2013-03-23
Remove _obj_classname() as unused.
Masaki Muranaka
2013-03-23
Use mrb_obj_classname() instead of _obj_classname(). They are complietely same.
Masaki Muranaka
2013-03-23
Remove *printf() that have "%p" format as possible. Use tomrb_ptr_as_string()...
Masaki Muranaka
2013-03-23
Add new API mrb_ptr_as_string().
Masaki Muranaka
2013-03-23
Merge pull request #1048 from monaka/pr-make-array.c-and-vm.c-share-value_move
Yukihiro "Matz" Matsumoto
2013-03-23
Merge pull request #1050 from monaka/pr-cleanup-string.c-20130323
Yukihiro "Matz" Matsumoto
2013-03-23
Set MRB_TT_MODULE to Module.
Masaki Muranaka
2013-03-23
Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogona...
Masaki Muranaka
[next]