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-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