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
c2200240966cc7bcf4b2bb089336da76fd07ba7a
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
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Jul 21, 2007
Preserve library: search list when dumping an executable.
· c2200240
fgilham
authored
17 years ago
c2200240
Preserve library: search list when dumping an executable. Also needed help
· 04288a85
fgilham
authored
17 years ago
from code in lisp.c.
04288a85
Jul 20, 2007
Save library: search list when dumping executable image.
· 455889b3
fgilham
authored
17 years ago
455889b3
Back out change setting dynamic space variables. It's already done in lisp.c.
· fd78c6a4
fgilham
authored
17 years ago
fd78c6a4
Jul 19, 2007
Fix error --- dynamic space address and free pointer not set.
· 4bacca87
fgilham
authored
17 years ago
4bacca87
Jul 18, 2007
Add special case for x86_64 to linker.sh.
· 4060520d
fgilham
authored
17 years ago
4060520d
Fix a typo.
· f3f825c0
cshapiro
authored
17 years ago
f3f825c0
Restore macro definitions needed by Linux.
· fc68eb3d
cshapiro
authored
17 years ago
fc68eb3d
Jul 17, 2007
Simplify finding C runtime object files. Suggested by Ray Toy.
· c624ee28
fgilham
authored
17 years ago
c624ee28
Jul 15, 2007
Remove unused context saving and setting functions.
· 81e933a1
cshapiro
authored
17 years ago
81e933a1
Use POSIX signals on FreeBSD.
· f3e5780e
cshapiro
authored
17 years ago
f3e5780e
Remove no-op macros.
· a9b9c1fb
cshapiro
authored
17 years ago
a9b9c1fb
Jul 13, 2007
Remove conditionally-compiled code to support old Linux versions.
· 042fdad7
cshapiro
authored
17 years ago
042fdad7
When an address hint is passed to os_validate set the MAP_FIXED flag.
· 37100312
cshapiro
authored
17 years ago
37100312
Jul 12, 2007
Use the alien off-t type to represent struct stat members with an
· 737abbab
cshapiro
authored
17 years ago
off_t type.
737abbab
None of the x86 ports need symbol names mangled. Remove the unused
· 98eb56d7
cshapiro
authored
17 years ago
conditionalized code.
98eb56d7
Add elf and executable features to linux-os.lisp.
· a91dc67a
fgilham
authored
17 years ago
a91dc67a
Fix script so it will work with different versions of Linux (with any luck).
· b722d46e
fgilham
authored
17 years ago
b722d46e
Add Linux linker directive script.
· 946a3f59
fgilham
authored
17 years ago
946a3f59
Jul 09, 2007
Fix typos, portability stuff (e.g. get rid of __FUNCTION__ which SunOS doesn't have.)
· 1c58559d
fgilham
authored
17 years ago
1c58559d
Revert Config.FreeBSD_gencgc because executable feature now done correctly.
· 6f63d9d5
fgilham
authored
17 years ago
6f63d9d5
Change "register-lisp-feature" to "register-lisp-runtime-feature" for executable feature.
· 4d696d59
fgilham
authored
17 years ago
4d696d59
Jul 08, 2007
Fixed indentation I broke in save.c and lisp.c.
· e0ba1b6d
fgilham
authored
17 years ago
e0ba1b6d
Jul 07, 2007
featureized version of executable stuff
· 757179b1
fgilham
authored
17 years ago
757179b1
Add executable feature, conditionalize stuff
· c9b5a18f
fgilham
authored
17 years ago
c9b5a18f
Add installs for Lisp executable files.
· de74cd78
fgilham
authored
17 years ago
de74cd78
Get the name of the linker script straight.
· 7aa7934d
fgilham
authored
17 years ago
7aa7934d
Add Lisp executable mods.
· 13e1c055
fgilham
authored
17 years ago
13e1c055
Add linker script for building Lisp executables.
· d3836195
fgilham
authored
17 years ago
d3836195
Incorporate Lisp executable changes.
· 7d7b1bb4
fgilham
authored
17 years ago
7d7b1bb4
Incorporate Lisp executable changes
· 03dc5a7e
fgilham
authored
17 years ago
03dc5a7e
Add target "lisp.a" to create library to be linked in to Lisp executable binaries.
· 9256fd1a
fgilham
authored
17 years ago
9256fd1a
Add "EXECUTABLE" define to keep that code out of architectures that can't use it.
· ccd5e26c
fgilham
authored
17 years ago
ccd5e26c
Fix indenting and add CVS id.
· 2871bdd5
fgilham
authored
17 years ago
2871bdd5
Fix CVS id.
· 60d9f5e3
fgilham
authored
17 years ago
60d9f5e3
Add "license" or lack thereof, CVS ID.
· 78405200
fgilham
authored
17 years ago
78405200
Add lisp executable code.
· d3eb08ed
fgilham
authored
17 years ago
d3eb08ed
Lisp executable code.
· 04c479cc
fgilham
authored
17 years ago
04c479cc
Jul 06, 2007
Import x86 Darwin port.
· 555746e0
cshapiro
authored
17 years ago
555746e0
Jun 27, 2007
Update from logs.
· 303e3c8f
rtoy
authored
17 years ago
303e3c8f
Loading