History log of /netbsd-src/lib/libc/inet/inet_pton.c (Results 1 – 8 of 8)
Revision Date Author Comments
# c5e820ca 13-Mar-2012 christos <christos@NetBSD.org>

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values t

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@

show more ...


# 59a755a4 12-Apr-2009 christos <christos@NetBSD.org>

merge libbind and bump.


# 3873655b 21-Jun-2008 christos <christos@NetBSD.org>

updates from bind-9-5-0


# 225c5452 30-Mar-2007 ghen <ghen@NetBSD.org>

Resolve conflicts.


# d73eb73d 27-Jan-2007 christos <christos@NetBSD.org>

merge in resolver portion of bind-9.4.0-rc2


# fa373d4d 26-Sep-2006 lukem <lukem@NetBSD.org>

Use NS_INT16SZ instead of INT16SZ


# df0952c6 20-May-2004 christos <christos@NetBSD.org>

- merge in our newer and better changes
- pass lint
- XXX: need to get rid of SPRINTF() macro


# 39e7bb71 20-May-2004 christos <christos@NetBSD.org>

import the parts of the bind9 lib/bind/inet directory directory that we
use.