Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 18:00:34 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include libgen.h src/lib/libc/gen Makefile.inc Symbol.map basename.3 basename.c
Message-ID:  <201009221802.o8MI24EF042253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2010-09-22 18:00:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    include              libgen.h 
    lib/libc/gen         Makefile.inc Symbol.map basename.3 
                         basename.c 
  Log:
  SVN rev 213002 on 2010-09-22 18:00:34Z by rpaulo
  
  MFC r197804 (rwatson):
    Add basename_r(3) to complement basename(3).  basename_r(3) which accepts
    a caller-allocated buffer of at least MAXPATHLEN, rather than using a
    global buffer.
  
  Note about semantics: while this interface is not POSIXy, there's
  another major platform that uses it (Android) and the semantics between
  the two platforms are pretty much the same.
  
  Revision   Changes    Path
  1.2.36.2   +1 -0      src/include/libgen.h
  1.144.2.5  +1 -0      src/lib/libc/gen/Makefile.inc
  1.21.2.4   +1 -0      src/lib/libc/gen/Symbol.map
  1.8.10.2   +15 -5     src/lib/libc/gen/basename.3
  1.7.34.2   +16 -8     src/lib/libc/gen/basename.c



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