| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Patrick Hogan <[email protected]>
|
|
Signed-off-by: Patrick Hogan <[email protected]>
|
|
It doesn't appear to serve any purpose and allows removing warning about various unused variables littered around.
Signed-off-by: Patrick Hogan <[email protected]>
|
|
Signed-off-by: Patrick Hogan <[email protected]>
|
|
Removed or commented out to stop compiler whining about them.
Signed-off-by: Patrick Hogan <[email protected]>
|
|
Some formatting and add default label to silence warning about unhanded cases.
Signed-off-by: Patrick Hogan <[email protected]>
|
|
Signed-off-by: Patrick Hogan <[email protected]>
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|