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-13
Merge pull request #366 from junjis0203/remove_unnecessary_header
Yukihiro "Matz" Matsumoto
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-14
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-14
mrb_load to set mrb->exc on errors
Yukihiro Matsumoto
2012-07-14
mruby: print Syntax OK on -c
Yukihiro Matsumoto
2012-07-14
mrbc: better cleanup before exit
Yukihiro Matsumoto
2012-07-14
mrb_load_xxx to return undef + mrb_undef_p
Yukihiro Matsumoto
2012-07-13
Merge pull request #365 from selman/DISABLE_STDIO
Yukihiro "Matz" Matsumoto
2012-07-13
clean -Wunused-function when defined DISABLE_STDIO
Selman ULUG
2012-07-13
simpify mruby/mrbc using context
Yukihiro Matsumoto
2012-07-13
allow DISABLE/ENABLE_SATDIO
Yukihiro Matsumoto
2012-07-13
add missing (empty) default for swtch; close #364
Yukihiro Matsumoto
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-12
remove double stdio.h inclusion
Yukihiro Matsumoto
2012-07-11
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-11
local variable order was screwed up in parser_init_cxt(); close #360
Yukihiro Matsumoto
2012-07-10
Merge pull request #361 from bovi/test-ary-corruption
Yukihiro "Matz" Matsumoto
2012-07-10
Add a Test Case for #359 Array Corruption
Daniel Bovensiepen
2012-07-09
Merge pull request #359 from masamitsu-murase/modify_array_clear
Yukihiro "Matz" Matsumoto
2012-07-09
Merge pull request #358 from masamitsu-murase/authors
Yukihiro "Matz" Matsumoto
2012-07-09
Merge pull request #357 from suzukaze/replace-tab-with-spaces
Yukihiro "Matz" Matsumoto
2012-07-10
Could you add me to AUTHORS?
Masamitsu MURASE
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-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-09
we don't need xmalloc; close #356
Yukihiro Matsumoto
2012-07-08
Merge pull request #355 from monaka/pr-use-mrb_calloc
Yukihiro "Matz" Matsumoto
2012-07-08
Merge pull request #354 from bovi/test-modules
Yukihiro "Matz" Matsumoto
2012-07-08
Use mrb_calloc if you want zero cleard buffers.
Masaki Muranaka
2012-07-08
Add tests for Modules #append_features, #include, #included and #included_mod...
Daniel Bovensiepen
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-08
.. is weaker than ==
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
[next]