Skip to content
  1. Oct 26, 2017
  2. Jul 24, 2017
  3. Feb 17, 2017
  4. Dec 07, 2016
    • Francois-Rene Rideau's avatar
      Support for notification that some functions are deprecated. · c1652787
      Francois-Rene Rideau authored
      Deprecation goes through the following phases:
      style-warning, warning, cerror, functionality removed.
      Automatically upgrade the deprecation phase at every minor version change
      (not every release).
      
      Include minimal testing of the deprecation functionality.
      Add deprecation TODO items.
      
      Deprecation will start with 3.2.
      c1652787
  5. Dec 01, 2016
  6. Nov 30, 2016
  7. Nov 29, 2016
  8. Nov 25, 2016
    • Robert Goldman's avatar
      Clarify PARAMETER-ERROR. · d619b96f
      Robert Goldman authored
      Previous error string implied that UIOP *never* supported string
      commands on Windows, but actually we do support them on some lisp
      implementations.
      d619b96f
  9. Nov 23, 2016
    • Francois-Rene Rideau's avatar
      Adjust RUN-PROGRAM with a string COMMAND on Windows · b1c3fbb4
      Francois-Rene Rideau authored
      Always go through CMD in that case, including on Allegro and CLISP, since
      the previous behavior is simultaneously non-portable, error-prone and limited;
      better to provide a portable well-defined abstraction.
      Users who want more can use the (bad) implementation-specific interfaces,
      or IOlib.
      
      Simplify the call to RUN-PROGRAM.
      Add a PARAMETER-ERROR to %NORMALIZE-COMMAND on unsupported platforms.
      b1c3fbb4
  10. Nov 22, 2016
  11. Nov 15, 2016
  12. Nov 14, 2016
  13. Nov 06, 2016
  14. Oct 26, 2016
  15. Oct 12, 2016
  16. Oct 09, 2016
  17. Oct 08, 2016