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
/
mrbgems
/
mruby-bin-mruby
Age
Commit message (
Expand
)
Author
2015-06-13
refactor code to call mrb_inspect() instead
cremno
2015-04-18
Suppress warnings generated by -Wwrite-strings
Kouhei Sutou
2015-01-03
Removed duplicated declarations.
Tatsuhiko Kubo
2014-12-16
Fix crash if #inspect does not return a string value
Yukihiro "Matz" Matsumoto
2014-06-08
Add test for end-of-program marker.
take_cheeze
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-22
Add test of $0 value in bin/mruby related to #2103 .
take_cheeze
2014-04-21
Also set $0 for binary files
iTitou
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-09
Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().
Masaki Muranaka
2014-03-05
fix mruby command returning EXIT_SUCCESS when program file can't be
Tatsuya Matsumoto
2014-03-05
mruby command should not execute program on "syntax only option(-c)".
Tatsuya Matsumoto
2014-03-03
use tempfile module
take_cheeze
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-02-10
resolve conflict in travis_config.rb
Yukihiro "Matz" Matsumoto
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-07
remove superfluous includes
cremno
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-16
add regression for #1572
fleuria
2013-11-16
add regression for #1564
fleuria
2013-11-15
add new function mrb_load_irep_file_cxt() and simplifies mruby.c
Yukihiro "Matz" Matsumoto
2013-11-15
fix irep memory leak
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-03
refactor mrb_context_run()
fleuria
2013-11-03
introduce mrb_context_run()
fleuria
2013-08-07
don't use str{cpy,cat} in mruby and mrbc
Cremno
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-05-26
mruby error messages should be directed to stderr
Yukihiro "Matz" Matsumoto
2013-05-13
move mruby's showcallinfo into the core
Yukihiro "Matz" Matsumoto
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-11
rename mruby,mirb gems to mruby-bin-{mruby,mirb}
Yukihiro "Matz" Matsumoto
[prev]