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-07-28
Protect deleted key and value from GC.
Masamitsu MURASE
2012-07-28
more peephole optimization on OP_MOVE
Yukihiro Matsumoto
2012-07-27
remove <stdio.h> that added for debugging
Yukihiro Matsumoto
2012-07-27
adjust ci->nregs for C implemented methods
Yukihiro Matsumoto
2012-07-27
temporary protection not to access out of stack
Yukihiro Matsumoto
2012-07-25
Undefine new for class rather than instance.
Max Anselm
2012-07-24
Merge pull request #393 from akuroda/array_last_fix
Yukihiro "Matz" Matsumoto
2012-07-25
const reference from instance_eval should not cause SEGV
Yukihiro Matsumoto
2012-07-25
fix segmentation fault in Array#last
Akira Kuroda
2012-07-24
instance_eval should set target_class in the block
Yukihiro Matsumoto
2012-07-24
instance_eval should raise NotImplementedError on string argument
Yukihiro Matsumoto
2012-07-23
treat exceptional usec value
Yukihiro Matsumoto
2012-07-23
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-23
Use memcpy instead of strncpy
Masaki Muranaka
2012-07-23
remove duplicated variable declaration
Yukihiro Matsumoto
2012-07-23
separate sec and usec in mrb_time_plus
Yukihiro Matsumoto
2012-07-23
time.c: separate sec and usec to keep precisions
Yukihiro Matsumoto
2012-07-22
Merge pull request #391 from crimsonwoods/android_ndk_support
Yukihiro "Matz" Matsumoto
2012-07-22
Time.at should take optional second argument
Yukihiro Matsumoto
2012-07-22
fix: SIZE_MAX is not defined in "stdint.h"
crimsonwoods
2012-07-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-22
mruby should print exception
Yukihiro Matsumoto
2012-07-22
Remove initialization of mt.
Masamitsu MURASE
2012-07-21
Modify allocation size of mrb->irep.
Masamitsu MURASE
2012-07-19
mrb_load_* should return value
Jiro Nishiguchi
2012-07-19
use no malloc in mrb_funcall; close #386
Yukihiro Matsumoto
2012-07-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-19
replace strcpy by memcpy; close #383
Yukihiro Matsumoto
2012-07-18
MRB_FUNCALL_ARGC_MAX support. (refs comments in #324).
Masaki Muranaka
2012-07-18
Remove magic numbers in mrb_funcall()
Masaki Muranaka
2012-07-17
Merge pull request #378 from masamitsu-murase/modify_proc_lambda
Yukihiro "Matz" Matsumoto
2012-07-17
Merge pull request #380 from masamitsu-murase/modify_respond_to
Yukihiro "Matz" Matsumoto
2012-07-18
Kernel#respond_to? should return false if the method is undefined.
Masamitsu MURASE
2012-07-18
proc_lambda should return blk instead of self.
Masamitsu MURASE
2012-07-18
Undef Class#extend_object.
Masamitsu MURASE
2012-07-17
use fwrite() instead of loop putc
Yukihiro Matsumoto
2012-07-17
change return type of mrb_p() to void
Yukihiro Matsumoto
2012-07-17
mrb_p() should return the argument
Yukihiro Matsumoto
2012-07-17
prepare empty mrb_p() to make like work
Yukihiro Matsumoto
2012-07-17
remove debug print
Yukihiro Matsumoto
2012-07-17
CRuby style inclusion order; close #377
Yukihiro Matsumoto
2012-07-17
undef append_features for Classes
Yukihiro Matsumoto
2012-07-17
resolve conflict
Yukihiro Matsumoto
2012-07-17
add Module#ancestors 15.2.2.4.9
Yukihiro Matsumoto
2012-07-17
Add Module#extend_object and Module#extended.
Masamitsu MURASE
2012-07-16
Merge pull request #374 from monaka/pr-reduce-strlen-3
Yukihiro "Matz" Matsumoto
2012-07-16
Reduce strlen(). refs #301
Masaki Muranaka
2012-07-16
Supress using switches with fallthru or a empty default label.
Masaki Muranaka
2012-07-16
case should care about return value; close #372
Yukihiro Matsumoto
2012-07-15
DIABLE_STDIO to disable __printstr__
Yukihiro Matsumoto
[next]