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
/
include
Age
Commit message (
Expand
)
Author
2013-03-12
Merge pull request #982 from monaka/pr-make-MRB_STR_BUF_MIN_SIZE-configurable
Yukihiro "Matz" Matsumoto
2013-03-12
Use suitable types for variables.
Masaki Muranaka
2013-03-12
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
Masaki Muranaka
2013-03-08
unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner
Yukihiro Matz Matsumoto
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
Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948.
Masaki Muranaka
2013-03-05
Include stdio.h in mrbconf.h instead of C extension sources.
Masaki Muranaka
2013-03-04
Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.
Masaki Muranaka
2013-03-04
Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into FUKU...
Yukihiro Matz Matsumoto
2013-03-03
Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macro
Yukihiro "Matz" Matsumoto
2013-03-04
use mrb_int for RString len
Yukihiro Matz Matsumoto
2013-03-03
Merge pull request #934 from monaka/pr-use-mrb_int-in-array.c
Yukihiro "Matz" Matsumoto
2013-03-03
Merge pull request #932 from kaishuu0123/cleanup-mruby.h
Yukihiro "Matz" Matsumoto
2013-03-03
implement heredoc
FUKUZAWA-Tadashi
2013-03-03
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
Masaki Muranaka
2013-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2013-03-03
cleanup: unused variable local_svar
Kouki Ooyatsu
2013-03-01
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-...
Yukihiro Matz Matsumoto
2013-03-01
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead ...
Masaki Muranaka
2013-03-01
Pluggable Struct
mattn
2013-02-28
Pluggable Math
mattn
2013-02-27
Merge pull request #889 from mattn/pluggable_time
Yukihiro "Matz" Matsumoto
2013-02-26
Fix build
mattn
2013-02-26
Simplify mrb_range_beg_len(). Don't use OTHER macro.
Masaki Muranaka
2013-02-25
Use MRB_IREP_ARRAY_INIT_SIZE macro. It should be configurable since it is pos...
Masaki Muranaka
2013-02-23
Merge pull request #878 from monaka/pr-reduce-sprintf
Yukihiro "Matz" Matsumoto
2013-02-23
Merge pull request #875 from monaka/pr-enable-building-libmruby-with-DISABLE_...
Yukihiro "Matz" Matsumoto
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-23
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
Masaki Muranaka
2013-02-23
Fix errors caused by stdio.h dependent code.
Masaki Muranaka
2013-02-21
better comment description for mrbconf.h configuration
Yukihiro Matz Matsumoto
2013-02-21
remove unused HAVE_UNISTD_H altogether; ref #865
Yukihiro Matz Matsumoto
2013-02-21
Clean up mrbconf.h
brainopia
2013-02-17
Merge pull request #851 from mattn/bye_bye_regexp
Yukihiro "Matz" Matsumoto
2013-02-18
Changed debugger hook to disable
Yuichiro MASUI
2013-02-18
Remove DISABLE_REGEXP
mattn
2013-02-18
remove TT_REGEX and TT_MATCH
Yukihiro Matz Matsumoto
2013-02-18
rename hook and macro
Yukihiro Matz Matsumoto
2013-02-17
Merge pull request #845 from masuidrive/hook_fetch
Yukihiro "Matz" Matsumoto
2013-02-17
Merge pull request #850 from mattn/pluggable_regexp
Yukihiro "Matz" Matsumoto
2013-02-17
Created hook at VM code fetch. It's for debugger
Yuichiro MASUI
2013-02-15
add Module#remove_const
Yukihiro Matz Matsumoto
2013-02-15
Pluggable Regexp
mattn
2013-02-11
add mrb_str_to_cstr
Akira Yumiyama
2013-02-06
changing Make_Data_Struct API; you need to modify your code that uses Make_Da...
Yukihiro Matz Matsumoto
2013-02-06
Add semi-colon after the statement.
Masaki Muranaka
2013-02-03
Merge pull request #820 from cremno/unused-stuff
Yukihiro "Matz" Matsumoto
2013-02-03
removed declarations of undefined functions
Cremno
2013-02-02
Remove ";" suffix from function-type macros.
Masamitsu MURASE
2013-01-30
removed unused mrb_check_funcall
Cremno
[next]