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
757d86cfecc4a260a8c6e2ee38bf250b7da6262d
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 07, 1992
Export REALP from LISP now that it's a real function. Minor tweek to
· 757d86cf
wlott
authored
33 years ago
757d86cf
Apr 04, 1992
Added COMPILER-MACRO-FUNCTION, COMPILER-MACROEXPAND, and COMPILER-
· f5984769
wlott
authored
33 years ago
f5984769
Added DEFINE-COMPILER-MACRO.
· b065fe95
wlott
authored
33 years ago
b065fe95
Apr 02, 1992
Changed the return value of SET-SYNTAX-FROM-CHAR from NIL to T as per X3J13
· 5bb3c092
wlott
authored
33 years ago
5bb3c092
Changed GET-SETF-METHOD-MULTIPLE-VALUE to try to macroexpand-1 the form
· d17f68ff
wlott
authored
33 years ago
d17f68ff
Seperated out the stuff to print symbol names into KERNEL:OUTPUT-SYMBOL-
· 84c22d23
wlott
authored
33 years ago
84c22d23
Changed the default structure printer to print slot names as keywords
· c4b7b4d2
wlott
authored
33 years ago
c4b7b4d2
Fixed SETF of GETF to evaluate the various parts in the correct order as
· 32d69121
wlott
authored
33 years ago
32d69121
Mar 31, 1992
Fixed bug in NTH-VALUE where it expanded into bogus code unless ``n'' was a
· 918ab682
wlott
authored
33 years ago
918ab682
X3J13 cleanup SETF-MULTIPLE-STORE-VARIABLES:
· 0a06b2a8
wlott
authored
33 years ago
0a06b2a8
Mar 29, 1992
Removed the :enable-gc option, as it's no longer needed.
· 2edee189
wlott
authored
33 years ago
2edee189
Added BYTES-CONSED-BETWEEN-GCS, a function that returns (and sets when
· fe86c6b5
wlott
authored
33 years ago
fe86c6b5
Mar 28, 1992
Extract the error number info out of the backend at compile-time, instead
· 68c87721
wlott
authored
33 years ago
68c87721
Mar 26, 1992
Fixed describe of alien variables.
· 0021dd68
wlott
authored
33 years ago
0021dd68
Fixed eval of alien variables. We just hand it off to the real
· a83d3d84
wlott
authored
33 years ago
a83d3d84
Was testing the wrong special in ROOM when printing out whether or not the
· c638d7bd
wlott
authored
33 years ago
c638d7bd
typo
· ddc9620a
wlott
authored
33 years ago
ddc9620a
Added GC-INIT to facilitate making sure set-auto-gc-trigger. Changed
· d0cab6a7
wlott
authored
33 years ago
d0cab6a7
Moved exports/defvars for *task-{self,data,notify}* from lispinit to here.
· 981fc34c
wlott
authored
33 years ago
981fc34c
Changed purify to bind *INTERNAL-GC* and then invoke the garbage collector
· a890b8dd
wlott
authored
33 years ago
a890b8dd
Moved object set stuff from lispinit to here.
· 37f223d0
wlott
authored
33 years ago
37f223d0
Moved WITH-ENABLED-INTERRUPTS here from sysmacs.lisp.
· 4a6663d5
wlott
authored
33 years ago
4a6663d5
Moved export for WITHOUT-{GCING,HEMLOCK} from lispinit to here.
· c3c35ad4
wlott
authored
33 years ago
c3c35ad4
Added #.'s in front of calls to ERROR-NUMBER-OR-LOSE so the lookup is
· dd6620d6
wlott
authored
33 years ago
dd6620d6
Mar 24, 1992
Adjust-array has been updated to be ANSI compliant by allowing arrays which
· e2b96221
phg
authored
33 years ago
e2b96221
Mar 23, 1992
Fixed define-condition to clean up the slot description before handing it
· 971a9954
wlott
authored
33 years ago
971a9954
Fixed syntax error found by new defstruct parsing stuff.
· 8617d49a
wlott
authored
33 years ago
8617d49a
Mar 14, 1992
In TIME, fixed display of consing and page faults in the case where no GC time
· 043bb0ec
ram
authored
33 years ago
043bb0ec
In PARSE-1-DSD, don't blow away the accessor when we are just redefining the
· 7521bbac
ram
authored
33 years ago
7521bbac
Fixed %SP-STRING-SEARCH to actually work, and to have some reasonable
· 0c30b890
ram
authored
33 years ago
0c30b890
Mar 13, 1992
Changed WITH-SYMBOL package hashtable lookup to not repeated call REM when
· b8b32482
ram
authored
33 years ago
b8b32482
Fixed PARSE-1-DSD to correctly recognize conc-name accessor duplication when
· 3761da7a
ram
authored
33 years ago
3761da7a
Mar 11, 1992
Added new alien-internals symbols.
· c516b36a
wlott
authored
33 years ago
c516b36a
Mar 10, 1992
Bind debug:*stack-top-hint* before calling break.
· 3c509a4a
wlott
authored
33 years ago
3c509a4a
Extended find-caller-name and find-interrupted-name to also return the
· 13a464eb
wlott
authored
33 years ago
13a464eb
Bind DEBUG:*STACK-TOP-HINT* to something useful before invoking the
· 96f8b8fd
wlott
authored
33 years ago
96f8b8fd
Added FLUSH-FRAMES-ABOVE for cleaning up frames to be bound to
· c55fd422
wlott
authored
33 years ago
c55fd422
Added exported special debug:*stack-top-hint*. If it's not NIL, the
· 01dcc0ea
wlott
authored
33 years ago
01dcc0ea
Protected function-end-cookie-valid-p against running across interpreted
· 3f96aed9
wlott
authored
33 years ago
3f96aed9
Don't bother warning about dynamic flow of control, because it is obvious
· 1fa6d909
wlott
authored
33 years ago
1fa6d909
Loading