svn commit: r268491 - head/usr.bin/users

Adrian Chadd adrian at freebsd.org
Thu Jul 10 17:13:37 UTC 2014


... I think this particular commit highlights our almost complete lack
of useful data types in our C libraries.

I think it's about time we grew a similar list of basic DSAs.

I had to reimplement hash tables, trees and callwheels at work recently. Ugh.



-a


On 10 July 2014 09:59, Nathan Whitehorn <nwhitehorn at freebsd.org> wrote:
>
> On 07/10/14 08:57, Ed Schouten wrote:
>>
>> On 10 July 2014 17:53, Baptiste Daroussin <bapt at freebsd.org> wrote:
>>>
>>> Just make sure not to break mips, powerpc and sparc64 which are still
>>> using
>>> gcc 4.2 :)
>>
>> Oomf! Good point. Completely forgot about that. There is indeed one
>> C++11-ism in the code, namely the use of auto. Let me fix that.
>>
>
> Some ARM platforms (armeb, for example) also use GCC.
> -Nathan
>


More information about the svn-src-head mailing list