Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 14:03:38 -0700 (PDT)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3
Message-ID:  <200308122103.h7CL3cuF088294@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simon       2003/08/12 14:03:38 PDT

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_4)
    lib/libc/string      Makefile.inc index.3 strchr.3 
  Removed files:         (Branch: RELENG_4)
    lib/libc/string      rindex.3 strrchr.3 
  Log:
  MFC:    Makefile.inc 1.33, index(3) 1.8 + 1.9, rindex(3) 1.9,
          strchr(3) 1.9 + 1.10, strrchr(3) 1.10
  
  * Merge index(3) and rindex(3) to index(3) since the two functions are
    almost identical.
  * Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
    are almost identical.
  * Make the wording of index(3) and strchr(3) more similar.
  * mdoc(7) cleanup.
  
  Revision  Changes    Path
  1.19.2.6  +4 -2      src/lib/libc/string/Makefile.inc
  1.3.2.4   +29 -13    src/lib/libc/string/index.3
  1.3.2.4   +0 -85     src/lib/libc/string/rindex.3 (dead)
  1.4.2.5   +29 -19    src/lib/libc/string/strchr.3
  1.5.2.5   +0 -91     src/lib/libc/string/strrchr.3 (dead)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308122103.h7CL3cuF088294>