CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2018/04/02 00:47:43
Modified files: bin/test : test.c regress/bin/test: TEST.sh Log message: Support integers of arbitrary length. Previously it was possible to overflow integers while parsing. With this diff, we support any kind of POSIX-compatible integers for comparisons. with input by and ok schwarze, ok tb