public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] pull: almost complete setterm refactoring
@ 2014-05-18 14:05 Sami Kerola
  2014-05-18 14:05 ` [PATCH 01/17] setterm: clean up includes Sami Kerola
                   ` (17 more replies)
  0 siblings, 18 replies; 28+ messages in thread
From: Sami Kerola @ 2014-05-18 14:05 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hello,

Here is bunch of patches to setterm, with the intention to make the code
to look a little bit more fresh.  I admit the second patch being
practically impossible to review because there is so much going on in it. 
Unfortunately I could not figure out how to change how options work, and
keep the change small.

Lets hope this does not break anything, while the change should make the
command more robust in various ways.


The following changes since commit 1efded63dfe85d62bcd8f0ff29ea6b62aa5cac74:

  Merge branch 'tests-mount' of https://github.com/rudimeier/util-linux (2014-05-16 14:30:05 +0200)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2014wk19

for you to fetch changes up to 19d616172ad30e375056ab3ce86d0166a840773a:

  setterm: add set_blanking() action (2014-05-18 14:55:23 +0100)

Sami Kerola (17):
  setterm: clean up includes
  setterm: use getopt_long_only() for option parsing
  setterm: use string utils to numeric parsing
  setterm: move show_tabs() and screendump() functions
  setterm: remove usage comment segment
  setterm: add option control structure
  setterm: add init_terminal() to make main() shorter
  setterm: clean up screendump()
  setterm: remove devfs and /dev/vcsa0 support
  setterm: make -msglevel 0 to work as is did earlier
  setterm: correct usage() bright color argument
  setterm: improve perform_sequence() coding style
  setterm: tell user when options does not effect
  setterm: improve error messages
  setterm: various visual terminal effects are not console specific
  setterm: mark some options to be exclusive with each other
  setterm: add set_blanking() action

 bash-completion/setterm  |   19 +-
 term-utils/Makemodule.am |    2 +-
 term-utils/setterm.c     | 1621 +++++++++++++++++++++-------------------------
 3 files changed, 761 insertions(+), 881 deletions(-)

-- 
1.9.2


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

end of thread, other threads:[~2014-05-20 10:02 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-18 14:05 [PATCH 00/17] pull: almost complete setterm refactoring Sami Kerola
2014-05-18 14:05 ` [PATCH 01/17] setterm: clean up includes Sami Kerola
2014-05-18 14:05 ` [PATCH 02/17] setterm: use getopt_long_only() for option parsing Sami Kerola
2014-05-19  9:29   ` Karel Zak
2014-05-18 14:05 ` [PATCH 03/17] setterm: use string utils to numeric parsing Sami Kerola
2014-05-19  9:24   ` Karel Zak
2014-05-18 14:05 ` [PATCH 04/17] setterm: move show_tabs() and screendump() functions Sami Kerola
2014-05-18 14:05 ` [PATCH 05/17] setterm: remove usage comment segment Sami Kerola
2014-05-18 14:05 ` [PATCH 06/17] setterm: add option control structure Sami Kerola
2014-05-19  9:38   ` Karel Zak
2014-05-19  9:48   ` Karel Zak
2014-05-18 14:05 ` [PATCH 07/17] setterm: add init_terminal() to make main() shorter Sami Kerola
2014-05-18 14:05 ` [PATCH 08/17] setterm: clean up screendump() Sami Kerola
2014-05-18 14:05 ` [PATCH 09/17] setterm: remove devfs and /dev/vcsa0 support Sami Kerola
2014-05-19  9:52   ` Karel Zak
2014-05-18 14:05 ` [PATCH 10/17] setterm: make -msglevel 0 to work as is did earlier Sami Kerola
2014-05-18 14:05 ` [PATCH 11/17] setterm: correct usage() bright color argument Sami Kerola
2014-05-19  9:57   ` Karel Zak
2014-05-18 14:05 ` [PATCH 12/17] setterm: improve perform_sequence() coding style Sami Kerola
2014-05-18 14:05 ` [PATCH 13/17] setterm: tell user when options does not effect Sami Kerola
2014-05-19 10:02   ` Karel Zak
2014-05-18 14:05 ` [PATCH 14/17] setterm: improve error messages Sami Kerola
2014-05-18 14:05 ` [PATCH 15/17] setterm: various visual terminal effects are not console specific Sami Kerola
2014-05-18 14:05 ` [PATCH 16/17] setterm: mark some options to be exclusive with each other Sami Kerola
2014-05-18 14:05 ` [PATCH 17/17] setterm: add set_blanking() action Sami Kerola
2014-05-19 21:51 ` [PATCH 00/17] pull: almost complete setterm refactoring Sami Kerola
2014-05-20  8:11   ` Benno Schulenberg
2014-05-20 10:02     ` Karel Zak

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