source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15315   13 years gz Fix compiler warning
(edit) @15314   13 years Gary Byers Warn (via full warning) on duplicate bindings in SYMBOL-MACROLET, …
(edit) @15313   13 years Gary Byers Define and export CURRENT-TIME-IN-NANOSECONDS. Use CLOCK_MONOTONIC if …
(edit) @15312   13 years Gary Byers No #$AF_UNIX on Windows.
(edit) @15311   13 years Gary Byers Primary method on NO-APPLICABLE-METHOD signals an error of type …
(edit) @15310   13 years Gary Byers SOCKET-ERRORs from failed connection attempts report remote address. …
(edit) @15309   13 years Gary Byers X862-%SINGLE-TO-DOUBLE: get source operand to single float register.
(edit) @15308   13 years Keith Corbett #951 ASDF hooks to compile specified systems with code coverage …
(edit) @15307   13 years Gary Byers Revert to previous versions (these files were checked in accidentally …
(edit) @15306   13 years Gary Byers DEFINE-CONDITION arranges to validate parent types as subtypes of …
(edit) @15305   13 years Gary Byers Recognize and suppress SHADOWED-TYPECASE-CLAUSE warnings again.
(edit) @15304   13 years Gary Byers DECODE-UNIVERSAL-TIME: handle time-zone arg correctly. …
(edit) @15303   13 years Gary Byers FIND-RESTART: if argument is a RESTART (rather than a symbol that …
(edit) @15302   13 years Gary Byers Don't locally bind the names of globally-defined CL functions; we may …
(edit) @15301   13 years Gary Byers EQL calls .SPbuiltin-eql on x86.
(edit) @15300   13 years Gary Byers updated
(edit) @15299   13 years R. Matthew Emerson In the description of character encodings, change :latin-2 to :latin2. …
(edit) @15298   13 years R. Matthew Emerson The alias for :iso-8859-2 should be :latin2, not :latin-2.
(edit) @15297   13 years Gary Byers current win32 kernel
(edit) @15296   13 years Gary Byers current win64 kernel
(edit) @15295   13 years Gary Byers Don't call out in .SPbuiltin_eql. (#'EQL doesn't call .SPbuiltin_eql …
(edit) @15294   13 years Gary Byers Don't call out in .SPbuiltin_eql. Implement #'EQL for ARM in terms of …
(edit) @15293   13 years gz Force host in backtranslated pathname
(edit) @15292   13 years Gary Byers %ioblock-peek-char (the ISO-8859-1 version): if we don't get EOF, we …
(edit) @15291   13 years Gary Byers cocoa-ide/app-delegate.lisp: move MAYBE-FIXUP-APPLICATION-MENU here, …
(edit) @15290   13 years Gary Byers updated
(edit) @15289   13 years Gary Byers In sem_wait_forever(), don't try to do repeated 1-second timed waits. …
(edit) @15288   13 years wade.humeniuk Added env and silently-ignore-catastrophic-failures keyword variable …
(edit) @15287   13 years R. Matthew Emerson 1.8 release binaries.
(edit) @15286   13 years R. Matthew Emerson Remove "prerelease" from version string.
(edit) @15285   13 years R. Matthew Emerson New branch.
(edit) @15284   13 years R. Matthew Emerson Restarts window fix from trunk.
(edit) @15283   13 years Gary Byers Saner, simpler %SET-Z-FLAG-IF-U64-FITS-IN-FIXNUM vinsn.
(edit) @15282   13 years Gary Byers Check for undefined functions while processing (FUNCTION <symbol>), …
(edit) @15281   13 years R. Matthew Emerson Add a slot before-close-function to sequence-window-controller, and …
(edit) @15280   13 years R. Matthew Emerson Merge r15270 from trunk.
(edit) @15279   13 years R. Matthew Emerson Report no-applicable-method more sanely for optimized reader methods.
(edit) @15278   13 years R. Matthew Emerson Update linuxarm Makefile to specify the soft-float ABI explicitly.
(edit) @15277   13 years R. Matthew Emerson Restore accidentally commented-out -O2.
(edit) @15276   13 years wade.humeniuk Added env and silently-ignore-catastrophic-failures keyword variable …
(edit) @15275   13 years R. Matthew Emerson Merge r15252 from trunk. (See ticket:915)
(edit) @15274   13 years Gary Byers updated
(edit) @15273   13 years Gary Byers Clarify that a stream created with :SHARING :PRIVATE is "owned" by …
(edit) @15272   13 years Gary Byers new Android binaries
(edit) @15271   13 years Gary Byers Android's #_dlopen() returns a pointer to an soinfo structure. Deal …
(edit) @15270   13 years Gary Byers In MAKE-FILE-STREAM: if FD-OPEN returns (- #$ENOENT) and …
(edit) @15269   13 years Gary Byers compile-ccl.lisp: No more :mixup-hash-code-nop optional feature. …
(edit) @15268   13 years Gary Byers Pass --no-as-needed in Linux linker scripts in 1.7 branch, too. (This …
(edit) @15267   13 years Gary Byers Pass --no-as-needed in Linux linker scripts in 1.7 branch, too.
(edit) @15266   13 years Gary Byers Revert the last change. Use car of method list to find GF in …
(edit) @15265   13 years Gary Byers When we optimize a GF via %SNAP-READER-METHOD, we store the GF's …
(edit) @15264   13 years Gary Byers lib/compile-ccl.lisp: Define some "optional features" for testing …
(edit) @15263   13 years R. Matthew Emerson Fix for listener buffer name conflicts from trunk.
(edit) @15262   13 years R. Matthew Emerson Delete unneeded svn:mergeinfo property on this file.
(edit) @15261   13 years R. Matthew Emerson GC safety fix to x8632 init-closure vinsn from trunk.
(edit) @15260   13 years R. Matthew Emerson GC safety fix to x8632 init-closure vinsn from trunk.
(edit) @15259   13 years Gary Byers In !INIT-CLOSURE, don't set the closure's self-reference until after …
(edit) @15258   13 years Gary Byers At local_label(misc_ref_double_float_vector), ensure that neither …
(edit) @15257   13 years Gary Byers On ARM, rename the 'altivec_present' kernel global to 'float_abi'; set …
(edit) @15256   13 years Gary Byers Be explicit about the fact that CCL doesn't yet support the hard float …
(edit) @15255   13 years R. Matthew Emerson Avoid buffer name conflicts by resetting *cocoa-listener-count* only …
(edit) @15254   13 years R. Matthew Emerson Interface databases for AudioToolbox.framework.
(edit) @15253   13 years Gary Byers Ensure that we call CHARACTER-ENCODING-NAME on a character encoding …
(edit) @15252   13 years Gary Byers WRITE-NOT-PRETTY: handle circularity/dotted lists correctly. Fixes …
(edit) @15251   13 years R. Matthew Emerson Merge fix for broken &whole in define-method-combination to 1.7 branch …
(edit) @15250   13 years R. Matthew Emerson Fix for broken &whole in define-method-combination from trunk. See …
(edit) @15249   13 years greg Fix broken handling of &WHOLE in long-form method combination. Fixes …
(edit) @15248   13 years R. Matthew Emerson Bump minor version.
(edit) @15247   13 years R. Matthew Emerson Correct linuxppc64 binaries.
(edit) @15246   13 years R. Matthew Emerson 1.8 prerelease binaries.
(edit) @15245   13 years R. Matthew Emerson not needed
(edit) @15244   13 years R. Matthew Emerson Remove more Android-related files from the 1.8 branch.
(edit) @15243   13 years R. Matthew Emerson Retarget externals to point into 1.8 release branch.
(edit) @15242   13 years R. Matthew Emerson r15228 from trunk
(edit) @15241   13 years R. Matthew Emerson Merge from trunk: * fix for ticket:865 (r15222-r15223) * emit …
(edit) @15240   13 years R. Matthew Emerson Delete some Android-related files from the 1.8 release branch. The …
(edit) @15239   13 years R. Matthew Emerson Revert r15238. I jumped the gun on this.
(edit) @15238   13 years R. Matthew Emerson Merge trunk changes.
(edit) @15237   13 years R. Matthew Emerson Correct spelling error.
(edit) @15236   13 years Gary Byers Change the initial-values *TERMINAL-CHARACTER-ENCODING-NAME* and …
(edit) @15235   13 years Gary Byers New version, incorporating r15234.
(edit) @15234   13 years Gary Byers Hopefully temporary bug workaround: make xGetSharedLibrary() always …
(edit) @15233   13 years Gary Byers win64 doesn't laugh and play like the other children
(edit) @15232   13 years Gary Byers SAME-FD-P on Windows: don't use RLET so early in the loading sequence.
(edit) @15231   13 years Gary Byers Strangely enough, the PPC doesn't have a "subi." instruction. Who knew ?
(edit) @15230   13 years Gary Byers (SAME-FD-P a b) returns true if it can tell that file descriptors …
(edit) @15229   13 years Gary Byers When the GC tries to zero out recycled pages, it's traditionally done …
(edit) @15228   13 years gz Report errors (usually missing file) from execute-in-file-view by a dialog
(edit) @15227   13 years R. Matthew Emerson Merge fix to x8632 %vect-data-to-macptr from trunk.
(edit) @15226   13 years Gary Byers %VECT-DATA-TO-MACPTR: handle DOUBLE-FLOAT cases, which are weird on …
(edit) @15225   13 years Gary Byers If a function uses &aux variables and *x862-tail-label* needs to be …
(edit) @15224   13 years Gary Byers lisp-kernel/androidarm/Makefile: use ndk-r7b, which allegedly produces …
(edit) @15223   13 years Gary Byers Try to fix ticket:865 another way.
(edit) @15222   13 years Gary Byers In RESTART-CASE-FORM, don't try to "optimize" (RESTART-CASE (CERROR …
(edit) @15221   13 years Gary Byers new file
(edit) @15220   13 years R. Matthew Emerson Add :ccl-1.8 to *features*.
(edit) @15219   13 years R. Matthew Emerson Add ccl-1.8 to *features* and add "prerelease" to version info.
(edit) @15218   13 years R. Matthew Emerson new branch for 1.8 release
(edit) @15217   13 years Gary Byers Define a ref_nrs_function macro. Alternate entrypoint startup stuff …
(edit) @15216   13 years Gary Byers Gotta start somewhere. (Actually, still needs a bit more to get …
Note: See TracRevisionLog for help on using the revision log.