source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6628   18 years Gary Byers print-call-history: show frame args and locals by default.
(edit) @6627   18 years Gary Byers ARG-NAMES-FROM-MAP takes a PC argument.
(edit) @6626   18 years Gary Byers :raw break command shows raw frame contents.
(edit) @6625   18 years Gary Byers Interactive break: use parent of xcf frame on x86-64.
(edit) @6624   18 years Gary Byers Record special address in LET, too.
(edit) @6623   18 years Gary Byers SAVE-LOCAL-SYMBOLS: save "address" of specials, too.
(edit) @6622   18 years Gary Byers Insertion uses active font; should unscramble this some more, but it …
(edit) @6621   18 years Gary Byers Invert defaults for listener input/output styles (output is now bold, …
(edit) @6620   18 years Gary Byers DISASSEMBLE-LIST works on x86-64, too.
(edit) @6619   18 years Gary Byers Remove duplicate module defs.
(edit) @6618   18 years Gary Byers VARIABLES-IN-SCOPE.
(edit) @6617   18 years Gary Byers ARG-NAMES-FROM-MAP.
(edit) @6616   18 years Gary Byers save-local-symbols: save "addresses" for special vars, too.
(edit) @6615   18 years Gary Byers Support DISASSEMBLE-LIST.
(edit) @6614   18 years Gary Byers Try to use real bold/oblique font attributes, if present. (Bold …
(edit) @6613   18 years Gary Byers Disable #$ONLCR on the pty. Dim "Revert" for listeners.
(edit) @6612   18 years Gary Byers PROCESS-DEBUG-CONDITION for event-process errors (hey, it's a start.)
(edit) @6611   18 years Gary Byers Fiox typoo.
(edit) @6610   18 years Gary Byers ALLOCATE-INSTANCE: don't make a slot-vector if #/init method made one.
(edit) @6609   18 years Gary Byers No #_objc_msgSendv in ObjC 2.0, since that would make too much sense. …
(edit) @6608   18 years Gary Byers INSERT-STRING is simpler if no start/end args, so hair up (less …
(edit) @6607   18 years Gary Byers INSERT-STRING is simpler if no start/end args, so hair up (less …
(edit) @6606   18 years Gary Byers No more "buffered line" support.
(edit) @6605   18 years Gary Byers Don't use "active regions" concept. Stuff pushed on the kill ring …
(edit) @6604   18 years Gary Byers Deletions try to adjust line-origins of subsequent lines.
(edit) @6603   18 years Gary Byers INSERT-STRING: don't take start/end args; if embedded newlines, cons …
(edit) @6602   18 years Gary Byers Indentation changes only, I think.
(edit) @6601   18 years Gary Byers MODIFYING-BUFFER doesn't do begin/end editing.
(edit) @6600   18 years Gary Byers Add some type decls, etc.
(edit) @6599   18 years Gary Byers Pass the "font" (style index) to BUFFER-NOTE-FONT-CHANGE.
(edit) @6598   18 years Gary Byers Need to tell text system when echo buffer is being modified. (May …
(edit) @6597   18 years Gary Byers Use KILL-RING-PUSH to push on kill ring (and copy to clipboard.)
(edit) @6596   18 years Gary Byers REGION-TO-CLIPBOARD calls out to Cocoa.
(edit) @6595   18 years Gary Byers Keep track of line origin; don't use %buffered-p slot.
(edit) @6594   18 years Gary Byers We're a lisp frame if we have a tra.
(edit) @6593   18 years Gary Byers catch_frame: not referenced from C code, but definition was out-of-date.
(edit) @6592   18 years Gary Byers Default PROCESS-DEBUG-CONDITION does nothing.
(edit) @6591   18 years Gary Byers %ERROR does PROCESS-DEBUG-CONDITION, to invoke some debugger before …
(edit) @6590   18 years Gary Byers Remove some unused menus, menu items. Get tags, target, action right …
(edit) @6589   18 years Gary Byers Try to read files (for Open ...) via #/stringWithContentsOfURL:.... …
(edit) @6588   18 years Gary Byers Fix commit button rectangle.
(edit) @6587   18 years Gary Byers Use #/setDefaultTabInterval, rather than creating a tab stop array.
(edit) @6586   18 years Gary Byers %MAKE-NSSTRING uses UTF-8. (NSConstant string should, too.)
(edit) @6585   18 years Gary Byers Lose %MAKE-NSSTRING-FROM-UTF32-STRING. Add …
(edit) @6584   18 years Gary Byers STRING-ENCODED-LENGTH-IN-BYTES wants another argument (on branch, too.)
(edit) @6583   18 years Gary Byers Pin char-code to 255 when looking for attributes.
(edit) @6582   18 years Gary Byers Back out of gap-context change, for now.
(edit) @6581   18 years Gary Byers Back out of gap-context change, for now.
(edit) @6580   18 years Gary Byers Back out of gap-context change, for now.
(edit) @6579   18 years Gary Byers Back out of gap-context change, for now.
(edit) @6578   18 years Gary Byers Back out of gap-context change, for now.
(edit) @6577   18 years Gary Byers SYNTAX-CHAR-CODE: pin char-code to 255.
(edit) @6576   18 years Gary Byers Get number of args right in call to STRING-ENCODED-LENGTH-IN-BYTES …
(edit) @6575   18 years Gary Byers %%get-[signed|unsigned]-longlong: unbox-fixnum args backwards.
(edit) @6574   18 years Gary Byers Not sure if this needs to be used, but stop referencing gap-related …
(edit) @6573   18 years Gary Byers Don't try to compile/load files that've been moved to archive/
(edit) @6572   18 years Gary Byers Remove some functions/other constructs that're unlikely to be used.
(edit) @6571   18 years Gary Byers Keep gap info in each buffer, not in special variables or symbol-macros.
(edit) @6570   18 years Gary Byers Comment out some stuff that's unlikely to be supported.
(edit) @6569   18 years Gary Byers Move more (currently unused, often unlikely to ever be used) stuff to …
(edit) @6568   18 years Gary Byers %%get-unsigned-longlong, %%get-signed-longlong: args in UNBOX-FIXNUM …
(edit) @6567   18 years Gary Byers Move lots of (currently unused, often unlikely to ever be used) stuff …
(edit) @6566   18 years Gary Byers populate
(edit) @6565   18 years Gary Byers start branch
(edit) @6564   18 years Gary Byers Started to do some lambda-list stuff, but need more environment support.
(edit) @6563   18 years Gary Byers Some more env-processing stuff, just copied from nx.
(edit) @6562   18 years Gary Byers Add recent changes on tfe branch.
(edit) @6561   18 years Gary Byers close some parens
(edit) @6560   18 years Gary Byers Add STRING-ENCODED-LENGTH-IN-BYTES. Make it, …
(edit) @6559   18 years Gary Byers Try to deal with the "SIMPLE-BASE-STRING, all of it" case in …
(edit) @6558   18 years Gary Byers xp-argument-list: stack args are under return address, exception …
(edit) @6557   18 years Gary Byers finish_function_entry: there's a return address on the top of the …
(edit) @6556   18 years Gary Byers uuos in subrprims called via lea/jmp: push ra0 on stack before trap, …
(edit) @6555   18 years Gary Byers Eric Marsden's fixes to MISMATCH
(edit) @6554   18 years Gary Byers :utf-32 memory-encode function: don't write a BOM here.
(edit) @6553   18 years Gary Byers %RETURN-ADDRESS-OFFSET has been wrong since the switch to the new tra …
(edit) @6552   18 years Gary Byers WITH-ENCODED-CSTR: accept arguments as produced by WITH-ENCODED-CSTRS. …
(edit) @6551   18 years Gary Byers Add tree-front-end
(edit) @6550   18 years Gary Byers create tfe branch
(edit) @6549   18 years Gary Byers Dir for new branch.
(edit) @6548   18 years Gary Byers
(edit) @6547   18 years Gary Byers Update for 070512.
(edit) @6546   18 years Gary Byers Fix typo in new_heap_segment().
(edit) @6545   18 years Gary Byers Fix typo in ppc2-%i-
(edit) @6544   18 years Gary Byers Bump.
(edit) @6543   18 years Gary Byers new_heap_segment(): don't extend heap by more than what we need if GC …
(edit) @6542   18 years Gary Byers Use *ppc2-target-half-fixnum-type* to suppress overflow checking in …
(edit) @6541   18 years Gary Byers Fix indentation.
(edit) @6540   18 years Gary Byers new_heap_segment(): don't extend beyond segment if GC (obviously) disabled.
(edit) @6539   18 years Gary Byers Fix typo.
(edit) @6538   18 years Gary Byers Keep bootsrapping separate character encode/decode limits.
(edit) @6537   18 years Gary Byers Start to bootstrap separate encode/decode limits.
(edit) @6536   18 years Gary Byers Hide Darwin/Leopard exception context nonsense when referencing mxcsr …
(edit) @6535   18 years Gary Byers Need alias for r6 in Tiger and earlier. Sheesh.
(edit) @6534   18 years Gary Byers Fix bad call to %pname-hash.
(edit) @6533   18 years Gary Byers Bump, for now.
(edit) @6532   18 years Gary Byers Bump fasl versions, image ABI version.
(edit) @6531   18 years Gary Byers nmkunwind. New calling sequence; new TRA interpretation.
(edit) @6530   18 years Gary Byers nmkunwind.
(edit) @6529   18 years Gary Byers Make_Catch uses %imm2, not %temp2. nMake_Catch handles return …
Note: See TracRevisionLog for help on using the revision log.