-
- Downloads
Deprecate FLOAT-TRAPPING-NAN-P in favor of FLOAT-SIGNALING-NAN-P.
These numbers are called signaling, not trapping NaN in almost all usages. * code/exports.lisp: * Export FLOAT-SIGNALING-NAN-P. * code/float.lisp: * Implement FLOAT-SIGNALING-NAN-P. * Make FLOAT-TRAPPING-NAN-P an inline call to the FLOAT-SIGNALING-NAN-P and add a docstring to say it is deprecated. * code/print.lisp: * Print "Signaling" instead of "Trapping". * i18n/locale/cmucl.pot: * Regenerated due to the changes in docstrings.
Showing
- src/code/exports.lisp 2 additions, 1 deletionsrc/code/exports.lisp
- src/code/float.lisp 12 additions, 7 deletionssrc/code/float.lisp
- src/code/print.lisp 1 addition, 1 deletionsrc/code/print.lisp
- src/general-info/release-20f.txt 4 additions, 0 deletionssrc/general-info/release-20f.txt
- src/i18n/locale/cmucl.pot 6 additions, 2 deletionssrc/i18n/locale/cmucl.pot
Loading
Please register or sign in to comment