]> err.no Git - util-linux/commit
rev: coding style, various fixes
authorDavidlohr Bueso <dave@gnu.org>
Sun, 8 Aug 2010 21:03:56 +0000 (17:03 -0400)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Aug 2010 10:05:42 +0000 (12:05 +0200)
commit06eee0d84f41dffe5ad0a894a9ec3123f43caf13
tree1986bc9410df479675164e6960b0274346a9eaee
parent1fc0b941d6d14ac2b8a5b0e40ab3c9981c034d41
rev: coding style, various fixes

 * Change indentation to 8 characters and coding style, for better reading the code.

 * Add some memory allocation error handling.

 * Fix memory leaks. In cases when Ctrl-C is used to exit the program,
  'p' cannot be freed, so made it a global var, to share between main()
   and sig_handler(). Signal handing is necessary to fix some leaks, so
   added a very basic, non invasive, mechanism.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/rev.c