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-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
2012-06-01
stop using mrb_exec_recursive_paired() from Hash#==
Yukihiro Matsumoto
2012-06-01
hash function should use #eql? internally
Yukihiro Matsumoto
2012-06-01
hash function should use #hash internally
Yukihiro Matsumoto
2012-06-01
add inline to KHASH_INIT functions
Yukihiro Matsumoto
2012-05-31
Add Module.const_defined? && _get && _set methods
Yuichiro MASUI
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
shared strings should not chain
Yukihiro Matsumoto
2012-05-31
remove unused variable
Yukihiro Matsumoto
2012-05-31
remove unused str_new_frozen
Yukihiro Matsumoto
2012-05-31
allow string shared body
Yukihiro Matsumoto
2012-05-31
remove encoding files
Yukihiro Matsumoto
2012-05-31
remove transcode.c and trancecode_data.h
Yukihiro Matsumoto
2012-05-31
reimplement String#*
Yukihiro Matsumoto
2012-05-31
reimplement String#<=>
Yukihiro Matsumoto
2012-05-31
reimplement String#capitalize
Yukihiro Matsumoto
2012-05-31
reimplement String#chomp
Yukihiro Matsumoto
2012-05-31
reimplement String#upcase
Yukihiro Matsumoto
2012-05-31
reimplement String#downcase
Yukihiro Matsumoto
2012-05-31
reimplement String#replace
Yukihiro Matsumoto
2012-05-31
allow ||= and &&=
Yukihiro Matsumoto
2012-05-31
resolve conflict
Yukihiro Matsumoto
2012-05-31
resolve conflict
Yukihiro Matsumoto
[next]