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
Age
Commit message (
Collapse
)
Author
2012-06-01
Merge branch 'master' of git://github.com/mruby/mruby into XCode
Paolo Bosetti
2012-06-02
ensure str_modify is called at the beginning of modifying methods
Yukihiro Matsumoto
2012-06-02
Add Test Case for issue #211
Daniel Bovensiepen
2012-06-02
Add Test Case for issue #210
Daniel Bovensiepen
2012-06-02
use mrb_malloc instead of malloc
takahashim
2012-06-01
Update in-source build error message
Jon
2012-06-01
Update CMake to enable normal Xcode workflows
Jon
Similar to the existing CMake Visual Studio IDE support, allow CMake to generate Xcode project files in mruby's root directory. This enables workflows normally expected by Xcode IDE users.
2012-06-02
mrb_str_concat was broken for shared strings; close #214
Yukihiro Matsumoto
2012-06-02
remove print and puts from kernel.rb
Yukihiro Matsumoto
2012-06-01
remove Ruby define send from kernel.rb
Yukihiro Matsumoto
2012-06-01
OP_RETURN operand should be stack position of the new scope, not the current ↵
Yukihiro Matsumoto
scope
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 ↵
Yukihiro Matsumoto
platform support
2012-06-01
reorder arguments to mrb_get_args in mrb_f_send_m
Yukihiro Matsumoto
2012-05-31
Updated list of source file in project list after removal of encoding.h and ↵
Paolo Bosetti
related files.
2012-05-31
Merge branch 'master' of git://github.com/mruby/mruby into XCode
Paolo Bosetti
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
add Kernel#send
2012-06-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-31
Merge pull request #210 from MobiRuby/module_const
Yukihiro "Matz" Matsumoto
Add Module.const_defined? && _get && _set methods
2012-06-01
remove unused prototypes from mruby.h
Yukihiro Matsumoto
2012-06-01
add Kernel#send
Yuichiro MASUI
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
remove unnecessary header inclusion from hash.c
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
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
[prev]
[next]