Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (988 - 990 of 1030)

Ticket Resolution Summary Owner Reporter
#47 fixed xpMMXreg macro (from x86-exceptions.h) not used, and appears wrong for darwin Gary Byers R. Matthew Emerson
Description

(lines 38--39 in lisp-kernel/x86-exceptions.h)

#define xpFPRvector(x) ((natural *)(&(UC_MCONTEXT(x)->__fs.__fpu_xmm0)))
#define xpMMXreg(x,n)  (xpFPRvector(x)[n])

The x87/mmx regs don't immediately follow the first xmm register in the darwin floating point state struct.

xpMMxreg appears to be unused at the moment, so it doesn't affect anything, but it seems like it ought to be corrected or deleted.

#46 fixed control-w during isearch should add word to search string Jeremy Jones Jeremy Jones
Description

During an incremental search, control-w should add the word following the insertion point to the search string.

#45 fixed resizing editor window shouldn't scroll content Jeremy Jones Jeremy Jones
Description

When an editor window is resized, the text is scrolled so that the insertion point is in the middle of the window. The text that is at the beginning of the window should remain at the beginning of the window.

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