Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2011 16:32:13 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/amd64/string Makefile.inc stpcpy.S strcpy.S strcpy.c
Message-ID:  <201107211632.p6LGWQVf089645@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gnn         2011-07-21 16:32:13 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/string Makefile.inc 
  Added files:
    lib/libc/amd64/string stpcpy.S strcpy.c 
  Removed files:
    lib/libc/amd64/string strcpy.S 
  Log:
  SVN rev 224246 on 2011-07-21 16:32:13Z by gnn
  
  Make both stpcpy and strcpy be assembly language implementations
  on amd64.
  
  Submitted by:   Guillaume Morin (guillaume at morinfr.org)
  Reviewed by:    kib, jhb
  Approved by:    re (bz)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.6       +1 -1      src/lib/libc/amd64/string/Makefile.inc
  1.1       +116 -0    src/lib/libc/amd64/string/stpcpy.S (new)
  1.5       +0 -114    src/lib/libc/amd64/string/strcpy.S (dead)
  1.1       +38 -0     src/lib/libc/amd64/string/strcpy.c (new)



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