<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in shlib_version</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2cba60c67de406d43a7268635635374a585557ca - Now that gcc 2.95 is out of the tree, get rid of the old hash table interface</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#2cba60c67de406d43a7268635635374a585557ca</link>
        <description>Now that gcc 2.95 is out of the tree, get rid of the old hash table interfaceit was the only user of. Bump major.

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Sun, 31 Aug 2014 01:02:48 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>91a535ff42f6347677741774730dc5ddcf7d5b93 - Switch time_t, ino_t, clock_t, and struct kevent&apos;s ident and data</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#91a535ff42f6347677741774730dc5ddcf7d5b93</link>
        <description>Switch time_t, ino_t, clock_t, and struct kevent&apos;s ident and datamembers to 64bit types.  Assign new syscall numbers for (almostall) the syscalls that involve the affected types, including anythingwith time_t, timeval, itimerval, timespec, rusage, dirent, stat,or kevent arguments.  Add a d_off member to struct dirent and replacegetdirentries() with getdents(), thus immensely simplifying andaccelerating telldir/seekdir.  Build perl with -DBIG_TIME.Bump the major on every single base library: the compat bits includedhere are only good enough to make the transition; the T32 compatoption will be burned as soon as we&apos;ve reached the new world areare happy with the snapshots for all architectures.DANGER: ABI incompatibility.  Updating to this kernel requires extrawork or you won&apos;t be able to login: install a snapshot instead.Much assistance in fixing userland issues from deraadt@ and tedu@and build assistance from todd@ and otto@

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Tue, 13 Aug 2013 05:52:02 +0000</pubDate>
        <dc:creator>guenther &lt;guenther@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>695ea43791d8155ba3444359eecaea19bbb42e22 - Compile the v3 demangler support code in libiberty, bump minor. Will be used</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#695ea43791d8155ba3444359eecaea19bbb42e22</link>
        <description>Compile the v3 demangler support code in libiberty, bump minor. Will be usedin a not-so-distant future.ok kettenis@ (some time ago)

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Sat, 04 Sep 2010 14:39:05 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>9fe72573103a54ed0bdb36a2bc8ff8a80a5ae236 - Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#9fe72573103a54ed0bdb36a2bc8ff8a80a5ae236</link>
        <description>Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c tothe list of built files and switch the md5.h header to the libibertyone. This change is needed by gcc4 and it is a major library crank forlibiberty.tested by many people on many architectures and finally ok&apos;d by deraadt@

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Mon, 12 Oct 2009 22:32:19 +0000</pubDate>
        <dc:creator>robert &lt;robert@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>0c0bb5849767c95f94d3f8b2ff1a190ce87113f5 - bump</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#0c0bb5849767c95f94d3f8b2ff1a190ce87113f5</link>
        <description>bump

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Thu, 24 Jul 2008 15:20:24 +0000</pubDate>
        <dc:creator>martynas &lt;martynas@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>150b7e42cfa21e6546d96ae514ca23e80d970ac7 - Merge OpenBSD specific changes:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#150b7e42cfa21e6546d96ae514ca23e80d970ac7</link>
        <description>Merge OpenBSD specific changes:- pexecute implementation replaced with the older gcc 2.95 implementation,  as gcc 2.95&apos;s collect2 relies upon an implementation behaviour which has  been lost in further libiberty updates.- keep the old hash table interfaces, which are used by gcc 2.95.- keep the OpenBSD replacement for the md5 interface.- keep the OpenBSD strl{cat,cpy} and snprinft usage.Bump libiberty minor version due to the addition of a few new symbols.

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Tue, 27 May 2008 18:52:40 +0000</pubDate>
        <dc:creator>miod &lt;miod@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>0ede50fcc5e54a8b40b0fedb94f663af3e4efa7c - errno changes, lib major version bumps, and general flag day</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#0ede50fcc5e54a8b40b0fedb94f663af3e4efa7c</link>
        <description>errno changes, lib major version bumps, and general flag dayTo build you must:cd /usr/src &amp;&amp; make obj &amp;&amp; make includescd lib/libc &amp;&amp; make depend &amp;&amp; make &amp;&amp; NOMAN=1 sudo make installcd /usr/src &amp;&amp; make build

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Tue, 13 Jul 2004 21:03:34 +0000</pubDate>
        <dc:creator>marc &lt;marc@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>2579ccdb47af0a74a2a31bf58dd9b5b744d40160 - Update floatformat.[ch] to gdb-6.1 version.  Include regex.c in library.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#2579ccdb47af0a74a2a31bf58dd9b5b744d40160</link>
        <description>Update floatformat.[ch] to gdb-6.1 version.  Include regex.c in library.ok otto@, pval@

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Mon, 17 May 2004 10:00:37 +0000</pubDate>
        <dc:creator>kettenis &lt;kettenis@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>673efe8466d4c9e84f12db5cd1c31fc4aa48e82b - Compile the right files, bump minor number.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#673efe8466d4c9e84f12db5cd1c31fc4aa48e82b</link>
        <description>Compile the right files, bump minor number.

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Thu, 25 Dec 2003 18:08:08 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>50ffb271f0d3e44c3e4608c89996385d8c7115ac - Build the new pieces of libiberty that gcc3 will want.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#50ffb271f0d3e44c3e4608c89996385d8c7115ac</link>
        <description>Build the new pieces of libiberty that gcc3 will want.Bump major because of changes in c++ demangler.

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Tue, 25 Nov 2003 21:24:30 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
<item>
        <title>321fbaf8c2a1293b454d73493f1625a299e3883f - Add build pieces</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/openbsd-src/gnu/lib/libiberty/shlib_version#321fbaf8c2a1293b454d73493f1625a299e3883f</link>
        <description>Add build pieces

            List of files:
            /openbsd-src/gnu/lib/libiberty/shlib_version</description>
        <pubDate>Mon, 24 Nov 2003 16:53:23 +0000</pubDate>
        <dc:creator>espie &lt;espie@openbsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
