| Age | Commit message (Collapse) | Author |
|
fix #56
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Patrick Hogan <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/variable.c
|
|
|
|
|
|
simple fix for underflow / capture errors and warnings
|
|
Fix SEGV when calling Proc object created by Proc.new
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove unnecessary check for size_t < 0
|
|
|
|
size_t can never be negative since it is an unsigned integer according to standard. Removed to silence warning.
Signed-off-by: Patrick Hogan <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDE_ENCODING and INCLUDE_REGEXP in mrbconf.h.
|
|
|
|
|
|
|
|
|
|
Please respect the specification of C
|
|
make %(foo) work
|
|
Fix for Linux
|
|
mrb_value, so no need to cast.
|
|
|
|
|