|
|
|
@286
|
21 years |
Gary Byers |
ALT-LIST-LENGTH here. LAST allows positive integers. GET-PROPERTIES …
|
|
|
|
@285
|
21 years |
Gary Byers |
Recognize that SLOT-MISSING might return if it's specialized. Call it …
|
|
|
|
@284
|
21 years |
Gary Byers |
Check initargs via DESTRUCTURING-BIND in %SHARED-INITIALIZE. …
|
|
|
|
@283
|
21 years |
Gary Byers |
Bad keywords trigger PROGRAM-ERRORs.
|
|
|
|
@282
|
21 years |
Gary Byers |
PARSE-ERROR isn't a STREAM-ERROR. Tail-call ERROR from …
|
|
|
|
@281
|
21 years |
Gary Byers |
Can't have a function called CL:RANDOM-STATE, so change its name and …
|
|
|
|
@280
|
21 years |
Gary Byers |
SYMBOL-MACROLET in the cheap evaluator: process declarations along …
|
|
|
|
@279
|
21 years |
Gary Byers |
Incorporate lots of changes (most of the type system, in fact) from …
|
|
|
|
@278
|
21 years |
Gary Byers |
Fix ASSOC and friends, broken just a few days ago. Signal …
|
|
|
|
@277
|
21 years |
Gary Byers |
TYPE-OF's a little closer to being right (checks for PROPERly-named …
|
|
|
|
@276
|
21 years |
Gary Byers |
STRUCTURE isn't a type specifier; STRUCTURE-OBJECT is. Use the right …
|
|
|
|
@275
|
21 years |
Gary Byers |
Use ENDP to detect bad alists in COPY-ALIST. Move ALT-LIST-LENGTH …
|
|
|
|
@274
|
21 years |
Gary Byers |
DEFCLASS: allow NIL as slot :type, expand into (new) …
|
|
|
|
@273
|
21 years |
Gary Byers |
LCM-2, SIGNUM fixes.
|
|
|
|
@272
|
21 years |
Gary Byers |
(SATISFIES (OUTPUT-STREAM-P)). (The thing that's catching these …
|
|
|
|
@271
|
21 years |
Gary Byers |
Add an IN-PACKAGE. PARSE-INTEGER signals PARSE-ERRORs.
|
|
|
|
@270
|
21 years |
Gary Byers |
The type system is/was choking on unknown types; it choked on (NUMBER …
|
|
|
|
@269
|
21 years |
Gary Byers |
New CTYPEs for negation, intersection.
|
|
|
|
@268
|
21 years |
Gary Byers |
Restore SPbuiltin_assq (ignore NILs in the alist.)
(ash x y) returns …
|
|
|
|
@267
|
21 years |
beer |
Partial support for MAKE-INSTANCE on ObjC classes
|
|
|
|
@266
|
21 years |
Gary Byers |
Too-few args to generic-function -> PROGRAM-ERROR, not just ERROR.
|
|
|
|
@265
|
21 years |
Gary Byers |
BUTLAST, NBUTLAST handle dotted lists again.
|
|
|
|
@264
|
21 years |
Gary Byers |
Handle the case where &WHOLE is a structured lambda-list in …
|
|
|
|
@263
|
21 years |
Gary Byers |
Start to replace some old (old-binding scheme) entries with &restv …
|
|
|
|
@262
|
21 years |
Gary Byers |
Start to replace some old (old-binding scheme) entries with &restv support.
|
|
|
|
@261
|
21 years |
Gary Byers |
ARRAY-IN-BOUNDS-P allows bignum subscripts (which are never in bounds, …
|
|
|
|
@260
|
21 years |
Gary Byers |
ASSEQL was misparenthesized.
|
|
|
|
@259
|
21 years |
Gary Byers |
rename some macros: ppc->ppc64.
|
|
|
|
@258
|
21 years |
Gary Byers |
NX-TAG-INFO compares tagbody tags with EQL.
|
|
|
|
@257
|
21 years |
Gary Byers |
(SETF FIND-CLASS) checks more carefully for "protected classes".
|
|
|
|
@256
|
21 years |
Gary Byers |
Vinsn renames; slight change to remove backend support for …
|
|
|
|
@255
|
21 years |
Gary Byers |
Change some vinsn names, eliminate some unused vinsns. This'll be …
|
|
|
|
@254
|
21 years |
Gary Byers |
Fix nil-value constant.
|
|
|
|
@253
|
21 years |
Gary Byers |
New file; not close to correct yet.
|
|
|
|
@252
|
21 years |
Gary Byers |
Make *DEFAULT-TEMP-STACK-SIZE* too big.
|
|
|
|
@251
|
21 years |
Gary Byers |
Fix LCM/LCM-2 error checking.
|
|
|
|
@250
|
21 years |
Gary Byers |
_SPbuiltin_length handles the LIST-LENGTH case inline.
|
|
|
|
@249
|
21 years |
Gary Byers |
Back out of the attempt to make LIST-LENGTH a builtin.
|
|
|
|
@248
|
21 years |
Gary Byers |
Another typo in BUTLAST.
|
|
|
|
@247
|
21 years |
Gary Byers |
Typo in ASSEQL.
|
|
|
|
@246
|
21 years |
Gary Byers |
LIST-LENGTH will soon be builtin.
|
|
|
|
@245
|
21 years |
Gary Byers |
[N]BUTLAST fixes.
|
|
|
|
@244
|
21 years |
Gary Byers |
BAD-SLOT-TYPE, IMPROPER-LIST conditions.
|
|
|
|
@243
|
21 years |
Gary Byers |
Handle IMPROPER-LIST
|
|
|
|
@242
|
21 years |
Gary Byers |
BAD-SLOT-TYPE errors.
|
|
|
|
@241
|
21 years |
Gary Byers |
LENGTH changes.
|
|
|
|
@240
|
21 years |
Gary Byers |
A little bit of conditionalization.
|
|
|
|
@239
|
21 years |
Gary Byers |
TYPEP returns 1 value.
|
|
|
|
@238
|
21 years |
Gary Byers |
Detect when destructive right shifts yield a fixnum more accurately …
|
|
|
|
@237
|
21 years |
Gary Byers |
ASSQ is builtin, so just EVAL-REDEF it.
|
|
|
|
@236
|
21 years |
Gary Byers |
ASSOC variants don't allow NIL in an alist. ASSEQL typechecks …
|
|
|
|
@235
|
21 years |
Gary Byers |
Do an EVAL-REDEF for ASSQ.
|
|
|
|
@234
|
21 years |
Gary Byers |
Fix (at least the function case) of :ALLOW-OTHER-KEYS NIL.
|
|
|
|
@233
|
21 years |
beer |
Added support for foreign slot definitions
|
|
|
|
@232
|
21 years |
Gary Byers |
Assume that elaboration will call #'%SLOT-ID-REF-MISSING, …
|
|
|
|
@231
|
21 years |
Gary Byers |
Print class addresses when generating slots, in the commented-out …
|
|
|
|
@230
|
21 years |
Gary Byers |
Derive the names of superclasses when recursively mapping classes; …
|
|
|
|
@229
|
21 years |
(none) |
This commit was manufactured by cvs2svn to create tag
'snapshot_040106'.
|
|
|
|
@228
|
21 years |
Gary Byers |
Say "4" instead of "(ash 1 ppc::word-shift)", since this is …
|
|
|
|
@227
|
21 years |
Gary Byers |
Use "TARGET" package, not "ARCH".
|
|
|
|
@226
|
21 years |
Gary Byers |
Preliminary support for statically-linked kernel.
|
|
|
|
@225
|
21 years |
Gary Byers |
FIXNUMSHIFT in TARGET package.
|
|
|
|
@224
|
21 years |
Gary Byers |
SUBTAG-INSTANCE in TARGET package.
|
|
|
|
@223
|
21 years |
Gary Byers |
Intern accessors in "TARGET" package.
|
|
|
|
@222
|
21 years |
Gary Byers |
EXTRACT-DEFAULT function's in PPC package now.
|
|
|
|
@221
|
21 years |
Gary Byers |
Error codes in ARCH package.
|
|
|
|
@220
|
21 years |
Gary Byers |
Nilreg-relative-symbols are PPC common.
|
|
|
|
@219
|
21 years |
Gary Byers |
Set lisp_global(STATICALLY_LINKED) if STATIC is defined.
|
|
|
|
@218
|
21 years |
Gary Byers |
Don't assume that dladdr exists if STATIC is defined.
|
|
|
|
@217
|
21 years |
Gary Byers |
STATICALLY_LINKED global.
|
|
|
|
@216
|
21 years |
Gary Byers |
PPC regs are in PPC package.
|
|
|
|
@215
|
21 years |
Gary Byers |
Opcode/operand stuff's in ARCH package.
|
|
|
|
@214
|
21 years |
Gary Byers |
040106, for a while.
|
|
|
|
@213
|
21 years |
Gary Byers |
Error codes are in ARCH package.
|
|
|
|
@212
|
21 years |
Gary Byers |
TCR flags are in ARCH. (Strange, but true.)
|
|
|
|
@211
|
21 years |
Gary Byers |
All PPCs have an FPSCR with the same bits in it …
|
|
|
|
@210
|
21 years |
Gary Byers |
Fix (bad) typo in %SHARED-INITIALIZE.
|
|
|
|
@209
|
21 years |
Gary Byers |
Some changes to initarg checking/caching; may still not be correct.
|
|
|
|
@208
|
21 years |
Gary Byers |
Internal-package dependency changes.
|
|
|
|
@207
|
21 years |
Gary Byers |
Errors in ARCH package.
|
|
|
|
@206
|
21 years |
Gary Byers |
Some support for static linking under Linux, and changes to the …
|
|
|
|
@205
|
21 years |
Gary Byers |
Should be close to having PPC64 stuff (tags, object layout) here.
|
|
|
|
@204
|
21 years |
Gary Byers |
Should be close to having PPC32 stuff (tags, object layout) here. …
|
|
|
|
@203
|
21 years |
Gary Byers |
Mostly PPC (not PPC32 or PPC64) specific, nominally. (Undoubtedly …
|
|
|
|
@202
|
21 years |
Gary Byers |
Mostly PPC (not PPC32 or PPC64) specific, nominally.
|
|
|
|
@201
|
21 years |
Gary Byers |
Mostly PPC (not PPC32 or PPC64) specific, nominally. Opcode/operand …
|
|
|
|
@200
|
21 years |
Gary Byers |
Most stuff that's truly PPC-specific should be here (in the PPC …
|
|
|
|
@199
|
21 years |
Gary Byers |
Most stuff that's truly PPC-specific should be here (in the PPC …
|
|
|
|
@198
|
21 years |
Gary Byers |
Storage classes (s64/u64 need to be added, at least) are in the ARCH …
|
|
|
|
@197
|
21 years |
Gary Byers |
(generic) opcode/operand stuff is in the ARCH package.
|
|
|
|
@196
|
21 years |
Gary Byers |
Builtin-functions list is in the ARCH package.
|
|
|
|
@195
|
21 years |
Gary Byers |
Back in the ARCH package, but there's a lot less stuff here.
|
|
|
|
@194
|
21 years |
Gary Byers |
Try again, using WITH-NEGATED-BIGNUM-BUFFERS.
|
|
|
|
@193
|
21 years |
Gary Byers |
%BIGNUM-BIGNUM-GCD wasn't zeroing out the buffers it (re-)uses, so use …
|
|
|
|
@192
|
21 years |
Gary Byers |
Slight change to requirements.
|
|
|
|
@191
|
21 years |
Gary Byers |
New file.
|
|
|
|
@190
|
21 years |
Gary Byers |
New (empty, in fact) file.
|
|
|
|
@189
|
21 years |
Gary Byers |
Try to be less ppc32-specific.
|
|
|
|
@188
|
21 years |
Gary Byers |
Try to be more ppc32-specific.
|
|
|
|
@187
|
21 years |
Gary Byers |
(Mostly) work with gnu-objc; may have broken apple-objc …
|
|
|
|