History log of /netbsd-current/common/lib/libc/stdlib/strtoul.c
Revision Date Author Comments
# 1.3 20-Aug-2008 oster

Fix build breakage by adding appropriate #includes.
Patch from joerg@


# 1.2 20-Aug-2008 joerg

Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one
version for signed and one version for unsigned data types.

Add a check for supported bases and set errno (userland) or panic
(kernel, libsa) otherwise.

Make strto{ll,ull,imax,umax} normal symbols and just keep the underscore
versions as strong alias.

Obtained from DragonFly, based on the wide char version from Citrus.
Reviewed by christos@


# 1.1 20-Dec-2005 christos

branches: 1.1.28;
Merge libkern + libc common files. As requested by core.


# 1.1.28.1 17-Sep-2008 wrstuden

Sync with wrstuden-revivesa-base-2.