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
d92dcc7dcd2adbe072bbecbdfa907c67d26c74e4
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
Jun 02, 1993
Fixed describe-instance-parts to not flame out when handed instances that
· 7b851d9b
wlott
authored
31 years ago
7b851d9b
May 29, 1993
Cleaned up find-interrupted-name a bit. The inner loop was generating bad
· 78003778
wlott
authored
31 years ago
78003778
Added rudimentary support for funcallable-instances.
· 2f5f5910
wlott
authored
31 years ago
2f5f5910
May 28, 1993
Moved the compiled-frame-saved-state-chain to the end of the struct so
· 5cbacefa
wlott
authored
31 years ago
5cbacefa
May 27, 1993
In do-tail-call, move the call to byte-interpret inside the scope of the LET so
· 986fce36
ram
authored
31 years ago
986fce36
Added gengc version of ``sigcontext'' under #+gengc.
· 41aed6e9
wlott
authored
31 years ago
41aed6e9
Initial cut at rewrite of compute-calling-frame for gengc system.
· edb5fd17
wlott
authored
31 years ago
edb5fd17
May 26, 1993
Gengc mods.
· 0abc275b
wlott
authored
31 years ago
0abc275b
May 25, 1993
Now that +0.0 and -0.0 are no longer eql, fixed atan to deal with them
· a8bf72dd
wlott
authored
31 years ago
a8bf72dd
Fixed load-time-value hackery for the gengc system. Tweeked in-package
· f12c0cef
wlott
authored
31 years ago
f12c0cef
May 22, 1993
Only interpose a weak-pointer between the hash-table-bucket-key and the
· 9f505d37
wlott
authored
31 years ago
9f505d37
gengc mods
· f6bc234f
wlott
authored
31 years ago
f6bc234f
May 21, 1993
Fixed function-debug-function to work on closures.
· 146b0b77
ram
authored
31 years ago
146b0b77
When we tail-call native code from byte code for multiple values, we must
· 13300135
ram
authored
31 years ago
13300135
May 20, 1993
Filled in the before and after hooks. Added a def-alien-routine for
· 29d1bbb7
wlott
authored
31 years ago
29d1bbb7
Wrote the gengc version of without-interrupts.
· 59daab12
wlott
authored
31 years ago
59daab12
Initial revision
· 71c74aa3
wlott
authored
31 years ago
71c74aa3
Added stuff to fake scavenger hooks in the non-gengc system.
· b1ca967e
wlott
authored
31 years ago
b1ca967e
In the gengc system, make without-gcing be the same as without-interrupts.
· 1aea8bc7
wlott
authored
31 years ago
1aea8bc7
May 19, 1993
Don't define a built-in class for LRA in the gengc system.
· 4cce0d64
wlott
authored
31 years ago
4cce0d64
Moved %PROGV here from eval-comp.
· ccf2085b
ram
authored
31 years ago
ccf2085b
May 18, 1993
Added symbol-hash.
· 0583cf09
wlott
authored
31 years ago
0583cf09
May 17, 1993
Fixed stack-copy to deal with overlapping upward copies. Fixed some index &
· d9b43a3c
ram
authored
31 years ago
d9b43a3c
Added weak hash table support. Added gengc support.
· 217f084e
wlott
authored
31 years ago
217f084e
Made current-stack-pointer a macro so that we won't blow out the inline
· 8ee5c22b
ram
authored
31 years ago
8ee5c22b
Use an auxiliary function to make the condition for arg count errors to save
· 7859810d
ram
authored
31 years ago
7859810d
May 13, 1993
Actually return the super-layout when we're mapping.
· 042c6531
ram
authored
31 years ago
042c6531
Fixed string and simple-string to include generic-string and vector in
· b4a15e0c
wlott
authored
31 years ago
b4a15e0c
May 12, 1993
Fixed byte-apply to compute the arglist in forward order when nargs >=8.
· 7f53b642
ram
authored
31 years ago
7f53b642
Moved definition of *eval-stack* here so that we can use byte code w/o the
· 1b26770a
ram
authored
31 years ago
1b26770a
Fix up funcallable instance initialization.
· bede6dee
ram
authored
31 years ago
bede6dee
May 11, 1993
Fix load-code check-version to actually indicate success.
· d47e681b
ram
authored
31 years ago
d47e681b
missing c:
· 6bf9e41d
ram
authored
31 years ago
6bf9e41d
Fixed stuff.
· 86fc7da9
ram
authored
31 years ago
86fc7da9
Fix stuff.
· bb3b587c
ram
authored
31 years ago
bb3b587c
More FIN sixing.
· 77b4620b
ram
authored
31 years ago
77b4620b
Fix FNI defs.
· b9a746f1
ram
authored
31 years ago
b9a746f1
fix exports list.
· bfbd03f5
ram
authored
31 years ago
bfbd03f5
Changed byte-function loading to use funcallable instances.
· 07432088
ram
authored
31 years ago
07432088
changed byte functions to be funcallable instances. Added with-debugger-info
· d6a1a424
ram
authored
31 years ago
d6a1a424
Loading