| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix memory leaks in String
|
|
|
|
|
|
|
|
the end of state, not process; ref #2211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now it will parse the #2361 code as:
```
module A
end
module B
end
```
instead of
```
module A
end module B
end
```
|
|
Add generator script to dependency so that it will regenerate C codes when it's modified.
|
|
|
|
|
|
`ISSPACE` and `ISASCII` can be used instead.
|
|
|
|
|
|
|
|
take-cheeze-atexit
|
|
|
|
it's modified.
|
|
|
|
|
|
|
|
|
|
Remove space.
|
|
|
|
|
|
|
|
|
|
#2326
|
|
|
|
|
|
when class nothing
|
|
|
|
|
|
Class.new do not call `class_eval'
|
|
Module#initialize set created object for block argument
|
|
|
|
Change range_check before mrb_obj_alloc.
|