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
cdf72ab9318dfb3a6d9cc860addebfe7175dc30d
Select Git revision
Branches
20
master
default
protected
issue-195b-relocatable-stacks-by-default
issue-195-relocatable-stacks-by-default
branch-21e
issue-143-ansi-compliance-failure-listen-extra-argument
issue-156-take-2-nan-comparison
issue-193-nil-unspecific-equivalent
issue-192-disassemble-prints-radix-marker
issue-185-x86-shorter-insts
issue-131-move-unix-uname
issue-189-move-get-system-info
issue-180-get-page-size-in-c
rtoy-master-patch-80206
issue-120-software-type-in-c
issue-187-imul-disassembly
issue-96-x86-disassem
issue-179-get-system-info-in-c
issue-158-darwin-pathnames-utf8
issue-171-readable-unspecific-pathnames
issue-120-move-misc-first
Tags
20
21e
snapshot-2023-04
snapshot-2021-07
snapshot-2021-01
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
40 results
cmucl
code
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Apr 29, 1990
Added sap-
· cdf72ab9
wlott
authored
35 years ago
cdf72ab9
Added ``unboxed-array'' to the list of kernel exports.
· 6187f551
wlott
authored
35 years ago
6187f551
Apr 27, 1990
Introduced symbols 32bit-logical-{and,or,not,xor,nor} and merge-bits to
· 375bb884
wlott
authored
35 years ago
375bb884
Added magic to recognize pointer alien types.
· cbfedf18
wlott
authored
35 years ago
cbfedf18
Changed to use 32-bit units. Replaced calls to logand, lognot, etc, with
· 9e4a0b26
wlott
authored
35 years ago
9e4a0b26
Replaced several %primitives.
· 57718792
wlott
authored
35 years ago
57718792
Picked up some tweaks to debug-variable functionality from Chiles.
· 1145d95b
ram
authored
35 years ago
1145d95b
Picked up some bug fixes from Chiles. Also the "F" command.
· e4afefd4
ram
authored
35 years ago
e4afefd4
Apr 26, 1990
Nuke sap+ from the compiler package also.
· 4f187ae5
wlott
authored
35 years ago
4f187ae5
Added #+new-compiler in front of system-area-pointer so that the old
· 99778f04
wlott
authored
35 years ago
99778f04
Unintern sap+ so that we don't nuke the current macro.
· be4b84da
wlott
authored
35 years ago
be4b84da
More random hacks trying to get it to work. Bigest change is that
· b1cdec87
wlott
authored
35 years ago
b1cdec87
Changed the pointer alien-access expert back to correct semantics now that
· eda2c9d5
wlott
authored
35 years ago
eda2c9d5
Apr 25, 1990
Added sap+ to system exports.
· 2781841a
wlott
authored
35 years ago
2781841a
Changed elt to schar.
· 48f6324e
wlott
authored
35 years ago
48f6324e
Mips version.
· 17251835
wlott
authored
35 years ago
17251835
many fixes.
· abb6b67f
wlott
authored
35 years ago
abb6b67f
Changed to OR in the result of STRUCTURE-PREDICATE to be an IF, since that is
· 3e3d94e8
ram
authored
35 years ago
3e3d94e8
Apr 24, 1990
Added parse-unknown-type-specifier to the kernel exports.
· 73e292fd
wlott
authored
35 years ago
73e292fd
Put constant back into ext exports.
· ba2a4c1b
wlott
authored
35 years ago
ba2a4c1b
Added code that uses the DI interface to find the name of the function in which
· 96568a33
ram
authored
35 years ago
96568a33
Export lisp::sap-ref-sap from system.
· 98401c4b
wlott
authored
35 years ago
98401c4b
Apr 23, 1990
Merged in stuff from Bill:
· 97fa6b64
ram
authored
35 years ago
97fa6b64
CONT -> FP
· 8b8c6dfd
ram
authored
35 years ago
8b8c6dfd
current-cont -> current-fp.
· f0f98b9a
ram
authored
35 years ago
f0f98b9a
Added description of the OPTIONAL-ARGS marker in the c-d-f-arguments.
· 74adbc30
ram
authored
35 years ago
74adbc30
Moved CONDITION defstruct to struct.
· 45de8524
ram
authored
35 years ago
45de8524
Moved CONDITION defstruct here from error.
· 17e727f5
ram
authored
35 years ago
17e727f5
Apr 20, 1990
New debugger user interface based on the debug-internals primitives.
· 70f2dc97
ram
authored
35 years ago
70f2dc97
CONT -> FP.
· b06e9dc1
ram
authored
35 years ago
b06e9dc1
Initial revision
· 300b7156
chiles
authored
35 years ago
300b7156
Added fake definitions for careful-symbol-function and
· f4af713a
wlott
authored
35 years ago
f4af713a
Apr 17, 1990
Print each top level function as we funcall it so we can tell where we are
· 199b6a9c
wlott
authored
35 years ago
199b6a9c
Apr 16, 1990
Merged non-descriptor changes:
· 1f2c89fb
ram
authored
35 years ago
1f2c89fb
Merged non-descriptor changes:
· 305917d7
ram
authored
35 years ago
305917d7
Merged non-descriptor changes:
· 23558d26
ram
authored
35 years ago
23558d26
Apr 13, 1990
Added bootstrap version of ctype-p. The real definition gets installed by
· 3b382f1c
wlott
authored
35 years ago
3b382f1c
Initial MIPS version.
· 7080b1e9
wlott
authored
35 years ago
7080b1e9
Apr 11, 1990
Initial revision
· cd32c679
wlott
authored
35 years ago
cd32c679
More random changes to try to get parts of it up on the mips.
· e403f4b7
wlott
authored
35 years ago
e403f4b7
Loading