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-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
2012-05-27
Remove unnecessary mrb_init_ext definition
Jon
2012-05-23
Clean and DRY up the basic Makefiles
Jon
2012-05-23
Teach mirb another way to quit
Jon
2012-05-22
Merge pull request #180 from mitchblank/master
Yukihiro "Matz" Matsumoto
2012-05-22
Add native and cross compiling CMake build support
Jon
2012-05-22
First cmake build system. Works on Linux.
Beoran
2012-05-22
change example code to do mrb_close()
Mitchell Blank Jr
2012-05-19
mirb code termination policy changed
Yukihiro Matsumoto
2012-05-19
mirb termination command renamed to quit
Yukihiro Matsumoto
2012-05-19
unterminated string detection made easy
Yukihiro Matsumoto
2012-05-19
should initialize p->sterm every parse time
Yukihiro Matsumoto
2012-05-19
even smarter expression termination detection
Yukihiro Matsumoto
2012-05-19
mirb should detect end of expression smarter
Yukihiro Matsumoto
2012-05-18
don't close stdin.
mattn
2012-05-18
mruby should read from stdin when no argument given
Yukihiro Matsumoto
2012-05-18
terminate programs after showing version/copyright
Yukihiro Matsumoto
2012-05-18
rename ruby_show_version to mrb_show_version
Yukihiro Matsumoto
[next]