Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
2244 commits behind the upstream repository.
  • Raymond Toy's avatar
    a7ace141
    Print integers with lowercase when *print-case* is :downcase. · a7ace141
    Raymond Toy authored
    Could optimize SUB-OUTPUT-INTEGER and DIGIT-TO-CHAR if needed, but I'm
    assuming printing of fixnums and bignums is not limited by the
    conversion of each digit to a character.
    
     * src/code/print.lisp:
       * Print integers in lowercase if *print-case* is :downcase
       * Update a docstring.
    
     * src/i18n/locale/cmucl.pot:
       * Update
    
     * src/general-info/release-20f.txt:
       * New file with updated info.
    a7ace141
    History
    Print integers with lowercase when *print-case* is :downcase.
    Raymond Toy authored
    Could optimize SUB-OUTPUT-INTEGER and DIGIT-TO-CHAR if needed, but I'm
    assuming printing of fixnums and bignums is not limited by the
    conversion of each digit to a character.
    
     * src/code/print.lisp:
       * Print integers in lowercase if *print-case* is :downcase
       * Update a docstring.
    
     * src/i18n/locale/cmucl.pot:
       * Update
    
     * src/general-info/release-20f.txt:
       * New file with updated info.