summaryrefslogtreecommitdiffhomepage
path: root/src/init.c
AgeCommit message (Collapse)Author
2017-05-30Initialize String before Exception; fix #3672Yukihiro "Matz" Matsumoto
The old order generated some strings with their class set to NULL.
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2014-06-23add mrb_open_without_mrbgems APItake_cheeze
2014-05-08Add API `mrb_atexit()`.take_cheeze
`mrb_final_mrbgems` will be called as mrb_state atexit function. Maybe useful in #1844.
2014-02-07move version info from gems to core; ref #576 #1684Yukihiro "Matz" Matsumoto
2013-03-24Remove __printstr__mattn
2013-03-01Pluggable Structmattn
2013-02-28Merge pull request #909 from mattn/cleanup_regexpYukihiro "Matz" Matsumoto
Cleanup Regexp codes
2013-02-28Pluggable Mathmattn
2013-02-28Cleanup Regexp codesmattn
2013-02-26Fix buildmattn
2013-02-15Pluggable Regexpmattn
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-12-07Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352Daniel Bovensiepen
2012-12-07mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024Yukihiro Matz Matsumoto
2012-11-22Deactivate / Activate GEMs Flag introduced into src/init.cDaniel Bovensiepen
2012-09-13Add init function for gems to init of coreDaniel Bovensiepen
2012-08-17function prototypes sorted by call & removed unused (file, io, thread)Selman ULUG
2012-07-15DIABLE_STDIO to disable __printstr__Yukihiro Matsumoto
2012-06-17allow disabling Struct classYukihiro Matsumoto
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-15make init function consistent: mrb_init_symbols to mrb_init_symbolYukihiro Matsumoto
2012-06-15Time class made optinalYukihiro Matsumoto
2012-06-14make Math module optionalYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-18remove unused prototypeYukihiro Matsumoto
2012-05-18revise version descriptionYukihiro Matsumoto
2012-05-15remove old MANDEL code; close #134Yukihiro Matsumoto
2012-05-12Added src/math.c. Also, edited src/init.c in order to load the Math module.Paolo Bosetti
2012-05-06Time class available; based on code from @beoran; sorry for jumbo patchYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki