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
a7f4e7d343bcc5ea7692d07b904bb6bbec6eae68
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
Nov 07, 1990
Added a few c:'s 'cause the lisp package doesn't use the c package.
· a7f4e7d3
wlott
authored
34 years ago
a7f4e7d3
NULL-OFFSET is now in the MIPS package, not the C package.
· 36846939
wlott
authored
34 years ago
36846939
Moved more symbols from the C package to the VM package.
· fb68d7ac
wlott
authored
34 years ago
fb68d7ac
Moved FP-OFFSET from the C package to the VM package.
· 900500dd
wlott
authored
34 years ago
900500dd
Moved many symbols from the C package to the VM package.
· ca6a2257
wlott
authored
34 years ago
ca6a2257
Nov 06, 1990
Moved some symbols from the ``C'' package to the ``MIPS'' package.
· f9d2732a
wlott
authored
34 years ago
f9d2732a
Moved some symbols from the ``C'' package to the ``MIPS'' package.
· a15f6e23
wlott
authored
34 years ago
a15f6e23
use (c:backend-byte-order *backend*) instead of vm:target-byte-order.
· d0cac4d2
wlott
authored
34 years ago
d0cac4d2
Nov 05, 1990
Nuked native-byte-order, 'cause that info is now in *backend*.
· 0a3d72d0
wlott
authored
34 years ago
0a3d72d0
Replaced target-byte-order with (backend-byte-order *backend*).
· d408587a
wlott
authored
34 years ago
d408587a
Nov 03, 1990
Added exports for interfaces.
· 65978eae
wlott
authored
34 years ago
65978eae
Changed predict-name to unix-namestring.
· beea2d5e
wlott
authored
34 years ago
beea2d5e
Rewrote large chunks to get rid of Dave code. Do pattern matching in
· dfc94f8a
wlott
authored
34 years ago
dfc94f8a
Oct 27, 1990
Typo.
· 90eb7234
wlott
authored
34 years ago
90eb7234
Oct 25, 1990
Fixed %%typep to call specifier-type before calling itself while processing
· 0615845c
wlott
authored
34 years ago
0615845c
Added something to fop-function-entry to check *load-print-stuff* and to
· bd774ddc
wlott
authored
34 years ago
bd774ddc
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
Loading