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
2014-03-02
wrap function prototype by extern "C"
Yukihiro "Matz" Matsumoto
2014-03-01
support c++ exception
take_cheeze
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2013-11-19
parser_dump() is not used in mrbc; close #1561
Yukihiro "Matz" Matsumoto
2013-11-13
load_exec() no longer return fixnum value for no_exec; should close #1569
Yukihiro "Matz" Matsumoto
2013-11-13
fclose input file
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-03
mrbc: add line break for -c option
takahashim
2013-09-02
support multiple filename in irep
take_cheeze
2013-08-07
don't use str{cpy,cat} in mruby and mrbc
Cremno
2013-08-02
add mrbc -h option
murase_syuka
2013-05-18
mrbc: use binary mode on outfile
Luis Lavena
2013-05-16
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-15
Fix compiler warning by exiting if wfp isn't set
Carson McDonald
2013-05-15
avoid unnecessary copy of context->filename
Yukihiro "Matz" Matsumoto
2013-05-14
mrbc to take multiple files, preserving debug information if -g given; close ...
Yukihiro "Matz" Matsumoto
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-17
Fix typo.
Carson McDonald
2013-04-17
Minor code format changes.
Carson McDonald
2013-04-11
Move mirb and mruby to mrbgems.
Masaki Muranaka
2013-04-10
Replace malloc with mrb_malloc in mrbc
h2so5
2013-04-09
Merge pull request #1163 from h2so5/show-version-once
Yukihiro "Matz" Matsumoto
2013-04-09
Merge pull request #1164 from h2so5/add-validation-for-c-symbol
Yukihiro "Matz" Matsumoto
2013-04-09
Fix mirb to use readline
Akito Mochizuki
2013-04-09
Add validation for C language symbol name
h2so5
2013-04-09
Show version only once with '-v' option in mruby/mrbc
h2so5
2013-04-08
Merge pull request #1157 from monaka/pr-add-ARGV-to-mirb
Yukihiro "Matz" Matsumoto
2013-04-08
Fix a memory leak in mirb
h2so5
2013-04-07
Fix checking for heredoc in mirb
h2so5
2013-04-07
Add ARGV constant. It is not required by ISO. Compatibility with CRuby.
Masaki Muranaka
2013-04-07
Support $0 variable.
Masaki Muranaka
2013-04-06
Improve checking for unterminated string in mirb
h2so5
2013-04-06
parse_args should return either EXIT_SUCCESS or EXIT_FAILURE
Yukihiro "Matz" Matsumoto
2013-04-06
use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142
Yukihiro "Matz" Matsumoto
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-27
Merge pull request #1082 from masuidrive/add_debug_info
Yukihiro "Matz" Matsumoto
2013-03-27
replace non formatting printf to (f)puts
Yukihiro "Matz" Matsumoto
2013-03-27
Add simple usage message for mirb
kano4
2013-03-27
Added debug infomation section into .mrb file
Yuichiro MASUI
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-25
Fix indentation in mirb.c
kano4
2013-03-17
implement literal %W %w %s
FUKUZAWA-Tadashi
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-16
display BasicObject information in mirb
takkaw
2013-03-14
Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.
Masaki Muranaka
2013-03-12
Merge pull request #992 from kano4/unused
Yukihiro "Matz" Matsumoto
2013-03-12
Remove unused return value in mruby.c
kano4
2013-03-12
Replace tabs with spaces
kano4
2013-03-12
Add static declaration
kano4
2013-03-07
mrbc: exit if outfile is specified multiple times
Cremno
[next]