source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7614   17 years Gary Byers Skip over GC suspend traps.
(edit) @7613   17 years R. Matthew Emerson Simplify definition of hemlock-document-controller class.
(edit) @7612   17 years R. Matthew Emerson Get rid of commented-out code that will never be used.
(edit) @7611   17 years Gary Byers Make sure that CCL::PIPE and CCL::FD-OPEN try to force finalization if …
(edit) @7610   17 years Gary Byers Try (again) to work around a bug having to do with nanosleep returning …
(edit) @7609   17 years Gary Byers Add a new reader macro (#>). #>foo -> :FOO, and #>Foo -> :<F>OO. …
(edit) @7608   17 years Gary Byers Add READ-SYMBOL-TOKEN, use it in the sharp-colon reader macro function.
(edit) @7607   17 years R. Matthew Emerson Remove "Save" from the Default Modes list. (The implementation of …
(edit) @7606   17 years R. Matthew Emerson Remove debugging code accidentally left in.
(edit) @7605   17 years Gary Byers Turn futexes on by default on x8664-linux.
(edit) @7604   17 years R. Matthew Emerson Implement "wrap lines to window" editor preference. (still need to …
(edit) @7603   17 years R. Matthew Emerson Ensure that text container width tracking and text view horizontal …
(edit) @7602   17 years Gary Byers Split C_SOCKET in two; if we fail to get a socket fd because of file …
(edit) @7601   17 years Gary Byers In %nanosleep: don't resume sleep after interrupt if the second …
(edit) @7600   17 years Gary Byers Add ATOMIC-POP-UVECTOR-CELL.
(edit) @7599   17 years Gary Byers Try to survive vdso changes related to Linux 2.6.23.
(edit) @7598   17 years Gary Byers more ObjC frameworkds
(edit) @7597   17 years Gary Byers Add some more frameworks. Update the CFLAGS in Cocoa-based …
(edit) @7596   17 years R. Matthew Emerson Use proper bold font.
(edit) @7595   17 years gz A bit of cleanup just so I don't have to merge as much later: Get rid …
(edit) @7594   17 years gz Make %show-stack-frame and %show-args-and-locals catch errors. This …
(edit) @7593   17 years gz make print-object catch any errors and just print #<error printing …
(edit) @7592   17 years gz Move elisp/, spell/, tty/, and wire/ into archive, as they're not used
(edit) @7591   17 years Gary Byers Hack wouldn't work on FreeBSD; try conditionalized hack.
(edit) @7590   17 years Gary Byers crude hack to enable running on kernel 2.6.23
(edit) @7589   17 years R. Matthew Emerson Make the apropos window work on Tiger. The main thing is to disable …
(edit) @7588   17 years R. Matthew Emerson Set the text fields cell to allow rich text.
(edit) @7587   17 years R. Matthew Emerson Use IB 2.5.6 to save the nib, explicity making AproposWindowController
(edit) @7586   17 years R. Matthew Emerson Inspect the right thing when the user re-sorts the table view.
(edit) @7585   17 years R. Matthew Emerson Comment out some code not in use yet.
(edit) @7584   17 years R. Matthew Emerson New feature: basic apropos window. This needs to be enhanced, but …
(edit) @7583   17 years R. Matthew Emerson Indentation tweak for rlet
(edit) @7582   17 years Gary Byers Don't call BREAK when we see a NOP with a REPZ prefix.
(edit) @7581   17 years Gary Byers New (x86-64) version of %GET-SPING-LOCK; uses PAUSE instruction in the …
(edit) @7580   17 years R. Matthew Emerson Let user select different fonts for listener input and output.
(edit) @7579   17 years R. Matthew Emerson De-kludge defining font defaults a little bit.
(edit) @7578   17 years R. Matthew Emerson Add dead-macptr-p.
(edit) @7577   17 years R. Matthew Emerson Leave out debugging code, duh.
(edit) @7576   17 years R. Matthew Emerson Different kludge to deal with NSFont objects and def-cocoa-default.
(edit) @7575   17 years R. Matthew Emerson Initialize the defaults that are NSFont objects in …
(edit) @7574   17 years Gary Byers Use documented foreign function calls (only) in ENABLE-FOREGROUND. …
(edit) @7573   17 years R. Matthew Emerson Make sure toolbar button doesn't show up on the prefs panel. (For …
(edit) @7572   17 years R. Matthew Emerson Use image for General prefs item
(edit) @7571   17 years R. Matthew Emerson New file for benefit of non-Leopard systems.
(edit) @7570   17 years R. Matthew Emerson Update prefs panel title according to selected view
(edit) @7569   17 years R. Matthew Emerson Revert change to treat CCL as a special Objective-C word.
(edit) @7568   17 years R. Matthew Emerson Correct 32/64 bit portability error.
(edit) @7567   17 years R. Matthew Emerson Remove old prefs panel
(edit) @7566   17 years R. Matthew Emerson Remove Leopard-ism.
(edit) @7565   17 years R. Matthew Emerson CGFloat screw, again.
(edit) @7564   17 years R. Matthew Emerson Grr.
(edit) @7563   17 years R. Matthew Emerson New user default editorFont, an actual NSFont instance. New user …
(edit) @7562   17 years R. Matthew Emerson Define two new listener font defaults. Not used yet.
(edit) @7561   17 years R. Matthew Emerson Retarget Preferences... menu item action.
(edit) @7560   17 years R. Matthew Emerson Comment out old showPreferences: action. Correct a couple of Cocoa …
(edit) @7559   17 years R. Matthew Emerson Use new user defaults key hyperspecURLString.
(edit) @7558   17 years R. Matthew Emerson Add :font type.
(edit) @7557   17 years R. Matthew Emerson New preferences controller, with updated nib and some toolbar item icons.
(edit) @7556   17 years R. Matthew Emerson Move lisp-application-delegate class from cocoa.lisp into new file …
(edit) @7555   17 years R. Matthew Emerson Use a better toolbar identifier; release the toolbar after adding it …
(edit) @7554   17 years Gary Byers Show function docstring when describing functions.
(edit) @7553   17 years Gary Byers No #$ futex constants.
(edit) @7552   17 years Jeremy Jones Add support for redo.
(edit) @7551   17 years Jeremy Jones Make control-w in incremental search correctly echo the search string. …
(edit) @7550   17 years Gary Byers Rename #/insertText: to #/insertString:, since the text system calls …
(edit) @7549   17 years Gary Palter Fix typo in name
(edit) @7548   17 years Gary Byers Commented out -DUSE_FUTEX in CDEFINES. Uncomment to enable use of …
(edit) @7547   17 years Gary Byers Optionally, use futexes instead of spinlocks when USE_FUTEX is …
(edit) @7546   17 years Gary Byers Some things are different when USE_FUTEX is defined. Declare a …
(edit) @7545   17 years Gary Byers (Optionally, conditionally) use futexes instead of spin-locks. …
(edit) @7544   17 years Gary Byers Define the FUTEX syscall.
(edit) @7543   17 years Gary Byers Add an "xchgl" function, which is just one more flavor of atomic-swap.
(edit) @7542   17 years Gary Byers Add /usr/include/linux/futex.h
(edit) @7541   17 years gz Make meta-. more forgiving: if symbol not found in current package, …
(edit) @7540   17 years gz Implement symbol completion, and bind it to meta-/ (as in Emacs and …
(edit) @7539   17 years gz Add comment
(edit) @7538   17 years gz Indentation tweaks for if, make-instance
(edit) @7537   17 years gz Add buffer-package, returns package object or nil
(edit) @7536   17 years Gary Byers New.
(edit) @7535   17 years R. Matthew Emerson Remove redundant form.
(edit) @7534   17 years R. Matthew Emerson Make echo area and window resize handle area white.
(edit) @7533   17 years R. Matthew Emerson Beautify modeline.
(edit) @7532   17 years mikel added implementations for the Compile Buffer and Compile And Load …
(edit) @7531   17 years mikel implemented the Load Buffer menu item
(edit) @7530   17 years Jeremy Jones Fix crashing bug introduced by wrapping incremental search. For the …
(edit) @7529   17 years af Implement slider-view. * Introduce a value-mixin (and subclasses for …
(edit) @7528   17 years gz Got tired of restarting my lisp all the time, made various hemlock …
(edit) @7527   17 years Gary Byers setup_tcr_extra_segment on x8664, whether we have TLS or not.
(edit) @7526   17 years Gary Byers Maybe should define HAVE_TLS_BUT_IT_DOESNT_WORK. Don't define HAVE_TLS …
(edit) @7525   17 years Gary Byers In CLASS-AND-SLOT-LOCATION-ALIST, only do FINALIZE-INHERITANCE if …
(edit) @7524   17 years Gary Byers Need to USE_SIGALTSTACK on non-Mach platforms, since lisp …
(edit) @7523   17 years Gary Byers Try to ensure that rsp/rsp are lisp's whenever tcr->valence claims to …
(edit) @7522   17 years Gary Byers Ensure that class is finalized before trying to access its slots when …
(edit) @7521   17 years Gary Byers Check to ensure that both rsp and rbp are somewhere in the vstack area …
(edit) @7520   17 years R. Matthew Emerson Add CCL special prefix.
(edit) @7519   17 years mikel added menu items for Compile Buffer, Load Buffer, and Compile and Load …
(edit) @7518   17 years mikel added a definition for ccl::recursive-delete-directory
(edit) @7517   17 years mikel added a definition for ccl::%rmdir
(edit) @7516   17 years Gary Byers Don't define %STREAM-IOBLOCK as an accessor for basic-streams. (This …
(edit) @7515   17 years Gary Byers Maintain *spin-lock-timeoute*, to see how often we're losing.
Note: See TracRevisionLog for help on using the revision log.