Jim Meyering
c372c7c23a
maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit
Convert all uses automatically, via these two commands:
git grep -l '\<exit *(1)' \
| grep -vEf .x-sc_prohibit_magic_number_exit \
| xargs --no-run-if-empty \
perl -pi -e 's/\b(exit ?)\(1\)/$1(EXIT_FAILURE)/'
git grep -l '\<exit *(0)' \
| grep -vEf .x-sc_prohibit_magic_number_exit \
| xargs --no-run-if-empty \
perl -pi -e 's/\b(exit ?)\(0\)/$1(EXIT_SUCCESS)/'
* .x-sc_prohibit_magic_number_exit: New file.
Edit (RWMJ): Don't change Java code.
2009-11-20 12:14:14 +00:00
..
2009-11-20 10:43:45 +00:00
2009-11-20 10:48:02 +00:00
2009-11-10 16:32:20 +00:00
2009-10-26 15:52:40 +00:00
2009-11-09 11:05:19 +00:00
2009-11-09 22:34:16 +01:00
2009-08-13 14:37:43 +01:00
2009-11-09 11:05:19 +00:00
2009-11-20 10:38:07 +00:00
2009-03-03 08:58:37 +00:00
2009-08-13 14:39:31 +01:00
2009-11-09 22:34:16 +01:00
2009-11-09 22:34:16 +01:00
2009-11-09 22:34:16 +01:00
2009-08-17 11:40:24 +02:00
2009-11-09 22:34:16 +01:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-08-13 14:45:34 +02:00
2009-09-14 10:13:03 +01:00
2009-11-20 10:36:21 +00:00
2009-08-17 11:40:24 +02:00
2009-11-09 22:34:16 +01:00
2009-11-20 10:36:21 +00:00
2009-11-20 10:36:21 +00:00
2009-08-13 14:45:34 +02:00
2009-08-13 14:45:34 +02:00
2009-08-13 14:45:34 +02:00
2009-08-13 14:45:34 +02:00
2009-11-20 12:14:14 +00:00
2009-08-13 14:45:34 +02:00
2009-08-13 14:45:34 +02:00
2009-11-20 10:36:21 +00:00
2009-11-20 10:38:07 +00:00
2009-11-02 17:48:35 +00:00
2009-11-09 22:34:16 +01:00
2009-11-09 11:05:19 +00:00
2009-11-19 16:40:22 +00:00
2009-11-09 22:34:16 +01:00
2009-11-20 10:38:07 +00:00
2009-08-18 15:19:55 +01:00
2009-11-09 22:34:16 +01:00
2009-08-13 14:45:34 +02:00
2009-11-10 16:46:31 +00:00
2009-07-03 17:04:21 +02:00
2009-11-20 12:14:14 +00:00
2009-11-20 10:38:07 +00:00
2009-03-03 08:58:37 +00:00
2009-11-20 10:55:02 +00:00
2009-08-13 14:45:34 +02:00
2009-08-13 16:19:21 +01:00
2009-08-17 11:40:24 +02:00
2009-07-03 17:04:21 +02:00
2009-11-20 10:38:07 +00:00
2009-08-13 14:45:34 +02:00
2009-08-13 14:45:34 +02:00
2009-08-17 11:40:24 +02:00
2009-08-20 15:59:53 +02:00
2009-11-02 16:37:51 +00:00
2009-07-03 17:04:21 +02:00
2009-11-09 22:34:16 +01:00
2009-11-02 16:37:51 +00:00
2009-08-17 11:40:24 +02:00
2009-11-09 22:34:16 +01:00
2009-08-17 11:40:24 +02:00
2009-08-13 14:45:34 +02:00