Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (610 - 612 of 1030)

Ticket Resolution Summary Owner Reporter
#563 fixed possible bug in format tilde e R. Matthew Emerson Bob Boyer
Description

When I do (setq x 0) (loop (setq x (+ x .00001)) (format t "~%~8,2e" x)) I pretty soon see lines of varying width such as

1.169E-2 1.7E-2

and I wonder if that can be right. From the ANSI:

The full form is ~w,d,e,k,overflowchar,padchar, exponentcharE. ... Exactly w characters will be output.

#564 fixed Bad value of #$CW_USEDEFAULT on win64 Gary Byers Gary Byers
Description

#$CW_USEDEFAULT is 0 on win64; should be #x80000000.

Don't know why, but expect some sign-extension confusion.

#565 fixed small collapsing issue... Joakim Sandgren
Description

if you double click to the right (the end) of a defun (for example) to mark it and then hit enter to evalue it this also collapse the marking. but the cursor is now up on the left side (the beginning) of the defun form. if you double click up to the left to mark and then enter-collaps the cursor is now on the other side down on the right side (the end) of the defun form.

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