History log of /freebsd-10.2-release/lib/libc/Versions.def
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 269792 10-Aug-2014 ian

MFC r268993, r268893, r268994, plus partial r264070, r264082

Fix C++ exception handling for ARM EABI.

Just the part of r264070 that creates the FBSD_1.4 namespace in libc
is hand-applied, and then r264082 which creates the Versions.def entry
is MFC'd.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 226217 10-Oct-2011 das

Add a FBSD_1.3 namespace for FreeBSD 10.


# 197163 13-Sep-2009 deischen

Bump our namespace version for 9.0.

Add a comment about keeping the private namespace at the end of
the dependency chain.


# 178830 07-May-2008 kan

Keep versions on a dependency chain to exclude even remote possiblity
of private version ever getting index 2.


# 178803 06-May-2008 deischen

Add a comment stating not to bump the FBSDprivate version.

Don't inherit the public namespace from the private namespace.


# 178782 05-May-2008 jhb

Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors
as we aren't hiding FILE's internals anymore.


# 178756 04-May-2008 marcel

Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private
name space.


# 174595 14-Dec-2007 deischen

Increment the version namespace for 8.0-current. New symbols and
symbols whose ABI has changed should be added to FBSD_1.1.


# 169096 29-Apr-2007 kan

Make sure FBSDprivate_1.0 is located at the end of the version
inheritance chain.


# 169091 29-Apr-2007 deischen

Number the private version namespace in case we ever want to have
compatibility between versions (as we do for the public namespace).


# 156608 13-Mar-2006 deischen

Add symbol maps and initial symbol version definitions to libc.

Reviewed by: davidxu