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
cd5e3034857d7eb7c606a3c9358816ca7a076642
Select Git revision
0 results
cmucl
code
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Feb 16, 1992
Changed USER to COMMON-LISP-USER. Removed IGNORABLE from the EXT exports,
· 15e4425f
wlott
authored
33 years ago
15e4425f
Changed ``mach:sigurg'' to ``unix:sigurg''
· d9951995
wlott
authored
33 years ago
d9951995
Feb 15, 1992
Flushed the MACH package, 'cause it's os dependent.
· 3cc64006
wlott
authored
33 years ago
3cc64006
Had the syntax for def-alien-routine wrong.
· 4d6fc36f
wlott
authored
33 years ago
4d6fc36f
Replaces {alloc,realloc,dealloc}ate-system-memory with versions that use
· 055c7ba4
wlott
authored
33 years ago
055c7ba4
Added ``unix:'' in front of unix-signal-number.
· ea6cf937
wlott
authored
33 years ago
ea6cf937
Changed ``mach:unix-close'' to ``unix:unix-close''.
· 3a98d179
wlott
authored
33 years ago
3a98d179
Moved gr error stuff into here, and changed it to use mach_error_string
· 7c4b1b5f
wlott
authored
33 years ago
7c4b1b5f
Changed ``mach:rusage_self" to ``unix:rusage_self''.
· 4206eaeb
wlott
authored
33 years ago
4206eaeb
Fixed some constant names that changed.
· 89c9b7e7
wlott
authored
33 years ago
89c9b7e7
Added export of ``ltchars''
· f6e483e7
wlott
authored
33 years ago
f6e483e7
Feb 14, 1992
Merged new-alien changes onto trunk.
· 11639ee6
wlott
authored
33 years ago
11639ee6
Print the package name instead of NIL when we can't find a package in symbol
· b6e61091
ram
authored
33 years ago
b6e61091
Feb 13, 1992
Fixed unix-write to accept vectors in addition to saps.
· 4170c222
wlott
authored
33 years ago
4170c222
Changed load to deal with source files having NIL type more reasonably. Added
· e5bfa4b8
ram
authored
33 years ago
e5bfa4b8
Changed pointer< and pointer> to sap< and sap>.
· 5db5e4c9
wlott
authored
33 years ago
5db5e4c9
Added a doc string for LOAD. Added ANSI features *LOAD-TRUENAME*,
· ea24ca58
ram
authored
33 years ago
ea24ca58
PRINT-UNREADABLE-OBJECT returns NIL, not #\>
· 06f11246
ram
authored
33 years ago
06f11246
Mucho changes. We now accumulate statistics as floats in structures.
· 723575fd
ram
authored
33 years ago
723575fd
Actually pass all the arguments to the system call in unix-readlink.
· 9057a79a
wlott
authored
33 years ago
9057a79a
Feb 12, 1992
Changed the USER package to the COMMON-LISP-USER package.
· 46e78e26
wlott
authored
33 years ago
46e78e26
Changed FLONUM-TO-STRING to consider widths < 1 to be 1 to prevent infinite
· e2649952
ram
authored
33 years ago
e2649952
Added DECIMAL-STRING function for use in getting the string for float
· 45d60f33
ram
authored
33 years ago
45d60f33
Changed to use %READER-ERROR.
· 096ed802
ram
authored
33 years ago
096ed802
Changed all macros which ignore the numeric arg to warn if there is one.
· 7fd629f8
ram
authored
33 years ago
7fd629f8
Export new variable *ignore-extra-close-parentheses* if true (the default),
· 7bc38abc
ram
authored
33 years ago
7bc38abc
Feb 11, 1992
Specify stream when printing unbound marker.
· 122a462c
ram
authored
33 years ago
122a462c
Feb 09, 1992
Fixed some SAP-consign in MAP-ALLOCATED-OBJECTS. Eliminated some annoying
· 4c0438e9
ram
authored
33 years ago
4c0438e9
Added MAYBE-INLINE declaration for all functions where it makes sense.
· 0787a273
ram
authored
33 years ago
0787a273
Feb 07, 1992
Added UPGRADED-ARRAY-ELEMENT-TYPE.
· 91090e31
ram
authored
33 years ago
91090e31
Added UPGRADED-COMPLEX-PART-TYPE.
· ca90da2a
ram
authored
33 years ago
ca90da2a
Added all the float limit constants to the exports.
· d2d29b91
ram
authored
33 years ago
d2d29b91
Feb 06, 1992
Fixed (typep x '(and ...)) to not always return NIL.
· 7dd60d58
ram
authored
33 years ago
7dd60d58
Process the command line before printing the herald so that we can eval some
· c395ca60
ram
authored
33 years ago
c395ca60
Feb 04, 1992
Added support for READTABLE-CASE in symbol printing. Added some missing array
· d63d90b1
ram
authored
33 years ago
d63d90b1
Added READTABLE-CASE. Added a print-function for READTABLE.
· 980662cb
ram
authored
33 years ago
980662cb
Feb 02, 1992
Changed REQUIRED-ARGUMENTS to recognize closures and funcallable instances, and
· 9139f087
ram
authored
33 years ago
9139f087
Jan 30, 1992
Fixed REQUIRE-ARGUMENTS to work on functions with no argcount info.
· eb8b5743
ram
authored
33 years ago
eb8b5743
Fixed PARSE-UNIX-NAMESTRING to use '(:absolute) as the directory when there
· d11ccfa8
wlott
authored
33 years ago
d11ccfa8
Export things like *describe-print-level* from EXT, not LISP.
· 14d9dded
wlott
authored
33 years ago
14d9dded
Loading