source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14283   14 years Gary Byers propagate r11114 from ARM branch to trunk.
(edit) @14282   14 years Gary Byers When writing an ARM function, write the first element as the magic …
(edit) @14281   14 years Gary Byers Do sigaltstack() via syscall on Android, because the C library doesn't.
(edit) @14280   14 years Gary Byers More Android conditionalization.
(edit) @14279   14 years Gary Byers Someone got paid to leave xDisposeThread in the CCL kernel all these years.
(edit) @14278   14 years Gary Byers Someone got paid to develop Android's C library.
(edit) @14277   14 years Gary Byers Android doesn't have ... well, you get the idea.
(edit) @14276   14 years Gary Byers Android doesn't have dladdr(), presumably because it might be useful.
(edit) @14275   14 years Gary Byers Android doesn't have dladdr(), presumably because it might be useful.
(edit) @14274   14 years Gary Byers New file; likely needs work.
(edit) @14273   14 years Gary Byers In forward_memoized_references(), try to keep function's entrypoint in …
(edit) @14272   14 years Gary Byers In write-barrier code, return without store-conditional if the …
(edit) @14271   14 years Gary Byers Some Android conditionalization.
(edit) @14270   14 years Gary Byers Some Android conditionalization. (Use 'Rfn' for r11, not 'fn').
(edit) @14269   14 years Gary Byers Some Android conditionalization. Check for ARM function's …
(edit) @14268   14 years Gary Byers Work-in-progress: probably needs to be built with the NDK toolchain, …
(edit) @14267   14 years R. Matthew Emerson Sprinkle some parentheses around to avoid trouble with operator …
(edit) @14266   14 years Gary Byers NEW-COCOA-WINDOW: pass the defaulted args (not the provided initargs) …
(edit) @14265   14 years R. Matthew Emerson In lisp-string-from-nsstring-substring, don't release already …
(edit) @14264   14 years Gary Byers Preliminary support for (hopefully reasonable) MAKE-INSTANCE of …
(edit) @14263   14 years Gary Byers Make #/ be less sensitive to the readtable. Cache information about …
(edit) @14262   14 years Gary Byers In CHECK-INITARGS, check that class is a CLASS; don't insist on STD-CLASS.
(edit) @14261   14 years R. Matthew Emerson Merge r14260 from trunk (guard against null uc_mcontext.fpregs on Linux).
(edit) @14260   14 years R. Matthew Emerson In debug_show_fpu(), check to see if Linux's xp->uc_mcontext.fpregs is …
(edit) @14259   14 years gz r14258 from trunk (defstruct changes)
(edit) @14258   14 years gz Defstruct changes: Get rid of *defstruct-share-accessor-functions*. …
(edit) @14257   14 years Gary Byers Add missing vinsn attrs, in 1.5 branch.
(edit) @14256   14 years Gary Byers In PARSE-DEFMETHOD, include an FTYPE declaration for the GF.
(edit) @14255   14 years Gary Byers In STREAM-READ-LINE on ECHOING-TWO-WAY-STREAM, call FORCE-OUTPUT on …
(edit) @14254   14 years Gary Byers In PATHNAME-DIRECTORY-SSTR, always return (:ABSOLUTE) if there are no …
(edit) @14253   14 years R. Matthew Emerson In update-echo-area-after-command: The cancel-message slot in a …
(edit) @14252   14 years R. Matthew Emerson Update ASDF to 2.008.
(edit) @14251   14 years Jeremy Jones Add command-shift-F key equivalen for search files
(edit) @14250   14 years R. Matthew Emerson Forgot to svn add this other nib component.
(edit) @14249   14 years Jeremy Jones Clean up search files
(edit) @14248   14 years R. Matthew Emerson Add Open Selection menu item to File Menu, with shortcut of cmd-D. …
(edit) @14247   14 years R. Matthew Emerson Add some contextual menu commands to Hemlock editor views. There are …
(edit) @14246   14 years R. Matthew Emerson Conditionalize out test ccl.57900.1. (It has started to return random …
(edit) @14245   14 years R. Matthew Emerson Merge r14233 from trunk (don't use MAP_GROWSDOWN mmap option).
(edit) @14244   14 years R. Matthew Emerson Rename shift-key-p to shift-key-now-p. Remove other related functinons …
(edit) @14243   14 years R. Matthew Emerson Add some images for the "Expand All" and "Collapse All" toolbar items …
(edit) @14242   14 years R. Matthew Emerson Updated demos from Neil Baylis.
(edit) @14241   14 years R. Matthew Emerson Add functions caps-lock-key-p, control-key-p, command-key-p, …
(edit) @14240   14 years R. Matthew Emerson Remove leftovers (remnants of operator %fixnum-mask-to-natural) from …
(edit) @14239   14 years ron Just a test
(edit) @14238   14 years R. Matthew Emerson Add a toolbar and a contextual menu to the backtrace dialog. Update …
(edit) @14237   14 years Gary Palter Update to Cocotron r59942ee67d15
(edit) @14236   14 years R. Matthew Emerson Tests for #735 and #736. Also remove a duplicate test for #708.
(edit) @14235   14 years R. Matthew Emerson Abandon my attempts to do more low-level tricks with logand and logior …
(edit) @14234   14 years Gary Byers In #/topListener, don't return doc if it's a null pointer.
(edit) @14233   14 years Gary Byers Don't use the (Linux-specific ?) MAP_GROWSDOWN mmap option when …
(edit) @14232   14 years Gary Byers In initial_stack_bottom(), don't assume that stack bounds have …
(edit) @14231   14 years R. Matthew Emerson Open-code ASH in cases where the integer is a fixnum, and the shift …
(edit) @14230   14 years R. Matthew Emerson The signature of %map-areas changed in r13174; update caller.
(edit) @14229   14 years R. Matthew Emerson Re-enable some changes that try to do a better job on LOGAND and …
(edit) @14228   14 years Gary Byers Revert r14227 and add a comment.
(edit) @14227   14 years R. Matthew Emerson %code-char: codes aren't (mod 256) any more.
(edit) @14226   14 years R. Matthew Emerson Merge r14224 (ATAN fixes) from trunk.
(edit) @14225   14 years R. Matthew Emerson When launching the IDE, also don't load home:ccl-init if the shift key …
(edit) @14224   14 years Gary Byers %DF-ATAN2 and (32-bit) %SF-ATAN2!: arg Y may be stack-consed, so don't …
(edit) @14223   14 years arthur Fix issue in MacOS10.6 of menu-items not handling selectedCell
(edit) @14222   14 years Gary Byers Don't "naturally" align a record field if the field type's natural …
(edit) @14221   14 years arthur add-subviews and remove-subviews do their work on main thread, obj-C …
(edit) @14220   14 years arthur Define choose-directory-dialog, remove fatally recursive …
(edit) @14219   14 years arthur add ability for button actions to use shift-key-p and friends
(edit) @14218   14 years arthur Remove bare defn of *modifier-key-pattern*, now in new-cocoa-bindings.lisp
(edit) @14217   14 years arthur add shift-key entry to *key-to-mask-alist*, move in defn for …
(edit) @14216   14 years Gary Byers Changes to support "background" listener processes (processes where …
(edit) @14215   14 years Gary Byers Typo in comment.
(edit) @14214   14 years Gary Byers Export GUI:BACKGROUND-PROCESS-RUN-FUNCTION.
(edit) @14213   14 years Gary Byers Update comments, in case someone tries to read them someday.
(edit) @14212   14 years R. Matthew Emerson New script for relocating http scheme externals to svn scheme.
(edit) @14211   14 years R. Matthew Emerson Add a special-case to Hemlock command Indent Form so that it will …
(edit) @14210   14 years R. Matthew Emerson When launching the IDE, don't load home:ccl-ide-init if the shift key …
(edit) @14209   14 years R. Matthew Emerson New Hemlock command "Insert Sharp Comment", bound to M-#. See ticket:725.
(edit) @14208   14 years R. Matthew Emerson Change Hemlock command "Previous Interactive Input" so that it inserts …
(edit) @14207   14 years R. Matthew Emerson Don't do arithmetic on pointers to void. GCC accepts this (it …
(edit) @14206   14 years R. Matthew Emerson Rename lisp kernel functions allocate() and deallocate() to …
(edit) @14205   14 years R. Matthew Emerson Do #include <mach-o/dyld.h> on Darwin to get prototype for …
(edit) @14204   14 years Gary Byers Reorganize some of the editor object cleanup code; do explicit …
(edit) @14203   14 years Gary Byers Don't canonicalize objc instances. (That was once intended to help …
(edit) @14202   14 years Gary Byers Don't canonicalize objc instances. (That was once intended to help …
(edit) @14201   14 years Gary Byers Really stop disabling EGC (as I thought I had several weeks ago.)
(edit) @14200   14 years Gary Byers Apply rme's fix to ARM2-UNWIND-SET.
(edit) @14199   14 years Gary Byers Free the (separate) signal stack on thread exit on ARM Linux.
(edit) @14198   14 years Gary Byers Revive some old code which tries to ensure that lisp slot-vectors are …
(edit) @14197   14 years R. Matthew Emerson Rename Threads.h to threads.h (with no capital letter).
(edit) @14196   14 years R. Matthew Emerson Remove remnants of *x862-tos-reg* hack (from r7938), which is …
(edit) @14195   14 years R. Matthew Emerson x862-stack-to-register: use regmap to avoid reading from the stack …
(edit) @14194   14 years R. Matthew Emerson Start at keeping track of which registers contain which stack …
(edit) @14193   14 years R. Matthew Emerson Add :call, :subprim-call, and :jumplr attributes to some vinsns.
(edit) @14192   14 years Gary Byers Use new translator, hosted on OSX and derived from Apple's gcc-5664. …
(edit) @14191   14 years Gary Byers new, generated natively
(edit) @14190   14 years Gary Byers is_write_fault() returns true if the 0x800 bit is set in the fsr.
(edit) @14189   14 years Gary Byers Define xpFaultStatus (to access the fault status register copy in a …
(edit) @14188   14 years Gary Byers Ensure that stack pointer is aligned on an 8-byte boundary when …
(edit) @14187   14 years gz Fixes in acode code coverage (r14085, r14110, r14164, r14165, r14172
(edit) @14186   14 years gz update renamed feature
(edit) @14185   14 years Gary Byers in describe_memfault(), there's not much to say if we don't have a …
(edit) @14184   14 years Gary Byers Change the signature of the ARM flush_cache_lines() - from …
Note: See TracRevisionLog for help on using the revision log.