]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'wknd23' of git://github.com/kerolasa/lelux-utiliteetit
authorKarel Zak <kzak@redhat.com>
Mon, 27 Jun 2011 15:21:57 +0000 (17:21 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Jun 2011 15:21:57 +0000 (17:21 +0200)
commit159fb11ebe89339460455327b000f48b8a0d56b8
tree26dca7630b9de534cc96c31676a179c0a4456c29
parent1f5b7d4b87e4311de7b56eb383a7753028866e61
parent735a6603354d7cfebbec2c7ae0f31d7e76806235
Merge branch 'wknd23' of git://github.com/kerolasa/lelux-utiliteetit

* 'wknd23' of git://github.com/kerolasa/lelux-utiliteetit: (41 commits)
  getopt: fix coding style
  getopt: options struct, usage and version outputs
  build-sys: remove unnecessary files from getopt
  getopt: make user getopt_long parsing to use function pointer
  getopt: remove unnecessary free()
  getopt: use xalloc.h
  docs: look.1 manual rewrote
  look: add long options
  docs: mention long options in uuidd.8 manual page
  uuidd: coding style fixes
  uuidd: remove goto statement
  uuidd: use symbolic exit and return values
  uuidd: die() function removed
  uuidd: long options & new usage
  docs: uuidgen.1 mention long options
  uuidgen: add long options
  wipefs: add version printing & compiler warning
  write: maintenance fixes
  write: long options & new usage
  build-sys: move write to term-utils directory
  ...