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
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
2012-04-27
allow float/double switch
Yukihiro Matsumoto
2012-04-23
Merge branch 'master' of github.com:mruby/mruby
mimaki
2012-04-23
add file header
mimaki
2012-04-20
remove dependency to SIZEOF_LONG/LONG_LONG
Yukihiro Matsumoto
2012-04-20
remove SIZEOF_FLOAT/DOUBLE
Yukihiro Matsumoto
2012-04-20
remove dependency to SIZEOF___INT64
Yukihiro Matsumoto
2012-04-20
remove SIZEOF_SHORT
Yukihiro Matsumoto
2012-04-20
remove dependency to SIZEOF_INT
Yukihiro Matsumoto
2012-04-20
remove dependency to SIZEOF_VOIDP
Yukihiro Matsumoto
2012-04-20
add mruby sources
mimaki
[prev]