History log of /netbsd-src/lib/libc/inet/inet_net_pton.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 6d9e6faa 12-May-2024 msaitoh <msaitoh@NetBSD.org>

s/Firey/Fiery/ in comment.


# 82bba4e9 05-Feb-2024 andvar <andvar@NetBSD.org>

fix various typos in comments.


# 3ba1def2 13-Dec-2018 maya <maya@NetBSD.org>

Remove unused macro.


# 1f043722 20-Mar-2012 matt <matt@NetBSD.org>

Use C89 definitions


# 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 ...


# ce009e37 06-Mar-2011 christos <christos@NetBSD.org>

Check bits on each loop to prevent integer oveflow.
Reported by Maksymilian Arciemowicz


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

Add the remaining files from net that are going to be moved here and
the Makefile glue.