Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 1030)

Ticket Resolution Summary Owner Reporter
#1082 notabug wrong *print-circle* handling by format directive ~:* Anton Vodonosov
Description

Use case:

(setf *print-circle* t)
(format nil "~{~A ~:*~A, ~}" '("77" "88"))
=> "#1=77 #1#, #2=88 #2#, "

Expected value

=> "77 77, 88 88, "
#1078 notabug cl-http port Raocah
Description

hi i tend to prefer ccl over other cl implementations. but, when i decided to use it as a web application programing tool recently on a lisp-based http server,like cl-http or hunchentooth, i discovered these http servers does not support ccl, many implementations have ports but ccl not. i am a macintosh and debian user.

#1077 fixed *command-line-argument-list* is undocumented Max Rottenkolber
Description

The ccl-documentation.html does not mention *command-line-argument-list*. I believe it should. :)

If you supply me with a specification of CCL command line argument handling, I offer writing the missing documentation myself.

Cheers, max

PS: Thanks for the great work on ccl!

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