source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13463   15 years Gary Byers Export *VECTOR-OUTPUT-STREAM-DEFAULT-INITIAL-ALLOCATION*.
(edit) @13462   15 years Gary Byers Try to speed up PARSE-[UN]SIGNED-INTEGER: strip leading sign bytes, …
(edit) @13461   15 years gz make map-core-areas accept :area :tenured to only look at the tenured …
(edit) @13460   15 years gz Add :area arg to idom-heap-utilization, can be :tenured or :dynamic
(edit) @13459   15 years Gary Byers Replace LEB128 encoding of integers with fixed-width, big-endian …
(edit) @13458   15 years Gary Byers Fix macrology in WITH-OUTPUT-TO-VECTOR.
(edit) @13457   15 years Gary Byers Try to tighten up %IASR, %ILSR vinsns: use CMOV instead of branching, …
(edit) @13456   15 years Gary Byers Extra parens in WITH-OUTPUT-TO-STRING, WITH-OUTPUT-TO-VECTOR.
(edit) @13455   15 years R. Matthew Emerson In count_cpus(): we can use sysconf(_SC_NPROCESSORS_ONLN) on Mac OS X …
(edit) @13454   15 years Gary Byers New vector streams; similar to STRING streams but use vectors of …
(edit) @13453   15 years Gary Palter Wasn't built with debugging symbols
(edit) @13452   15 years Gary Palter Fix a bug in NSNotificationCenter which didn't clear observers from …
(edit) @13451   15 years Gary Palter Test case for Cocotron issue 508
(edit) @13450   15 years Gary Palter Implement encodeWithCoder for NSFont
(edit) @13449   15 years Gary Palter Missed a conditionalization
(edit) @13448   15 years Gary Palter Switch to NSKeyedArchiver/NSKeyedUnarchiver and enable …
(edit) @13447   15 years R. Matthew Emerson In fast-mod-3, use mark-as-imm/mark-as-node. Toggling the direction …
(edit) @13446   15 years R. Matthew Emerson misc-set-s32, misc-set-u32: scaled-idx can be either a node or …
(edit) @13445   15 years R. Matthew Emerson x862-vset1: avoid stealing an extra immediate register on x8632 in the …
(edit) @13444   15 years R. Matthew Emerson Add a couple of character names used in customer code.
(edit) @13443   15 years R. Matthew Emerson x862-vref1: Try to avoid boxing signed and unsigned 32-bit return …
(edit) @13442   15 years gz New file, compute heap utilization in core files based on dominance …
(edit) @13441   15 years gz core-print: show more type info
(edit) @13440   15 years gz report-heap-utilization: don't crash if no data
(edit) @13439   15 years R. Matthew Emerson Fix for double-clicking paren at end of buffer, from Ron Garret. see …
(edit) @13438   15 years gz add map-core-region rename core-object-type to …
(edit) @13437   15 years Gary Byers An unsigned-byte of the native word size shifted right by a value >= …
(edit) @13436   15 years gz Add parse-proc-maps and proc-maps-diff; extend mtrace parser a bit
(edit) @13435   15 years gz heap-utilization: add threshold arg; tweak how slot vectors are described
(edit) @13434   15 years Gary Byers Add a cast to the Unix version of create_system_thread, to avoid a warning.
(edit) @13433   15 years Gary Byers Basically propagate r13431 to 1.4.
(edit) @13432   15 years Gary Byers The last (first) 64 bits processed by %BIGNUM-LOGIOR and …
(edit) @13431   15 years Gary Byers Try to address ticket:649 by clearly distinguishing between …
(edit) @13430   15 years gz Add buffer-plist
(edit) @13429   15 years gz Try harder to recognize whole line
(edit) @13428   15 years gz Add some defindents
(edit) @13427   15 years gz Strip trailing :'s in symbol-at-point, so can meta-. on Error In FOO:
(edit) @13426   15 years gz fix typo
(edit) @13425   15 years R. Matthew Emerson Port r13416 (cygwin botch in ccl/ccl64 scripts) from trunk to 1.4 …
(edit) @13424   15 years R. Matthew Emerson Port r13414, r13415 (replace hardwired 1000 with …
(edit) @13423   15 years Gary Byers Seemingly working versions of %BIGNUM-LOGIOR, %BIGNUM-LOGAND.
(edit) @13422   15 years Gary Byers Simpler BIGNUM-LOGICAL-AND, BIGNUM-LOGICAL-IOR; call directly to the …
(edit) @13421   15 years Gary Byers PPC64 %INIT-MISC fixes.
(edit) @13420   15 years Gary Byers Typos.
(edit) @13419   15 years Gary Byers First-approximation %BIGNUM-LOGIOR, %BIGNUM-LOGAND for x8664. Use …
(edit) @13418   15 years Gary Byers Add (prototype) LAP functions %BIGNUM-LOGIOR, %BIGNUM-LOGAND for …
(edit) @13417   15 years R. Matthew Emerson REBUILD-CCL: add new keyword argument :allow-constant-redefinition. If …
(edit) @13416   15 years R. Matthew Emerson Don't bother with DD convenience variable, update some comments. Fixes …
(edit) @13415   15 years Gary Byers Arggh. Another hardwired 1000 in %TIMED-WAIT-ON-SEMAPHORE-PTR.
(edit) @13414   15 years Gary Byers in %TIMED-WAIT-ON-SEMAPHORE-PTR, calculate "stop" in terms of …
(edit) @13413   15 years Gary Byers %SIMPLE-BIT-BOOLE passes the length (in 64-bit words) to the LAP …
(edit) @13412   15 years Gary Byers %SIMPLE-BIT-BOOLE passes the length (in 32-bit words) to the LAP …
(edit) @13411   15 years Gary Byers Add a few SSE2 instructions (or at least some cases): MOVQDA where …
(edit) @13410   15 years Gary Byers In MAKE-UARRAY-1 (which handles some cases of MAKE-ARRAY), try to …
(edit) @13409   15 years R. Matthew Emerson Increase CALL-ARGUMENTS-LIMIT on non ppc ports. (r13406 from trunk)
(edit) @13408   15 years Gary Palter Update to Cocotron r724 and include fix for Cocotron issues 418 and 488
(edit) @13407   15 years R. Matthew Emerson Smaller value of x8664::max-1-bit-constant-index. This is needed …
(edit) @13406   15 years R. Matthew Emerson Increase CALL-ARGUMENTS-LIMIT to 65536 on non-PPC targets. On x86-64, …
(edit) @13405   15 years R. Matthew Emerson Export DEFSTATICVAR from CCL package (closes ticket:651).
(edit) @13404   15 years R. Matthew Emerson Build Darwin/ppc kernels with 10.5 SDK, require 10.5 Use gcc-4.0 …
(edit) @13403   15 years R. Matthew Emerson Build Darwin/x86 lisp kernels with 10.5 SDK, require 10.5.
(edit) @13402   15 years Gary Palter Workaround the fact that Cocotron uses the wrong DPI when converting …
(edit) @13401   15 years Gary Byers In STATIC-CONS, disable interrupts around the call to …
(edit) @13400   15 years Gary Palter Sample code for Cocotron issue 492
(edit) @13399   15 years R. Matthew Emerson Tweak darwinx8664 stuff to use Leopard interfaces; remove our private …
(edit) @13398   15 years R. Matthew Emerson Load x86-watch when bootstrapping.
(edit) @13397   15 years R. Matthew Emerson Darwin/x8632 tweaks (related to ucontext/mcontext structure and field …
(edit) @13396   15 years R. Matthew Emerson Darwin/x8664 interface databases built from 10.5 SDK.
(edit) @13395   15 years R. Matthew Emerson Darwin/ppc64 interface databases built from 10.5 SDK.
(edit) @13394   15 years R. Matthew Emerson Darwin/x8632 interfaces built from 10.5 SDK.
(edit) @13393   15 years R. Matthew Emerson Darwin/ppc32 interfaces built from 10.5 SDK.
(edit) @13392   15 years R. Matthew Emerson The lap version of %mrg31k3p works on ppc64 too, so don't read the …
(edit) @13391   15 years Gary Palter Test case for Cocotron issue 488
(edit) @13390   15 years Paul Krueger New contrib from Paul Krueger
(edit) @13389   15 years Gary Palter Add (not great) images for NSGoLeftTemplate and NSGoRightTemplate buttons
(edit) @13388   15 years gz fix for objdump parsing
(edit) @13387   15 years Gary Byers Propagate r13368 to 1.4. See ticket:642 .
(edit) @13386   15 years gz Use objdump rather than readelf
(edit) @13385   15 years Gary Byers In GEN-FILE-NAME, use RANDOM (rather than FILE-WRITE-NAME) to generate …
(edit) @13384   15 years Gary Byers In GEN-FILE-NAME, use RANDOM (rather than FILE-WRITE-NAME) to generate …
(edit) @13383   15 years R. Matthew Emerson Merge r13382 (EAI_xxx error codes negative on Linux) from trunk.
(edit) @13382   15 years R. Matthew Emerson On Linux, the EAI_xxx error codes (as returned by getaddrinfo or …
(edit) @13381   15 years Gary Palter CDB files for Cocotron r723
(edit) @13380   15 years Gary Palter Update to Cocotron r723
(edit) @13379   15 years gz Better socket errors (r13377)
(edit) @13378   15 years Gary Byers Low-level Intel I/O primitives and some Linux-specific support. (Kids, …
(edit) @13377   15 years R. Matthew Emerson Define a few keyword identifiers for errors returned by getaddrinfo. …
(edit) @13376   15 years R. Matthew Emerson load_image: use %ls format string directive when complaining about …
(edit) @13375   15 years R. Matthew Emerson xFindSymbol, xGetSharedLibrary: delete some obsolete Darwin-specific …
(edit) @13374   15 years R. Matthew Emerson Correct typos in a couple of docstrings.
(edit) @13373   15 years R. Matthew Emerson initialize-mrg31k3p-state: the seed components are not necessarily …
(edit) @13372   15 years R. Matthew Emerson Merge r13371 (fix to %copy-ivector-to-ivector-bytes) to 1.4 branch. …
(edit) @13371   15 years R. Matthew Emerson Fix typo/thinko in %copy-ivector-to-ivector-bytes.
(edit) @13370   15 years Gary Palter Upgrade CDB files for Cocotron r718
(edit) @13369   15 years Gary Palter Update to Cocotron r718
(edit) @13368   15 years Gary Byers Define LINE-LENGTH in terms of STREAM-LINE-LENGTH, which may actually …
(edit) @13367   15 years Gary Palter Better fix for NSPopUpButton
(edit) @13366   15 years Gary Byers In %IOBLOCK-BINARY-IN-IVECT, use (SETF AREF), not (SETF UVREF). Fixes …
(edit) @13365   15 years Gary Byers target::unbound -> target::subtag-unbound.
(edit) @13364   15 years gz MOP fix from trunk (r13344/r13358)
Note: See TracRevisionLog for help on using the revision log.