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-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
2012-07-19
use no malloc in mrb_funcall; close #386
Yukihiro Matsumoto
2012-07-18
MRB_FUNCALL_ARGC_MAX support. (refs comments in #324).
Masaki Muranaka
2012-07-13
allow DISABLE/ENABLE_SATDIO
Yukihiro Matsumoto
2012-06-28
do not undef config macro MRB_USE_FLOAT
Yukihiro Matsumoto
2012-06-27
do not undef config macros
Yukihiro Matsumoto
2012-06-17
allow disabling Struct class
Yukihiro Matsumoto
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-15
Time class made optinal
Yukihiro Matsumoto
2012-06-14
make Math module optional
Yukihiro Matsumoto
2012-06-13
stop using strtol (via readint) except in load.c; use custom readint_float
Yukihiro Matsumoto
2012-06-12
Make sprintf/format optional.
Masaki Muranaka
2012-06-03
Refactor hardcoded PARSER_DUMP macro
Jon
2012-05-31
disable ENCODING and REGEXP; regexp will be back in the future
Yukihiro Matsumoto
2012-05-09
temporal VC patch from nkshigeru
Yukihiro Matsumoto
2012-05-09
partial VC support
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-30
changed type of mrb_int to plain int by default
Yukihiro Matsumoto
2012-04-28
strtof() may not be available on some platform; use strtod() then cast to float
Yukihiro Matsumoto
[prev]
[next]