Files
libguestfs/daemon
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-09 22:34:16 +01:00
2009-11-09 22:34:16 +01: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-09-14 10:13:03 +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-18 15:19:55 +01: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-20 15:59:53 +02:00
2009-07-03 17:04:21 +02:00
2009-11-09 22:34:16 +01:00
2009-11-09 22:34:16 +01:00

Please see README in the parent directory.