Skip to content
Snippets Groups Projects
  1. Mar 30, 2014
  2. Mar 29, 2014
  3. Mar 15, 2014
  4. Mar 13, 2014
  5. Mar 11, 2014
  6. Mar 08, 2014
  7. Mar 02, 2014
  8. Mar 01, 2014
  9. Feb 11, 2014
  10. Feb 10, 2014
    • Raymond Toy's avatar
      Update from logs. · 8e32631b
      Raymond Toy authored
      8e32631b
    • Raymond Toy's avatar
      Fix ticket:87 · 53c2f46a
      Raymond Toy authored
      Add {{{:ELEMENT-TYPE}}} keyword option to {{{RUN-PROGRAM}}}
      
       * src/code/run-program.lisp:
         * Add :element-type option, and use it as needed when creating
           input or output streams.
      
       * tests/trac.lisp:
         * Add tests.
      53c2f46a
  11. Feb 09, 2014
    • Raymond Toy's avatar
      Update from commit logs. · f04a8028
      Raymond Toy authored
      f04a8028
    • Raymond Toy's avatar
      Fix ticket:92 · 8970ad11
      Raymond Toy authored
      Type derivation for log fixed to be consistent with the actual
      returned values.
      
       * src/compiler/float-tran.lisp:
         * Update {{{LOG-DERIVE-TYPE-AUX-1}}} to compute the correct type.
      
       * tests/trac.lisp:
         * Add test for trac ticket:92
      8970ad11
  12. Feb 07, 2014
  13. Feb 04, 2014
  14. Jan 12, 2014
  15. Jan 08, 2014
  16. Jan 07, 2014
    • Raymond Toy's avatar
      Update. · 87ef443f
      Raymond Toy authored
      87ef443f
    • Raymond Toy's avatar
      Fix complex multiply vop. · 7b313ca1
      Raymond Toy authored
      Under some conditions (see trac.65 in tests/trac.lisp) r is packed
      into the same location as either x or y, and we were overwriting x (or
      y) with the result before we had finished with the values in x (or y).
      
      With this, trac.65 passes on sparc now.
      7b313ca1
Loading