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
/
mrbconf.h
Age
Commit message (
Expand
)
Author
2013-03-29
Remove str_to_mrb_int(). There is some reasons.
Masaki Muranaka
2013-03-29
Move TRUE/FALSE existence checks.
Masaki Muranaka
2013-03-24
Include stddef.h. It is required by size_t. In case you include stdio.h, stdd...
Masaki Muranaka
2013-03-24
resolve conflict
Yukihiro Matz Matsumoto
2013-03-22
Add configuration macro MRB_PARSER_BUF_SIZE.
Masaki Muranaka
2013-03-18
applying C++ patch from @monaka to support C++ bool type; close #1019
Yukihiro Matz Matsumoto
2013-03-14
experimental MRB_INT16 added
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-12
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
Masaki Muranaka
2013-03-08
define and use print format macros for mrb_int
Cremno
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-03
Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macro
Yukihiro "Matz" Matsumoto
2013-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2013-03-01
Pluggable Struct
mattn
2013-02-28
Pluggable Math
mattn
2013-02-26
Fix build
mattn
2013-02-25
Use MRB_IREP_ARRAY_INIT_SIZE macro. It should be configurable since it is pos...
Masaki Muranaka
2013-02-23
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
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-17
Merge pull request #845 from masuidrive/hook_fetch
Yukihiro "Matz" Matsumoto
2013-02-17
Created hook at VM code fetch. It's for debugger
Yuichiro MASUI
2013-02-15
Pluggable Regexp
mattn
2013-01-26
defined printf macro for mrb_int
Yuichiro MASUI
2013-01-22
Fixed mistake
Yuichiro MASUI
2013-01-21
Fixed MRB_INT64 warning
Yuichiro MASUI
2013-01-20
Improved build scripts and config files
Yuichiro MASUI
2012-12-18
Derive DISABLE_GEMS macro according to build configuration
Xuejie Xiao
2012-12-16
MSVC doesn't define strtoll but _strtoi64.
Cremno
2012-11-22
Deactivate / Activate GEMs Flag introduced into mrbconf.h
Daniel Bovensiepen
2012-11-16
define MRB_INT64 flag for mrb_int as 64bit
Yuichiro MASUI
2012-10-27
define convert method mrb_int/mrb_float with C string
Yuichiro MASUI
2012-10-17
defining mrb_int also requires MRB_INT_{MAX,MIN} to be defined
Yukihiro Matsumoto
2012-09-12
mrb_sym can be short integer; reduced 10KB
Yukihiro Matsumoto
2012-09-04
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-12
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...
Yukihiro Matsumoto
2012-07-31
POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.
Masaki Muranaka
2012-07-30
add description of MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
khash refactoring; no more MRB_KHASH_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
add description of MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-30
better mrbconf decsription
Yukihiro Matsumoto
2012-07-30
remove __STDC_LIMIT_MACROS for INT32_MAX
Yukihiro Matsumoto
2012-07-30
fixed the comment English
Yukihiro Matsumoto
2012-07-29
Define __STDC_LIMIT_MACROS for INT32_MAX in C++
Max Anselm
[next]