Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
alexandria
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
Container Registry
Model registry
Operate
Environments
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
lovrolu
alexandria
Graph
afaf1a16210818be73d182920d6adf7a00bbcf00
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
May
28
25
20
3
Dec
2
19
Nov
8
31
Jan
15
Aug
14
5
May
10
Apr
12
Feb
23
Nov
27
Oct
23
Aug
3
Apr
2
27
Apr
30
Jul
12
May
4
Mar
16
Feb
26
Jan
26
Apr
25
22
30
Mar
7
2
20
Jan
9
Nov
2
30
Oct
12
May
6
Mar
14
Oct
8
23
Sep
11
Apr
5
23
Mar
9
17
Feb
12
9
Jan
4
Dec
25
Nov
1
30
Oct
29
Sep
9
Oct
29
Sep
28
16
24
Mar
5
Dec
16
Nov
23
27
Oct
7
Sep
27
Jul
1
Aug
11
Jun
7
7
Jul
23
Jun
5
2
1
29
May
27
Apr
10
1
27
Mar
11
14
13
11
12
11
10
1
23
Feb
17
9
21
Dec
19
26
Nov
2
31
Oct
1
26
Jul
20
23
Aug
6
11
Jul
27
Aug
9
2
7
Jul
3
1
25
Jun
1
1
May
18
Mar
25
Feb
7
Nov
22
Oct
17
16
15
Avoid duplicate logic in WHEN-LET*
master
master
Update project information
Switch loop clause order, see issue 5.
Merge branch 'fix-remove-export' into 'master'
Remove the orphaned export ORDINARY-LAMBDA-LIST-KEYWORDS
Merge branch 'fix-macros-docstrings' into 'master'
Improve ONCE-ONLY docstring
Improve WITH-GENSYMS docstring
Merge branch 'fix-switch-docstring' into 'master'
Correct the documentation string of the SWITCH macro
Revert "Avoid duplicate logic in WHEN-LET*."
Change docstring of SHUFFLE.
Avoid duplicate logic in WHEN-LET*.
Rename WHEN-LET* argument, to avoid possible INITIAL-FORM vs. FORMS confusion.
Change wording of WHEN-LET* docstring.
DELETE-FROM-PLIST: make argument name in docstring uppercase.
Fix typo.
Change to "unspecified" in MAP-COMBINATIONS.
Merge branch 'notinline' into 'master'
Merge branch 'patch-1' into 'master'
Merge branch 'master' into 'master'
Do not inline LENGTH on LispWorks.
Update docstring in (change , to :) macros.lisp
Docstring update in macros.lisp. Replace "," with ":" to match other similar examples, and output example.
Simplify .asd files for ASDF 3 (i.e. only compatible with 2013 or later).
Docstrings fixes for housekeeping changes.
Fix: earlier keys take priority in ALIST-HASH-TABLE and PLIST-HASH-TABLE
Housekeeping (no semantic changes)
Added compiler macro for RCURRY.
Make (R)CURRY inline-able, and don't locally alter the debug level.
housekeeping
Fix issue #2: parse-ordinary-lambda-list &key and &optional normalization.
Record failing test for parse-ordinary-lambda-list as per issue #2.
Modernize .asd: get rid of operation-done-p.
Fix issue #1, fill in recommended fields in the ASDF systems.
fix STARTS-WITH-SUBSEQ for non-array sequences
numbers.lisp/lerp: The correct version is numerically stable,
use implementation's EMPTYP when available
use EMPTYP instead of e.g. PLUSP and LENGTH were appropriate
add READ-STREAM-CONTENT-INTO-{STRING,BYTE-VECTOR}
Loading