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
971a9954c8634cfe16c6d79c6d64a681fa4fb842
Select Git revision
20 results
cmucl
code
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
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
Merged Miles' changes that allow the use of restart names as debugger
· 10528e9c
wlott
authored
33 years ago
10528e9c
Added rudiments of *current-code-location* support. Added ``DESCRIBE''
· 4b2ff8cd
wlott
authored
33 years ago
4b2ff8cd
Added SEARCH-LIST-DEFINED-P, a predicate that tells if the search list is
· f4d1e1ff
wlott
authored
33 years ago
f4d1e1ff
Declare the BACKQ-mumble's INLINE to avoid gratuitous pessimization.
· 9b6ef51f
ram
authored
33 years ago
9b6ef51f
Added a few more exports from alien-internals. Renamed the sap
· 9e4d6c75
wlott
authored
33 years ago
9e4d6c75
FREEZE-TYPE ALIEN-VALUE, and make a half-assed fix to ALIEN-SUBTYPEP of
· 5e54e23d
ram
authored
33 years ago
5e54e23d
new alien mods
· 95dacbdd
wlott
authored
33 years ago
95dacbdd
Mar 09, 1992
Removed #+serve-event conditionalation.
· 5aa45ba4
wlott
authored
33 years ago
5aa45ba4
Changed DSD-ACCESSOR comment.
· 437fcddf
ram
authored
33 years ago
437fcddf
Make stuff work when conc-names make a subtype slot accessor have the same name
· ab5fb657
ram
authored
33 years ago
ab5fb657
typo
· 13792b3f
wlott
authored
33 years ago
13792b3f
typos
· c7231b60
wlott
authored
33 years ago
c7231b60
typo
· 7abb2e31
wlott
authored
33 years ago
7abb2e31
Mar 08, 1992
Changed SYMBOL-FUNCTION to map to RAW-DEFINITION instead of being a
· 0c92a22e
wlott
authored
33 years ago
0c92a22e
Added support for FDEFN objects. Detect LRAs and CODE-COMPONENTs by
· 73f66508
wlott
authored
33 years ago
73f66508
Added support for the FDEFN type.
· 45d689d5
wlott
authored
33 years ago
45d689d5
Added FOP-FDEFINITION for use with new fdefinition objects.
· 8318fea8
wlott
authored
33 years ago
8318fea8
Rewrote using fdefinition objects.
· 2874a6e6
wlott
authored
33 years ago
2874a6e6
Added a call to FDEFN-INIT in %INITIAL-FUNCTION.
· 1edcb138
wlott
authored
33 years ago
1edcb138
Mar 07, 1992
Added the FDEFN related symbols.
· 1a71684b
wlott
authored
33 years ago
1a71684b
Export FEATUREP from EXT.
· 69466d51
wlott
authored
33 years ago
69466d51
Given that the symbols we are exporting from ALIEN-INTERNALS actually live
· 748a31b7
wlott
authored
33 years ago
748a31b7
Mar 06, 1992
Fixed UNIX-IOCTL to not flame out of the cmd is a ub-32 instead of a sb-32.
· 35f3ece9
wlott
authored
33 years ago
35f3ece9
Added compiled-debug-function branch to debug-function-function.
· f2be121b
wlott
authored
33 years ago
f2be121b
Added Miles' TCSETPGRP, TCGETPGRP, and TTY-PROCESS-GROUP.
· 5214399e
wlott
authored
33 years ago
5214399e
Loading