Jim Meyering
d6f9cf4222
maint: don't mark VIR_DEBUG or VIR_DEBUG0 diagnostics for translation
...
Run this command:
git grep -l VIR_DEBUG|xargs perl -pi -e \
's/(VIR_DEBUG0?)\s*\(_\((".*?")\)/$1($2/'
2010-05-20 21:36:26 +02:00
Matthias Bolte
f972dc2d5c
Remove conn parameter from util functions
...
It was used for error reporting only.
2010-02-09 01:04:54 +01:00
Matthias Bolte
d5c6183def
Remove conn parameter from virXPath* functions
...
It was used for error reporting only.
2010-02-09 01:04:54 +01:00
Matthias Bolte
a5ab900d26
Remove conn parameter from virReportSystemError
2010-02-09 01:04:54 +01:00
Matthias Bolte
8ce5e2c1ab
Remove conn parameter from virReportOOMError
2010-02-09 01:04:54 +01:00
Jim Meyering
07613d2020
remove all trailing blank lines
...
by running this command:
git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
This is in preparation for a more strict make syntax-check
rule that will detect trailing blank lines.
2009-07-16 15:06:42 +02:00
Daniel P. Berrange
ce958c191c
Added docs on extending public API (Dave Allen)
2009-06-09 11:42:41 +00:00