mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] String: expand to word size && refactor || refactor
@ 2013-04-06 20:38 Nathan McSween
  2013-04-06 20:38 ` Nathan McSween
  0 siblings, 1 reply; 7+ messages in thread
From: Nathan McSween @ 2013-04-06 20:38 UTC (permalink / raw)
  To: musl; +Cc: Nathan McSween

Reworking of last expanding / refactoring of string fns, logic should be
reviewed as I had issues syncing changes across revisions.

Nathan McSween (1):
  String: expand to word size && refactor || refactor

 src/string/memccpy.c   | 50 ++++++++++++++++++++++++++----------------------
 src/string/memchr.c    | 42 +++++++++++++++++++++++-----------------
 src/string/memcmp.c    | 33 ++++++++++++++++++++++++++++----
 src/string/memcpy.c    | 44 +++++++++++++++++++++---------------------
 src/string/memrchr.c   | 30 +++++++++++++++++++++++++----
 src/string/memset.c    | 37 ++++++++++++++++++++---------------
 src/string/stpcpy.c    | 32 +++++++++++++++++--------------
 src/string/stpncpy.c   | 38 +++++++++++++++++++-----------------
 src/string/strcat.c    |  7 ++++---
 src/string/strchrnul.c | 26 ++++++++++++++-----------
 src/string/strcmp.c    | 30 ++++++++++++++++++++++++++++-
 src/string/strcpy.c    |  7 -------
 src/string/strlcpy.c   | 52 +++++++++++++++++++++++++++++---------------------
 13 files changed, 268 insertions(+), 160 deletions(-)

-- 
1.8.1.2



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

end of thread, other threads:[~2013-04-07 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-06 20:38 [PATCH] String: expand to word size && refactor || refactor Nathan McSween
2013-04-06 20:38 ` Nathan McSween
2013-04-07  9:23   ` Szabolcs Nagy
2013-04-07  9:38     ` Jens Gustedt
2013-04-07 13:29       ` Szabolcs Nagy
2013-04-07 14:31         ` Jens Gustedt
2013-04-07 15:21           ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).