| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-14 | NaN boxing | Yukihiro Matsumoto | |
| 2012-08-14 | move mrb_value def to mruby/value.h | Yukihiro Matsumoto | |
| 2012-08-12 | now segmented list can be used as instance variable tables by ↵ | Yukihiro Matsumoto | |
| -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption | |||
| 2012-08-09 | add GC.disable and GC.enable | Yukihiro Matsumoto | |
| 2012-08-08 | store :initialize in mrb structure | Yukihiro Matsumoto | |
| 2012-08-03 | define_method to copy block body | Yukihiro Matsumoto | |
| 2012-08-01 | make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ↵ | Yukihiro Matsumoto | |
| name | |||
| 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 | iv khash initial size to 8 | Yukihiro Matsumoto | |
| 2012-07-30 | allow specifying khash initial size | Yukihiro Matsumoto | |
| 2012-07-30 | MRB_INITIAL_HASH_SIZE : Make the initial hash size configurable. | Masaki Muranaka | |
| 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-29 | Merge pull request #405 from monaka/pr-remove-unimplemented-declaration | Yukihiro "Matz" Matsumoto | |
| Remove unimplemented declarations. | |||
| 2012-07-29 | Remove unimplemented declarations. | Masaki Muranaka | |
| 2012-07-29 | mrb_hash_delete_key(), mrb_hash_keys() : Declare as static. | Masaki Muranaka | |
| mrb_check_hash_type(): Remove as no implementation. | |||
| 2012-07-25 | Undefine new for class rather than instance. | Max Anselm | |
| Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add mrb_undef_class_method for DRYness. | |||
| 2012-07-24 | instance_eval should set target_class in the block | Yukihiro Matsumoto | |
| 2012-07-19 | use no malloc in mrb_funcall; close #386 | Yukihiro Matsumoto | |
| 2012-07-19 | make MRB_ARENA_SIZE to be configurable | Yukihiro Matsumoto | |
| 2012-07-18 | MRB_FUNCALL_ARGC_MAX support. (refs comments in #324). | Masaki Muranaka | |
| 2012-07-17 | change return type of mrb_p() to void | Yukihiro Matsumoto | |
| 2012-07-15 | make class_from_sym static | Yukihiro Matsumoto | |
| 2012-07-13 | Merge pull request #367 from junjis0203/rename_load_string_argument_name | Yukihiro "Matz" Matsumoto | |
| Rename confusable argument name | |||
| 2012-07-14 | Rename confusable argument name | Junji Sawada | |
| 2012-07-14 | Remove unnecessary header inclusion | Junji Sawada | |
| 2012-07-14 | mrb_load_xxx to return undef + mrb_undef_p | Yukihiro Matsumoto | |
| 2012-07-13 | simpify mruby/mrbc using context | Yukihiro Matsumoto | |
| 2012-07-13 | allow DISABLE/ENABLE_SATDIO | Yukihiro Matsumoto | |
| 2012-07-12 | remove double stdio.h inclusion | Yukihiro Matsumoto | |
| 2012-07-09 | we don't need xmalloc; close #356 | Yukihiro Matsumoto | |
| 2012-07-06 | remove MRB_TT_THREAD,MRB_TT_THREADGRP | Yukihiro Matsumoto | |
| 2012-07-05 | move RDoc comments | Yukihiro Matsumoto | |
| 2012-07-03 | add new function mrb_parser_free() | Yukihiro Matsumoto | |
| 2012-07-03 | capture_errors can be specified by mrbc_context | Yukihiro Matsumoto | |
| 2012-07-03 | add context arg to mrb_parser_parse() | Yukihiro Matsumoto | |
| 2012-07-03 | add context to parser, that would hold local variable info, filename, and ↵ | Yukihiro Matsumoto | |
| line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions. | |||
| 2012-07-03 | modify compiler API; replace mrb_compie_xxx with mrb_load_xxx() that ↵ | Yukihiro Matsumoto | |
| combines compilatoin and execution | |||
| 2012-07-03 | constify parser input strings | Yukihiro Matsumoto | |
| 2012-07-03 | remove size_t from parser | 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-24 | Modify Kernel#clone and Kernel#dup. | Masamitsu MURASE | |
| Kernel#clone, Kernel#dup: - 'iv' should not be shared with the original object, but it should be copied. Kernel#clone: - 'mt' of singleton_class should be copied. | |||
| 2012-06-23 | check object type before retrieving instance variabls; close #311 | Yukihiro Matsumoto | |
| 2012-06-21 | dislose mrb_hash_keys; close #304 | Yukihiro Matsumoto | |
