Roberto Ierusalimschy efcf24be0c 'luaL_execresult' does not assume -1 status as error
ISO C is silent about the return of 'system'. Windows sets 'errno' in
case of errors. Linux has several different error cases, with different
return values. ISO C allows 'system' to set 'errno' even if there are no
errors. Here we assume that a status==0 is success (which is the case
on several platforms), otherwise it is an error. If there is an error
number, gives the error based on it. (The worst a spurious 'errno'
can do is to generate a bad error message.) Otherwise uses the normal
results.
2020-05-22 15:39:29 -03:00
2020-04-23 14:48:15 -03:00
2019-08-20 13:42:26 -03:00
2019-12-30 11:45:08 -03:00
2019-08-16 14:58:02 -03:00
2020-02-27 12:59:22 -03:00
2020-02-27 12:59:22 -03:00
2020-05-22 11:40:34 -03:00
2019-11-18 14:54:06 -03:00
2020-04-23 14:48:15 -03:00
2019-12-13 14:02:42 -03:00
2020-04-23 14:48:15 -03:00
2019-12-30 11:45:08 -03:00
2020-05-19 12:42:20 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:39:34 -03:00
2019-11-18 14:54:06 -03:00
2020-04-23 14:48:15 -03:00
2020-05-19 12:42:20 -03:00
2020-03-16 14:13:13 -03:00
2020-04-23 14:48:15 -03:00
2019-07-05 15:03:15 -03:00
2020-03-16 14:13:13 -03:00
2020-04-30 17:29:27 -03:00
2020-05-22 11:40:34 -03:00
2019-12-05 13:31:07 -03:00
2020-05-07 14:52:19 -03:00
2020-02-27 12:59:22 -03:00
2020-04-23 14:48:15 -03:00
Description
No description provided
13 MiB
Languages
C 66.7%
Lua 32.6%
Makefile 0.6%
Shell 0.1%