mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Add glob sort support
@ 2012-05-14 18:20 Sascha Hauer
  2012-05-14 18:20 ` [PATCH 1/2] add qsort support Sascha Hauer
  2012-05-14 18:21 ` [PATCH 2/2] glob: Add sorted output support Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2012-05-14 18:20 UTC (permalink / raw)
  To: barebox

This series adds glob sort support.

Sascha

----------------------------------------------------------------
Sascha Hauer (2):
      add qsort support
      glob: Add sorted output support

 common/Kconfig  |    8 +++++-
 include/qsort.h |    7 +++++
 lib/Kconfig     |    3 +++
 lib/Makefile    |    1 +
 lib/glob.c      |   11 ++++----
 lib/qsort.c     |   79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 102 insertions(+), 7 deletions(-)
 create mode 100644 include/qsort.h
 create mode 100644 lib/qsort.c

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-05-14 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 18:20 [PATCH] Add glob sort support Sascha Hauer
2012-05-14 18:20 ` [PATCH 1/2] add qsort support Sascha Hauer
2012-05-14 18:21 ` [PATCH 2/2] glob: Add sorted output support Sascha Hauer

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