Files
mruby-mruby/include/mruby
cremno e4afd5374f add mrb_strlen_lit which makes _lit macros safer
strlen(3) + string literal is usually optimized but strlen(3) doesn't
check if its argument is really a string literal. This is important for
mruby's _static functions to which some _lit macros are expanded (string
literals have static storage). See comment for some additional info.

remove unnecessary parentheses
2014-03-12 17:56:08 +01:00
..
2013-09-21 17:28:47 +09:00
2014-03-03 00:46:39 +09:00
2014-03-03 00:46:39 +09:00
2014-03-11 22:01:00 +09:00
2014-03-08 15:53:59 +09:00
2014-01-31 17:42:05 +01:00
2013-11-19 20:38:02 +09:00
2014-03-01 20:05:29 +09:00
2014-02-18 04:37:35 +01:00
2014-01-31 18:00:36 +01:00
2014-02-24 23:13:21 +09:00