All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Reduce parse-options.o dependencies
@ 2011-08-11  9:15 Dmitry Ivankov
  2011-08-11  9:15 ` [PATCH v3 1/2] parse-options: export opterr, optbug Dmitry Ivankov
  2011-08-11  9:15 ` [PATCH v3 2/2] Reduce parse-options.o dependencies Dmitry Ivankov
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Ivankov @ 2011-08-11  9:15 UTC (permalink / raw)
  To: git; +Cc: Jonathan Nieder, David Barr, Dmitry Ivankov

This is a reroll of [1]. The main purpose is to make parse-options.o more
self-contained so that it at least doesn't pull any extlibs. Immediate usage
is for stuff in contrib (svn-fe). Distant application is that some day we could
publish this small library separately.

Mostly no changes since [1], just commit message line wrapping, fixup for a
Makefile typo and rebase on top of master (new parse_opt_string_list moved to
parse-options-cb.c too).

[1] http://thread.gmane.org/gmane.comp.version-control.git/176318/focus=176574

Dmitry Ivankov (2):
  parse-options: export opterr, optbug
  Reduce parse-options.o dependencies

 Makefile           |    3 +-
 abspath.c          |   28 ++++++++++++
 parse-options-cb.c |  125 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 parse-options.c    |  125 +---------------------------------------------------
 parse-options.h    |    2 +
 setup.c            |   28 ------------
 6 files changed, 159 insertions(+), 152 deletions(-)
 create mode 100644 parse-options-cb.c

-- 
1.7.3.4

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11  9:15 [PATCH v3 0/2] Reduce parse-options.o dependencies Dmitry Ivankov
2011-08-11  9:15 ` [PATCH v3 1/2] parse-options: export opterr, optbug Dmitry Ivankov
2011-08-11 10:42   ` Jonathan Nieder
2011-08-11  9:15 ` [PATCH v3 2/2] Reduce parse-options.o dependencies Dmitry Ivankov
2011-08-11 11:04   ` Jonathan Nieder
2011-08-11 23:35     ` Junio C Hamano

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.