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
2013-05-25
fixed a bug in initializing post mandatory block parameters
Yukihiro "Matz" Matsumoto
2013-05-24
fiber do not work on MRB_NAN_BOXING
Yukihiro "Matz" Matsumoto
2013-05-23
manage fiber status (create|running|resumed|terminated)
Yukihiro "Matz" Matsumoto
2013-05-23
should have protected the return value from GC, even when the method is defin...
Yukihiro "Matz" Matsumoto
2013-05-22
garbage collect context (fiber) properly
Yukihiro "Matz" Matsumoto
2013-05-21
remove unnecessary assignment
Yukihiro "Matz" Matsumoto
2013-05-21
error in initializing callinfo stack in cipush(); close #1261
Yukihiro "Matz" Matsumoto
2013-05-20
avoid unnecessary pool/syms restoration
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-19
Change fortmat to format.
Carson McDonald
2013-05-18
removed unused variables / assigns never used
Julien Ammous
2013-05-18
Merge remote-tracking branch 'origin/master'
Ryan Scott
2013-05-18
Fixed the each object callback to be more consistent with other callbacks.
Ryan Scott
2013-05-17
Changed the each_object callback so that a pointer is passed for the object, ...
Ryan Scott
2013-05-17
Changed the object_count so that it only iterates over the RBasic object, not...
Ryan Scott
2013-05-17
First implementation of ObjectSpace moved outside of gc.c
Ryan Scott
2013-05-14
mrbc to take multiple files, preserving debug information if -g given; close ...
Yukihiro "Matz" Matsumoto
2013-05-13
Fix off by one issue
Carson McDonald
2013-05-13
Fix early free of irep->filename
Carson McDonald
2013-05-13
forgot to add src/backtrace.c
Yukihiro "Matz" Matsumoto
2013-05-12
Change in formatting for os_count_objects to be consistent with other functions.
Ryan Scott
2013-05-12
ObjectSpace.count_objects was incorrectly checking if an object was already f...
Ryan Scott
2013-05-12
Implemented ObjectSpace.count_objects to count the number of allocated object...
Ryan Scott
2013-05-10
change mrb_bug to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-05-10
change mrb_warn to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-05-10
Rename parameter names for mrb_yield
Keita Obo
2013-05-09
fix indentation
Yukihiro "Matz" Matsumoto
2013-05-09
Print mrb_value instead of RClass*
Carson McDonald
2013-05-08
Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.
Masaki Muranaka
2013-05-08
Move comments from hash.c to hash.rb.
Masaki Muranaka
2013-05-08
Move Hash#values_at to mruby-hash-ext gem.
Masaki Muranaka
2013-05-05
fix typos.
crimsonwoods
2013-05-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-01
Remove mrb_class_obj_get
h2so5
2013-04-30
the receiver should be included in ancestors even when it's a singleton class
Yukihiro "Matz" Matsumoto
2013-04-29
rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...
Yukihiro "Matz" Matsumoto
2013-04-29
remove our own prototype for sprintf(); ref #1223
Yukihiro "Matz" Matsumoto
2013-04-28
Merge pull request #1221 from monaka/pr-revert-file-access-mode
Yukihiro "Matz" Matsumoto
2013-04-29
Revert file access mode to 0644.
Masaki Muranaka
2013-04-29
always use unsigned int as mrb_bool even in C++
Yukihiro "Matz" Matsumoto
2013-04-29
change return value of mrb_free from void* to void
Yukihiro "Matz" Matsumoto
2013-04-28
Merge pull request #1220 from arton/master
Yukihiro "Matz" Matsumoto
2013-04-29
rename hash related gc functions
Yukihiro "Matz" Matsumoto
2013-04-29
fix mrb_string_shared memory leaks
Yukihiro "Matz" Matsumoto
2013-04-29
move mrb_shared_string definition to src/string.c
Yukihiro "Matz" Matsumoto
2013-04-28
add extern funcs declaration and casts for cimpiling C++ compiler
arton
2013-04-28
mrb_str_new_static(): zero copy string creation
Yukihiro "Matz" Matsumoto
2013-04-27
detect cyclic-include in Module#include
skandhas
2013-04-26
Add void to function parameters. This is for compatibility with C++
Masaki Muranaka
2013-04-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
[next]