Skip to content
Snippets Groups Projects
  1. May 29, 2007
    • rtoy's avatar
      Some changes proposed by Madhu on cmucl-imp, May 3, 2007. · 79c5d188
      rtoy authored
      o Allow microseconds in the time.  We don't do anything with the
        microseconds; we just recognize it and through it away.
      o Add a check that if the day of the week is specified, it actually
        makes sense with the given date.  Thus, "Wed May 29, 2007" signals an
        error since May 29, 2007, is Tuesday.
      o Some slight rearrange of the code for consistency.
      79c5d188
  2. May 02, 2007
  3. Apr 07, 2007
  4. Jan 04, 2006
  5. Jun 01, 2005
  6. Dec 23, 2004
  7. 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
  8. 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
  9. Jan 03, 2003
  10. Nov 27, 2000
  11. 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
  12. Jul 12, 1996
  13. Oct 31, 1994
  14. Oct 02, 1994
  15. Feb 11, 1994
  16. Jan 13, 1993
  17. Jul 26, 1991
    • chiles's avatar
      · ad9b0bb9
      chiles authored
      Lots of changes to the time parsing and printing extensions including bug
      fixes.
      ad9b0bb9
  18. Feb 08, 1991
  19. May 30, 1990
  20. Mar 05, 1990
  21. Feb 22, 1990
Loading