Skip to content
Snippets Groups Projects
  1. Oct 07, 2018
  2. Jan 13, 2018
  3. Dec 29, 2017
  4. Oct 07, 2017
  5. Sep 30, 2017
  6. Sep 16, 2017
  7. Jan 29, 2017
  8. Jan 06, 2017
  9. Dec 17, 2016
  10. Oct 09, 2016
  11. Sep 19, 2016
    • Raymond Toy's avatar
      Fix #29: Update processing of command line · d9090138
      Raymond Toy authored
      Several related changes here.
      
      o If :process-command-line is NIL, *command-line-strings* and
        *command-line-application-arguments* weren't getting updated.  They
        should get updated so that the resulting core can get updated
        command line options instead of using the values dumped with the
        core.  The command line switch demons are still not run, as before.
      o Add a :quiet option as if -quiet were given.
      d9090138
  12. May 30, 2016
  13. May 21, 2016
  14. Jan 16, 2016
  15. Jan 07, 2016
  16. Jan 01, 2016
  17. Dec 30, 2015
  18. Dec 26, 2015
  19. Dec 06, 2015
  20. Nov 29, 2015
  21. Oct 31, 2015
  22. Aug 30, 2015
  23. Jun 24, 2015
  24. Jun 14, 2015
  25. Jun 07, 2015
  26. May 17, 2015
  27. Apr 22, 2015
  28. Nov 24, 2014
  29. Nov 13, 2014
  30. Nov 06, 2014
    • Raymond Toy's avatar
      Add iterators and loop paths for codepoints and glyphs · 2b1925b6
      Raymond Toy authored
       * src/code/string.lisp:
         * Add WITH-STRING-CODEPOINT-ITERATOR to allow iterating over the
           codepoints in a string.
         * Add WITH-STRING-GLYPO-ITERATOR to allow iterating over the
           glpyhs in a string.
       * src/code/exports.lisp:
         * Export WITH-STRING-CODEPOINT-ITERATOR and
           WITH-STRING-GLYPH-ITERATOR. 
       * src/code/loop.lisp:
         * Support (loop for cp being the codepoint of string ...) which
           extracts the consecutive codepoints from the string. Allow
           codepoints, code-point, and code-points as aliases of codepoint.
         * Support (loop for g-string being the glyph of string ...) which
           extracts each glyph (as a string) from the string.  Allow glpyhs
           as an alias.
       * tests/extended-loop.lisp:
         * New file of tests for the new loop paths.
       * src/i18n/locale/cmucl.pot:
         * Update.
      2b1925b6
  31. Sep 26, 2014
Loading