git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] generalizing sorted-array handling
@ 2010-11-08 22:38 Yann Dirson
  2010-11-08 22:39 ` [PATCH v3 1/3] Introduce sorted-array binary-search function Yann Dirson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yann Dirson @ 2010-11-08 22:38 UTC (permalink / raw)
  To: git

Changes from v2:

* separated sorted-array type declaration from array declaration
* proper typechecking (no reason for using void* for "callback data")
* fixed coding style issues

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

end of thread, other threads:[~2010-11-16 22:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 22:38 [PATCH v3] generalizing sorted-array handling Yann Dirson
2010-11-08 22:39 ` [PATCH v3 1/3] Introduce sorted-array binary-search function Yann Dirson
2010-11-16 17:27   ` Junio C Hamano
2010-11-16 22:04     ` Yann Dirson
2010-11-08 22:39 ` [PATCH v3 2/3] Separate sorted-array type declaration from array declaration Yann Dirson
2010-11-08 22:39 ` [PATCH v3 3/3] Convert diffcore-rename's rename_src to the new sorted-array API Yann Dirson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).