source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @352   21 years Gary Byers Backend name changes.
(edit) @351   21 years Gary Byers More PPC/PPC32 changes. (Not generalized yet ...)
(edit) @350   21 years Gary Byers Bump again.
(edit) @349   21 years Gary Byers Bryan O'Connor's fix to PROBE-FILE.
(edit) @348   21 years Gary Byers Don't refer to *PPC-VINSN-TEMPLATES*; use the target backend instead.
(edit) @347   21 years Gary Byers New backend names.
(edit) @346   21 years Gary Byers backend changes
(edit) @345   21 years Gary Byers new file
(edit) @344   21 years Gary Byers meet the new files, same as the old files
(edit) @343   21 years Gary Byers new file, sorta
(edit) @342   21 years Gary Byers removed, now PPC32-specific
(edit) @341   21 years Gary Byers backend changes
(edit) @340   21 years Gary Byers Bryan O'Connor's fix to force RETURNing clauses into the main body.
(edit) @339   21 years Gary Byers Allow (EVAL-WHEN () ,@body).
(edit) @338   21 years Gary Byers PARSE-DEFGENERIC allows multiple DECLARE forms, passes them as …
(edit) @337   21 years Gary Byers (Finally) try to handle odd poweropen struct alignment rules.
(edit) @336   21 years Gary Byers (Finally) try to handle odd poweropen struct alignment rules. Pad …
(edit) @335   21 years Gary Byers SIGNAL keeps looking in the same cluster when a handler declines.
(edit) @334   21 years Gary Byers Allowing INVOKE-DEBUGGER to build a condition from extra arguments …
(edit) @333   21 years Gary Byers Define (and signal) some new condition classes.
(edit) @332   21 years Gary Byers Map kernel "can't construct arglist" to a (new) TYPE-ERROR subclass.
(edit) @331   21 years Gary Byers GF's need to check keywords after all. Recognize :ALLOW-OTHER-KEYS T …
(edit) @330   21 years Gary Byers Paranoia in CTYPE-SUBTYPE: allow float aliases.
(edit) @329   21 years Gary Byers Don't reference *objc-readtable*.
(edit) @328   21 years Gary Byers From Bryan O'Connor: "LOOP FOR x ..." uses destructuring mechanism on …
(edit) @327   21 years Gary Byers More pathname info for DESCRIBE. Use INSTANCE-SLOTS vice …
(edit) @326   21 years Gary Byers PPRINT-DISATCH: symbol is external in CL, so don't use it as a …
(edit) @325   21 years Gary Byers RATIONALIZE comments; extra typechecking in BOOLE.
(edit) @324   21 years Gary Byers WITH-HASH-TABLE-ITERATOR allows declarations.
(edit) @323   21 years Gary Byers Handle FOREIGN-ARRAY-TYPE. (Note: this is Darwin-specific.)
(edit) @322   21 years Gary Byers SBIT, %SBITSET hande 0-dimensional bitvector case.
(edit) @321   21 years Gary Byers Bump.
(edit) @320   21 years Gary Byers TYPE-OF changes. Blame CLHS.
(edit) @319   21 years Gary Byers More PROGRAM-ERRORs signaled during destructuring.
(edit) @318   21 years Gary Byers Lots more changes.
(edit) @317   21 years Gary Byers MAKE-STRING-OUTPUT-STREAM: no such thing as a STRING-CHAR anymore.
(edit) @316   21 years Gary Byers WARN has to be more anal-retentive about the condition and any args it …
(edit) @315   21 years Gary Byers Handle bytespecs with size 0.
(edit) @314   21 years Gary Byers Quote dots in namestring components. Catch a few bogus cases, like …
(edit) @313   21 years Gary Byers %%NTH-ARG-DCODE: signal program error if 0 args.
(edit) @312   21 years Gary Byers Use safer accessors. (May revert back some cases, since .accessors …
(edit) @311   21 years Gary Byers Define more accessors; INSTANCE-SLOTS is now used in most "early" …
(edit) @310   21 years Gary Byers NRECONC uses ENDP. %MAKE-DISPLACED-ARRAY always displaces to what the …
(edit) @309   21 years Gary Byers DISPLACED-ARRAY-P didn't handle transitive displacement.
(edit) @308   21 years Gary Byers Handle denorms in INTEGER-DECODE-SHORT-FLOAT.
(edit) @307   21 years Gary Byers (EXPT b e) is (COERCE 1 (TYPE-OF B)) if (ZEROP E).
(edit) @306   21 years Gary Byers *BASE-CHAR-CLASS* may or may not be the same as *CHARACTER-CLASS*. …
(edit) @305   21 years Gary Byers Handle negative bytespecs; don't define synonyms where they may be …
(edit) @304   21 years Gary Byers Remove a stale comment. Might consider a less-hairy typespec.
(edit) @303   21 years Gary Byers (INTEGER 0 0) is a subtype of (INTEGER 0 1), aka BIT.
(edit) @302   21 years Gary Byers MAKE-INSTANCES-OBSOLETE: methods return class.
(edit) @301   21 years Gary Byers %%CHECK-KEYWORDS is (a) slow (b) wrong (c) probably unnecessary. If …
(edit) @300   21 years Gary Byers READER-ERROR inherits from PARSE-ERROR and STREAM-ERROR.
(edit) @299   21 years Gary Byers PATHNAME-DEVICE typechecks its arg before ignoring it.
(edit) @298   21 years Gary Byers Default version of STREAM-FILENAME signals an error; streams that …
(edit) @297   21 years Gary Byers Bump up the (global) type-cache size. Fixes in CLASS type methods.
(edit) @296   21 years Gary Byers A million monkeys and a million typewriters: sooner or later, one of …
(edit) @295   21 years Gary Byers Special-case (TRUNCATE MOST-NEGATIVE-FIXNUM x).
(edit) @294   21 years Gary Byers forgot to commit this earlier
(edit) @293   21 years Gary Byers Signal a PROGRAM-ERROR or two. Better checking of SYMBOL-MACROs in …
(edit) @292   21 years Gary Byers Allow NIL to be a -local- function name. Don't tail-call …
(edit) @291   21 years Gary Byers Add a (long-)missing IN-PACKAGE.
(edit) @290   21 years Gary Byers DISASSEMBLE's output should go to *STANDARD-OUTPUT*.
(edit) @289   21 years Gary Byers FILL-POINTER's lament.
(edit) @288   21 years Gary Byers maybe bignum-bignum-gcd really works now.
(edit) @287   21 years Gary Byers IMAGPART uses * vice FLOAT, to get the sign of 0.0 right. PHASE of a …
(edit) @286   21 years Gary Byers ALT-LIST-LENGTH here. LAST allows positive integers. GET-PROPERTIES …
(edit) @285   21 years Gary Byers Recognize that SLOT-MISSING might return if it's specialized. Call it …
(edit) @284   21 years Gary Byers Check initargs via DESTRUCTURING-BIND in %SHARED-INITIALIZE. …
(edit) @283   21 years Gary Byers Bad keywords trigger PROGRAM-ERRORs.
(edit) @282   21 years Gary Byers PARSE-ERROR isn't a STREAM-ERROR. Tail-call ERROR from …
(edit) @281   21 years Gary Byers Can't have a function called CL:RANDOM-STATE, so change its name and …
(edit) @280   21 years Gary Byers SYMBOL-MACROLET in the cheap evaluator: process declarations along …
(edit) @279   21 years Gary Byers Incorporate lots of changes (most of the type system, in fact) from …
(edit) @278   21 years Gary Byers Fix ASSOC and friends, broken just a few days ago. Signal …
(edit) @277   21 years Gary Byers TYPE-OF's a little closer to being right (checks for PROPERly-named …
(edit) @276   21 years Gary Byers STRUCTURE isn't a type specifier; STRUCTURE-OBJECT is. Use the right …
(edit) @275   21 years Gary Byers Use ENDP to detect bad alists in COPY-ALIST. Move ALT-LIST-LENGTH …
(edit) @274   21 years Gary Byers DEFCLASS: allow NIL as slot :type, expand into (new) …
(edit) @273   21 years Gary Byers LCM-2, SIGNUM fixes.
(edit) @272   21 years Gary Byers (SATISFIES (OUTPUT-STREAM-P)). (The thing that's catching these …
(edit) @271   21 years Gary Byers Add an IN-PACKAGE. PARSE-INTEGER signals PARSE-ERRORs.
(edit) @270   21 years Gary Byers The type system is/was choking on unknown types; it choked on (NUMBER …
(edit) @269   21 years Gary Byers New CTYPEs for negation, intersection.
(edit) @268   21 years Gary Byers Restore SPbuiltin_assq (ignore NILs in the alist.) (ash x y) returns …
(edit) @267   21 years beer Partial support for MAKE-INSTANCE on ObjC classes
(edit) @266   21 years Gary Byers Too-few args to generic-function -> PROGRAM-ERROR, not just ERROR.
(edit) @265   21 years Gary Byers BUTLAST, NBUTLAST handle dotted lists again.
(edit) @264   21 years Gary Byers Handle the case where &WHOLE is a structured lambda-list in …
(edit) @263   21 years Gary Byers Start to replace some old (old-binding scheme) entries with &restv …
(edit) @262   21 years Gary Byers Start to replace some old (old-binding scheme) entries with &restv support.
(edit) @261   21 years Gary Byers ARRAY-IN-BOUNDS-P allows bignum subscripts (which are never in bounds, …
(edit) @260   21 years Gary Byers ASSEQL was misparenthesized.
(edit) @259   21 years Gary Byers rename some macros: ppc->ppc64.
(edit) @258   21 years Gary Byers NX-TAG-INFO compares tagbody tags with EQL.
(edit) @257   21 years Gary Byers (SETF FIND-CLASS) checks more carefully for "protected classes".
(edit) @256   21 years Gary Byers Vinsn renames; slight change to remove backend support for …
(edit) @255   21 years Gary Byers Change some vinsn names, eliminate some unused vinsns. This'll be …
(edit) @254   21 years Gary Byers Fix nil-value constant.
(edit) @253   21 years Gary Byers New file; not close to correct yet.
Note: See TracRevisionLog for help on using the revision log.