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
7eed2b59e1fb8fa6e2f28a919b625659e2ccbe82
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
Feb 22, 1992
Changed FOREIGN-SYMBOL-ADDRESS to call VM:EXTERN-ALIEN-NAME to convert the
· 7eed2b59
wlott
authored
33 years ago
7eed2b59
Added EXTERN-ALIEN-NAME.
· 7f80b1bd
wlott
authored
33 years ago
7f80b1bd
Feb 21, 1992
typo.
· 0f2fddc1
wlott
authored
33 years ago
0f2fddc1
Changed a bunch of underscores to hyphens to follow the new alien
· f41c8938
wlott
authored
33 years ago
f41c8938
Had the order of arguments wrong in the replacement for sap-ref-32.
· eb1b842c
wlott
authored
33 years ago
eb1b842c
IGNORABLE is now in the LISP package instead of the EXT package.
· 1d67a946
wlott
authored
33 years ago
1d67a946
typo.
· 3d6c9471
wlott
authored
33 years ago
3d6c9471
Changed all SAP-REF-mumble functions to take the offset in bytes.
· f91815c6
wlott
authored
33 years ago
f91815c6
Extracting (char *)NULL results in NIL, and depositing a NIL results in
· 98f8f349
wlott
authored
33 years ago
98f8f349
Feb 20, 1992
Added a ``mach:'' in front of a use of ``gr-call*'' because it's now in
· 603bf287
wlott
authored
33 years ago
603bf287
Don't generate argument decls in DEF-ALIEN-ROUTINE, because this inhibits
· 599a1b7a
wlott
authored
33 years ago
599a1b7a
Changed TIME to use *GC-RUN-TIME* to print the amount of time spent in GC.
· 0c5fa7e7
ram
authored
33 years ago
0c5fa7e7
Feb 19, 1992
Hacked over unix-select to reduce consing. Declaim unix-gettimeofday
· 995e3305
wlott
authored
33 years ago
995e3305
Added some type decls so that get-internal-real-time doesn't cons.
· 0822f3a6
wlott
authored
33 years ago
0822f3a6
Added *GC-RUN-TIME* accounting. Added some declarations, primarily for the
· fa22ab96
ram
authored
33 years ago
fa22ab96
In INTERNAL-LOAD, load the TRUENAME, not the pathname, since in the
· 2e6fb6d8
ram
authored
33 years ago
2e6fb6d8
Qualify GR-ERROR as being in the MACH package now that it is.
· 473bf981
wlott
authored
33 years ago
473bf981
Fixed DEF-ALIEN-ROUTINE to only make local alien variables with WITH-ALIEN
· 79da408f
wlott
authored
33 years ago
79da408f
Allow search-lists to expand into relative pathnames by quietly merging
· 85ee6da1
wlott
authored
33 years ago
85ee6da1
Feb 18, 1992
Use LOCALLY to frob the debug-info level for COMPUTE-TIME-OVERHEAD-AUX, since a
· e4e065f7
ram
authored
33 years ago
e4e065f7
Accedently dropped one level of indirection while decoding the address
· 7148317d
wlott
authored
33 years ago
7148317d
Changed *LOAD-VERBOSE* initial value to T.
· 4cf24cb7
ram
authored
33 years ago
4cf24cb7
Use VECTOR-SAP to explicitly convert the string ibuf into a system-area-
· 5215dc7a
wlott
authored
33 years ago
5215dc7a
Fixed uses of UNIX-DUP and UNIX-IOCTL to conform to the new semantics.
· fc181473
wlott
authored
33 years ago
fc181473
Fixed the doc string for UNIX-DUP to correspond to the new semantics.
· 9e3def80
wlott
authored
33 years ago
9e3def80
Added a call to PROCLAIM-INIT, so that the *DEFAULT-COOKIE* and *DEFAULT-
· 379c662e
wlott
authored
33 years ago
379c662e
Feb 17, 1992
Fixed COPY-DESCRIPTOR-TO-STREAM to no longer try to read directly into a
· 6c87897e
wlott
authored
33 years ago
6c87897e
Feb 16, 1992
Changed SUB-UNIX-EXECVE to VECTOR-SAP the program now that the SYSCALL
· 62822c7a
wlott
authored
33 years ago
62822c7a
Changed USER to COMMON-LISP-USER. Removed IGNORABLE from the EXT exports,
· 15e4425f
wlott
authored
33 years ago
15e4425f
Changed ``mach:sigurg'' to ``unix:sigurg''
· d9951995
wlott
authored
33 years ago
d9951995
Feb 15, 1992
Flushed the MACH package, 'cause it's os dependent.
· 3cc64006
wlott
authored
33 years ago
3cc64006
Had the syntax for def-alien-routine wrong.
· 4d6fc36f
wlott
authored
33 years ago
4d6fc36f
Replaces {alloc,realloc,dealloc}ate-system-memory with versions that use
· 055c7ba4
wlott
authored
33 years ago
055c7ba4
Added ``unix:'' in front of unix-signal-number.
· ea6cf937
wlott
authored
33 years ago
ea6cf937
Changed ``mach:unix-close'' to ``unix:unix-close''.
· 3a98d179
wlott
authored
33 years ago
3a98d179
Moved gr error stuff into here, and changed it to use mach_error_string
· 7c4b1b5f
wlott
authored
33 years ago
7c4b1b5f
Changed ``mach:rusage_self" to ``unix:rusage_self''.
· 4206eaeb
wlott
authored
33 years ago
4206eaeb
Fixed some constant names that changed.
· 89c9b7e7
wlott
authored
33 years ago
89c9b7e7
Added export of ``ltchars''
· f6e483e7
wlott
authored
33 years ago
f6e483e7
Feb 14, 1992
Merged new-alien changes onto trunk.
· 11639ee6
wlott
authored
33 years ago
11639ee6
Loading