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
0073fcf11d25191b2ac90e77e60b7943e49cedcd
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
Oct 24, 1990
Made the C callout stubs for the math library routines be inline, since
· 0073fcf1
ram
authored
34 years ago
0073fcf1
typo.
· 6153cfed
wlott
authored
34 years ago
6153cfed
Removed some stuff that thought it knew about the cold load, but it didn't.
· 34c411d1
wlott
authored
34 years ago
34c411d1
Oct 23, 1990
Moved machine specific features into a machine specific file.
· 798364a0
wlott
authored
34 years ago
798364a0
Moved machine specific features into here. Added a (use-package "SYSTEM")
· 097bb02b
wlott
authored
34 years ago
097bb02b
Changed *current-code-format* to be a implementation/version pair.
· ee4c1948
wlott
authored
34 years ago
ee4c1948
Nuked defvar of compiler-version, 'cause it's in the compiler now. Nuked
· 92172dc6
wlott
authored
34 years ago
92172dc6
Initial revision
· e1db8fe0
wlott
authored
34 years ago
e1db8fe0
Oct 22, 1990
Took out a (in-package "XLIB") because it's not needed (I hope). Took
· e5e29906
wlott
authored
34 years ago
e5e29906
Oct 18, 1990
Made all the C stubs be exported and maybe-inline. Put the generic
· dd986228
ram
authored
34 years ago
dd986228
Oct 17, 1990
Added the REQUIRED-ARGUMENT function for squelching type warnings
· 9fdaa7ca
ram
authored
34 years ago
9fdaa7ca
Changed %REDEFINE-DEFSTRUCT to copy the old INCLUDED-BY into the new
· 45b73335
ram
authored
34 years ago
45b73335
Fixed CONCATENATED-READLINE to not declare variables to be
· e0719a8b
ram
authored
34 years ago
e0719a8b
Changed nsubstitute-if-not to not declare the :END argument as FIXNUM.
· c341147b
ram
authored
34 years ago
c341147b
Changed SOFTWARE-VERSION to run "version", rather than returning the
· 16a04cf8
ram
authored
34 years ago
16a04cf8
Changed def-c-record to make the field-info-type always be a c-type,
· ad57e361
ram
authored
34 years ago
ad57e361
Oct 16, 1990
Fixed %typep so that it recognizes structure types that are defined in
· 7819c395
wlott
authored
34 years ago
7819c395
Oct 15, 1990
Added noise to the %bignum-floor stub to keep the compiler happy.
· 6c9a8f56
wlott
authored
34 years ago
6c9a8f56
Added some stuff to %DEFSTRUCT to notice when a structure is being
· a0b4a15a
ram
authored
34 years ago
a0b4a15a
Oct 14, 1990
Changed the SIGFPE handler to be VM:SIGFPE-HANDLER, which figures out
· cfa10987
ram
authored
34 years ago
cfa10987
Fixed some condition signalling in SCALE-FLOAT-MAYBE-OVERFLOW, and
· 24fba426
ram
authored
34 years ago
24fba426
Added SIGFPE-HANDLER.
· 51fb9abe
ram
authored
34 years ago
51fb9abe
Added use-package of extensions so that we can define conditions exported
· 734464c2
ram
authored
34 years ago
734464c2
Oct 13, 1990
Fixed the fixup processing stuff to also take into account the fixup kind.
· ee5e614d
wlott
authored
34 years ago
ee5e614d
Initial revision
· 610d6226
wlott
authored
34 years ago
610d6226
typo
· 402d46c0
wlott
authored
34 years ago
402d46c0
Enabled the sigfpe handler.
· 7f9d6a20
wlott
authored
34 years ago
7f9d6a20
Added noise to reset the auto-gc trigger. Deleted all the old purify
· a27d1f29
wlott
authored
34 years ago
a27d1f29
Added stuff to automatically trigger a GC when we exceed *gc-trigger*.
· 5945911a
wlott
authored
34 years ago
5945911a
Oct 12, 1990
Fixed re new structure representation.
· 6e629656
wlott
authored
34 years ago
6e629656
Oct 11, 1990
Made string input stream support file-length and file-position setting.
· cb6a502a
ram
authored
34 years ago
cb6a502a
Made DEFTYPE warn if redefining a structure and flame if a primitive
· 45c5ada9
ram
authored
34 years ago
45c5ada9
Changed FUNCTION-LAMBDA-EXPRESSION to use the DEBUG-SOURCE-INFO so that
· b3a530fc
ram
authored
34 years ago
b3a530fc
Changed comment on debug-source-name to describe new convention for
· efdf5eca
ram
authored
34 years ago
efdf5eca
Made *debug-print-XXX* go to *print-XXX* if they are NIL.
· 158b38fc
ram
authored
34 years ago
158b38fc
Fixed structure describing to use STRUCTURE-REF.
· c78b66d0
ram
authored
34 years ago
c78b66d0
Oct 10, 1990
Hacked on equal and equalp to make them work now that structures are not
· 18b678ff
wlott
authored
34 years ago
18b678ff
Added a structure branch to SXHASH.
· 7669bee9
wlott
authored
34 years ago
7669bee9
Added fop-struct and fop-small-struct which read a length, make a structure
· 27155f67
wlott
authored
34 years ago
27155f67
Oct 09, 1990
Left out some package qualifiers.
· 3a25da18
wlott
authored
34 years ago
3a25da18
Loading