1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624
|
2002-04-05 15:10 apharris
* VERSION (1.8), debian/changelog (1.15): 1.1.6 prepare for release
2002-04-04 21:40 craig
* local-time-funcs.lisp (1.35): Sorry guys, I commited some scraps
in this file. Fixed those up and got rid of some warnings. Go Mr.
Kitty!
2002-04-04 19:04 craig
* iso-8601.lisp (1.13), local-time-funcs.lisp (1.34),
local-time.lisp (1.38): craig set us up the make-your-time
2002-03-29 18:44 apharris
* VERSION (1.7), debian/changelog (1.14): 1.1.5 prepare for release
2002-03-28 23:34 craig
* unix-uffi.lisp (1.2): Give the credit, where the credit is due.
2002-03-28 23:32 craig
* local-time.system (1.3), unix-uffi.lisp (1.1): UFFI support from
Kevin Rosenberg <kevin@rosenberg.net>
2002-03-21 15:27 apharris
* debian/changelog (1.13): reburn date
2002-03-21 15:25 apharris
* VERSION (1.6), debian/changelog (1.12): version 1.1.4 releases
2002-03-15 13:58 josh
* local-time.lisp (1.37): change hardcoded "CST" in timezone abbrev
spot to "Not Implemented"
2002-03-08 13:49 apharris
* debian/changelog (1.11): this is going to debian/unstable
2002-03-08 13:40 apharris
* debian/changelog (1.10): prepare 1.1.3
2002-03-05 18:54 apharris
* VERSION (1.5): working copy nearing 1.1.3
2002-03-01 10:13 jesse
* local-time-funcs.lisp (1.33): Update duration printer a bit
2002-02-25 17:10 craig
* database-funcs.lisp (1.12): fixed db-timestring
2002-02-21 12:55 jesse
* database-funcs.lisp (1.11): Make db-timestring faster.
2002-02-20 01:26 jesse
* local-time-funcs.lisp (1.32): handle compiler warning in
merged-time
2002-02-19 22:09 jesse
* iso-8601.lisp (1.12), local-time-funcs.lisp (1.31): slightly
cleaner version of merged-time
2002-02-19 10:34 jesse
* local-time-funcs.lisp (1.30): Print minutes in duration printer.
2002-02-18 15:01 jesse
* local-time.lisp (1.36): Fix trashed comparator: %local-time<
2002-02-15 15:44 jesse
* local-time.lisp (1.35): Add fast, 2-arg comparators.
2002-02-13 14:15 jesse
* local-time-funcs.lisp (1.29), package.lisp (1.17): Add function
'week-containing'
2002-02-12 17:43 jesse
* local-time-funcs.lisp (1.28): add :reduce duration printer
2002-02-11 12:48 apharris
* debian/changelog (1.9): prepare 1.1.2-1
2002-02-02 17:20 apharris
* VERSION (1.4): the head is for 1.1.2
2002-01-29 17:19 jesse
* local-time-funcs.lisp (1.27): return a keyword when getting
day-of-week component
2002-01-23 13:47 josh
* local-time.lisp (1.34): little bit of abstraction so i could
reuse an inline function externally
2002-01-17 20:40 apharris
* Makefile (1.6): clean is cleaner
2002-01-17 20:15 apharris
* VERSION (1.3), debian/changelog (1.8): prepare version 1.1.1
2002-01-15 12:27 jesse
* local-time-funcs.lisp (1.26): add day-of-week accessor
2002-01-14 14:15 jesse
* iso-8601.lisp (1.11): Add local-time constructor that takes y m d
h m
2002-01-11 17:00 jesse
* duration.lisp (1.13): add :hour keyword to make-duration
2002-01-08 10:48 apharris
* debian/: changelog (1.7), control (1.6): improve the description
of the cl-local-time-db pkg
2001-12-27 15:57 apharris
* debian/: changelog (1.6), control (1.5): conflict with
differently name cCLan packages
2001-12-27 03:58 apharris
* debian/rules (1.5): we have to futz with local-time-db
source-pathname, feh, is there a better way to handle this?
2001-12-27 03:52 apharris
* debian/: cl-local-time-db.links (1.1), rules (1.4): some
cl-local-time-db symlinks needed
2001-12-27 03:50 apharris
* debian/cl-local-time-db.postinst (1.2): remove some cruft
2001-12-26 15:21 apharris
* make-dist.sh (1.3): oops, coping with bad interaction with
cvs-buildpackage
2001-12-26 15:15 apharris
* debian/: changelog (1.5), control (1.4): fix jesse's address
2001-12-19 17:13 apharris
* debian/changelog (1.4): another entry
2001-12-19 17:12 apharris
* debian/: postinst (1.2), prerm (1.2): remove cruft
2001-12-19 17:11 apharris
* debian/: .cvsignore (1.2), changelog (1.3),
cl-local-time-db.postinst (1.1), cl-local-time-db.prerm (1.1),
control (1.3), dirs (1.2), rules (1.3): split off pkg
cl-local-time-db; clean up the rules a bit; get rid of separate
dirs file, my pet peeve; improve the package description a bit
2001-12-19 16:01 apharris
* VERSION (1.2): pop version to 1.1.0
2001-12-19 15:58 apharris
* make-dist.sh (1.2): package name change; update tarball stuff
following odcl
2001-12-19 15:57 apharris
* local-time-tests.system (1.2): fix source-pathname
2001-12-10 16:48 jesse
* local-time.lisp (1.33): local-time-min and local-time-max
2001-11-29 14:43 jesse
* local-time-funcs.lisp (1.25), package.lisp (1.16): Add functions
to roll by month, and to beginnings and ends of time intervals.
2001-11-28 14:58 jesse
* local-time.lisp (1.32): fix month off-by-1
2001-11-28 14:19 jesse
* local-time-funcs.lisp (1.24), local-time.lisp (1.31): Implement
'encode-local-time' (inefficiently) Add day of week printer to
print-date.
2001-11-27 16:57 jesse
* local-time-funcs.lisp (1.23): Add helper that returns UTC
midnight.
2001-11-14 11:32 jesse
* duration.lisp (1.12), local-time-funcs.lisp (1.22), package.lisp
(1.15): Move useful localtime functions here from application
packages. Sytematize them later.
2001-11-12 15:29 jesse
* local-time-db.system (1.2): fix pathname
2001-11-12 14:48 jesse
* LocalTime-Tests.system (1.2), LocalTime.system (1.13),
LocalTimeDB.system (1.4), classes.lisp (1.5), conditions.lisp
(1.3), constants.lisp (1.4), database-funcs.lisp (1.10),
duration.lisp (1.11), iso-8601.lisp (1.10), local-time-db.system
(1.1), local-time-funcs.lisp (1.21), local-time-tests.system (1.1),
local-time.lisp (1.30), local-time.system (1.2), lookup-tables.lisp
(1.4), package.lisp (1.14), tests.lisp (1.5), time-funcs.lisp
(1.6), unix.lisp (1.8): Use c-l-c system naming conventions.
2001-10-29 17:35 craig
* Makefile (1.5): Freeze target
2001-10-12 19:21 apharris
* VERSION (1.1): new file for the version (used by make-dist.sh),
set to 1.0.1
2001-10-12 18:25 apharris
* debian/control (1.2): sync from ODCL, fix typo in the
description, which is still bad
2001-10-12 18:23 apharris
* Makefile (1.4), debian/changelog (1.2), debian/copyright (1.2),
debian/rules (1.2): sync from ODCL, untested
2001-10-12 18:09 apharris
* make-dist.sh (1.1): same as other lisp packages
2001-09-17 10:31 jesse
* .cvsignore (1.4), local-time.system (1.1), debian/.cvsignore
(1.1), debian/README.debian (1.1), debian/changelog (1.1),
debian/control (1.1), debian/copyright (1.1), debian/dirs (1.1),
debian/docs (1.1), debian/links (1.1), debian/postinst (1.1),
debian/prerm (1.1), debian/rules (1.1): Add debiam package gunk
2001-09-06 18:40 jesse
* duration.lisp (1.10): fix precision pritner/durations
2001-09-06 18:24 jesse
* duration.lisp (1.9): Add precision argument to duration printer.
2001-09-06 17:34 lyn
* duration.lisp (1.8), local-time.lisp (1.29): moved and fixed
duration-seconds
2001-08-31 17:31 craig
* local-time-funcs.lisp (1.20): Fixed roll
2001-08-30 17:00 jesse
* local-time-funcs.lisp (1.19): print duration as seconds
2001-08-29 18:28 craig
* database-funcs.lisp (1.9): Fixes for cache mgmt
2001-07-20 13:10 josh
* local-time.lisp (1.28): added get-timzone-offset to return hours
offset from GMT
2001-07-16 16:43 jesse
* local-time.lisp (1.27): Don't ignore timezone in new
iso-timestring printer.
2001-07-16 16:01 jesse
* local-time-funcs.lisp (1.18), local-time.lisp (1.26),
package.lisp (1.13): Closes Bug # 2255 - Can't checkout same day
resources later than 7pm
2001-07-16 15:39 jesse
* local-time.lisp (1.25): Closes Bug # 2282 - Local times printed
to console incorrectly
2001-07-05 17:27 jesse
* iso-8601.lisp (1.9), unix.lisp (1.7): Fix evil inverted timezone
offset.
2001-07-05 00:57 lyn
* iso-8601.lisp (1.8), local-time.lisp (1.24):
fixes bug 2224 eastern time is -05 not +05, etc
2001-07-02 16:08 lyn
* iso-8601.lisp (1.7), local-time.lisp (1.23), tests.lisp (1.4):
fixed a bug whereby the utc offset was being subtracted when it
should be added.
converted tests.lisp into an xptest suite.
2001-07-02 16:03 lyn
* LocalTime-Tests.system (1.1):
added local time tests system
2001-06-07 11:36 jesse
* duration.lisp (1.7): Allow duration+ to accept nil.
2001-06-01 13:02 jesse
* local-time-funcs.lisp (1.17): Add more arg types to 'roll', add
'local-midnight' function.
2001-05-29 14:44 jesse
* local-time-funcs.lisp (1.16): Fix broken just-day function.
2001-05-29 13:04 jesse
* local-time-funcs.lisp (1.15): Add optional :utc argument to
print-date.
2001-05-25 11:42 ayres
* local-time-funcs.lisp (1.14), local-time.lisp (1.22): Added a
keyword argument to roll to preserve the time of day when rolling a
date across a DST barrier
2001-05-23 11:28 apharris
* LocalTime.system (1.12), LocalTimeDB.system (1.3): craig typo'd
-- :; should have been :
2001-05-23 02:47 craig
* LocalTime.system (1.11), LocalTimeDB.system (1.2): Updated to be
compatible with the common-lisp-controller system, which means
looking for source in cl-library:;localtime.
2001-04-18 17:34 jesse
* local-time-funcs.lisp (1.13), package.lisp (1.12): print-duration
2001-02-14 00:51 craig
* LocalTime.system (1.10), LocalTimeDB.system (1.1): Seperated teh
system definition files for LocalTimeDB and LocalTime.
2001-02-02 14:41 jesse
* unix.lisp (1.6): fix alien values compiletime error
2001-01-18 13:05 jesse
* .cvsignore (1.3), Makefile (1.3), package.lisp (1.11), unix.lisp
(1.5): Sanitize usage of PCL via :shadowing-import-from in package
decl. Rough identification of CMU-specific code.
2001-01-08 01:01 jesse
* local-time-funcs.lisp (1.12), package.lisp (1.10): Move
'print-date' output helper function to localtime package.
2001-01-05 10:08 vogt
* local-time-funcs.lisp (1.11), unix.lisp (1.4): fix compilation
warnings and notes
2000-12-19 13:07 jesse
* iso-8601.lisp (1.6): trivial change to duration parsing
2000-11-16 13:21 vogt
* local-time-funcs.lisp (1.10): I don't think roll was doing the
right thing, so I modified it. This is a part of fixing bug 864 -
Recurring or Auto Reservation
2000-11-15 16:08 vogt
* local-time-funcs.lisp (1.9): fix bug 647 - Was able to make a
reservation on a Holiday modified just-day to set time-zone to 0
when creating a universal-time.
2000-10-26 17:04 jesse
* local-time-funcs.lisp (1.8): repair 'merged-time'
2000-10-24 17:12 jesse
* constants.lisp (1.3), local-time-funcs.lisp (1.7),
local-time.lisp (1.21), package.lisp (1.9): Fix error in constant
list 'roll' function ala Java
2000-10-03 12:10 jesse
* iso-8601.lisp (1.5), local-time.lisp (1.20), package.lisp (1.8),
unix.lisp (1.3): Make parse-timestring more forgiving about
incomplete iso dates Redundant 'encode-time'-like code.
2000-09-22 08:40 jesse
* LocalTime.system (1.9), lookup-tables.lisp (1.3), time-funcs.lisp
(1.5): fix broken rearrangement
2000-09-22 07:08 jesse
* LocalTime.system (1.8), local-time.lisp (1.19): Quiet compiler,
no substantive changes
2000-09-13 08:52 jesse
* time-funcs.lisp (1.4), unix.lisp (1.2): take out noisy
optimization warnings, and remove extra paren
2000-09-11 09:33 jesse
* local-time.lisp (1.18): Fix ISO time printing
2000-09-08 12:38 vogt
* local-time-funcs.lisp (1.6): fix 642 - Reservation End Interval.
just-day was not doing the right thing.
2000-09-06 05:30 jesse
* local-time.lisp (1.17): Fix off-by-one error printing numeric
month.
2000-09-04 06:49 jesse
* duration.lisp (1.6), local-time.lisp (1.16): Better durations
printer.
Fix time printing off-by-one.
2000-09-04 05:19 jesse
* local-time.lisp (1.15): Add zone keyword arg to make-local-time
2000-09-02 15:41 craig
* LocalTime.system (1.7): Removed zone-data and time-zone lisp
files from system definition
2000-09-01 19:39 jesse
* local-time.lisp (1.14): remove stray call to gmt-offset
2000-09-01 19:02 jesse
* package.lisp (1.7): missed this file the first time
2000-09-01 18:59 jesse
* LocalTime.system (1.6), classes.lisp (1.4), database-funcs.lisp
(1.8), iso-8601.lisp (1.4), local-time-funcs.lisp (1.5),
local-time.lisp (1.13), package.lisp (1.6), tests.lisp (1.3),
time-zone.lisp (1.4), unix.lisp (1.1), zone-data.lisp (1.8): rip
out brain damaged timezone support
2000-08-18 06:25 jesse
* local-time.lisp (1.12): Add missing ISO timestring function
2000-08-09 14:27 lyn
* local-time-funcs.lisp (1.4), package.lisp (1.5):
added just-day and just-seconds
2000-08-08 12:36 apharris
* .cvsignore (1.2): ignorable
2000-08-07 15:49 craig
* zone-data.lisp (1.7): Fixed us-dst-rule DST ending
2000-08-05 14:35 craig
* local-time.lisp (1.11): Added :local-time to *features*
2000-08-02 03:11 craig
* database-funcs.lisp (1.7): DB support made some assumptions about
the backend it should have. Fucking postgres shit.
2000-08-02 01:20 craig
* database-funcs.lisp (1.6), duration.lisp (1.5), package.lisp
(1.4): DB support for durations, exported some duration related
functions too
2000-07-28 17:19 lyn
* duration.lisp (1.4), package.lisp (1.3): duration/ returns a
number.
2000-07-23 14:43 craig
* database-funcs.lisp (1.5), local-time.lisp (1.10): Took out some
errors and warnrings
2000-07-20 10:07 jesse
* duration.lisp (1.3): use ~p format directive for plurals
2000-07-20 09:58 jesse
* duration.lisp (1.2), local-time.lisp (1.9): fix decode-duration
confusion
2000-07-20 08:45 jesse
* classes.lisp (1.3), database-funcs.lisp (1.4), iso-8601.lisp
(1.3), local-time.lisp (1.8), zone-data.lisp (1.6): Unify and test
conversions between unix, java, universal, and local-time types.
Fix parsing of database 8601 timestamps.
Both changes towards closing bug #160
2000-07-19 16:04 jesse
* classes.lisp (1.2): test commit logging
2000-07-19 15:58 jesse
* LocalTime.system (1.5): Remove stray 'database-funcs.lisp' entry.
2000-07-19 15:36 craig
* LocalTime.system (1.4): Added LocalTimeDB system
2000-07-19 15:14 jesse
* LocalTime.system (1.3), database-funcs.lisp (1.3),
local-time.lisp (1.7), zone-data.lisp (1.5): fix db-stirng horkage
2000-07-19 10:00 apharris
* zone-data.lisp (1.4): add US/Eastern, deconfuse East/West
2000-07-18 20:13 jesse
* .cvsignore (1.1), local-time-funcs.lisp (1.3), local-time.lisp
(1.6), time-funcs.lisp (1.3): create times set zone and offset
correctly
2000-07-18 19:48 jesse
* local-time.lisp (1.5), time-zone.lisp (1.3): testing on us tzones
2000-07-18 19:40 jesse
* local-time.lisp (1.4), zone-data.lisp (1.3): [no log message]
2000-07-18 19:00 jesse
* Makefile (1.2), conditions.lisp (1.2), constants.lisp (1.2),
database-funcs.lisp (1.2), iso-8601.lisp (1.2),
local-time-funcs.lisp (1.2), local-time.lisp (1.3),
lookup-tables.lisp (1.2), time-funcs.lisp (1.2), zone-data.lisp
(1.2): clean up code headers and system initialization
2000-07-18 18:13 jesse
* LocalTime.system (1.2), Makefile (1.1), classes.lisp (1.1),
conditions.lisp (1.1), constants.lisp (1.1), database-funcs.lisp
(1.1), duration.lisp (1.1), iso-8601.lisp (1.1),
local-time-funcs.lisp (1.1), local-time.lisp (1.2),
lookup-tables.lisp (1.1), package.lisp (1.2), tests.lisp (1.2),
time-funcs.lisp (1.1), time-zone.lisp (1.2), zone-data.lisp (1.1):
chop into appropriate files, add lookup table for gregorian
conversion.
2000-07-17 05:02 jesse
* local-time.lisp (1.1), LocalTime.system (1.1), time-zone.lisp
(1.1), package.lisp (1.1), tests.lisp (1.1): Initial revision
2000-07-17 05:02 jesse
* local-time.lisp (1.1.1.1), LocalTime.system (1.1.1.1),
time-zone.lisp (1.1.1.1), package.lisp (1.1.1.1), tests.lisp
(1.1.1.1): Split local-time from framework.
|