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
2012-12-14
fgetc(3) returns int.
Tomoyuki Sahara
2012-12-12
Merge pull request #625 from skandhas/pr-fix-integer-overflow-checkups-in-OP_...
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
add MRB_TT_VOIDP
Yukihiro Matz Matsumoto
2012-12-12
remove unused variable
Yukihiro Matz Matsumoto
2012-12-11
Merge pull request #621 from bovi/mrbgems-fixes
Yukihiro "Matz" Matsumoto
2012-12-11
Fixes the dash issue for pure Ruby GEMs
Daniel Bovensiepen
2012-12-10
Merge pull request #619 from iij/pr-ignore-mrbgems-srclib
Yukihiro "Matz" Matsumoto
2012-12-10
Merge pull request #618 from iij/pr-generator-off-by-one
Yukihiro "Matz" Matsumoto
2012-12-10
Merge pull request #617 from mattn/replace_dash
Yukihiro "Matz" Matsumoto
2012-12-10
Merge pull request #616 from mattn/fix_generator
Yukihiro "Matz" Matsumoto
2012-12-10
Merge pull request #615 from mattn/fix_quote_win32
Yukihiro "Matz" Matsumoto
2012-12-11
Improve cleanup target for mixed C and Ruby GEMs
Daniel Bovensiepen
2012-12-11
ignore an auto-generated file.
Tomoyuki Sahara
2012-12-11
fix an off-by-one error.
Tomoyuki Sahara
2012-12-11
replace all '-' to '_' for mrbc.
mattn
2012-12-11
clear variable.
mattn
2012-12-11
fclose if not null.
mattn
2012-12-11
fix generator.
mattn
2012-12-11
remove quote of "GEMS.active". On windows, quoted variable is passed to the c...
mattn
2012-12-10
Merge pull request #613 from bovi/mrbgems-example
Yukihiro "Matz" Matsumoto
2012-12-10
As suggested by @masuidrive remove static RClass as in ce56f19b02a0c9ddd57157...
Daniel Bovensiepen
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-09
Merge pull request #608 from mrbrdo/op_return_case
Yukihiro "Matz" Matsumoto
2012-12-10
refactor OP_RETURN switch to remove a redundant label and avoid goto
Jan Berdajs
2012-12-10
should not use a static variable to save RClass reference
Yukihiro Matz Matsumoto
2012-12-09
Merge pull request #604 from skandhas/pr-fix-check_iv_name
Yukihiro "Matz" Matsumoto
2012-12-09
Merge pull request #603 from masuidrive/add_ldflags_to_makefiles
Yukihiro "Matz" Matsumoto
2012-12-09
Merge pull request #606 from masamitsu-murase/fix_memory_leak_in_string_to_i
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-09
Added LDFLAGS to Makefiles
Yuichiro MASUI
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
mrbgems: recognize absolute path under WIN32
Daniel Bovensiepen
2012-12-08
Improve documentation based on latest improvements
Daniel Bovensiepen
2012-12-08
mrbgems: GEMS.active can now contain relative path to GEMS. Relative from 'mr...
Daniel Bovensiepen
2012-12-08
mrbgems: make calls to every GEM contain now also the include path to the hea...
Daniel Bovensiepen
[next]