(I'd have added this myself, Andy, but you're the keeper of the cage/todo.pod document structure.)
New thing: RT #39855: configuration: define MIN/MAX macros for all integral typedefs For example, if INTVAL is long, then config.h should include: #include <limits.h> #define INTVAL_MIN LONG_MIN #define INTVAL_MAX LONG_MAX ... etc. -- Chip Salzenberg <[EMAIL PROTECTED]>