- 23 Jun, 2014 3 commits
-
-
take_cheeze authored
-
take_cheeze authored
Reduce new string creation in `capitalize`, `downcase`, `upcase` method of `Symbol` class extension. Add test to check unmodified result is working.
-
Yukihiro "Matz" Matsumoto authored
Proc class should be defined before a first method definition
-
- 22 Jun, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Update documentation of `summary` property of mrbgem spec.
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Fix document of doc/compile/README.md
-
Yukihiro "Matz" Matsumoto authored
Fix document in doc/mrbgems/README.md
-
Yukihiro "Matz" Matsumoto authored
Fix document of doc/mrbconf/README.md
-
Jun Hiroe authored
-
Jun Hiroe authored
-
- 21 Jun, 2014 4 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Syntax highlight code blocks with github flavored markdown.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Jun, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Update mrbconf document.
-
- 19 Jun, 2014 5 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Adapt a behavior of String#slice! to other Ruby implementations
-
Akito Mochizuki authored
-
- 18 Jun, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Start `mrbconf` documentation.
-
- 17 Jun, 2014 4 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Add fixed state atexit stack feature.
-
Yukihiro "Matz" Matsumoto authored
Move direct superclass checking to `test/t/superclass.rb`.
-
Yukihiro "Matz" Matsumoto authored
[minor-fix]Update value pointer comments
-
- 16 Jun, 2014 3 commits
-
-
katmutua authored
-
Yukihiro "Matz" Matsumoto authored
Implement String#slice!
-
take_cheeze authored
Adds following macros: * MRB_FIXED_STATE_ATEXIT_STACK (not defined by default) * When defined enables fixed state atexit stack. * MRB_FIXED_STATE_ATEXIT_STACK_SIZE (default value: 5) * This macro will be ignored when `MRB_FIXED_STATE_ATEXIT_STACK` isn't defined. * When `mrb_state_atexit` is called more than this value it will raise runtime error.
-
- 15 Jun, 2014 4 commits