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-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
2012-12-08
Use only DISABLE_GEMS for feature request in include/mrbconf.h
Daniel Bovensiepen
2012-12-07
Merge pull request #596 from bovi/mrbgems-dash-issue
Yukihiro "Matz" Matsumoto
2012-12-07
Fix: A GEM with a Dash inside of the name doesn't work.
Daniel Bovensiepen
2012-12-07
Merge pull request #595 from bovi/mrbgems-readme
Yukihiro "Matz" Matsumoto
2012-12-07
Mention mrbgems in the README
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
move prototype for mrb_load_irep to mruby/irep.h; close #569
Yukihiro Matz Matsumoto
2012-12-07
Fix for issue #569
Beoran
2012-12-07
Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352
Daniel Bovensiepen
2012-12-07
Remove non C99 confirm headers and add function comments
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
Merge pull request #591 from iij/pr-string-octal2
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-04
Merge pull request #587 from iij/pr-string-octal
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
Merge pull request #582 from skandhas/pr-add-check_const_name
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
[next]