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
409ffc1a
Commit
409ffc1a
authored
Nov 07, 2005
by
Kevin M. Rosenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r10806: Automated commit for Debian build of puri upstream-version-1.3.1.3
parent
888c1768
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
debian/changelog
debian/changelog
+6
-0
src.lisp
src.lisp
+2
-0
No files found.
debian/changelog
View file @
409ffc1a
cl-puri (1.3.1.3-1) unstable; urgency=low
* New upstream
-- Kevin M. Rosenberg <kmr@debian.org> Mon, 7 Nov 2005 10:33:45 -0700
cl-puri (1.3.1.2-2) unstable; urgency=low
* Reupload with correct changelog date
...
...
src.lisp
View file @
409ffc1a
...
...
@@ -900,6 +900,8 @@ URI ~s contains illegal character ~s at position ~d."
(
vector
#\0
#\1
#\2
#\3
#\4
#\5
#\6
#\7
#\8
#\9
#\a
#\b
#\c
#\d
#\e
#\f
))
(
defun
encode-escaped-encoding
(
string
reserved-chars
escape
)
(
unless
(
typep
string
'simple-string
)
(
setq
string
(
coerce
string
'simple-string
)))
(
when
(
null
escape
)
(
return-from
encode-escaped-encoding
string
))
;; Make a string as big as it possibly needs to be (3 times the original
;; size), and truncate it at the end.
...
...
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