| 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.
|
|
|
|
|
|
|
|
|
|
When p->locals->car is not NULL and p->locals->car->car is NULL,
local_add_f dose not append sym to p->locals->car->car.
This commit change to append sym to p->locals->car->car.
This will close #2333.
|
|
Remove space.
|
|
|
|
|
|
|
|
|
|
When `n2->car` is 0 and `n2->cdd` is not 0,
unnecessary comma was printed before first local variables.
|
|
#2326
|
|
|
|
|
|
when class nothing
|
|
|
|
|
|
Class.new do not call `class_eval'
|
|
Module#initialize set created object for block argument
|
|
|