Skip to content
Snippets Groups Projects
  1. May 02, 2007
  2. Apr 07, 2007
  3. Jan 04, 2006
  4. Jun 01, 2005
  5. Dec 23, 2004
  6. Aug 29, 2003
    • gerd's avatar
      (ext:parse-time "Fri, 04 Apr 2003 01:36:12 0200") · 1e896049
      gerd authored
      	 => 3258488172
      	(ext:parse-time "Fri, 04 Apr 2003 01:36:12 +0200")
      	 => nil
      
      	* src/code/parse-time.lisp (decompose-string): Handle
      	offsets from GMT with a leading +.  From Miles Egan.
      	Reported by Dan Barlow.
      1e896049
  7. Aug 16, 2003
    • gerd's avatar
      Format string checking for ERROR, WARN, and others. · a66297f9
      gerd authored
      	* src/compiler/srctran.lisp (check-format-args-1)
      	(check-format-args-2): Extracted from check-format-args.
      	(check-format-args): Take a continuation argument for the control
      	string.
      	(format): Use the new check- functions.
      	(error, warn, compiler-error, compiler-warning)
      	(compiler-note, compiler-mumble): Add format-checking
      	deftransforms.
      
      	* src/compiler/fndb.lisp (compiler-warning, compiler-note)
      	(compiler-mumble, compiler-error): Add defknowns.
      
      	* src/compiler/ir1util.lisp (compiler-mumble, compiler-warning)
      	(compiler-note): Return no values.
      
      	* src/code/parse-time.lisp (deal-with-am-pm): Add a missing
      	arg to error.
      	* src/compiler/saptran.lisp (foreign-symbol-address):
      	* src/compiler/new-assem.lisp (emit-annotation): Likewise.
      a66297f9
  8. Jan 03, 2003
  9. Nov 27, 2000
  10. Jun 07, 2000
    • dtc's avatar
      o Extend parse-time to accept the patterns it matches as a keyword · a1b71945
      dtc authored
        argument, allowing it to be used for parsing alternate date-time formats.
      
      o Add support for parsing the three common HTTP time formats:
        RFC1123/RFC822, RFC850, and ANSI-C - requiring the new pattern symbol
        izone to handle the different time zone convention.
      a1b71945
  11. Jul 12, 1996
  12. Oct 31, 1994
  13. Oct 02, 1994
  14. Feb 11, 1994
  15. Jan 13, 1993
  16. Jul 26, 1991
    • chiles's avatar
      · ad9b0bb9
      chiles authored
      Lots of changes to the time parsing and printing extensions including bug
      fixes.
      ad9b0bb9
  17. Feb 08, 1991
  18. May 30, 1990
  19. Mar 05, 1990
  20. Feb 22, 1990
Loading