Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (295 - 297 of 1030)

Ticket Resolution Summary Owner Reporter
#38 fixed link to old wiki not working Gary Byers R. Matthew Emerson
Description

Trying to open http://openmcl.clozure.com/openmcl-wiki

causes apache to respond with an internal server error.

#39 fixed time seems wrong on trac.clozure.com Gary Byers R. Matthew Emerson
Description

The time seems to be about 14 minues slow on trac.clozure.com, judging both from mail headers and the times listed when viewing the trac timeline.

#40 fixed misspellings in x86-disassemble.lisp R. Matthew Emerson R. Matthew Emerson
Description
Index: x86-disassemble.lisp
===================================================================
--- x86-disassemble.lisp        (revision 6984)
+++ x86-disassemble.lisp        (working copy)
@@ -2273,8 +2273,8 @@
                    
            (setf (x86-di-mnemonic instruction)
                  (case intop
-                   (#xc0 "uuo-error-two-few-args")
-                   (#xc1 "uuo-error-two-many-args")
+                   (#xc0 "uuo-error-too-few-args")
+                   (#xc1 "uuo-error-too-many-args")
                    (#xc2 "uuo-error-wrong-number-of-args")
                    (#xc4 (progn (setq stop nil) "uuo-gc-trap"))
                    (#xc5 "uuo-alloc")
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.