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
Age
Commit message (
Expand
)
Author
2012-07-07
Merge pull request #353 from masamitsu-murase/modify_module_inclusion
Yukihiro "Matz" Matsumoto
2012-07-07
Merge pull request #352 from monaka/pr-range-check-optimization-array.c
Yukihiro "Matz" Matsumoto
2012-07-07
Merge pull request #351 from monaka/pr-brush-up-mrb_calloc
Yukihiro "Matz" Matsumoto
2012-07-08
small cosmetic change
Yukihiro Matsumoto
2012-07-08
proper type check when creating a range; #345
Yukihiro Matsumoto
2012-07-07
Improvement of Module#include.
Masamitsu MURASE
2012-07-07
Optimize range check.
Masaki Muranaka
2012-07-07
Add a check for unsigned integer wrapping.
Masaki Muranaka
2012-07-07
Fix underlying bugs. mrb_calloc will be crashed in case "nelem == 0" or "p ==...
Masaki Muranaka
2012-07-07
Range optimization. similar to #348
Masaki Muranaka
2012-07-06
remove MRB_TT_THREAD,MRB_TT_THREADGRP
Yukihiro Matsumoto
2012-07-06
range optimization from @monaka; close #348
Yukihiro Matsumoto
2012-07-06
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-06
remove debug printf; close #345
Yukihiro Matsumoto
2012-07-06
Merge pull request #346 from monaka/pr-cleanup-dump.c-20120706
Yukihiro "Matz" Matsumoto
2012-07-06
write_pool_block(): reduce calling strlen(). refs #301.
Masaki Muranaka
2012-07-05
better object_id calculation
Yukihiro Matsumoto
2012-07-05
move RDoc comments
Yukihiro Matsumoto
2012-07-05
Module#include should also include included modules; close #340
Yukihiro Matsumoto
2012-07-05
prepare for OP_TAILCALL
Yukihiro Matsumoto
2012-07-05
restore arena_idx after initializing irep
Yukihiro Matsumoto
2012-07-05
cdump.c: pool may contain fixnum value
Yukihiro Matsumoto
2012-07-05
big init function in cdump may overflow arena
Yukihiro Matsumoto
2012-07-04
add input check to readint_float()
Yukihiro Matsumoto
2012-07-04
input cast to unsigned char for unqualified tolower(); close #342
Yukihiro Matsumoto
2012-07-04
stop strtod() warning; add more checks; close #247
Yukihiro Matsumoto
2012-07-03
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-03
use new function mrb_parser_free()
Yukihiro Matsumoto
2012-07-03
add new function mrb_parser_free()
Yukihiro Matsumoto
2012-07-03
raise SyntaxError only when capture_errors is set
Yukihiro Matsumoto
2012-07-03
capture_errors can be specified by mrbc_context
Yukihiro Matsumoto
2012-07-03
preserve toplevel local variable info in mrbc_context
Yukihiro Matsumoto
2012-07-03
add context arg to mrb_parser_parse()
Yukihiro Matsumoto
2012-07-03
add context to parser, that would hold local variable info, filename, and lin...
Yukihiro Matsumoto
2012-07-03
modify compiler API; replace mrb_compie_xxx with mrb_load_xxx() that combines...
Yukihiro Matsumoto
2012-07-03
constify parser input strings
Yukihiro Matsumoto
2012-07-03
remove size_t from parser
Yukihiro Matsumoto
2012-07-01
Initialize mt of module with khash.
Masamitsu MURASE
2012-06-30
Merge pull request #337 from masamitsu-murase/fix_str_replace
Yukihiro "Matz" Matsumoto
2012-07-01
Free iv of MRB_TT_DATA instance.
Masamitsu MURASE
2012-06-30
Fix str_replace in string.c
Masamitsu MURASE
2012-06-29
Make strucdata optional if ENABLE_STRUCT is activitated
Daniel Bovensiepen
2012-06-28
allow string interpolation in symbols like :"a=#{15}"
Yukihiro Matsumoto
2012-06-28
allow :"text" form; close #321
Yukihiro Matsumoto
2012-06-28
always define POOL_ALIGNMENT (default 4); reduce strength as well; close #333
Yukihiro Matsumoto
2012-06-27
resolve conflict in class.c
Yukihiro Matsumoto
2012-06-27
sizeof("a") is bigger by one than strlen("a")
Yukihiro Matsumoto
2012-06-27
use return value from sprintf/snprintf
Yukihiro Matsumoto
2012-06-26
Merge pull request #330 from monaka/pr-fix-parser-y-to-supress-warning-array-...
Yukihiro "Matz" Matsumoto
2012-06-27
Supress "warning: array subscript has type ‘char’"
Masaki Muranaka
[next]