Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (661 - 663 of 1030)

Ticket Resolution Summary Owner Reporter
#10 fixed problem compiling ppc64-target: typo in defcallback xcmain Gary Byers Joshua Moody
Description

Hi Gary,

I found a typo in ccl/level-1/ppc-transport.lisp in the cvs snapshot I checked out on 16 April 2007 at 12:00 pm.

in #+ppc64-target defcallback xcmain, :single-doubleword should replace :single-doublewod

jjm

#11 fixed hand-rolled :darwin64-thread-state64 struct isn't mis-aligned, but should be. Gary Byers Gary Byers
Description

Apple has decided that renaming some structures dealing with thread contexts and the fields in those structures would help to ensure compatibility with some C standard or other; the names of these fields therefore depend on what header files one looks at (and what -preserve-broken-legacy-behavior options are in effect.)

Lisp code occasionally needs to poke around in these structures, and therefore defines its own set of record types with its own field names "manually".

The manual definition of :darwin-ppc-thread-state64 in ccl/level-1/ppc-trap-support.lisp has been wrong; the structure is defined with #pragma pack(4) in effect, so some 64-bit fields that should be misaligned are actually (and incorrectly) naturally aligned.

One consequence of this is that backtrace doesn't work on darwinppc64 in some contexts, e.g., after a keyboard interrupt. There may be other consequences, as well.

#12 fixed Request adding Graphviz Plugin Gary Byers Brent Fulgham
Description

Now that we are using Trac, it would be fun to have access to Graphviz for incorporating diagrams into Trac wikipages.

Link: http://trac-hacks.org/wiki/GraphvizPlugin

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.