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-11-02
don't print garbage entries.
Tomoyuki Sahara
2012-11-02
show backtrace.
Tomoyuki Sahara
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-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
2012-07-17
make mirb work even when DISABLE_STDIO is set
Yukihiro Matsumoto
2012-07-15
remove Syntax OK if syntax isn't ok; close #368
Yukihiro Matsumoto
2012-07-14
mruby should print error properly
Yukihiro Matsumoto
2012-07-14
mruby: print Syntax OK on -c
Yukihiro Matsumoto
2012-07-14
mrbc: better cleanup before exit
Yukihiro Matsumoto
2012-07-14
mrb_load_xxx to return undef + mrb_undef_p
Yukihiro Matsumoto
2012-07-13
simpify mruby/mrbc using context
Yukihiro Matsumoto
2012-07-13
add missing (empty) default for swtch; close #364
Yukihiro Matsumoto
2012-07-03
use new function mrb_parser_free()
Yukihiro Matsumoto
2012-07-03
add new function mrb_parser_free()
Yukihiro Matsumoto
2012-07-03
use mrbc_context; free parser for each iteration; close #312
Yukihiro Matsumoto
2012-07-03
refactor mirb code
Yukihiro Matsumoto
2012-07-03
add context arg to mrb_parser_parse()
Yukihiro Matsumoto
2012-07-03
add context to parser, that would hold local variable info, filename, and lin...
Yukihiro Matsumoto
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-06-14
Support mruby -e'p 1'.
NARUSE, Yui
2012-06-03
Check mrb_open return value for NULL
Jon
2012-05-27
Simplify CMake mruby object library
Jon
[next]