Skip to content
  1. Aug 02, 2007
  2. Jun 06, 2007
  3. May 03, 2007
  4. Apr 27, 2007
    • Attila Lendvai's avatar
      Fix (- 1) and (incf/decf x 5), patch by Ray Myers · 94972ae3
      Attila Lendvai authored
      I have a minor patch that fixes the following incorrect (or at least
      unexpected) behavior in ParenScript.
      
      (js (- 1))  =>  "1;"
      (js (incf x 5))   => an error
      (js (decf x 5))   => an error
      
      darcs-hash:cff90c9f9f195531ccf655b0c6f5bf449443b79e
      94972ae3
  5. Apr 25, 2007
  6. Apr 16, 2007
    • Attila Lendvai's avatar
      Follow quote changes in SLOT-VALUE · f929f81e
      Attila Lendvai authored
      darcs-hash:3acbbe4595cba8dbedd0085ff42854cc16135f31
      f929f81e
    • Attila Lendvai's avatar
      Fixed (?) quoting mechanism · dd2fe451
      Attila Lendvai authored
      (js:js (+ 42 '"FoooFFFOFOFooo")) => "42 + FoooFFFOFOFooo;"
      IOW, quote inside a parenscript form means to simply print the quoted value as-is.
      Among other things, this is useful for inserting literal javascript into parenscript.
      I hope it will not break anything.
      
      darcs-hash:7a3dbb342494cd4753a4ed648db85786ea27c6fb
      dd2fe451
  7. Jan 15, 2007
  8. Nov 15, 2006
  9. Nov 22, 2006
  10. Nov 15, 2006
  11. Oct 03, 2006
  12. Sep 01, 2006
  13. Oct 02, 2006
    • Luca Capello's avatar
      docs/pbook.py: correct faulty check for PDF output · 0bb90b18
      Luca Capello authored
      Frank Küster discovered that docs/pbook.py produces buggy LaTeX code,
      a faulty check for PDF output.  It doesn't show up if you only try to
      create PDF.
      
      But if you want to go the traditional route and produce dvi files (and
      from that PostScript and maybe finally again PDF), this will fail and
      still produce PDF.  The script itself doesn't do that (or rather, it
      does that in fact but ignores the output in this first run), but it's
      still an uglyness.
      
      Moreover, it's completely useless, because the only package that uses
      the information, graphicx, will detect the output format itself (and in
      a proper way).
      
        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390629
      
      darcs-hash:43a5b3fa8e6130d08c094c07fad64d93d7ef9c26
      0bb90b18
  14. Aug 21, 2006
  15. Jul 21, 2006
  16. Jul 16, 2006
  17. Jul 15, 2006
  18. Jul 11, 2006
  19. Jul 07, 2006
  20. Jul 06, 2006