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
ef5afb9e
Commit
ef5afb9e
authored
Feb 11, 2018
by
Kevin M. Rosenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 1.5.7 - Avoid name collision with zacl and net.uri nickname
parent
b537e93c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
debian/changelog
debian/changelog
+6
-0
src.lisp
src.lisp
+1
-3
No files found.
debian/changelog
View file @
ef5afb9e
cl-puri (1:1.5.7-1) unstable; urgency=medium
* Avoid name collision with zacl and net.uri nickname (thanks Dave Cooper)
-- Kevin M. Rosenberg <kmr@debian.org> Sun, 11 Feb 2018 10:37:59 -0700
cl-puri (1:1.5.6-1) unstable; urgency=medium
* Removed uri.htm from distribution as is copyright by Franz, Inc
...
...
src.lisp
View file @
ef5afb9e
...
...
@@ -21,12 +21,10 @@
;; but without any warranty; without even the implied warranty of
;; merchantability or fitness for a particular purpose. See the GNU
;; Lesser General Public License for more details.
;;
;; $Id$
(
defpackage
#:puri
(
:use
#:cl
)
#-
allegro
(
:nicknames
#:net.uri
)
#-
(
or
allegro
zacl
)
(
:nicknames
#:net.uri
)
(
:export
#:uri
; the type and a function
#:uri-p
...
...
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