Skip to content
  1. Nov 16, 2015
  2. Jan 16, 2014
  3. Oct 25, 2013
  4. Dec 13, 2011
  5. Dec 08, 2011
  6. Sep 19, 2010
  7. Dec 21, 2009
  8. Jan 21, 2009
  9. Sep 16, 2008
  10. Sep 04, 2006
    • Attila Lendvai's avatar
      Turn off corrects-path-p by default · 8843c77c
      Attila Lendvai authored
      So, the situation is this: all the examples in the RFC use quotes around the path part,
      but the syntax description itself does not contain the quotes and IE gets confused by the
      extra (?) quotes, while FF works right with and without them.
      
      I think the entire corrects-path-p should be removed and the tests updated.
      
      darcs-hash:3899524fad03c01932937dfe589082a4803c0b10
      8843c77c
  11. Sep 01, 2006
  12. Aug 09, 2006
  13. Aug 01, 2006
  14. Aug 09, 2006
  15. Jun 27, 2006
    • Attila Lendvai's avatar
      Created a rfc2109.test system · d5e172ba
      Attila Lendvai authored
      Splitting the file into a main/test would have been a bad idea due to the smart
      inlining with the standard's text.
      
      The previous solution to always load the file is also bad for performance.
      
      The hopefully final solution is to create an rfc2109.test system and before loading
      rfc2109.lisp in it rebind *features* and push a symbol (:test) into it. The main
      lisp file #+test for this symbol and defines the tests when it's loaded through
      rfc2109.test.
      
      darcs-hash:b912ce8b527d112d4aa0f74770b5eec3d8067a78
      d5e172ba
  16. Jun 26, 2006
    • Attila Lendvai's avatar
      Disable fasl compilation in the asdf file · 1a5b022c
      Attila Lendvai authored
      This way we can get rid of the errors arising when rfc2109 is compiled
      with 5am loaded and later loaded from fasl without 5am loaded.
      
      darcs-hash:2a9079d8225fced41955d4fa68b81b74298f805e
      1a5b022c
  17. May 07, 2006
  18. Feb 01, 2006
  19. Jan 27, 2006
  20. Dec 16, 2005
  21. Sep 20, 2005
  22. Aug 25, 2005
  23. Aug 11, 2005
    • Alan-Shields's avatar
      rfc2109: Add basic testing and a tester · 9978077f
      Alan-Shields authored
      Decided to add a basic testing framework - mostly because I'm mucking about
      with parsing and another library, want something to let me know when I've
      REALLY screwed up.
      
      Please note that the current stable version of FiveAM will not run these tests,
      as it doesn't have the *features* that are needed to define them. I've submitted
      a patch to Marco, we'll see if he adds it.
      
      darcs-hash:d664c932b6a9c885e22a9ebc22f079096f96cdb6
      9978077f
  24. Aug 10, 2005