| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use mrb_get_args instead of direct stack access
|
|
|
|
|
|
Fix various warnings
|
|
|
|
|
|
|
|
Avoid to crash when "mruby -e p"
|
|
|
|
|
|
|
|
fix #56
|
|
Removed to silence warning.
Signed-off-by: Patrick Hogan <[email protected]>
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|