source:

Revision Log Mode:


Legend:

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