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 (
Expand
)
Author
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
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-20
Merge pull request #1260 from carsonmcdonald/rewordtypo
Yukihiro "Matz" Matsumoto
2013-05-20
avoid unnecessary pool/syms restoration
Yukihiro "Matz" Matsumoto
2013-05-20
Change Fibder to Fiber and a couple other wording issues
Carson McDonald
2013-05-20
update error message
Yukihiro "Matz" Matsumoto
2013-05-20
update Fiber.new doc
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-19
Merge pull request #1259 from carsonmcdonald/typeofixfortmat
Yukihiro "Matz" Matsumoto
2013-05-19
Change fortmat to format.
Carson McDonald
2013-05-18
Merge pull request #1258 from luislavena/mrbc-dump-binary
Yukihiro "Matz" Matsumoto
2013-05-18
mrbc: use binary mode on outfile
Luis Lavena
2013-05-18
Merge pull request #1257 from schmurfy/cleanup
Yukihiro "Matz" Matsumoto
2013-05-18
removed unused variables / assigns never used
Julien Ammous
2013-05-18
indentation fix
Yukihiro "Matz" Matsumoto
2013-05-18
remove unused local variable
Yukihiro "Matz" Matsumoto
2013-05-18
Merge branch 'master' of https://github.com/Archytaus/mruby into Archytaus-ma...
Yukihiro "Matz" Matsumoto
2013-05-18
Merge remote-tracking branch 'origin/master'
Ryan Scott
2013-05-18
Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_...
Ryan Scott
2013-05-18
Added mruby-objectspace to the detault gembox.
Ryan Scott
2013-05-18
Fixed the each object callback to be more consistent with other callbacks.
Ryan Scott
2013-05-18
Changed the counting so that only objects that are alive are added to the obj...
Ryan Scott
2013-05-17
Minor formatting change.
Ryan Scott
2013-05-17
Changed the each_object callback so that a pointer is passed for the object, ...
Ryan Scott
2013-05-17
Removed debug output
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-16
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-15
Merge pull request #1255 from carsonmcdonald/mrbcoutwarnfix
Yukihiro "Matz" Matsumoto
2013-05-15
Fix compiler warning by exiting if wfp isn't set
Carson McDonald
2013-05-15
avoid unnecessary copy of context->filename
Yukihiro "Matz" Matsumoto
2013-05-14
mrbc to take multiple files, preserving debug information if -g given; close ...
Yukihiro "Matz" Matsumoto
2013-05-14
Merge pull request #1252 from carsonmcdonald/fixfilenames
Yukihiro "Matz" Matsumoto
2013-05-14
Merge pull request #1253 from skandhas/pr-add-comments-for-array-ext
Yukihiro "Matz" Matsumoto
2013-05-14
add comments for mruby-array-ext
skandhas
2013-05-13
Fix off by one issue
Carson McDonald
2013-05-13
Add example of modifying mrbc options to add debug info
Carson McDonald
2013-05-13
Allow mrbc command options to be changed
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-13
show a backtrace when when an error occurs on gem load; close #1243
Yukihiro "Matz" Matsumoto
2013-05-13
move mruby's showcallinfo into the core
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
Merge branch 'master' of git://github.com/mruby/mruby
Ryan Scott
2013-05-12
Implemented ObjectSpace.count_objects to count the number of allocated object...
Ryan Scott
[next]