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
b7985f33189fbedb60c6cbb547b2adc1bc3ff100
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
May 21, 1991
Added many declarations indicated by efficiency notes.
· b7985f33
ram
authored
33 years ago
b7985f33
Made bits, bytes, etc., be defined in the null environment so that they can be
· e4e550da
ram
authored
33 years ago
e4e550da
Declared the stream slots to be functions so that we don't have to mess around
· 538c8ab2
ram
authored
33 years ago
538c8ab2
Changed FD-STREAM-READ-N-BYTES to block in unix-read rather than select so that
· 4692cc7b
ram
authored
33 years ago
4692cc7b
Changed to work now that the display-input-stream is really a stream.
· 6c064a42
ram
authored
33 years ago
6c064a42
May 18, 1991
Added :EOF support in listen method, and fixed a few comments.
· 58696f5b
ram
authored
33 years ago
58696f5b
Merged with systems-work sources. The only change was to make
· 603858d9
ram
authored
33 years ago
603858d9
May 16, 1991
Really fixed output type stuff this time. Now in the fall-through clauses, we
· 1936f5ec
ram
authored
33 years ago
1936f5ec
· 34899787
chiles
authored
33 years ago
34899787
May 15, 1991
Added a dummy definition of INSPECT for when we have no CLX.
· ed8e32ed
ram
authored
33 years ago
ed8e32ed
Changed unrenamed TTY-INSPECT from INSPECT.
· 0aa158d7
ram
authored
33 years ago
0aa158d7
May 14, 1991
Fixed up concatenate, map and make-sequence-of-type to handle DEFTYPE'ed types
· b100e72a
ram
authored
33 years ago
b100e72a
May 09, 1991
· c3b4851f
chiles
authored
33 years ago
c3b4851f
May 08, 1991
Frobbed SETF a bit more. We still always call GET-SETF-METHOD to let it do its
· 2bc53d6a
ram
authored
33 years ago
2bc53d6a
Changed DEFSETF and DEFINE-SETF-METHOD to call a common subfunction,
· 1f9b059a
ram
authored
33 years ago
1f9b059a
Suppress generation of some silly (and broken) setters: (SETF LDB), etc.
· 8ac70ebf
ram
authored
33 years ago
8ac70ebf
Initial revision
· e15c0e62
ram
authored
33 years ago
e15c0e62
Added (SETF BIT) and (SETF SBIT). Renamed %APPLY-ASET to (SETF AREF). Flushed
· 4a788624
ram
authored
33 years ago
4a788624
Changed macroexpand to expand symbol macros.
· 398831ae
ram
authored
33 years ago
398831ae
Fixed the SAP routines to align the sap to a word boundry before using it.
· d1dc471d
wlott
authored
33 years ago
d1dc471d
May 06, 1991
· 073c74a2
chiles
authored
34 years ago
073c74a2
Checked in new version which computes the time overhead on first call
· faf0070b
ram
authored
34 years ago
faf0070b
May 04, 1991
Made ROOM be much more verbose, calling MEMORY-USAGE and STRUCTURE-USAGE in
· d0d0bfdc
ram
authored
34 years ago
d0d0bfdc
Spiffed up formatting in SPACE-USAGE and STRUCTURE-USAGE so that ROOM
· 10629056
ram
authored
34 years ago
10629056
Made ONCE-ONLY differently twisted so that it still implements LET* semantics,
· ddc3d7b2
ram
authored
34 years ago
ddc3d7b2
Apr 28, 1991
Finished RT version of INTERNAL-ERROR-ARGUMENTS.
· fc8f3ae5
wlott
authored
34 years ago
fc8f3ae5
Fixed the case where we were iterating from the right to the left and we
· 5fc4061d
wlott
authored
34 years ago
5fc4061d
Apr 25, 1991
Changed PARSE-NAMESTRING to use WITH-ARRAY-DATA.
· 9aed2729
ram
authored
34 years ago
9aed2729
Changed read-from-string and parse-integer to use with-array-data so
· dcbb20c2
ram
authored
34 years ago
dcbb20c2
Apr 24, 1991
Replaced FIND-DATA-VECTOR with %WITH-ARRAY-DATA, which does bounds checking,
· e79c622e
ram
authored
34 years ago
e79c622e
Reimplemented WITH-ARRAY-DATA to pick off the simple case and call
· 4590448a
ram
authored
34 years ago
4590448a
Changed the WITH-xxx-STRINGs macros to use simply WITH-ARRAY-DATA, now that it
· e4ae1805
ram
authored
34 years ago
e4ae1805
Rewrote ONCE-ONLY to be less twisted so that I could make it sequential.
· 10e44952
ram
authored
34 years ago
10e44952
Changed ONCE-ONLY to use LET* instead of LET, cause I was tired of not being
· 81ff26ee
ram
authored
34 years ago
81ff26ee
Apr 23, 1991
Made SYMBOL-FUNCTION and SYMBOL-VALUE safe. Changed GENSYM to use
· 61344b8e
ram
authored
34 years ago
61344b8e
Changed PRINT-ALLOCATED-OBJECTS to be able to print conditional on
· ee635134
ram
authored
34 years ago
ee635134
Added a CONTINUE restart in LOAD that returns NIL.
· c3d1583c
ram
authored
34 years ago
c3d1583c
Made the synonym stream methods safe so that we will get unbound errors even in
· 5fe45891
ram
authored
34 years ago
5fe45891
Added some declarations to the dummy xxx-carefully functions for safety.
· 7a09e7e1
ram
authored
34 years ago
7a09e7e1
Made the guts of EVAL safe.
· bd4e8377
ram
authored
34 years ago
bd4e8377
Loading