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
Age
Commit message (
Expand
)
Author
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
2012-07-29
Remove unimplemented declarations.
Masaki Muranaka
2012-07-29
mrb_hash_delete_key(), mrb_hash_keys() : Declare as static.
Masaki Muranaka
2012-07-25
Undefine new for class rather than instance.
Max Anselm
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
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 lin...
Yukihiro Matsumoto
2012-07-03
modify compiler API; replace mrb_compie_xxx with mrb_load_xxx() that combines...
Yukihiro Matsumoto
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
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
2012-06-21
move KHASH_DECLARE to header files
Yukihiro Matsumoto
2012-06-21
Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into cri...
Yukihiro Matsumoto
2012-06-20
remove RuntimeError from mrb_state
Yukihiro Matsumoto
2012-06-19
split declaration and definition for 'khash_xxx'.
crimsonwoods
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
Time class made optinal
Yukihiro Matsumoto
2012-06-15
remove unreference Error class macros
Yukihiro Matsumoto
[prev]
[next]