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
b0508ddc
Commit
b0508ddc
authored
14 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
Remove UTF-8 characters from comment block
parent
5345da2a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
datetime.lisp
+1
-1
1 addition, 1 deletion
datetime.lisp
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
8 additions
and
2 deletions
datetime.lisp
+
1
−
1
View file @
b0508ddc
...
...
@@ -110,7 +110,7 @@
(
defun
day-of-week
(
year
month
day
)
"Day of week calculation using Zeller's Congruence.
Input: The year y, month m (1
≤
m
≤
12) and day d (1
≤
d
≤
31).
Input: The year y, month m (1
<=
m
<=
12) and day d (1
<=
d
<=
31).
Output: n - the day of the week (Sunday = 0, Saturday = 6)."
(
when
(
<
month
3
)
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
b0508ddc
cl-kmrcl (1.103-1) unstable; urgency=low
* Remove UTF-8 code to allow compilation on CLISP
-- Kevin M. Rosenberg <kmr@debian.org> Sun, 05 Sep 2010 22:26:17 -0600
cl-kmrcl (1.102-1) unstable; urgency=low
* New upstream
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
b0508ddc
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.
8.4
.0
Standards-Version: 3.
9.1
.0
Homepage: http://files.b9.com/kmrcl/
Vcs-Git: git://git.b9.com/kmrcl.git
Vcs-Browser: http://git.b9.com/?p=kmrcl.git
...
...
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