Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
puri
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clpm
puri
Commits
f181b50e
Commit
f181b50e
authored
Nov 11, 2009
by
Kevin Rosenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change for allegrocl 8.2beta
parent
e523dcc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
debian/changelog
debian/changelog
+6
-0
src.lisp
src.lisp
+0
-7
No files found.
debian/changelog
View file @
f181b50e
cl-puri (1.5.2-1) unstable; urgency=low
* New upstream
-- Kevin M. Rosenberg <kmr@debian.org> Wed, 11 Nov 2009 12:14:39 -0700
cl-puri (1.5.1-3) unstable; urgency=low
* Build with debhelper extension dh-lisp
...
...
src.lisp
View file @
f181b50e
...
...
@@ -1315,13 +1315,6 @@ Executes the forms once for each uri with var bound to the current uri"
"#u takes a string or list argument: ~s"
arg
)))))
#+
allegro
excl::
#+
allegro
(
locally
(
declare
(
special
std-lisp-readtable
))
(
let
((
*readtable*
std-lisp-readtable
))
(
set-dispatch-macro-character
#\#
#\u
#'
puri::sharp-u
)))
#-
allegro
(
set-dispatch-macro-character
#\#
#\u
#'
puri::sharp-u
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment