1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-20 01:45:49 +00:00

6 Commits

Author SHA1 Message Date
Adam Sampson
aadfbe890a Make (STATUS DATE) return a four-digit year.
This is a change to the API, but existing users are already inconsistent
in how they handle 2-digit years -- some assume it's year % 100 (as the
documentation says), some assume it's year - 1900, and some
string-prepend "19" -- so most have Y2K problems that need fixing.

As it's now reading the date using two UUOs, it needs to be careful to
check that the year hasn't rolled over between the two, as LIBDOC; TIME
does for the day.

I've updated all four implementations of SDATE, but only tested the ITS
version.
2018-07-27 23:36:38 +01:00
Lars Brinkhoff
88bf6d0461 LD10, Lisp display slave. 2018-05-15 20:58:42 +02:00
Eric Swenson
92db560d8f Added lots of new LSPLIB packages (and their sources). 2018-03-22 10:38:13 -07:00
Lars Brinkhoff
e1f80890d4 Add ITS machine called KA. 2018-02-27 06:50:13 -08:00
Eric Swenson
4871f2a8b7 Added lots of lisp libraries, most of them built from source.
This partially completes #251.
2016-12-23 07:23:28 -08:00
Eric Swenson
e9619de352 Added support for LISP interpreter and runtime (autoloaded files only). 2016-11-30 08:56:40 +01:00