public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] pull: additions recent to last(1) work, plus few small changes
@ 2013-08-17 18:15 Sami Kerola
  2013-08-17 18:15 ` [PATCH 01/16] build-sys: remove unnecessary environment variable Sami Kerola
                   ` (16 more replies)
  0 siblings, 17 replies; 21+ messages in thread
From: Sami Kerola @ 2013-08-17 18:15 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hi Karel and others,

This patch set is mostly about last(1), which was recently undeprecated.
Many of the following patches are direct reactions to that change, while,
especially at the end of the patch set, others are more of a enhancements
of the last(1).  With that I mean mostly about patches 0013, 0015, and
0016, which may or may not be how this command should behave.  IMHO the
--present option from 0016 is most useful of these feature like changes.

Any/everyone; comments, proposal, etc feedback is welcome, as usual.


The following changes since commit 7f1fe74248290c50f5447c2c09fcf0f0575a7666:

  build-sys: remove deprecated elvtune command (2013-08-13 15:55:52 +0200)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2013wk32

for you to fetch changes up to 7c3160f91491d5edc793f03077fa4ba3db5ff440:

  last: add --present option (2013-08-17 16:43:45 +0100)

----------------------------------------------------------------
Sami Kerola (16):
      build-sys: remove unnecessary environment variable
      docs: update TODO
      build-sys: complete elvtune removal
      docs: be clear which last(1) is deprecated
      docs: add long options to last.1 manual page
      include: carefulput: print determined char when unprintable char is found
      last: use carefulput() for printable character output
      last: check expected numeric user input is number
      last: make switch cases complete, and inform if impossible occurs
      last: prefer enum rather than #definition list
      last: remove broken code
      last: use as narrow variable scoping as possible
      last: use ISO 8601 time format for --fulltimes
      last: global variables are initialize automatically to zero
      last: allow --file to be defined multiple times
      last: add --present option

 .gitignore                   |   1 -
 Documentation/TODO           |   5 -
 Documentation/deprecated.txt |   7 +-
 autogen.sh                   |   1 -
 include/carefulputc.h        |   4 +-
 login-utils/Makemodule.am    |   2 +-
 login-utils/last.1           | 184 +++++++++++++----------
 login-utils/last.c           | 340 +++++++++++++++++++++++--------------------
 term-utils/wall.c            |   2 +-
 term-utils/write.c           |   2 +-
 10 files changed, 292 insertions(+), 256 deletions(-)


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

end of thread, other threads:[~2013-08-23 11:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-17 18:15 [PATCH 00/16] pull: additions recent to last(1) work, plus few small changes Sami Kerola
2013-08-17 18:15 ` [PATCH 01/16] build-sys: remove unnecessary environment variable Sami Kerola
2013-08-17 18:15 ` [PATCH 02/16] docs: update TODO Sami Kerola
2013-08-17 18:15 ` [PATCH 03/16] build-sys: complete elvtune removal Sami Kerola
2013-08-17 18:15 ` [PATCH 04/16] docs: be clear which last(1) is deprecated Sami Kerola
2013-08-17 18:15 ` [PATCH 05/16] docs: add long options to last.1 manual page Sami Kerola
2013-08-17 18:15 ` [PATCH 06/16] include: carefulput: print determined char when unprintable char is found Sami Kerola
2013-08-17 18:15 ` [PATCH 07/16] last: use carefulput() for printable character output Sami Kerola
2013-08-17 18:15 ` [PATCH 08/16] last: check expected numeric user input is number Sami Kerola
2013-08-17 18:15 ` [PATCH 09/16] last: make switch cases complete, and inform if impossible occurs Sami Kerola
2013-08-17 18:15 ` [PATCH 10/16] last: prefer enum rather than #definition list Sami Kerola
2013-08-17 18:15 ` [PATCH 11/16] last: remove broken code Sami Kerola
2013-08-17 18:15 ` [PATCH 12/16] last: use as narrow variable scoping as possible Sami Kerola
2013-08-17 18:15 ` [PATCH 13/16] last: use ISO 8601 time format for --fulltimes Sami Kerola
2013-08-17 18:15 ` [PATCH 14/16] last: global variables are initialize automatically to zero Sami Kerola
2013-08-17 18:15 ` [PATCH 15/16] last: allow --file to be defined multiple times Sami Kerola
2013-08-17 18:15 ` [PATCH 16/16] last: add --present option Sami Kerola
2013-08-23 10:07 ` [PATCH 00/16] pull: additions recent to last(1) work, plus few small changes Karel Zak
2013-08-23 10:42   ` Sami Kerola
2013-08-23 11:04     ` Karel Zak
2013-08-23 11:08     ` Karel Zak

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