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
/
src
/
codegen.c
Age
Commit message (
Expand
)
Author
2013-07-03
Fix signed/unsigned warning.
Carson McDonald
2013-07-03
Fix signed/unsigned warning, make pcapa a size_t
Carson McDonald
2013-06-30
Change int to size_t
Carson McDonald
2013-06-30
Change int to size_t.
Carson McDonald
2013-06-30
Fix some signed unsigned warnings, int to size_t.
Carson McDonald
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-18
removed unused variables / assigns never used
Julien Ammous
2013-05-13
Fix off by one issue
Carson McDonald
2013-05-13
Fix early free of irep->filename
Carson McDonald
2013-04-21
Use mrb_aspec instead of int32_t. As it will clarify what is doing.
Masaki Muranaka
2013-04-09
preparation for tail call optimization (still has bugs)
Yukihiro "Matz" Matsumoto
2013-04-05
Fix exit
mattn
2013-03-29
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
Masaki Muranaka
2013-03-29
Modify the type of line-number to uint16_t. Type short is not portable. And i...
Masaki Muranaka
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-24
Reduce using snprintf(). They can replace by mruby API.
Masaki Muranaka
2013-03-23
Remove unused marco CODEGEN_DUMP.
Masaki Muranaka
2013-03-22
Merge pull request #1039 from crimsonwoods/fix_the_type_of_opcode
Yukihiro "Matz" Matsumoto
2013-03-23
resolve conflict regarding backtick
Yukihiro Matz Matsumoto
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-22
Use mrb_intern2
mattn
2013-03-22
Use `
mattn
2013-03-21
fix the type of value that is returned by bit-shift expression.
crimsonwoods
2013-03-21
Backtick operation
mattn
2013-03-19
%I %i literal
FUKUZAWA-Tadashi
2013-03-17
remove disused check code
FUKUZAWA-Tadashi
2013-03-17
implement literal %W %w %s
FUKUZAWA-Tadashi
2013-03-17
remove bit-shift operation.
Kurebayashi, Takahiro
2013-03-14
Add break to default case in switch statement
kano4
2013-03-14
Merge pull request #997 from monaka/pr-add-type-mrb_bool_t
Yukihiro "Matz" Matsumoto
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-14
Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.
Masaki Muranaka
2013-03-09
OP_ARRAY may overflow ARG_C
Yukihiro Matz Matsumoto
2013-03-09
Fix warnings.
Masaki Muranaka
2013-03-05
skip empty OP_STRCAT
Yukihiro Matz Matsumoto
2013-03-05
proper irep pool duplication check for strings
Yukihiro Matz Matsumoto
2013-03-05
save/restore arena index for each codedump iteration
Yukihiro Matz Matsumoto
2013-03-04
Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into FUKU...
Yukihiro Matz Matsumoto
2013-03-03
Merge pull request #931 from matsumoto-r/fix_some_indents
Yukihiro "Matz" Matsumoto
2013-03-03
implement heredoc
FUKUZAWA-Tadashi
2013-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2013-03-02
Adjust some indents
MATSUMOTO Ryosuke
2013-03-02
string interpolation in regex
Yukihiro Matz Matsumoto
2013-02-26
Merge pull request #899 from masamitsu-murase/modify_stack_position_of_method
Yukihiro "Matz" Matsumoto
2013-02-26
Merge pull request #898 from masamitsu-murase/modify_return_value
Yukihiro "Matz" Matsumoto
2013-02-27
Modify stack position of NODE_DEF and NODE_SDEF.
Masamitsu MURASE
2013-02-27
Return nil if argument of NODE_RETURN and NODE_NEXT is not specified.
Masamitsu MURASE
2013-02-26
Clean code up.
Masaki Muranaka
2013-02-24
Merge pull request #881 from masamitsu-murase/make_op_assign_faster
Yukihiro "Matz" Matsumoto
[next]