|
|
|
@13444
|
15 years |
R. Matthew Emerson |
Add a couple of character names used in customer code.
|
|
|
|
@13443
|
15 years |
R. Matthew Emerson |
x862-vref1: Try to avoid boxing signed and unsigned 32-bit return …
|
|
|
|
@13442
|
15 years |
gz |
New file, compute heap utilization in core files based on dominance …
|
|
|
|
@13441
|
15 years |
gz |
core-print: show more type info
|
|
|
|
@13440
|
15 years |
gz |
report-heap-utilization: don't crash if no data
|
|
|
|
@13439
|
15 years |
R. Matthew Emerson |
Fix for double-clicking paren at end of buffer, from Ron Garret.
see …
|
|
|
|
@13438
|
15 years |
gz |
add map-core-region
rename core-object-type to …
|
|
|
|
@13437
|
15 years |
Gary Byers |
An unsigned-byte of the native word size shifted right by a value
>= …
|
|
|
|
@13436
|
15 years |
gz |
Add parse-proc-maps and proc-maps-diff; extend mtrace parser a bit
|
|
|
|
@13435
|
15 years |
gz |
heap-utilization: add threshold arg; tweak how slot vectors are described
|
|
|
|
@13434
|
15 years |
Gary Byers |
Add a cast to the Unix version of create_system_thread, to avoid
a warning.
|
|
|
|
@13433
|
15 years |
Gary Byers |
Basically propagate r13431 to 1.4.
|
|
|
|
@13432
|
15 years |
Gary Byers |
The last (first) 64 bits processed by %BIGNUM-LOGIOR and …
|
|
|
|
@13431
|
15 years |
Gary Byers |
Try to address ticket:649 by clearly distinguishing between …
|
|
|
|
@13430
|
15 years |
gz |
Add buffer-plist
|
|
|
|
@13429
|
15 years |
gz |
Try harder to recognize whole line
|
|
|
|
@13428
|
15 years |
gz |
Add some defindents
|
|
|
|
@13427
|
15 years |
gz |
Strip trailing :'s in symbol-at-point, so can meta-. on Error In FOO:
|
|
|
|
@13426
|
15 years |
gz |
fix typo
|
|
|
|
@13425
|
15 years |
R. Matthew Emerson |
Port r13416 (cygwin botch in ccl/ccl64 scripts) from trunk
to 1.4 …
|
|
|
|
@13424
|
15 years |
R. Matthew Emerson |
Port r13414, r13415 (replace hardwired 1000 with …
|
|
|
|
@13423
|
15 years |
Gary Byers |
Seemingly working versions of %BIGNUM-LOGIOR, %BIGNUM-LOGAND.
|
|
|
|
@13422
|
15 years |
Gary Byers |
Simpler BIGNUM-LOGICAL-AND, BIGNUM-LOGICAL-IOR; call directly to the …
|
|
|
|
@13421
|
15 years |
Gary Byers |
PPC64 %INIT-MISC fixes.
|
|
|
|
@13420
|
15 years |
Gary Byers |
Typos.
|
|
|
|
@13419
|
15 years |
Gary Byers |
First-approximation %BIGNUM-LOGIOR, %BIGNUM-LOGAND for x8664.
Use …
|
|
|
|
@13418
|
15 years |
Gary Byers |
Add (prototype) LAP functions %BIGNUM-LOGIOR, %BIGNUM-LOGAND for …
|
|
|
|
@13417
|
15 years |
R. Matthew Emerson |
REBUILD-CCL: add new keyword argument :allow-constant-redefinition.
If …
|
|
|
|
@13416
|
15 years |
R. Matthew Emerson |
Don't bother with DD convenience variable, update some comments.
Fixes …
|
|
|
|
@13415
|
15 years |
Gary Byers |
Arggh. Another hardwired 1000 in %TIMED-WAIT-ON-SEMAPHORE-PTR.
|
|
|
|
@13414
|
15 years |
Gary Byers |
in %TIMED-WAIT-ON-SEMAPHORE-PTR, calculate "stop" in terms of …
|
|
|
|
@13413
|
15 years |
Gary Byers |
%SIMPLE-BIT-BOOLE passes the length (in 64-bit words) to the LAP …
|
|
|
|
@13412
|
15 years |
Gary Byers |
%SIMPLE-BIT-BOOLE passes the length (in 32-bit words) to the LAP …
|
|
|
|
@13411
|
15 years |
Gary Byers |
Add a few SSE2 instructions (or at least some cases): MOVQDA where …
|
|
|
|
@13410
|
15 years |
Gary Byers |
In MAKE-UARRAY-1 (which handles some cases of MAKE-ARRAY), try
to …
|
|
|
|
@13409
|
15 years |
R. Matthew Emerson |
Increase CALL-ARGUMENTS-LIMIT on non ppc ports. (r13406 from trunk)
|
|
|
|
@13408
|
15 years |
Gary Palter |
Update to Cocotron r724 and include fix for Cocotron issues 418 and 488
|
|
|
|
@13407
|
15 years |
R. Matthew Emerson |
Smaller value of x8664::max-1-bit-constant-index.
This is needed …
|
|
|
|
@13406
|
15 years |
R. Matthew Emerson |
Increase CALL-ARGUMENTS-LIMIT to 65536 on non-PPC targets.
On x86-64, …
|
|
|
|
@13405
|
15 years |
R. Matthew Emerson |
Export DEFSTATICVAR from CCL package (closes ticket:651).
|
|
|
|
@13404
|
15 years |
R. Matthew Emerson |
Build Darwin/ppc kernels with 10.5 SDK, require 10.5 Use gcc-4.0 …
|
|
|
|
@13403
|
15 years |
R. Matthew Emerson |
Build Darwin/x86 lisp kernels with 10.5 SDK, require 10.5.
|
|
|
|
@13402
|
15 years |
Gary Palter |
Workaround the fact that Cocotron uses the wrong DPI when converting …
|
|
|
|
@13401
|
15 years |
Gary Byers |
In STATIC-CONS, disable interrupts around the call to …
|
|
|
|
@13400
|
15 years |
Gary Palter |
Sample code for Cocotron issue 492
|
|
|
|
@13399
|
15 years |
R. Matthew Emerson |
Tweak darwinx8664 stuff to use Leopard interfaces; remove our private …
|
|
|
|
@13398
|
15 years |
R. Matthew Emerson |
Load x86-watch when bootstrapping.
|
|
|
|
@13397
|
15 years |
R. Matthew Emerson |
Darwin/x8632 tweaks (related to ucontext/mcontext structure and field …
|
|
|
|
@13396
|
15 years |
R. Matthew Emerson |
Darwin/x8664 interface databases built from 10.5 SDK.
|
|
|
|
@13395
|
15 years |
R. Matthew Emerson |
Darwin/ppc64 interface databases built from 10.5 SDK.
|
|
|
|
@13394
|
15 years |
R. Matthew Emerson |
Darwin/x8632 interfaces built from 10.5 SDK.
|
|
|
|
@13393
|
15 years |
R. Matthew Emerson |
Darwin/ppc32 interfaces built from 10.5 SDK.
|
|
|
|
@13392
|
15 years |
R. Matthew Emerson |
The lap version of %mrg31k3p works on ppc64 too, so don't
read the …
|
|
|
|
@13391
|
15 years |
Gary Palter |
Test case for Cocotron issue 488
|
|
|
|
@13390
|
15 years |
Paul Krueger |
New contrib from Paul Krueger
|
|
|
|
@13389
|
15 years |
Gary Palter |
Add (not great) images for NSGoLeftTemplate and NSGoRightTemplate buttons
|
|
|
|
@13388
|
15 years |
gz |
fix for objdump parsing
|
|
|
|
@13387
|
15 years |
Gary Byers |
Propagate r13368 to 1.4. See ticket:642 .
|
|
|
|
@13386
|
15 years |
gz |
Use objdump rather than readelf
|
|
|
|
@13385
|
15 years |
Gary Byers |
In GEN-FILE-NAME, use RANDOM (rather than FILE-WRITE-NAME) to generate …
|
|
|
|
@13384
|
15 years |
Gary Byers |
In GEN-FILE-NAME, use RANDOM (rather than FILE-WRITE-NAME) to generate …
|
|
|
|
@13383
|
15 years |
R. Matthew Emerson |
Merge r13382 (EAI_xxx error codes negative on Linux) from trunk.
|
|
|
|
@13382
|
15 years |
R. Matthew Emerson |
On Linux, the EAI_xxx error codes (as returned by getaddrinfo or …
|
|
|
|
@13381
|
15 years |
Gary Palter |
CDB files for Cocotron r723
|
|
|
|
@13380
|
15 years |
Gary Palter |
Update to Cocotron r723
|
|
|
|
@13379
|
15 years |
gz |
Better socket errors (r13377)
|
|
|
|
@13378
|
15 years |
Gary Byers |
Low-level Intel I/O primitives and some Linux-specific support.
(Kids, …
|
|
|
|
@13377
|
15 years |
R. Matthew Emerson |
Define a few keyword identifiers for errors returned by getaddrinfo. …
|
|
|
|
@13376
|
15 years |
R. Matthew Emerson |
load_image: use %ls format string directive when complaining about …
|
|
|
|
@13375
|
15 years |
R. Matthew Emerson |
xFindSymbol, xGetSharedLibrary: delete some obsolete Darwin-specific …
|
|
|
|
@13374
|
15 years |
R. Matthew Emerson |
Correct typos in a couple of docstrings.
|
|
|
|
@13373
|
15 years |
R. Matthew Emerson |
initialize-mrg31k3p-state: the seed components are not necessarily …
|
|
|
|
@13372
|
15 years |
R. Matthew Emerson |
Merge r13371 (fix to %copy-ivector-to-ivector-bytes) to 1.4 branch. …
|
|
|
|
@13371
|
15 years |
R. Matthew Emerson |
Fix typo/thinko in %copy-ivector-to-ivector-bytes.
|
|
|
|
@13370
|
15 years |
Gary Palter |
Upgrade CDB files for Cocotron r718
|
|
|
|
@13369
|
15 years |
Gary Palter |
Update to Cocotron r718
|
|
|
|
@13368
|
15 years |
Gary Byers |
Define LINE-LENGTH in terms of STREAM-LINE-LENGTH, which may actually …
|
|
|
|
@13367
|
15 years |
Gary Palter |
Better fix for NSPopUpButton
|
|
|
|
@13366
|
15 years |
Gary Byers |
In %IOBLOCK-BINARY-IN-IVECT, use (SETF AREF), not (SETF UVREF).
Fixes …
|
|
|
|
@13365
|
15 years |
Gary Byers |
target::unbound -> target::subtag-unbound.
|
|
|
|
@13364
|
15 years |
gz |
MOP fix from trunk (r13344/r13358)
|
|
|
|
@13363
|
15 years |
gz |
defstruct fixes from trunk (r13344/r13358)
|
|
|
|
@13362
|
15 years |
gz |
Merge r13343: make cheap-eval-in-environment advisable
|
|
|
|
@13361
|
15 years |
gz |
show type of error on exit in batch mode (r13345)
|
|
|
|
@13360
|
15 years |
Gary Byers |
Seems to have been missing a paren.
|
|
|
|
@13359
|
15 years |
Gary Byers |
Propagate r13358 to 1.4.
|
|
|
|
@13358
|
15 years |
Gary Byers |
In DEFINE-COMPILE-TIME-STRUCTURE: don't record compile-time type/class …
|
|
|
|
@13357
|
15 years |
Gary Byers |
new
|
|
|
|
@13356
|
15 years |
Gary Byers |
new
|
|
|
|
@13355
|
15 years |
Gary Byers |
No ppc32::unbound, either.
|
|
|
|
@13354
|
15 years |
Gary Byers |
No area.ndwords, either.
|
|
|
|
@13353
|
15 years |
Gary Byers |
No extract-lisptag. lapmacro …
|
|
|
|
@13352
|
15 years |
Gary Byers |
When allocating/freeing static-conses in the kernel, set the CAR of …
|
|
|
|
@13351
|
15 years |
Gary Byers |
EXCHANGE-SLOT-VECTORS-AND-WRAPPERS: handle …
|
|
|
|
@13350
|
15 years |
Gary Palter |
Fix some issues that XMLisp has with Cocotron
|
|
|
|
@13349
|
15 years |
Gary Palter |
FFI bindings for Cocotron r710
|
|
|
|
@13348
|
15 years |
Gary Palter |
Upgrade to Cocotron r710
|
|
|
|
@13347
|
15 years |
Gary Byers |
Make subtargets of the kernel depend on tiger-sdk-check, so that …
|
|
|
|
@13346
|
15 years |
Gary Byers |
Check static cons freelist on GC entry, exit.
|
|
|
|
@13345
|
15 years |
gz |
show type of error on error exit in batch mode
|
|
|
|