Custom Query (1030 matches)
Results (181 - 183 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #38 | fixed | link to old wiki not working | ||
| 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 | ||
| 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 | ||
| 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")
|
|||
Note:
See TracQuery
for help on using queries.
