Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 0/7] pull: various small changes
@ 2015-06-28 19:43 Sami Kerola
  2015-06-28 19:43 ` [PATCH 1/7] last-deprecated: remove from source tree Sami Kerola
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Sami Kerola @ 2015-06-28 19:43 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hi,

Almost all in this change set is trivial stuff, apart from deprecation
proposals.  I think scrubbing some junk makes sense when ever possible.
But deprecations can be tricky, so it would be great to hear if I
assumptions about reset(1) and the last-deprecated are right or wrong.

People who prefer fetching from remote git here's what you need: 

----------------------------------------------------------------
The following changes since commit 13c551f259423d97e6edf1380d5d9e93d77ebc89:
  cfdisk: fix condition logic [cppcheck] (2015-06-25 12:08:53 +0200)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git misc
for you to fetch changes up to 28165575552a4cb8fe919eca367ab070070d371a:
  reset: deprecate the script, and remove reset.033c (2015-06-28 19:27:36 +0100)
----------------------------------------------------------------

Sami Kerola (7):
  last-deprecated: remove from source tree
  zramctl: add link to kernel documentation
  cal: fix memory leaks [valgrind]
  docs: unify mkswap(8) with swapon(8) about holes warning
  build-sys: add minimal whitespace build directory support
  getopt: use $(...) command substitution in example script [shellcheck]
  reset: deprecate the script, and remove reset.033c

 Documentation/deprecated.txt  |   6 +-
 autogen.sh                    |   7 +-
 configure.ac                  |  15 +-
 disk-utils/mkswap.8           |  14 +-
 login-utils/Makemodule.am     |   7 -
 login-utils/last-deprecated.1 |  62 ------
 login-utils/last-deprecated.c | 483 ------------------------------------------
 misc-utils/cal.c              |   3 +
 misc-utils/getopt-parse.bash  |   4 +-
 sys-utils/zramctl.8           |   4 +
 term-utils/Makemodule.am      |   1 -
 term-utils/reset              |   6 +
 term-utils/reset.033c         |  11 -
 13 files changed, 41 insertions(+), 582 deletions(-)
 delete mode 100644 login-utils/last-deprecated.1
 delete mode 100644 login-utils/last-deprecated.c
 delete mode 100755 term-utils/reset.033c

-- 
2.4.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-06-29 10:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-28 19:43 [PATCH 0/7] pull: various small changes Sami Kerola
2015-06-28 19:43 ` [PATCH 1/7] last-deprecated: remove from source tree Sami Kerola
2015-06-28 19:43 ` [PATCH 2/7] zramctl: add link to kernel documentation Sami Kerola
2015-06-28 19:43 ` [PATCH 3/7] cal: fix memory leaks [valgrind] Sami Kerola
2015-06-28 19:43 ` [PATCH 4/7] docs: unify mkswap(8) with swapon(8) about holes warning Sami Kerola
     [not found]   ` <CADNa6_39RU7RQRpd0oG1KAVT2Yo0Z1fi6roy6cQXCeNkeFQG5A@mail.gmail.com>
2015-06-29  8:09     ` Sami Kerola
2015-06-28 19:43 ` [PATCH 5/7] build-sys: add minimal whitespace build directory support Sami Kerola
2015-06-28 19:43 ` [PATCH 6/7] getopt: use $(...) command substitution in example script [shellcheck] Sami Kerola
2015-06-28 19:43 ` [PATCH 7/7] reset: deprecate the script, and remove reset.033c Sami Kerola
2015-06-29  9:49 ` [PATCH 0/7] pull: various small changes Karel Zak
2015-06-29 10:14   ` Ruediger Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox