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
Age
Commit message (
Expand
)
Author
2012-07-07
Optimize range check.
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
use mrbc_context; free parser for each iteration; close #312
Yukihiro Matsumoto
2012-07-03
raise SyntaxError only when capture_errors is set
Yukihiro Matsumoto
2012-07-03
remove unused variables
Yukihiro Matsumoto
2012-07-03
capture_errors can be specified by mrbc_context
Yukihiro Matsumoto
2012-07-03
refactor mirb code
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
test/driver to use EXIT_SUCCESS
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
Merge pull request #339 from masamitsu-murase/initialize_module_mt_with_khash
Yukihiro "Matz" 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-06-30
Merge pull request #338 from masamitsu-murase/modify_data_gc
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
Merge pull request #336 from bovi/struct-enable-gc
Yukihiro "Matz" Matsumoto
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-28
do not undef config macro MRB_USE_FLOAT
Yukihiro Matsumoto
2012-06-26
Merge pull request #332 from bovi/printf-not-implemented
Yukihiro "Matz" Matsumoto
2012-06-27
resolve conflict in class.c
Yukihiro Matsumoto
2012-06-27
raise NoImplementedError also for sprintf in case it isn't available
Daniel Bovensiepen
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-27
raise NotImplementedError in case of sprintf is missing
Daniel Bovensiepen
[next]