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
/
src
Age
Commit message (
Expand
)
Author
2012-06-03
Add Class#superclass; a patch made by @bovi; close #234
Yukihiro Matsumoto
2012-06-03
make shared string to reference-counted C structure to reduce GC pressure
Yukihiro Matsumoto
2012-06-03
small refactoring after mruby coding convention
Yukihiro Matsumoto
2012-06-02
Merge pull request #230 from MobiRuby/Class_new
Yukihiro "Matz" Matsumoto
2012-06-03
remove unsafe macros in hash.h
Yukihiro Matsumoto
2012-06-03
support Class.new()
Yuichiro MASUI
2012-06-02
simpler implementation of Hash#empty?
Yukihiro Matsumoto
2012-06-02
hash->ht might be NULL; it shouldn't though
Yukihiro Matsumoto
2012-06-02
hash->ht might be NULL; it shouldn't though
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 mrb_mem_clear
Yukihiro Matsumoto
2012-06-02
clean appendix comments from array.c
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
small refactoring around Array#concat
Yukihiro Matsumoto
2012-06-02
remove ary_reverse that no longer used
Yukihiro Matsumoto
2012-06-02
add proper type check (using mrb_get_args) in Array#replace
Yukihiro Matsumoto
2012-06-02
avoid using mrb_value in Array#+
Yukihiro Matsumoto
2012-06-02
Merge pull request #228 from fceller/master
Yukihiro "Matz" Matsumoto
2012-06-02
fixed prototype: g++ will complain about definition not being a prototype, sh...
Frank Celler
2012-06-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-02
Array#reverse revisited
Yukihiro Matsumoto
2012-06-02
Merge pull request #225 from MobiRuby/fixed_const_missing
Yukihiro "Matz" Matsumoto
2012-06-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-02
'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work from...
Yukihiro Matsumoto
2012-06-02
fixed const_get && const_missing issue
Yuichiro MASUI
2012-06-02
Merge pull request #217 from takahashim/fix-use-mrb_malloc
Yukihiro "Matz" Matsumoto
2012-06-02
Use "if" instead "switch".
Masaki Muranaka
2012-06-02
ensure str_modify is called at the beginning of modifying methods
Yukihiro Matsumoto
2012-06-02
use mrb_malloc instead of malloc
takahashim
2012-06-02
mrb_str_concat was broken for shared strings; close #214
Yukihiro Matsumoto
2012-06-01
OP_RETURN operand should be stack position of the new scope, not the current ...
Yukihiro Matsumoto
2012-06-01
rest argument offset might be -1 that means empty
Yukihiro Matsumoto
2012-06-01
remove unused mrb_f_send; and rename mrb_f_send_m to mrb_f_send
Yukihiro Matsumoto
2012-06-01
remove spawn (and backtick) method that cannot be implemented without platfor...
Yukihiro Matsumoto
2012-06-01
reorder arguments to mrb_get_args in mrb_f_send_m
Yukihiro Matsumoto
2012-06-01
symbol table key should be mrb_sym, not int32_t
Yukihiro Matsumoto
2012-06-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-31
Merge pull request #211 from MobiRuby/add_kernel_send
Yukihiro "Matz" Matsumoto
2012-06-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-01
add Kernel#send
Yuichiro MASUI
2012-06-01
remove unnecessary header inclusion from hash.c
Yukihiro Matsumoto
2012-06-01
new API mrb_gc_protect() to add object to arena
Yukihiro Matsumoto
2012-06-01
small refactoring; hash->ht should not be NULL
Yukihiro Matsumoto
2012-06-01
values need not to dup unlike keys
Yukihiro Matsumoto
2012-06-01
reorder mrb_ary_new_from_values() args to (argc, argv)
Yukihiro Matsumoto
2012-06-01
remove prototype for mrb_exec_recursive_paired()
Yukihiro Matsumoto
2012-06-01
stop using mrb_exec_recursive_paired() from Array comparison
Yukihiro Matsumoto
[next]