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
2012-06-28
allow string interpolation in symbols like :"a=#{15}"
Yukihiro Matsumoto
2012-06-27
Use sizeof to get char array sizes.
Masaki Muranaka
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-21
forgot to rename function mrb_sym2name -> mrb_sym2name_len
Yukihiro Matsumoto
2012-06-21
reduce calling of strlen(); #301
Yukihiro Matsumoto
2012-06-21
Simplify. Should not use strlen() as possible. It needs complexity.
Masaki Muranaka
2012-06-15
escape codedump strings/symbols
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-14
BLKPUSH (and super) need to detect surrounding method scope (not block)
Yukihiro Matsumoto
2012-06-14
need to adjust register pos after rescue
Yukihiro Matsumoto
2012-06-14
use MKOP_sBx for OP_JMP
Yukihiro Matsumoto
2012-06-13
stop using strtol (via readint) except in load.c; use custom readint_float
Yukihiro Matsumoto
2012-06-13
readint() returns long
Yukihiro Matsumoto
2012-06-13
handle number literal overflow
Yukihiro Matsumoto
2012-06-13
generate optimized OP_DIV instruction
Yukihiro Matsumoto
2012-06-12
replace * and == by optimization instructions OP_MUL and OP_EQ respectively; ...
Yukihiro Matsumoto
2012-06-12
should handle splat in super arguments
Yukihiro Matsumoto
2012-06-11
zsuper should respect block given; close #185
Yukihiro Matsumoto
2012-06-04
remove mrb_open NULL check for small test programs. They are only for proof-...
Yukihiro Matsumoto
2012-06-03
Check mrb_open return value for NULL
Jon
2012-06-03
A rescue clause with no parameter list rescues only StandardErrors
Kazuki Tsujimoto
2012-06-02
Use "if" instead "switch".
Masaki Muranaka
2012-06-01
OP_RETURN operand should be stack position of the new scope, not the current ...
Yukihiro Matsumoto
2012-05-31
allow ||= and &&=
Yukihiro Matsumoto
2012-05-26
clear arena_idx after exiting scope; close #195
Yukihiro Matsumoto
2012-05-24
wrong number of arguments for self-assignments
Yukihiro Matsumoto
2012-05-22
change example code to do mrb_close()
Mitchell Blank Jr
2012-05-19
C++ compilability - don't define types inside others
Mitchell Blank Jr
2012-05-19
remove dependency to node.h and pool.h
Yukihiro Matsumoto
2012-05-18
move compile.h to mruby/compile.h
Yukihiro Matsumoto
2012-05-17
add cast to remove warning; close #154
Yukihiro Matsumoto
2012-05-17
no SEGV for nth_ref & back_ref; close #152
Yukihiro Matsumoto
2012-05-10
mrb_run to return last evaluated value
Yukihiro Matsumoto
2012-05-05
Remove debug message
Kazuki Tsujimoto
2012-04-30
rm whitespace
roco
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki