Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kmrcl
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
kmrcl
Commits
5a1ba262
Commit
5a1ba262
authored
15 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
On ECL, exclude function that is incompatible with ECL
parent
43a47b24
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
lists.lisp
+2
-0
2 additions, 0 deletions
lists.lisp
with
14 additions
and
1 deletion
ChangeLog
+
5
−
0
View file @
5a1ba262
20 Aug 2009 Kevin Rosenberg <kevin@rosenberg.net>
* Version 1.100
* lists.lisp: For ECL, exclude function that is incompatible with ECL
(Thanks to Daniel Herring)
26 Jul 2009 Kevin Rosenberg <kevin@rosenberg.net>
26 Jul 2009 Kevin Rosenberg <kevin@rosenberg.net>
* Version 1.99
* Version 1.99
* impl.lisp: Update SBCL internal call for probe-directory
* impl.lisp: Update SBCL internal call for probe-directory
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
5a1ba262
cl-kmrcl (1.100-1) unstable; urgency=low
* New upstream
-- Kevin M. Rosenberg <kmr@debian.org> Thu, 20 Aug 2009 10:48:16 -0600
cl-kmrcl (1.99-4) unstable; urgency=low
cl-kmrcl (1.99-4) unstable; urgency=low
* Build with debhelper extension dh-lisp
* Build with debhelper extension dh-lisp
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
5a1ba262
...
@@ -4,7 +4,7 @@ Priority: optional
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0)
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.8.
2
.0
Standards-Version: 3.8.
3
.0
Homepage: http://files.b9.com/kmrcl/
Homepage: http://files.b9.com/kmrcl/
Vcs-Git: git://git.b9.com/kmrcl.git
Vcs-Git: git://git.b9.com/kmrcl.git
Vcs-Browser: http://git.b9.com/?p=kmrcl.git
Vcs-Browser: http://git.b9.com/?p=kmrcl.git
...
...
This diff is collapsed.
Click to expand it.
lists.lisp
+
2
−
0
View file @
5a1ba262
...
@@ -81,6 +81,8 @@
...
@@ -81,6 +81,8 @@
;;; Keyword functions
;;; Keyword functions
;; ECL doesn't allow FOR clauses after UNTIL.
#-
ecl
(
defun
remove-keyword
(
key
arglist
)
(
defun
remove-keyword
(
key
arglist
)
(
loop
for
sublist
=
arglist
then
rest
until
(
null
sublist
)
(
loop
for
sublist
=
arglist
then
rest
until
(
null
sublist
)
for
(
elt
arg
.
rest
)
=
sublist
for
(
elt
arg
.
rest
)
=
sublist
...
...
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