Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
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
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
Carl Shapiro
cmucl
Commits
964033d4
Commit
964033d4
authored
27 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
Fix for the collection of :wild and pattern pathname components in
translate-directories; from Markus Krummenacker.
parent
02a8271b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/pathname.lisp
+3
-3
3 additions, 3 deletions
code/pathname.lisp
with
3 additions
and
3 deletions
code/pathname.lisp
+
3
−
3
View file @
964033d4
...
...
@@ -4,7 +4,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.3
2
199
7/10
/0
2
1
8:31:50
dtc Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.3
3
199
8/02
/0
9
1
5:19:39
dtc Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -1164,7 +1164,7 @@ a host-structure or string."
(
when
(
listp
match
)
(
error
":WILD-INFERIORS not paired in from and to ~
patterns:~% ~S ~S"
from
to
))
(
maybe-diddle-case
match
diddle-case
)))
(
res
(
maybe-diddle-case
match
diddle-case
)))
)
((
member
:wild-inferiors
)
(
assert
subs-left
)
(
let
((
match
(
pop
subs-left
)))
...
...
@@ -1178,7 +1178,7 @@ a host-structure or string."
(
new
new-subs-left
)
(
substitute-into
to-part
subs-left
diddle-case
)
(
setf
subs-left
new-subs-left
)
new
))
(
res
new
))
)
(
t
(
res
to-part
)))))
(
res
))))
...
...
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