• Paul Eggert's avatar
    Overflow errors are range errors · 799d738b
    Paul Eggert authored
    * etc/NEWS: Mention this.
    * doc/lispref/errors.texi (Standard Errors):
    Document overflow-error, which was formerly undocumented.
    It is a range error, not a domain error.
    * src/data.c (syms_of_data): overflow-error and (undocumented)
    underflow-error are subtypes range-error, not domain-error.
    This fixes bugs in timezone-time-from-absolute and in
    erc-ctcp-reply-PING.
    799d738b
errors.texi 8.6 KB