All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] pull: whereis changes
@ 2013-03-16 23:40 Sami Kerola
  2013-03-16 23:40 ` [PATCH 1/7] whereis: rewrite most of the command Sami Kerola
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Sami Kerola @ 2013-03-16 23:40 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hi Karel, and all,

Here are the results of the whereis(1) work which I mentioned earlier the
week in irc.  All of the patches are related to that command, and as you
can see from the diff stats a lot has changed.

The first patch is quite big.  Unfortunately I ran out of imagination how
to make it smaller, as the patch is the core change enabling rest of the
work.  Most what the 0001 has got going is with search directory list
building using new data structure.

In between patches are quite straight forward till second last which will
canonicalize output file names.  I think that is what users are
interested, but I a may be wrong as well.  Comments, anyone?

The last patch is a bug fix to RedHat item.  See commit message for
further details.

One funky side note.  After the changes the whereis seems to run about
20% quicker.  That was unintentional enhancement.


The following changes since commit 2029dbd9b168319d8a4717c1523e4facb5cff9cc:

  docs: update year (2013-03-15 15:18:22 +0100)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git whereis

for you to fetch changes up to 41f50bc7efcda1acc179c159ccc04e91e1ed5965:

  whereis: remove duplicates from search results (2013-03-16 23:22:02 +0000)

----------------------------------------------------------------
Sami Kerola (7):
      whereis: rewrite most of the command
      whereis: add search scope listing option
      whereis: align with howto-usage-function.txt
      whereis: support MANPATH environment variable
      docs: generic whereis.1 clean up
      whereis: canonicalize files before printing
      whereis: remove duplicates from search results

 misc-utils/Makemodule.am |   1 +
 misc-utils/whereis.1     |  93 ++++----
 misc-utils/whereis.c     | 555 ++++++++++++++++++++++++++---------------------
 3 files changed, 350 insertions(+), 299 deletions(-)

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

end of thread, other threads:[~2013-03-20 14:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-16 23:40 [PATCH 0/7] pull: whereis changes Sami Kerola
2013-03-16 23:40 ` [PATCH 1/7] whereis: rewrite most of the command Sami Kerola
2013-03-16 23:40 ` [PATCH 2/7] whereis: add search scope listing option Sami Kerola
2013-03-16 23:40 ` [PATCH 3/7] whereis: align with howto-usage-function.txt Sami Kerola
2013-03-16 23:40 ` [PATCH 4/7] whereis: support MANPATH environment variable Sami Kerola
2013-03-16 23:40 ` [PATCH 5/7] docs: generic whereis.1 clean up Sami Kerola
2013-03-16 23:40 ` [PATCH 6/7] whereis: canonicalize files before printing Sami Kerola
2013-03-20 12:56   ` Karel Zak
2013-03-20 14:03     ` Sami Kerola
2013-03-16 23:40 ` [PATCH 7/7] whereis: remove duplicates from search results Sami Kerola
2013-03-20 12:59   ` Karel Zak
2013-03-17  9:23 ` [PATCH 0/7] pull: whereis changes Sami Kerola
2013-03-20 13:02 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.