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
2018-09-05
Free `mrbc_context` on exit from `mruby`.
Yukihiro "Matz" Matsumoto
2018-05-08
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-07
Add `-r` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-07
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2017-07-24
Should not update `@objs` from mruby-bin-mruby mrbgem.rake; fix #3751
Yukihiro "Matz" Matsumoto
2017-06-07
Handles exceptions from code generation phase; fix #3695
Yukihiro "Matz" Matsumoto
2017-03-02
Reorganize C++ exceptions; ref #3470
Yukihiro "Matz" Matsumoto
2017-03-02
Avoid using <mruby/throw.h> in mruby.c
Yukihiro "Matz" Matsumoto
2017-02-24
replace "yylval" with "pylval" to make it compile with byacc.
Tomoyuki Sahara
2017-02-02
Use standard Module(Class)#to_s
Uchio KONDO
2016-12-07
Mark all the built-in classes during GC sweep
Bouke van der Bijl
2016-12-06
Protect exceptions within main() function
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-09-30
fix tests on windows.
Yasuhiro Matsumoto
2015-09-11
Support windows locale
Yasuhiro Matsumoto
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-06-22
Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for
Terence Lee
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
[next]