Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puri
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyxt
puri
Commits
f181b50e
Commit
f181b50e
authored
15 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
change for allegrocl 8.2beta
parent
e523dcc8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
src.lisp
+0
-7
0 additions, 7 deletions
src.lisp
with
6 additions
and
7 deletions
debian/changelog
+
6
−
0
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
cl-puri (1.5.1-3) unstable; urgency=low
* Build with debhelper extension dh-lisp
* Build with debhelper extension dh-lisp
...
...
This diff is collapsed.
Click to expand it.
src.lisp
+
0
−
7
View file @
f181b50e
...
@@ -1315,13 +1315,6 @@ Executes the forms once for each uri with var bound to the current uri"
...
@@ -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
)))))
"#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
)
(
set-dispatch-macro-character
#\#
#\u
#'
puri::sharp-u
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment