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-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-26
Publish mrb_hash_delete_key.
Masamitsu MURASE
2012-08-22
file/line info passed to codegen; argument type of mrb_generate_code() has ch...
Yukihiro Matsumoto
2012-08-19
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
Yukihiro Matsumoto
2012-08-18
remove BEGIN/END from syntax
Yukihiro Matsumoto
2012-08-18
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-18
use bit field mrb_vtype in MRUBY_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-15
canonicalize NaN value in NaN boxing environment
Constellation
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 -DMRB_USE_IV_SE...
Yukihiro Matsumoto
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
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
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
[next]