Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (928 - 930 of 1030)

Ticket Resolution Summary Owner Reporter
#898 fixed Broken link in app store CCL's help R. Matthew Emerson Ben Hyde
Description

The index page for the help window includes a broken link, e.g. the one labeled "help." Here's a bit of that file, the problem is that last line shown.

<p>Aren't you glad you waited so long to see this window ?</p>

<p>The OpenMCL Doc directory is available <a href=../../../../doc/HTML/index.html>here</a>.

It looks like the doc dir is missing, and there are too many ..'s

#1125 duplicate defining a function named nil Ben Hyde
Description

It's disgusting I know. I blame the bad company I hang with. One or two of whom like to defining functions on keywords. So I think "Yeah! how about NIL?"

bash-3.2$ ccl64
Welcome to Clozure Common Lisp Version 1.9-r15759  (DarwinX8664)!
? (defun nil () (print :shame-on-you))
Lisp Breakpoint
? for help
[77472] Clozure CL kernel debugger: exit
[77472] Clozure CL kernel debugger: NIL
? (funcall (symbol-function nil))

:SHAME-ON-YOU 
:SHAME-ON-YOU
1 > (ccl:quit)
bash-3.2$

#12 fixed Request adding Graphviz Plugin Gary Byers Brent Fulgham
Description

Now that we are using Trac, it would be fun to have access to Graphviz for incorporating diagrams into Trac wikipages.

Link: http://trac-hacks.org/wiki/GraphvizPlugin

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