Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (925 - 927 of 1030)

Ticket Resolution Summary Owner Reporter
#610 invalid regression (not really sure how to classify this) R. Matthew Emerson Derrell Piper
Description

This is a regression relative to 1.3. (This is the start of my .ccl-init.lisp.)

~/src/ccl-1.4/dx86cl64 --no-init --load foo.lisp

...where 'foo.lisp' is:

(require 'asdf) (pushnew "ccl:tools;asdf-install;" asdf:*central-registry* :test #'string-equal)

...results in this:

fluffy% ~/src/ccl-1.4/dx86cl64 --no-init --load foo.lisp

Error: value (DIRECTORY-NAMESTRING *DEFAULT-PATHNAME-DEFAULTS*) is not of the expected type (OR STRING SYMBOL CHARACTER). While executing: CCL::%FIXED-STRING-EQUAL, in process listener(1). Type :GO to continue, :POP to abort, :R for a list of available restarts. If continued: Skip loading "foo.lisp" Type :? for other options.

#224 fixed release notes for 1.2 Gary Byers R. Matthew Emerson
Description

Create release notes (possibly as wiki page on the Trac) for a 1.2 release.

#624 fixed relocate_area_contents() and "large" x8632 functions Gary Byers Gary Byers
Description

We made a change to support "large" functions (those with 64K or more 32-bit words of code/immediate data) on x8632 by changing the interpretation of the 16-bit word which precedes the function entry point (high bit clear -> count of "code" words in low 15 bits, high bit set -> count of "node" words in low 15 bits.) We missed a case in relocate_area_contents(), which is used to handle the case where a heap image can't be mapped into the address from which it was saved.

A development version of ACL2 both created at least one "large" function and was saved from a non-canonical address (for unknown reasons) and exposed this problem.

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