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
/
tools
Age
Commit message (
Expand
)
Author
2012-12-05
rename mrb_load_irep for mrbtest to be consistent to name change
Daniel Bovensiepen
2012-12-05
rename mrb_load_irep etc. for naming consistency
Yukihiro Matz Matsumoto
2012-12-01
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-29
Fix compile warnings in mirb
shtirlic
2012-11-22
Deactivate / Activate GEMs Flag introduced into mrbc
Daniel Bovensiepen
2012-11-22
Deactivate / Activate GEMs Flag introduced into mruby
Daniel Bovensiepen
2012-11-22
Deactivate / Activate GEMs Flag introduced into mirb
Daniel Bovensiepen
2012-11-21
Include dynamically GEMs into mruby
Daniel Bovensiepen
2012-11-21
Include dynamically GEMs into mirb
Daniel Bovensiepen
2012-11-08
Merge new change
Daniel Bovensiepen
2012-11-03
ignore cfunc method in backtrace
Yukihiro Matsumoto
2012-11-03
avoid trigraph (???) in backtrace
Yukihiro Matsumoto
2012-11-02
printf("%s", NULL) is not safe on some platforms.
Tomoyuki Sahara
2012-11-02
fix compilation.
Tomoyuki Sahara
2012-11-02
show line numbers in backtrace.
Tomoyuki Sahara
2012-11-02
show all callinfo's.
Tomoyuki Sahara
2012-11-02
don't print garbage entries.
Tomoyuki Sahara
2012-11-02
show backtrace.
Tomoyuki Sahara
2012-11-01
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-10-30
fix mruby exit status with mrb file.
Akira Yumiyama
2012-10-23
prevent resource leak (outfile)
Yukihiro Matsumoto
2012-10-18
print error message on mrb load error
Yukihiro Matsumoto
2012-10-16
"mrbc -" should take input from stdin; close #489
Yukihiro Matsumoto
2012-10-05
preserve script file name
Yukihiro Matsumoto
2012-10-04
script file name should not be in ARGV
Yukihiro Matsumoto
2012-10-04
specify know capacity of an array
Yukihiro Matsumoto
2012-09-30
mruby should exit with 0 on success
Yukihiro Matsumoto
2012-09-13
make mrbc aware of the gem init
Daniel Bovensiepen
2012-09-10
Fix writing errors in Makefiles
Daniel Bovensiepen
2012-09-04
Merge pull request #451 from monaka/pr-print-usage
Yukihiro "Matz" Matsumoto
2012-09-05
Costmetic change.
Masaki Muranaka
2012-09-05
Print usage in case using -o without outputfile.
Masaki Muranaka
2012-09-05
Remove some redundant memset().
Masaki Muranaka
2012-09-05
Fix not to use memset() in structure inizialization.
Masaki Muranaka
2012-09-05
Reset last_code_line instead of ruby_code.
Masaki Muranaka
2012-09-03
mirb would terminate on quit in the continuing line
Yukihiro Matsumoto
2012-08-26
Set filename in mrbc.c.
Masamitsu MURASE
2012-08-22
file/line info passed to codegen; argument type of mrb_generate_code() has ch...
Yukihiro Matsumoto
2012-08-18
Modify argument of mrbc_filename.
Masamitsu MURASE
2012-08-17
Don't exit if 'exit' or 'quit' are in quote blocks
Joseph McCullough
2012-08-17
'exit' and 'quit' cause exit regardless of open block
Joseph McCullough
2012-08-15
mruby should read from stdin if no argument given as cruby does
Yukihiro Matsumoto
2012-08-15
mruby should accept "-" as stdin
Yukihiro Matsumoto
2012-08-14
fixed showing no 'Usage'.
suzukaze
2012-08-01
should not leave open code on syntax errors; close #413
Yukihiro Matsumoto
2012-07-29
Merge pull request #407 from silverhammermba/cpp
Yukihiro "Matz" Matsumoto
2012-07-29
Make void casts explicit.
Max Anselm
2012-07-29
Added mrbc support output to stdout
Yuichiro MASUI
2012-07-18
remove unused label; close #381
Yukihiro Matsumoto
2012-07-17
make mruby work even when DISABLE_STDIO is set
Yukihiro Matsumoto
[next]