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-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
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
2012-05-31
wrong String#index behavior on udef INCLUDE_ENCODING
Yukihiro Matsumoto
2012-05-31
wrong String#inspect behavior on udef INCLUDE_ENCODING
Yukihiro Matsumoto
2012-05-31
the argument for Exception.new is optinal
Yukihiro Matsumoto
2012-05-31
mrb_gets_args strict argc check; now returns argc
Yukihiro Matsumoto
2012-05-31
remove #new from immediate classes
Yukihiro Matsumoto
2012-05-30
rename ruby_digitmap to mrb_digitmap
Yukihiro Matsumoto
2012-05-30
stop duping values from Hash#values
Yukihiro Matsumoto
2012-05-30
specify allocating array size for Hash#values
Yukihiro Matsumoto
2012-05-30
update mrb->irep_len for each irep addition
Yukihiro Matsumoto
2012-05-30
MRB_GC_STRESS for GC test
Yukihiro Matsumoto
2012-05-30
remove spaces after open paren
Yukihiro Matsumoto
2012-05-30
mark ci->proc as well
Yukihiro Matsumoto
2012-05-29
class variable table intialization bug; close #206
Yukihiro Matsumoto
2012-05-29
force room in arena before raising arena overflow error
Yukihiro Matsumoto
2012-05-29
Merge pull request #205 from monaka/pr-use-default-case-in-switch-statement
Yukihiro "Matz" Matsumoto
2012-05-29
make arena_idx restoration per irep, not per load
Yukihiro Matsumoto
2012-05-29
Use default case in switch statement.
Masaki Muranaka
2012-05-29
compact arena before raising exception; also reserve a few slots to allocate ...
Yukihiro Matsumoto
2012-05-29
use API to restore arena_idx
Yukihiro Matsumoto
2012-05-29
restore arena_idx after reading irep
Yukihiro Matsumoto
[next]