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
09aa63abf986da88ff66064f9534be2d1bcbcdb7
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 21, 1990
Changed vm:target-byte-order to (c:backend-byte-order c:*backend*).
· 09aa63ab
wlott
authored
34 years ago
09aa63ab
Moved check-mumble into the C package, so that multiple vms can get at it.
· 317daa41
wlott
authored
34 years ago
317daa41
Nov 20, 1990
Added a :error-fun keyword to parse-defmacro. If it is supplied, it gets
· 954a62fc
wlott
authored
34 years ago
954a62fc
Nov 19, 1990
Added explicit initial-elements to uses of make-array where we needed
· c371a48f
wlott
authored
34 years ago
c371a48f
Added initial-elements to make-array calls.
· 196ad3f3
wlott
authored
34 years ago
196ad3f3
Ack. Maybe this time I got defsetter correct.
· c4a5a5ce
wlott
authored
34 years ago
c4a5a5ce
typo.
· d2c88cbc
wlott
authored
34 years ago
d2c88cbc
Changed a use of analyze1 to parse-defmacro.
· bff4b0a6
wlott
authored
34 years ago
bff4b0a6
Just call the magic function make-array-header instead of using %primitive.
· 95136b57
wlott
authored
34 years ago
95136b57
Make the termination-form for dostring optional, because it's not always
· d43064a0
wlott
authored
34 years ago
d43064a0
Nov 18, 1990
typo
· 0dae10f5
wlott
authored
34 years ago
0dae10f5
Replaced use of alloc-g-vector with a call to make-array.
· fb0b2d79
wlott
authored
34 years ago
fb0b2d79
Moved allocate-vector and make-array-header from the vm package to the
· a5d74849
wlott
authored
34 years ago
a5d74849
Oops, forgot to change the name from ``new-loop'' to ``loop'' when I
· 63d9209c
wlott
authored
34 years ago
63d9209c
Took out a reference to register-name-style, 'cause it doesn't exist
· ce989add
wlott
authored
34 years ago
ce989add
Initial revision
· e0fd8e32
wlott
authored
34 years ago
e0fd8e32
Changed to use Blaine's parse-defmacro. Stripped out lots of bootstrapping
· 72aad5dd
wlott
authored
34 years ago
72aad5dd
Blaine's defmacro.
· 6ca7d41a
wlott
authored
34 years ago
6ca7d41a
Added :initial-elements to the make-arrays.
· 4fc38f1b
wlott
authored
34 years ago
4fc38f1b
Nov 17, 1990
Extract the register names from the compiler info. Added Blaine's
· e303ab27
wlott
authored
34 years ago
e303ab27
In ambiguous-files, don't merge in the name and type from defaults, and
· df09bfac
wlott
authored
34 years ago
df09bfac
Nov 16, 1990
Added exports of {single,double}-float-p, base-char-p, and
· 521ca7e9
wlott
authored
34 years ago
521ca7e9
Added lisp sigint handler so Scott doesn't have to deal with LDB. If you
· d08da154
wlott
authored
34 years ago
d08da154
Nov 13, 1990
typo.
· 5b64bf2d
wlott
authored
34 years ago
5b64bf2d
Added exports for kernel:%set-sap-ref-{sap,32,16,8,dingle,double}.
· a53e51ed
wlott
authored
34 years ago
a53e51ed
Added exports of kernel:%sp-set-{definition,plist}.
· ad2b44f2
wlott
authored
34 years ago
ad2b44f2
Export %set-sap-ref-{sap,32,16,8,single,double}, make-{single,double}-float,
· 80f75e7a
wlott
authored
34 years ago
80f75e7a
Nov 12, 1990
Lots of stuff due to moving all the compiler backend stuff out of the C
· 8bb24abf
wlott
authored
34 years ago
8bb24abf
Nov 10, 1990
Changed %primitive allocate-vector and make-array-header to just a call
· a76bc618
wlott
authored
34 years ago
a76bc618
Added exports and defuns for allocate-vector and make-array-header.
· 4e0fc494
wlott
authored
34 years ago
4e0fc494
Nov 09, 1990
Export unix-namestring from the extensions package, and allow the second
· 9ac11bc2
wlott
authored
34 years ago
9ac11bc2
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
Loading