Skip to content
  1. Feb 22, 2008
  2. Feb 21, 2008
    • tomi.borbely's avatar
      fix nsec parsing on 32-bit systems · c990207d
      tomi.borbely authored
      e.g. (parse-timestring "2008-02-20T16:56:28.940703Z")  => @2008-02-20T16:56:28.-133039Z
      when most-positive-fixnum is 536870911
      
      darcs-hash:159eafca361196c64c38e95f9c89193a27e8ae56
      c990207d
  3. Feb 19, 2008
  4. Feb 05, 2008
  5. Nov 19, 2007
  6. Nov 18, 2007
  7. Aug 09, 2007
  8. Aug 08, 2007
  9. Apr 21, 2007
  10. Dec 17, 2006
  11. Dec 11, 2006
  12. Dec 06, 2006
  13. Nov 22, 2006
  14. Oct 09, 2006
  15. Oct 01, 2006
  16. Sep 30, 2006
  17. Aug 15, 2006
    • dlowe's avatar
      Better testing, code for tracking durations · 31b501b4
      dlowe authored
      * local-time/local-time-test.lisp
      * local-time/local-time.lisp
      	- deftest now accepts forms to test against instead of values
      	- local-time class now has code for tracking durations - not finished yet
      
      darcs-hash:005a7dbe4279ea5a3ff17c445f799453e9b5b1be
      31b501b4
  18. Jul 18, 2006
    • dlowe's avatar
      Updated copyright and fixed reader macros · 546c3db7
      dlowe authored
      * local-time/ChangeLog
      	- Added new changes
      
      * local-time/COPYING
      	- Updated copyright year
      
      * local-time/local-time-test.lisp
      	- Added tests for reader macros
      
      * local-time/local-time.lisp
      	- Reader macros now return an actual object instead of the code to
      	  generate it
      
      * local-time/local-time.asd
      	- Bumped up version number
      
      darcs-hash:43bb44d821692c045c5f729539593e0250eacff8
      546c3db7
  19. Apr 14, 2006
    • dlowe's avatar
      Fixed local-time-adjust · c8d07a88
      dlowe authored
      * local-time/local-time-test.lisp
      	- local-time-adjust-1 now checks more values
      
      * local-time/local-time.lisp
      	- local-time-adjust now passes all tests
      
      darcs-hash:72dfed7cfd791e092b67dee0aca77621e6189d63
      0.9.0
      c8d07a88
    • dlowe's avatar
      Fixed problem with negatively adjusting timezones · 52fedcb7
      dlowe authored
      * local-time/ChangeLog
      * local-time/local-time-test.lisp
      	- Test failure now mentions which value didn't match
      	- Added tests for local-time-adjust with negatively adjusting
      	  timezones
      	- Test compilation now results in fewer warnings
      
      * local-time/local-time.lisp
      	- LOCAL-TIME-ADJUST now works better with negatively adjusting
      	  timezones
      
      darcs-hash:a69bd487c77dcad715b49a79e4f51b035dd4e24a
      52fedcb7
  20. Apr 10, 2006
    • dlowe's avatar
      Updated changelog, fixed bugs, added minor features · c862e88e
      dlowe authored
      * local-time/TODO
      	- Added a bunch of todo items
      
      * local-time/ChangeLog
      	- Added mine and Sekissov's contributions
      
      * local-time/local-time-test.lisp
      	- reset-tests now clears the correct hash variable
      	- tests updated to include Sekissov's changes
      
      * local-time/local-time.lisp
      	- Added month and day names, as well as julian date functions
      
      * local-time/CREDITS
      	- Added Sekissov
      
      * local-time/README
      	- Removed warning about parse-timestring
      	- Added documentation for julian date functions
      
      darcs-hash:cdefa31c204896cda1016b1a832e1bbabae02a8a
      c862e88e
  21. Apr 03, 2006
  22. Feb 07, 2006
    • dlowe's avatar
      Updated changelog, better parsing and testing · e9b4cdd7
      dlowe authored
      * local-time/ChangeLog
      	- Added entries for latest changes
      
      * local-time/local-time.lisp
          - updated copyright date
          - decode-local-time now handles 2001-03-01 correctly
          - parse-timestring now partially honors JUNK-ALLOWED keyword
          - construct-timestring now always prints at least 4 digits for year
          - construct-timestring now puts negative sign in proper location
      
      * local-time/local-time-test.lisp
          - deftest now has many more features
          - added encode-local-time test
          - added two more decode-local-time tests
      
      darcs-hash:70abc152f480eca5c348d0982974696ba91e8dee
      0.7.0
      e9b4cdd7
  23. Dec 29, 2005
    • dlowe's avatar
      Added changelog, credits, and bug fixes · 5f025133
      dlowe authored
      * local-time/ChangeLog
      * local-time/NEWS
      	- NEWS file removed in favor of a well-formatted ChangeLog
      
      * local-time/CREDITS
      	- Added credits file so I could thank helpers
      
      * local-time/local-time-test.lisp
      	- Added tests for decode-local-time and parse-timestamp
      
      * local-time/local-time.lisp
      	- decode-local-time no longer displays the wrong month and year
      	  when the month is January
      	- parse-timestamp now actually does something useful
      
      darcs-hash:749d9a07b94ce76bb938c8273e3429d0f714b014
      0.6.0
      5f025133
  24. Apr 27, 2005