[Kamailio-Devel] SF.net SVN: openser:[4892] trunk

Henning Westerholt henning.westerholt at 1und1.de
Thu Sep 11 19:44:30 CEST 2008


Revision: 4892
          http://openser.svn.sourceforge.net/openser/?rev=4892&view=rev
Author:   henningw
Date:     2008-09-11 17:44:28 +0000 (Thu, 11 Sep 2008)

Log Message:
-----------
- remove q_memchr from ut.h, as most code uses the standard memchr from
  <string.h> anyway
- convert existing users of this function to use also the memchr from glibc
- recent glibc versions implement this function for several common architectures
  in assembler, so i don't think that it still make sense to have an own
  implementation

Modified Paths:
--------------
    trunk/modules/acc/acc.c
    trunk/modules/mangler/contact_ops.c
    trunk/modules/registrar/common.c
    trunk/modules/usrloc/ucontact.c
    trunk/modules/usrloc/udomain.c
    trunk/modules/usrloc/urecord.c
    trunk/parser/digest/digest_parser.c
    trunk/parser/digest/param_parser.c
    trunk/parser/msg_parser.c
    trunk/parser/parse_hname2.c
    trunk/parser/parse_param.c
    trunk/parser/parse_uri.c
    trunk/parser/parser_f.c
    trunk/parser/sdp/sdp_helpr_funcs.c
    trunk/tcp_read.c
    trunk/ut.h


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list