source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13557   15 years gz From trunk: charater => character (r13261)
(edit) @13556   15 years R. Matthew Emerson Export WATCH and UNWATCH.
(edit) @13555   15 years Gary Byers updated
(edit) @13554   15 years R. Matthew Emerson Some minor updates, primarily changingv version numbers from 1.3 to …
(edit) @13553   15 years R. Matthew Emerson In execute-in-gui, release NSNumber instance when done with it.
(edit) @13552   15 years R. Matthew Emerson defindent for rletz
(edit) @13551   15 years R. Matthew Emerson Delete function run-in-cocoa-process-and-wait. (The function …
(edit) @13550   15 years R. Matthew Emerson New function call-in-initial-process.
(edit) @13549   15 years gz Tweaks in core utils prompted by writing documentation
(edit) @13548   15 years gz Add some regression tests
(edit) @13547   15 years gz From trunk: heap-ivector-utilization (r13533)
(edit) @13546   15 years gz From trunk: fix for truncate of most-positive-fixnum …
(edit) @13545   15 years gz From trunk: parse-proc-maps extensions et al (r13544)
(edit) @13544   15 years gz Extend parse-proc-maps to use /proc/smaps if present; other …
(edit) @13543   15 years Gary Palter Cocotron r816 now implements some methods we use
(edit) @13542   15 years Gary Palter Cocotron renamed objc_msg_sendv to objc_msgSendv
(edit) @13541   15 years Gary Palter Update Cocoa FFI files to Cocotron r816
(edit) @13540   15 years Gary Palter Update to Cocotron r816
(edit) @13539   15 years R. Matthew Emerson Conditionalize out call missing in Cocotron..
(edit) @13538   15 years R. Matthew Emerson Push things around a bit in x862-vset1 to localize use of …
(edit) @13537   15 years R. Matthew Emerson Merge r13437 (ash fix for ticket:660) from trunk to 1.4 branch.
(edit) @13536   15 years R. Matthew Emerson Merge r13525 from trunk to 1.4 branch (fix fractional durations in …
(edit) @13535   15 years R. Matthew Emerson Merge r13529 through r13532 (special-case divisor of -1 in …
(edit) @13534   15 years R. Matthew Emerson Merge r13488 to 1.4 branch from trunk; fixes ticket:664.
(edit) @13533   15 years R. Matthew Emerson New function HEAP-VECTOR-UTILIZATION.
(edit) @13532   15 years Gary Byers Don't try to special-case (TRUNCATE MOST-NEGATIVE-FIXNUM …
(edit) @13531   15 years Gary Byers Handle the seemingly special case of (%FIXNUM-TRUNCATE …
(edit) @13530   15 years Gary Byers Make (%FIXNUM-TRUNCATE n d) handle the case where d i -1; the result …
(edit) @13529   15 years Gary Byers Define *least-positive-bignum*.
(edit) @13528   15 years gz From trunk: default allow-constant-redefinition (r13513)
(edit) @13527   15 years gz From trunk: support for non-ascii reader macros (r13498)
(edit) @13526   15 years gz From trunk: fix time computations in %timed-wait-on-semaphore-ptr …
(edit) @13525   15 years gz Fix handling of fractional durations in %timed-wait-on-semaphore-ptr. …
(edit) @13524   15 years Gary Byers darwinx86 binaries
(edit) @13523   15 years Gary Byers linuxx86 binaries
(edit) @13522   15 years Gary Byers win32 binaries
(edit) @13521   15 years Gary Byers win64 binaries
(edit) @13520   15 years Gary Byers freebsd 64-bit binaries
(edit) @13519   15 years Gary Byers freebsd 32-bit binaries
(edit) @13518   15 years Gary Byers solaris binaries
(edit) @13517   15 years Gary Byers linuxppc binaries
(edit) @13516   15 years Gary Byers linuxppc binaries (forgot ppc64 kernel)
(edit) @13515   15 years Gary Byers linuxppc binaries
(edit) @13514   15 years Gary Byers In purify_range(), if we're walking the dynamic area and encounter an …
(edit) @13513   15 years Gary Byers In REBUILD-CCL, if :ALLOW-CONSTANT-REDEFINITION is unsupplied, quietly …
(edit) @13512   15 years Gary Byers Fix typos.
(edit) @13511   15 years Gary Byers Try to undo some of the damage done (mostly) by r13497. image.c: …
(edit) @13510   15 years gz From trunk: bivalent vector streams (r13454 et. al.)
(edit) @13509   15 years gz From trunk: Faster logical operations on bignums (r13412 r13413 r13419
(edit) @13508   15 years gz From trunk: r13368 (stream-line-length, error message printing tweak)
(edit) @13507   15 years gz From trunk: r13410 (faster :initial-element in make-array)
(edit) @13506   15 years gz From trunk: faster %iasr/%ilsr, less boxing/unboxing for 32-bit values …
(edit) @13505   15 years gz From trunk, misc tweaks and small fixes: r13366 r13371 r13470 r13437
(edit) @13504   15 years gz Add regression test for bug 645
(edit) @13503   15 years gz From trunk: assembler sources syntax cleanup
(edit) @13502   15 years gz From trunk: formatting tweaks, non-linux changes, doc and error …
(edit) @13501   15 years gz Fix build, revert r13495
(edit) @13500   15 years Gary Byers Fix a comment, error messages.
(edit) @13499   15 years Gary Byers Add some whitespace.
(edit) @13498   15 years Gary Byers Readtable's character-type table (rdtab.ttab) may contain more than …
(edit) @13497   15 years Gary Byers After copying a purified function constant to the managed static area, …
(edit) @13496   15 years Gary Byers find_symbol(): look for symbols in managed_static areas, too.
(edit) @13495   15 years Gary Byers Don't try to compile or load "dominance" yet; it tries to :INCLUDE a …
(edit) @13494   15 years gz new file, dominance analysis of core files
(edit) @13493   15 years gz Actually get rid of open-core-graph
(edit) @13492   15 years gz get rid of open-core-graph, make it so can just use open-core
(edit) @13491   15 years gz Merge assorted core file improvements
(edit) @13490   15 years gz Add idom-frontier-heap-utilization
(edit) @13489   15 years gz add regression test
(edit) @13488   15 years gz Be more thorough in converting declaration types for typechecking.
(edit) @13487   15 years gz Be more thorough in converting declaration types for typechecking
(edit) @13486   15 years gz Merge r13435,r13440,r13467 into trunk: heap-utilization tweaks
(edit) @13485   15 years gz Merge r13436 into trunk: parse-proc-maps, proc-maps-diff, mtrace …
(edit) @13484   15 years Gary Palter Call to removeObserver: in windowWilClose is the wrong thing
(edit) @13483   15 years Gary Palter Cocoa FFI files for Cocotron r773
(edit) @13482   15 years Gary Palter Update to Cocotron r773 which seems to fix the window closing bug\!
(edit) @13481   15 years Gary Palter Update to Cocotron r767
(edit) @13480   15 years Gary Palter Cocoa FFI files for Cocotron r766
(edit) @13479   15 years Gary Palter Update to Cocotron r766
(edit) @13478   15 years Gary Palter Add test case for Cocotron issue 516
(edit) @13477   15 years R. Matthew Emerson In #/windowWillClose: on hemlock-editor-window-controller, try to …
(edit) @13476   15 years gz Core file support improvements: Added core-symbol-plist, …
(edit) @13475   15 years R. Matthew Emerson In the appearance preference pane, the color wells are bound to the …
(edit) @13474   15 years R. Matthew Emerson Make this example work again. #_IsProcessVisible seems to be …
(edit) @13473   15 years Gary Palter Upgrade to Cocotron r748 as the previous revision was missing a method
(edit) @13472   15 years Gary Palter Cocoa FFI files for Cocotron r747
(edit) @13471   15 years Gary Palter Update to Cocotron r747 which includes some of our patches
(edit) @13470   15 years R. Matthew Emerson In MAKE-HEAP-IVECTOR, un-swap the names POINTER and VECTOR.
(edit) @13469   15 years Gary Byers PPC2-DIGEST-SYMBOLS, X862-DIGEST-SYMBOLS: make the addresses vector in …
(edit) @13468   15 years Gary Byers Don't assume that the vector that encodes stack/register addresses and …
(edit) @13467   15 years gz In heap-utilization-by-class, use the class of the function, not the …
(edit) @13466   15 years Gary Byers impurify_from_area(): on x8632, need to update_self_reference of any …
(edit) @13465   15 years gz add :image arg to core-open specify an image file, use it to load any …
(edit) @13464   15 years Gary Byers Use *VECTOR-OUTPUT-STREAM-DEFAULT-INITIAL-ALLOCATION* to control ... …
(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.
Note: See TracRevisionLog for help on using the revision log.