|
|
|
@5634
|
18 years |
Gary Byers |
Insist on at least Panther for PPC32/Darwin.
Use dlopen() on 64-bit …
|
|
|
|
@5633
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5632
|
18 years |
Gary Byers |
Just to be on the safe side (new pathname bugs, or old ?), append -BAK …
|
|
|
|
@5631
|
18 years |
Gary Byers |
COERCE/MAKE-SEQUENCE try to simplify vector types into concrete vector …
|
|
|
|
@5630
|
18 years |
Gary Byers |
Try (halfheartedly) to maintain PATHNAME-VERSION of physical …
|
|
|
|
@5629
|
18 years |
Gary Byers |
Don't call out to do sqrt.
|
|
|
|
@5628
|
18 years |
Gary Byers |
Try (halfheartedly) to maintain PATHNAME-VERSION of physical …
|
|
|
|
@5627
|
18 years |
Gary Byers |
Do single/double-float sqrt inline.
|
|
|
|
@5626
|
18 years |
Gary Byers |
Recognize that fsqrt/fsqrts instructions have a minor opcode in frb …
|
|
|
|
@5625
|
18 years |
Gary Byers |
If we get an FP exception during a SQRT, note that there's only one …
|
|
|
|
@5624
|
18 years |
Gary Byers |
Handle (some) unimplemented instructions, notably fsqrt/fqrts, which …
|
|
|
|
@5623
|
18 years |
Gary Byers |
Add get_fpscr().
|
|
|
|
@5622
|
18 years |
Gary Byers |
Need to handle SIGQUIT on ppc, too.
|
|
|
|
@5621
|
18 years |
Gary Byers |
Constraints on some double-float arithmetic vinsns should say …
|
|
|
|
@5620
|
18 years |
Gary Byers |
*initial-lisp-thread*, not initial-thread.
|
|
|
|
@5619
|
18 years |
Gary Byers |
Use frame pointer when signaling error.
|
|
|
|
@5618
|
18 years |
Gary Byers |
Add a %PHYSICAL-PATHAME-VERSION slot to physical pathnames. (Yes, this …
|
|
|
|
@5617
|
18 years |
Gary Byers |
Recognize the kernel's attempt to signal errors for (e.g.) failed …
|
|
|
|
@5616
|
18 years |
Gary Byers |
If a memory allocation request fails, signal a lisp error (what a concept.)
|
|
|
|
@5615
|
18 years |
Gary Byers |
Define DARWIN_USE_PSEUDO_SIGRETURN.
Might be worth revisiting this.
|
|
|
|
@5614
|
18 years |
Gary Byers |
Go back to using the pseudo_sigreturn mechanism on Darwin, since
doing …
|
|
|
|
@5613
|
18 years |
Gary Byers |
Ensure that newly-created threads have all signals unmasked.
If a tcr …
|
|
|
|
@5612
|
18 years |
Gary Byers |
lazarus() runs with a lock on the TCR_AREA_LOCK.
|
|
|
|
@5611
|
18 years |
Gary Byers |
Don't declare do_memo_reset(), which hasn't existed in years.
|
|
|
|
@5610
|
18 years |
Gary Byers |
Bump.
|
|
|
|
@5609
|
18 years |
Gary Byers |
PREPARE-TO-QUIT: wait for the termination semaphore.
|
|
|
|
@5608
|
18 years |
Gary Byers |
PROCESS objects are created with a termination semaphore.
|
|
|
|
@5607
|
18 years |
Gary Byers |
THREAD-ENABLE: second arg is TERMINATION-SEMAPHORE.
KILL-LISP-THREAD: …
|
|
|
|
@5606
|
18 years |
Gary Byers |
STRING-OUTPUT-STREAMs need to override their CLEAR-OUTPUT methods.
…
|
|
|
|
@5605
|
18 years |
Gary Byers |
Disable underflow traps in new threads on x86-64. (The PPC never got …
|
|
|
|
@5604
|
18 years |
Gary Byers |
WITH-OUTPUT-TO-STRING: if string provided, evaluate the ELEMENT-TYPE …
|
|
|
|
@5603
|
18 years |
Gary Byers |
In aset2/aset3, ensure that the (final, 1d) index register is set - …
|
|
|
|
@5602
|
18 years |
Gary Byers |
Ensure that the (relatively new) built-in-classes SIMPLE-FIXNUM-VECTOR …
|
|
|
|
@5601
|
18 years |
Gary Byers |
In list case of ELT: who says that value returned by NTHCDR is a LIST …
|
|
|
|
@5600
|
18 years |
Gary Byers |
x86-64 version of SFLOAT-SIGNIFICAND-ZEROS: count zero bits in the …
|
|
|
|
@5599
|
18 years |
Gary Byers |
DEFINE-COMPILER-MACRO: if a SETF name, use the right symbol for the …
|
|
|
|
@5598
|
18 years |
Gary Byers |
Update for 061205.
|
|
|
|
@5597
|
18 years |
Gary Byers |
Change LDFLAGS, to keep ld64 from putting a linkedit segment in the …
|
|
|
|
@5596
|
18 years |
Gary Byers |
Bump.
|
|
|
|
@5595
|
18 years |
Gary Byers |
Use _exit(), just in case.
|
|
|
|
@5594
|
18 years |
Gary Byers |
*ALTERNATE-LINE-TERMINATOR* set to #\Return on #+darwin-target, not …
|
|
|
|
@5593
|
18 years |
Gary Byers |
Append a patchlevel to the version string, at least until new tarballs …
|
|
|
|
@5592
|
18 years |
Gary Byers |
If stream element type upgrades to FIXNUM, upgrade it further (to …
|
|
|
|
@5591
|
18 years |
Gary Byers |
BIGNUM-BIGNUM-GCD (whatever it's called): don't bother to shift by 0 …
|
|
|
|
@5590
|
18 years |
Gary Byers |
Choke earlier on unsupported stream element-types; do some upgrading …
|
|
|
|
@5589
|
18 years |
Gary Byers |
Make built-in classes for istruct types (compiler stuff, mostly).
|
|
|
|
@5588
|
18 years |
Gary Byers |
Ensure that %ASHL handles shift count of 32 (and returns 0 in that case.)
|
|
|
|
@5587
|
18 years |
Gary Byers |
In BIGNUM-SHIFT-RIGHT-LOOP-1, use %ASHL, not %ILSL. (Don't want …
|
|
|
|
@5586
|
18 years |
Gary Byers |
Bugs in GCD-2. Long-standing bugs in GCD-2 …
|
|
|
|
@5585
|
18 years |
Gary Byers |
STREAM-CLEAR-INPUT: don't inherit method for STRING-INPUT-STREAMs.
|
|
|
|
@5584
|
18 years |
Gary Byers |
BIGNUM-SHIFT-RIGHT-1: handle shift by 0 bits.
BIGNUM-BIGNUM-GCD …
|
|
|
|
@5583
|
18 years |
Gary Byers |
Reset error-reentry count before doing %SLOT-UNBOUND-TRAP.
|
|
|
|
@5582
|
18 years |
Gary Byers |
Default STREAM-POSITION method for STREAMs, returns NIL. …
|
|
|
|
@5581
|
18 years |
Gary Byers |
Derive ccl-directory from pathname containing heap image.
|
|
|
|
@5580
|
18 years |
Gary Byers |
FORCE-OUTPUT, FINISH-OUTPUT on STRING-OUTPUT-STREAMs are no-ops.
Need …
|
|
|
|
@5579
|
18 years |
Gary Byers |
Minimal DESCRIBE support for CCL::BASIC-STREAM.
|
|
|
|
@5578
|
18 years |
Gary Byers |
If :element-type is supplied in WITH-OUTPUT-TO-STRING, don't quote it.
|
|
|
|
@5577
|
18 years |
Gary Byers |
Define RIP-REGISTER-OFFSET, which isn't necessarily 16.
|
|
|
|
@5576
|
18 years |
Gary Byers |
Use RIP-REGISTER-OFFSET, which isn't necessarily 16.
Use …
|
|
|
|
@5575
|
18 years |
Gary Byers |
Tweak stream hierarchy a little, to avoid some NO-NEXT-METHODs.
|
|
|
|
@5574
|
18 years |
Gary Byers |
Handle VALUES type specifiers in THE forms a bit better.
|
|
|
|
@5573
|
18 years |
Gary Byers |
Handle VALUES type specifiers in THE forms a bit.
|
|
|
|
@5572
|
18 years |
Gary Byers |
Do vector bounds checking by clearing the low byte of the header, …
|
|
|
|
@5571
|
18 years |
Gary Byers |
Memory/vector encode functions: don't write BOM, leave that up to …
|
|
|
|
@5570
|
18 years |
Gary Byers |
Fix some indentation.
|
|
|
|
@5569
|
18 years |
Gary Byers |
CHECK-MISC-BOUNDS: shift the header word right (after clearing its low …
|
|
|
|
@5568
|
18 years |
Gary Byers |
Indentation change.
Add CDB-ENUMERATE-KEYS.
|
|
|
|
@5567
|
18 years |
Gary Byers |
%DESTRUCTURE-LAMBDA-LIST: other callers of VERIFY-LAMBDA-LIST …
|
|
|
|
@5566
|
18 years |
Gary Byers |
Wrong register typo in .SPaset2.
|
|
|
|
@5565
|
18 years |
Gary Byers |
DEFAULT-FONT: retain the font.
|
|
|
|
@5564
|
18 years |
Gary Byers |
Wrap a (primitive) WITH-AUTORELEASE-POOL around the code which …
|
|
|
|
@5563
|
18 years |
Gary Byers |
Don't claim that a callback parameter is ignored; use IGNORABLE
instead.
|
|
|
|
@5562
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5561
|
18 years |
Gary Byers |
Typo in PATH-FROM-UNIX-ADDRESS conditionalization.
|
|
|
|
@5560
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5559
|
18 years |
Gary Byers |
INIT-UNIX-SOCKADDR: don't use %COPY-IVECTOR-TO-PTR to copy string to …
|
|
|
|
@5558
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5557
|
18 years |
Gary Byers |
Update.
|
|
|
|
@5556
|
18 years |
Gary Byers |
Bump min image version.
|
|
|
|
@5555
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5554
|
18 years |
Gary Byers |
bump current image version.
|
|
|
|
@5553
|
18 years |
Gary Byers |
bump current, max image version.
|
|
|
|
@5552
|
18 years |
Gary Byers |
Bump min fasl version.
|
|
|
|
@5551
|
18 years |
Gary Byers |
bump current fasl version.
|
|
|
|
@5550
|
18 years |
Gary Byers |
save_application: use #exit, not #_exit
|
|
|
|
@5549
|
18 years |
Gary Byers |
TYPE typo.
|
|
|
|
@5548
|
18 years |
Gary Byers |
Bump max fasl version.
|
|
|
|
@5547
|
18 years |
Gary Byers |
Bump. New snapshots today!
|
|
|
|
@5546
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5545
|
18 years |
Gary Byers |
QUIT uses #quit.
PREPARE-TO-QUIT kill stragglers without waiting as …
|
|
|
|
@5544
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5543
|
18 years |
Gary Byers |
Use #_ _exit for fatal termination.
Try to run lisp code after #_exit …
|
|
|
|
@5542
|
18 years |
Gary Byers |
Use _exit afer save-application.
|
|
|
|
@5541
|
18 years |
Gary Byers |
Change the quit protocol.
|
|
|
|
@5540
|
18 years |
Gary Byers |
:set-document-edited for listener "documents" is a no-op.
|
|
|
|
@5539
|
18 years |
Gary Byers |
3d-array accessor stuff for PPC as well.
|
|
|
|
@5538
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5537
|
18 years |
Gary Byers |
Always check that array-ctype's dimensions are a list before taking …
|
|
|
|
@5536
|
18 years |
Gary Byers |
* empty log message *
|
|
|
|
@5535
|
18 years |
Gary Byers |
3d-unscaled-index does the right thing …
|
|
|
|