Change #238870
Category | gcoreutils |
Changed by | Paul Eggert <eggert | @cs.ucla.edu>
Changed at | Thu 10 Jul 2025 02:12:40 |
Repository | git://git.savannah.gnu.org/coreutils.git |
Project | gcoreutils |
Branch | master |
Revision | bbca1c106ce5728cfabff04d32055c2122489457 |
Comments
factor: speed up converting strings to uuint * src/factor.c: Do not include c-ctype.h. (strtouuint): Don’t bother generating a number on error; just return a strtol_error value other than LONGINT_OK. Speed up overflow checking.
Changed files
- src/factor.c