| Age | Commit message (Expand) | Author |
| 2008-08-26 | fix range of strtouq(), from Henning Petersen per PR lib/39399 | drochner |
| 2008-08-20 | Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one | joerg |
| 2005-11-29 | WARNS=4 | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2000-05-16 | Workaround no longer needed, now that the compiler is fixed. | is |
| 2000-05-02 | Add the (void)&acc; hack from strtouq.c to strtoull.c. This works around | is |
| 2000-03-08 | No longer need internal names for strtoq() and strtouq(). | kleink |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-08-17 | Make some needed weak aliases. | mycroft |
| 1998-11-15 | delint | christos |
| 1998-02-03 | Nuke `register', deal with GCC warnings. | mycroft |
| 1998-01-30 | update to lite-2 | perry |
| 1997-07-13 | Add local.h for local prototypes. | christos |
| 1996-07-20 | Changing type of "c" to unsigned did not fix the problem --- a signed | jtc |
| 1996-07-11 | The argument to isfoo() must be representable as an unsigned char, so | jtc |
| 1995-12-21 | Rearrange to avoid sign problems with GCC. | mycroft |
| 1995-12-20 | Minor cleanup. | mycroft |
| 1994-01-04 | Fix two compiler warnings. | mycroft |
| 1994-01-03 | Integrate strtoq() and strtouq() from bsd-sources on uunet. | jtc |