|
|
|
@930
|
55 years |
(none) |
|
|
|
|
@929
|
55 years |
(none) |
|
|
|
|
@928
|
55 years |
(none) |
|
|
|
|
@927
|
55 years |
(none) |
|
|
|
|
@926
|
55 years |
(none) |
|
|
|
|
@925
|
55 years |
(none) |
|
|
|
|
@924
|
55 years |
(none) |
|
|
|
|
@923
|
55 years |
(none) |
|
|
|
|
@922
|
55 years |
(none) |
|
|
|
|
@921
|
55 years |
(none) |
|
|
|
|
@920
|
55 years |
(none) |
|
|
|
|
@919
|
55 years |
(none) |
|
|
|
|
@918
|
55 years |
(none) |
|
|
|
|
@917
|
20 years |
bryan |
fill in some missing methods for echo-streams and …
|
|
|
|
@916
|
20 years |
bryan |
ccl::hash-pname loses when given a non-simple-string
find-all-symbols …
|
|
|
|
@915
|
20 years |
bryan |
comma not inside backquote should signal reader-error.
|
|
|
|
@914
|
20 years |
bryan |
if *read-suppress*, return NIL from read(-*) forms.
|
|
|
|
@913
|
20 years |
bryan |
adjustable arrays should print readably when *print-array*
(per clhs …
|
|
|
|
@912
|
20 years |
bryan |
don't declare dynamic-extent for the unused args passed to
(funcall …
|
|
|
|
@911
|
20 years |
bryan |
"" is a substring to all strings, update %apropos-substring-p to …
|
|
|
|
@910
|
20 years |
bryan |
a string-designator can also be a singleton character, update …
|
|
|
|
@909
|
20 years |
bryan |
typecase was always pushing the t clause (if present) to the end of …
|
|
|
|
@908
|
20 years |
bryan |
ccl::simple-vector-delete loses with displaced arrays with a …
|
|
|
|
@907
|
20 years |
bryan |
allow mincol, minpad in format directives to be negative.
|
|
|
|
@906
|
20 years |
bryan |
non-list args in ~{..~} format directive should signal type-error.
|
|
|
|
@905
|
20 years |
bryan |
allow #\+ in format directives.
|
|
|
|
@904
|
20 years |
bryan |
modify defppclapfunction to accept a docstring.
|
|
|
|
@903
|
20 years |
bryan |
don't update index if with-input-from-string exits abnormally.
|
|
|
|
@902
|
20 years |
bryan |
spec says that the long form of defsetf encloses the body in a
block …
|
|
|
|
@901
|
20 years |
bryan |
accept #:. per CLHS and ansi-test SYNTAX.SHARP-COLON.7
|
|
|
|
@900
|
20 years |
bryan |
%hash-table-equalp uses :test arg instead of equalp.
spec says: …
|
|
|
|
@899
|
20 years |
bryan |
suppress unused lexical variable warning in #: handler
|
|
|
|
@898
|
20 years |
bryan |
clhs 22.1.3.8 says an array is printed started with #A.
|
|
|
|
@897
|
20 years |
bryan |
clhs 22.1.3.1.4 says a complex number is printed started with #C.
|
|
|
|
@896
|
20 years |
Gary Byers |
Hacks to keep fp exceptions enabled after pthread_kill() on Darwin.
…
|
|
|
|
@895
|
20 years |
Gary Byers |
back out of earlier change, now that signal_handler calls get_interrupt_tcr
|
|
|
|
@894
|
20 years |
Gary Byers |
Use get_interrupt_tcr() in signal_handler on linux.
|
|
|
|
@893
|
20 years |
Gary Byers |
get_interrupt_tcr() takes a "create-p" argument, like some callers …
|
|
|
|
@892
|
20 years |
Gary Byers |
play around with r2 when zeroing FPSCR
|
|
|
|
@891
|
20 years |
Gary Byers |
Alex Crain's patches (paste in listener, typeout window size)
|
|
|
|
@890
|
20 years |
Gary Byers |
if a CERROR offers to change the class of an existing GF, actually …
|
|
|
|
@889
|
20 years |
Gary Byers |
Use a real SHARED-INITIALIZE after CLOS is bootstrapped.
Default …
|
|
|
|
@888
|
20 years |
Gary Byers |
New support for funcallable instances, from Tim Moore.
|
|
|
|
@887
|
20 years |
Gary Byers |
INSTANCE-SLOTS knows where to find slots in funcallable instances that …
|
|
|
|
@886
|
20 years |
Gary Byers |
Use %HEAP-IVECTOR-P when checking bogosity.
|
|
|
|
@885
|
20 years |
Gary Byers |
Kinder, gentler heap-ivector stuff. Use it.
|
|
|
|
@884
|
20 years |
Gary Byers |
Bump.
|
|
|
|
@883
|
20 years |
Gary Byers |
Export MAKE-HEAP-IVECTOR and DISPOSE-HEAP-IVECTOR.
|
|
|
|
@882
|
20 years |
Gary Byers |
DEFCLASS macro: handle :DOCUMENTATION as a single option, if provided. …
|
|
|
|
@881
|
20 years |
Gary Byers |
FUDGE-HEAP-POINTER: user clrrwi to clear three bits.
|
|
|
|
@880
|
20 years |
Gary Byers |
WITH-POPUP-DISPLAY: use typeout-stream (from Alex Crain.)
|
|
|
|
@879
|
20 years |
Gary Byers |
Indentation change.
|
|
|
|
@878
|
20 years |
Gary Byers |
Send backtrace info to typeout window on error (from Alex Crain.)
|
|
|
|
@877
|
20 years |
Gary Byers |
Typeout-window changes, from Alex Crain.
|
|
|
|
@876
|
20 years |
Gary Byers |
New file, from Alex Crain
|
|
|
|
@875
|
20 years |
Gary Byers |
Fixes to COERCE-TO-FOREIGN-TYPE, from Randall Beer.
|
|
|
|
@874
|
20 years |
Gary Byers |
Changes from Alex Crain, for typeout window.
|
|
|
|
@873
|
20 years |
Gary Byers |
new file
|
|
|
|
@872
|
20 years |
Gary Byers |
use thread_abort_safely() when suspending Mach threads
|
|
|
|
@871
|
20 years |
Gary Byers |
wait_on_semaphore: return KERN_OPERATION_TIMED_OUT if wait was aborted …
|
|
|
|
@870
|
20 years |
Gary Byers |
mach_resume_tcr: it would be a good idea to actually resume the …
|
|
|
|
@869
|
20 years |
Gary Byers |
Lots of changes, mostly:
- try to speed up callbacks that fetch …
|
|
|
|
@868
|
20 years |
Gary Byers |
Assert that SELF is an instance in instance method (should also assert …
|
|
|
|
@867
|
20 years |
Gary Byers |
set pointer types directly
|
|
|
|
@866
|
20 years |
Gary Byers |
Use (THE ...) to help the bridge resolve some messages.
|
|
|
|
@865
|
20 years |
Gary Byers |
Use DEFPARAMETER to initialize *DEFAULT-MODELINE-FIELDS*, so it's a …
|
|
|
|
@864
|
20 years |
Gary Byers |
Wrap some of the indentation code in a MODIFYING-BUFFER, to defer …
|
|
|
|
@863
|
20 years |
Gary Byers |
Don't be quite so eager to clear the echo area, especially when it's …
|
|
|
|
@862
|
20 years |
Gary Byers |
Make (:* T) be shorthand for (:* :VOID). May lead to (benign) …
|
|
|
|
@861
|
20 years |
Gary Byers |
Remove some FRED-isms.
|
|
|
|
@860
|
20 years |
Gary Byers |
DEREFERENCE-BASE-STRING: third return value is just the length (not …
|
|
|
|
@859
|
20 years |
Gary Byers |
Check for local macro functions (and complain if FUNCTION references …
|
|
|
|
@858
|
20 years |
Gary Byers |
late version of %MAKE-METHOD-INSTANCE, from HEL
|
|
|
|
@857
|
20 years |
Gary Byers |
distinguish finding NIL from not finding symbol in MAYBE-PRINT-FAST
|
|
|
|
@856
|
20 years |
Gary Byers |
Remove subviews from hemlock-frame (window) before closing it.
|
|
|
|
@855
|
20 years |
Gary Byers |
INIT-WITH-TEXT-STORAGE -> SET-TEXT-STORAGE (was initing twice.)
|
|
|
|
@854
|
20 years |
Gary Byers |
package-name-change-hook
|
|
|
|
@853
|
20 years |
Gary Byers |
handle modeline update in %SET-BUFFER-MODIFIED
|
|
|
|
@852
|
20 years |
Gary Byers |
remove a debugging call to FORMAT
|
|
|
|
@851
|
20 years |
Gary Byers |
modeline buffer-update zeal
|
|
|
|
@850
|
20 years |
Gary Byers |
*fake-stack-frames* is thread-specific, just in case
|
|
|
|
@849
|
20 years |
Gary Byers |
%%FRAME-BACKLINK: this isn't 0S7
|
|
|
|
@848
|
20 years |
Gary Byers |
move %NEW-PTR here
|
|
|
|
@847
|
20 years |
Gary Byers |
%new-ptr can't exist in level-0
|
|
|
|
@846
|
20 years |
Gary Byers |
make-load-form for foreign-variable istruct
|
|
|
|
@845
|
20 years |
Gary Byers |
fix dangling close paren
|
|
|
|
@844
|
20 years |
Gary Byers |
newer code from Hamilton
|
|
|
|
@843
|
20 years |
Gary Byers |
new files
|
|
|
|
@842
|
20 years |
Gary Byers |
updated
|
|
|
|
@841
|
20 years |
Gary Byers |
early NSThread
|
|
|
|
@840
|
20 years |
Gary Byers |
defer window creation
|
|
|
|
@839
|
20 years |
Gary Byers |
class canonicalization, for resuming images
|
|
|
|
@838
|
20 years |
Gary Byers |
new version from Barry Perryman
|
|
|
|
@837
|
20 years |
Gary Byers |
canonicalize classes referenced in type signatures
|
|
|
|
@836
|
20 years |
Gary Byers |
Remove a (debugging) call to FORMAT.
|
|
|
|
@835
|
20 years |
Gary Byers |
New external-process waiting stuff.
|
|
|
|
@834
|
20 years |
Gary Byers |
Initial restarts have descriptive :report clauses.
|
|
|
|
@833
|
20 years |
Gary Byers |
Gary King's fix to FIND-LOAD-FILE.
|
|
|
|
@832
|
20 years |
Gary Byers |
INVOKE-RESTART-INTERACTIVELY works with SIMPLE-RESTARTs again.
|
|
|
|
@831
|
20 years |
Gary Byers |
UPDATE-SLOTS fix.
|
|
|
|