Skip to content
  1. Mar 29, 2014
  2. Mar 02, 2014
  3. Feb 10, 2014
  4. Feb 09, 2014
  5. Feb 07, 2014
  6. Feb 04, 2014
  7. Jan 07, 2014
  8. Jan 03, 2014
  9. Dec 07, 2013
  10. Oct 24, 2013
  11. Oct 22, 2013
  12. Sep 29, 2013
    • Raymond Toy's avatar
      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