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-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-23
Changed the RData type field to 'const'
Artur K
2013-03-23
fixed NaN boxing compilation
Cremno
2013-03-24
resolve conflict
Yukihiro Matz Matsumoto
2013-03-24
Use size_t instead of int. This is for portability.
Yukihiro Matz Matsumoto
2013-03-24
Use mrb_bool instead of int. This is for portability; based on e767ebf but iv...
Yukihiro Matz Matsumoto
2013-03-23
rename mrb_ptr_as_string() to mrb_ptr_to_str()
Yukihiro Matz Matsumoto
2013-03-23
Add new API mrb_ptr_as_string().
Masaki Muranaka
2013-03-23
Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogona...
Masaki Muranaka
2013-03-23
resolve conflict regarding backtick
Yukihiro Matz Matsumoto
2013-03-22
Add configuration macro MRB_PARSER_BUF_SIZE.
Masaki Muranaka
2013-03-22
Add new API mrb_intern_cstr(). This is for naming orthogonality. mrb_intern i...
Masaki Muranaka
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-21
Backtick operation
mattn
2013-03-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2013-03-19
add new macro mrb_bool as a counterpart of mrb_bool_value
Yukihiro Matz Matsumoto
2013-03-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-18
Merge pull request #1030 from monaka/pr-some-optimizes-to-vm.c-20130318
Yukihiro "Matz" Matsumoto
2013-03-19
Add new API mrb_true_or_false_value().
Masaki Muranaka
2013-03-19
refactor heredoc identifier
FUKUZAWA-Tadashi
2013-03-19
implement literal %W %w %s
FUKUZAWA-Tadashi
2013-03-19
%I %i literal
FUKUZAWA-Tadashi
2013-03-18
Remove mrb_checkstack() as unused.
Masaki Muranaka
2013-03-18
Merge pull request #1025 from FUKUZAWA-Tadashi/master
Yukihiro "Matz" Matsumoto
2013-03-18
fix the type of argument named 'aspec'.
crimsonwoods
2013-03-18
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2013-03-18
applying C++ patch from @monaka to support C++ bool type; close #1019
Yukihiro Matz Matsumoto
2013-03-18
fix the type of bit field variable.
crimsonwoods
2013-03-17
refactor heredoc identifier
FUKUZAWA-Tadashi
2013-03-17
implement literal %W %w %s
FUKUZAWA-Tadashi
2013-03-17
resolve conflict from #1017
Yukihiro Matz Matsumoto
2013-03-16
Remove stdio.h as it is included in mrbconf.h.
Masaki Muranaka
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-16
Remove unnecessory stdint.h.
Masaki Muranaka
2013-03-16
Include mruby.h. As KHASH_DEFAULT_SIZE might be defined in mrbconf.h.
Masaki Muranaka
2013-03-16
Remove string.h in khash.h
Masaki Muranaka
2013-03-16
Avoid to call memset(). Use the new function kh_fill_flags() instead. This is...
Masaki Muranaka
2013-03-16
Change the place of the close parenthesis. Even though it probably cause no b...
Masaki Muranaka
2013-03-15
Merge pull request #1010 from monaka/pr-remove-meaningless-bitfields-in-irep
Yukihiro "Matz" Matsumoto
2013-03-15
removed compatibility macros mrb_ary_new_elts() and mrb_ary_new4()
Yukihiro Matz Matsumoto
2013-03-15
rename mrb_basic to mrb_basic_ptr; close #1011
Yukihiro Matz Matsumoto
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-15
Remove bit-fields. They doesn't reduce memory on major environments.
Masaki Muranaka
2013-03-14
experimental MRB_INT16 added
Yukihiro Matz Matsumoto
2013-03-14
Merge pull request #997 from monaka/pr-add-type-mrb_bool_t
Yukihiro "Matz" Matsumoto
2013-03-14
use size_t for string length C API
Yukihiro Matz Matsumoto
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-14
Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.
Masaki Muranaka
2013-03-13
Merge branch 'master' into pr-systemcallerror
Tomoyuki Sahara
2013-03-13
Merge branch 'master' into pr-systemcallerror
Tomoyuki Sahara
[next]