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
239206db6fb9c92bcdad4253939412c849968686
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 24, 1991
Removed binding of regs, because it's unused.
· 239206db
wlott
authored
33 years ago
239206db
Changed a null test into an endp test.
· f1c576bd
wlott
authored
33 years ago
f1c576bd
Made def-bignum-wrapper more intelligent so that we can wrap negate-bignum
· 043804ee
wlott
authored
33 years ago
043804ee
Added declarations, etc. to reduce number consing.
· 445e115a
wlott
authored
33 years ago
445e115a
Added :TIMEOUT argument to MAKE-FD-STREAM. The SYSTEM:IO-TIMEOUT condition is
· 92fd46ec
ram
authored
33 years ago
92fd46ec
Added :PACKAGE constext declaration.
· 74181d56
ram
authored
33 years ago
74181d56
May 23, 1991
Changed describe-function-compiled to work when the debug args are NIL
· 1b00c6e1
ram
authored
33 years ago
1b00c6e1
Fixed another use of display-input-stream to call fd-stream-fd.
· cd1b1aeb
ram
authored
33 years ago
cd1b1aeb
Tweaked serve-event some more. Handling of queued X events in not inhibited by
· b203c061
ram
authored
33 years ago
b203c061
Fixed a problem I introduced in WAIT-FOR-EVENT where if the timeout wasn't an
· 3717096e
ram
authored
33 years ago
3717096e
May 22, 1991
Changed SERVE-EVENT to not try to serve X events when the FD is in the FD
· 290f2332
ram
authored
33 years ago
290f2332
Changed to deal with debug arguments being unspecified.
· db1d31b5
ram
authored
33 years ago
db1d31b5
Fixed CONNECT-TO-INET-SOCKET to check that we successfully looked up the name
· e1b4fa90
ram
authored
33 years ago
e1b4fa90
Added declarations & used block compilation to reduce the amount of number
· 83287400
ram
authored
33 years ago
83287400
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
Loading