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-13
less <stdio.h>
Yukihiro Matsumoto
2012-07-13
remove comma from OP_ERR
Yukihiro Matsumoto
2012-07-13
remove st.h inclusion
Yukihiro Matsumoto
2012-07-11
local variable order was screwed up in parser_init_cxt(); close #360
Yukihiro Matsumoto
2012-07-09
Merge pull request #359 from masamitsu-murase/modify_array_clear
Yukihiro "Matz" Matsumoto
2012-07-09
Merge pull request #357 from suzukaze/replace-tab-with-spaces
Yukihiro "Matz" Matsumoto
2012-07-10
Add ary_modify to prevent corrupting shared array.
Masamitsu MURASE
2012-07-10
replace Tab with spaces in src/parse.y
suzukaze
2012-07-09
should remove memset initialization; update 7496625
Yukihiro Matsumoto
2012-07-09
initialize stuctures on stack without memset(); close #350
Yukihiro Matsumoto
2012-07-08
Use mrb_calloc if you want zero cleard buffers.
Masaki Muranaka
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
[next]