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-06-13
move RSHIFT from numeric.h to numeric.c
Yukihiro Matsumoto
2012-06-13
optimized OP_{ADD,SUB,MUL,DIV} to use numeric function for fixnums to handle ...
Yukihiro Matsumoto
2012-06-12
Make sprintf/format optional.
Masaki Muranaka
2012-06-12
remove khash#kh_debug
Yukihiro Matsumoto
2012-06-08
add auxiliary data pointer to mrb_state
Yuichiro MASUI
2012-06-07
memory leak in kh_resize_##name()
SatoshiOdawara
2012-06-06
Merge pull request #248 from monaka/pr-use-value-i-for-nil-false-check
Yukihiro "Matz" Matsumoto
2012-06-07
Use value.i for nil/false check.
Masaki Muranaka
2012-06-07
remove src/gc.h
Yukihiro Matsumoto
2012-06-05
mruby/array.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-05
mruby/string.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-05
Merge branch 'jf/parser-dump' of https://github.com/thecodeshop/mruby into th...
Yukihiro Matsumoto
2012-06-05
symbol can contain non printable characters
Yukihiro Matsumoto
2012-06-03
Refactor hardcoded PARSER_DUMP macro
Jon
2012-06-03
make arrays to share bodies
Yukihiro Matsumoto
2012-06-03
remove unused mrb_exec_recursive
Yukihiro Matsumoto
2012-06-03
should decref shared string body on gc_free
Yukihiro Matsumoto
2012-06-03
make shared string to reference-counted C structure to reduce GC pressure
Yukihiro Matsumoto
2012-06-03
remove unsafe macros in hash.h
Yukihiro Matsumoto
2012-06-02
make color in OBJECT_HEADER unsigned
Yukihiro Matsumoto
2012-06-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-02
naming convention consistency for hash.h
Yukihiro Matsumoto
2012-06-02
refactoring around mrb_hash_new
Yukihiro Matsumoto
2012-06-02
remove unused st_hash_end/unit reference
Yukihiro Matsumoto
2012-06-02
remove unused mrb_mem_clear
Yukihiro Matsumoto
2012-06-02
unify long,size_t to int in array.[ch]
Yukihiro Matsumoto
2012-06-02
changed prototype mrb_ary_replace to (mrb_state*,mrb_value,mrb_value)
Yukihiro Matsumoto
2012-06-02
export exception handling
Frank Celler
2012-06-02
fixed prototype: g++ will complain about definition not being a prototype, sh...
Frank Celler
2012-06-01
symbol table key should be mrb_sym, not int32_t
Yukihiro Matsumoto
2012-06-01
remove unused prototypes from mruby.h
Yukihiro Matsumoto
2012-06-01
remove mrb_rs from mruby.h
Yukihiro Matsumoto
2012-06-01
remove CONST_ID from mruby.h
Yukihiro Matsumoto
2012-06-01
remove IO related prototypes from mruby.h
Yukihiro Matsumoto
2012-06-01
remove ruby_setjmp from mruby.h
Yukihiro Matsumoto
2012-06-01
remove KASH from mruby.h
Yukihiro Matsumoto
2012-06-01
remove REALLOC_N
Yukihiro Matsumoto
2012-06-01
move respond_to and instance_of prototypes to mruby.h
Yukihiro Matsumoto
2012-06-01
add prototype for mrb_garbage_collect()
Yukihiro Matsumoto
2012-06-01
add prototype for mrb_garbage_collect()
Yukihiro Matsumoto
2012-06-01
remove unused event related declarations
Yukihiro Matsumoto
2012-06-01
new API mrb_gc_protect() to add object to arena
Yukihiro Matsumoto
2012-06-01
reorder mrb_ary_new_from_values() args to (argc, argv)
Yukihiro Matsumoto
2012-05-31
correctly share string bodies
Yukihiro Matsumoto
2012-05-31
remove unused prototypes
Yukihiro Matsumoto
2012-05-31
remove unused str_new_frozen
Yukihiro Matsumoto
2012-05-31
allow string shared body
Yukihiro Matsumoto
2012-05-31
resolve conflict
Yukihiro Matsumoto
2012-05-31
disable ENCODING and REGEXP; regexp will be back in the future
Yukihiro Matsumoto
2012-05-31
remove #new from immediate classes
Yukihiro Matsumoto
[next]