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
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
Christophe Junke
alexandria
Graph
ada02b061aac7cbbf43145beaf5d27d78f9e9fcc
Select Git revision
Branches
1
master
default
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
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
Fix: earlier keys take priority in ALIST-HASH-TABLE and PLIST-HASH-TABLE
master
master
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}
remove unused condition NO-EXTREMUM in sequences.lisp
make STARTS-WITH-SUBSEQ not cons unnecessarily
fix hygiene and multiple evaluation in ENSURE-GETHASH
Fix default ARRAY-INDEX and ARRAY-LENGTH.
Extended DELETE-FROM-PLIST.1 test to test the removal of duplicate keys.
Use the original DELETE-FROM-PLIST replacement.
Actually use BISECT-BIG in %MULTIPLY-RANGE.
Replace DELETE-FROM-PLIST implementation, shorter and faster.
Optimize DELETE-FROM-PLIST not to cons.
add/fix some tests
fix test PARSE-ORDINARY-LAMBDA-LIST.1
Fixed bug in gaussian-random when min or max is nil but not both.
Added test gaussian-random.2 (sbcl only) that demonstrates g-r infinite loop bug.
add existence of &KEY to return-values of PARSE-ORDINARY-LAMBDA-LIST
fix docstring of IOTA
fix contagion in IOTA when step is a complex integer and start is a float
Improve spelling
document restrictions on GAUSSIAN-RANDOM
FORMAT-SYMBOL now uses WITH-STANDARD-IO-SYNTAX
fix starts-with-subseq :start1 and :start2
update doc/alexandria.texinfo
tweak EXTREMUM
add EXTREMUM
untabify tests
adjust tests
copy-stream: fix non-standard loops
Loading