summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2012-10-17defining mrb_int also requires MRB_INT_{MAX,MIN} to be definedYukihiro Matsumoto
2012-09-12mrb_sym can be short integer; reduced 10KBYukihiro Matsumoto
2012-09-12Merge pull request #467 from iij/pr-fix-include-path-procYukihiro "Matz" Matsumoto
2012-09-12Fix include path in proc.h.Kouki Ooyatsu
2012-09-12two more wrapper macros for ctype.hTomoyuki Sahara
2012-09-10OP_EQ should try direct compararison firstYukihiro Matsumoto
2012-09-06MRB_TT_MAIN is an immediate type; need make clean; close #452Yukihiro Matsumoto
2012-09-04rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZEYukihiro Matsumoto
2012-09-03remove memleaks using linked allocatorYukihiro Matsumoto
2012-09-03introduce toplevel object main; close #327Yukihiro Matsumoto
2012-08-31source position added to exception representationYukihiro Matsumoto
2012-08-31save debugging lineno info in irepYukihiro Matsumoto
2012-08-29remove flags from irepYukihiro Matsumoto
2012-08-26Publish mrb_hash_delete_key.Masamitsu MURASE
2012-08-22file/line info passed to codegen; argument type of mrb_generate_code() has ch...Yukihiro Matsumoto
2012-08-19allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889Yukihiro Matsumoto
2012-08-18remove BEGIN/END from syntaxYukihiro Matsumoto
2012-08-18rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADERYukihiro Matsumoto
2012-08-18use bit field mrb_vtype in MRUBY_OBJECT_HEADERYukihiro Matsumoto
2012-08-15canonicalize NaN value in NaN boxing environmentConstellation
2012-08-14NaN boxingYukihiro Matsumoto
2012-08-14move mrb_value def to mruby/value.hYukihiro Matsumoto
2012-08-12now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...Yukihiro Matsumoto
2012-08-09add GC.disable and GC.enableYukihiro Matsumoto
2012-08-08store :initialize in mrb structureYukihiro Matsumoto
2012-08-03define_method to copy block bodyYukihiro Matsumoto
2012-08-01make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...Yukihiro Matsumoto
2012-07-31POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.Masaki Muranaka
2012-07-30add description of MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30khash refactoring; no more MRB_KHASH_INITIAL_SIZEYukihiro Matsumoto
2012-07-30add description of MRB_HEAP_PAGE_SIZEYukihiro Matsumoto
2012-07-30better mrbconf decsriptionYukihiro Matsumoto
2012-07-30iv khash initial size to 8Yukihiro Matsumoto
2012-07-30allow specifying khash initial sizeYukihiro Matsumoto
2012-07-30MRB_INITIAL_HASH_SIZE : Make the initial hash size configurable.Masaki Muranaka
2012-07-30remove __STDC_LIMIT_MACROS for INT32_MAXYukihiro Matsumoto
2012-07-30fixed the comment EnglishYukihiro Matsumoto
2012-07-29Define __STDC_LIMIT_MACROS for INT32_MAX in C++Max Anselm
2012-07-29Merge pull request #405 from monaka/pr-remove-unimplemented-declarationYukihiro "Matz" Matsumoto
2012-07-29Remove unimplemented declarations.Masaki Muranaka
2012-07-29mrb_hash_delete_key(), mrb_hash_keys() : Declare as static.Masaki Muranaka
2012-07-25Undefine new for class rather than instance.Max Anselm
2012-07-24instance_eval should set target_class in the blockYukihiro Matsumoto
2012-07-19use no malloc in mrb_funcall; close #386Yukihiro Matsumoto
2012-07-19make MRB_ARENA_SIZE to be configurableYukihiro Matsumoto
2012-07-18MRB_FUNCALL_ARGC_MAX support. (refs comments in #324).Masaki Muranaka
2012-07-17change return type of mrb_p() to voidYukihiro Matsumoto
2012-07-15make class_from_sym staticYukihiro Matsumoto
2012-07-13Merge pull request #367 from junjis0203/rename_load_string_argument_nameYukihiro "Matz" Matsumoto
2012-07-14Rename confusable argument nameJunji Sawada