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-12-19
refactoring src/dump.c
Akira Yumiyama
2012-12-18
codedump should print relative offset for irep in OP_LAMBDA
Yukihiro Matz Matsumoto
2012-12-17
nextc() might have problem on bytes higer than 0x80; close #628
Yukihiro Matz Matsumoto
2012-12-17
should not ignore exception on top-level; close #635
Yukihiro Matz Matsumoto
2012-12-13
fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.
skandhas
2012-12-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-12-13
class of TT_VOIDP should be Object
Yukihiro Matz Matsumoto
2012-12-12
Merge pull request #623 from liancheng/master
Yukihiro "Matz" Matsumoto
2012-12-12
Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena ind...
Lian Cheng
2012-12-12
save lastpc on exception and use it in mruby stack trace
Yukihiro Matz Matsumoto
2012-12-12
new function mrb_obj_iv_ifnone()
Yukihiro Matz Matsumoto
2012-12-12
remove unused variable
Yukihiro Matz Matsumoto
2012-12-10
remove return at the bottom of void function
Yukihiro Matz Matsumoto
2012-12-10
Merge pull request #611 from tricknotes/stop-warning-of-proc
Yukihiro "Matz" Matsumoto
2012-12-10
add inline declaration
Yukihiro Matz Matsumoto
2012-12-10
Stop warning in compiling proc.c
Ryunosuke SATO
2012-12-10
add comment to clarify nregs=2 in cipush; close #610
Yukihiro Matz Matsumoto
2012-12-10
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-12-10
new function mrb_closure_new_cfunc(); close #609
Yukihiro Matz Matsumoto
2012-12-10
refactor OP_RETURN switch to remove a redundant label and avoid goto
Jan Berdajs
2012-12-09
Merge pull request #604 from skandhas/pr-fix-check_iv_name
Yukihiro "Matz" Matsumoto
2012-12-10
Fix memory leak in String#to_i and String#to_f.
Masamitsu MURASE
2012-12-09
fix incorrect checkups in check_iv_name
skandhas
2012-12-08
Merge pull request #598 from bovi/mrbgems-improve-for-masuidrive
Yukihiro "Matz" Matsumoto
2012-12-08
should update cdump.c to new mrb_add_irep() API; close #597
Yukihiro Matz Matsumoto
2012-12-08
Use only DISABLE_GEMS for feature request in include/mrbconf.h
Daniel Bovensiepen
2012-12-07
Merge pull request #479 from bovi/mrbgems
Yukihiro "Matz" Matsumoto
2012-12-07
Merge pull request #594 from beoran/beoran_issue_569_fix
Yukihiro "Matz" Matsumoto
2012-12-07
Fix for issue #569
Beoran
2012-12-07
Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352
Daniel Bovensiepen
2012-12-07
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
Yukihiro Matz Matsumoto
2012-12-07
refactor and move irep malloc away to mrb_add_irep()
Yukihiro Matz Matsumoto
2012-12-06
Merge remote-tracking branch 'mruby/master' into mrbgems
Daniel Bovensiepen
2012-12-05
Merge pull request #567 from beoran/beoran_stack_overflow_fix
Yukihiro "Matz" Matsumoto
2012-12-05
rename mrb_load_irep for mrbtest to be consistent to name change
Daniel Bovensiepen
2012-12-05
Fix out of boundary scan in case of octal formatted string
Takashi Sogabe
2012-12-05
rename mrb_load_irep etc. for naming consistency
Yukihiro Matz Matsumoto
2012-12-05
Merge remote-tracking branch 'mruby/master' into mrbgems
Daniel Bovensiepen
2012-12-04
Fix loss of MSB in conditions of octal formatted string
Takashi Sogabe
2012-12-03
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-12-03
Array#[]= should return assigning value; close #584
Yukihiro Matz Matsumoto
2012-12-03
add check_const_name for Module#const_set
skandhas
2012-12-03
add check_const_name for Module#const_get
skandhas
2012-12-03
add check_const_name for Module#const_defined?
skandhas
2012-12-03
add function:check_const_name
skandhas
2012-12-02
Merge pull request #568 from mauceri/master
Yukihiro "Matz" Matsumoto
2012-12-03
Ruby's Time#yday should start from 1; close #581
Yukihiro Matz Matsumoto
2012-12-01
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-30
Merge pull request #573 from skandhas/pr-add-Module-module_eval
Yukihiro "Matz" Matsumoto
2012-11-30
Merge pull request #578 from tricknotes/stop-warning
Yukihiro "Matz" Matsumoto
[next]