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
/
src
/
init.c
Age
Commit message (
Collapse
)
Author
2017-05-30
Initialize String before Exception; fix #3672
Yukihiro "Matz" Matsumoto
The old order generated some strings with their class set to NULL.
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-06-23
add mrb_open_without_mrbgems API
take_cheeze
2014-05-08
Add API `mrb_atexit()`.
take_cheeze
`mrb_final_mrbgems` will be called as mrb_state atexit function. Maybe useful in #1844.
2014-02-07
move version info from gems to core; ref #576 #1684
Yukihiro "Matz" Matsumoto
2013-03-24
Remove __printstr__
mattn
2013-03-01
Pluggable Struct
mattn
2013-02-28
Merge pull request #909 from mattn/cleanup_regexp
Yukihiro "Matz" Matsumoto
Cleanup Regexp codes
2013-02-28
Pluggable Math
mattn
2013-02-28
Cleanup Regexp codes
mattn
2013-02-26
Fix build
mattn
2013-02-15
Pluggable Regexp
mattn
2013-01-22
Added finalizer of mrbgems
Yuichiro MASUI
2012-12-08
Use only DISABLE_GEMS for feature request in include/mrbconf.h
Daniel Bovensiepen
2012-12-07
Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352
Daniel Bovensiepen
2012-12-07
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
Yukihiro Matz Matsumoto
2012-11-22
Deactivate / Activate GEMs Flag introduced into src/init.c
Daniel Bovensiepen
2012-09-13
Add init function for gems to init of core
Daniel Bovensiepen
2012-08-17
function prototypes sorted by call & removed unused (file, io, thread)
Selman ULUG
2012-07-15
DIABLE_STDIO to disable __printstr__
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
make init function consistent: mrb_init_symbols to mrb_init_symbol
Yukihiro Matsumoto
2012-06-15
Time class made optinal
Yukihiro Matsumoto
2012-06-14
make Math module optional
Yukihiro Matsumoto
2012-05-31
resolve conflict
Yukihiro Matsumoto
2012-05-23
cast style consistency
Yukihiro Matsumoto
2012-05-18
remove unused prototype
Yukihiro Matsumoto
2012-05-18
revise version description
Yukihiro Matsumoto
2012-05-15
remove old MANDEL code; close #134
Yukihiro Matsumoto
2012-05-12
Added src/math.c. Also, edited src/init.c in order to load the Math module.
Paolo Bosetti
2012-05-06
Time class available; based on code from @beoran; sorry for jumbo patch
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki