- 22 Oct, 2012 1 commit
-
-
Masaki Muranaka authored
-
- 21 Oct, 2012 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Avoid memcpy() on copying structures.
-
- 20 Oct, 2012 2 commits
-
-
Masaki Muranaka authored
-
Yukihiro Matsumoto authored
-
- 19 Oct, 2012 14 commits
-
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix wrong storage of data when hex-style string is loaded
-
Yukihiro Matsumoto authored
-
-
- 18 Oct, 2012 2 commits
-
-
Yukihiro Matsumoto authored
-
Takashi Sogabe authored
This patch fixes corruption of data when hex-style string is loaded. I saw following phenomenon in an ubuntu/amd64 environment. Test code: str = "\x0\x1\x2\x03\x04\x05\x06\a\b\t\n\v\f\r\x0E\x0F\x10" p str[-1] == "\0x10" Output(binary program with mrbc -B): false Output(script with mruby): true
-
- 17 Oct, 2012 6 commits
-
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix disappearance of a local variable when return statement is called
-
Yukihiro "Matz" Matsumoto authored
Fix degrades by #490. (Some changes are reverted.)
-
Masaki Muranaka authored
-
Takashi Sogabe authored
Commit of #18dd60c1 causes disappearance of a local variable if return statement is called without arguments. This patch fixes incorrect value of stack pointer. test program: def test_return_cond return if nil obj = 123 p obj p obj.class end test_return_cond output(commit #18dd60c1): main Object output(includes this patch): 123 Fixnum
-
- 16 Oct, 2012 12 commits
-
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Avoid memcpy() on copying structure.
-
Yukihiro "Matz" Matsumoto authored
Add more strict warning checks
-
- 15 Oct, 2012 2 commits
-
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-