source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15344   13 years Gary Byers (COPY-PPRINT-DISPATCH nil) creates a lightweight table (which provides …
(edit) @15343   13 years Gary Byers Define a simple SPARSE-VECTOR data type; use it for character …
(edit) @15342   13 years Gary Byers Change the default TYPE-ERROR format string a little.
(edit) @15341   13 years Gary Byers Don't shadow CL:VALUES in ARM-LAP-REGISTER-EQUATE-FORM.
(edit) @15340   13 years Gary Byers New subprim (for hard-float ff-calls.) Compiler handles hard-float …
(edit) @15339   13 years Gary Byers ARM-HARD-FLOAT-P. Make #'%FF-CALL handle hard-float ABI.
(edit) @15338   13 years Gary Byers New subprim .SPeabi_ff_callhf: loads arg fprs from vector on top of …
(edit) @15337   13 years Gary Byers Set FLOAT_ABI in an included file ('float_abi.mk'). Still defaults to …
(edit) @15336   13 years Gary Byers Run alphatizers at SAFETY 3. Set ticket:638 et al. Note that …
(edit) @15335   13 years Gary Byers Error on attempts to lexically bind special-operators. Quietly allow …
(edit) @15334   13 years Gary Byers Fix ticket:958 (select previous/next line at beginning/end of buffer.)
(edit) @15333   13 years Gary Byers Terminate the application via fatal_oserr() if a Mach semaphore can't …
(edit) @15332   13 years Gary Byers arglist on space command: use CURRENT-POINT-FOR-SELECTION (not …
(edit) @15331   13 years Gary Byers CHEAP-EVAL-IN-ENVIRONMENT: don't try to avoid compilation of MACROLET …
(edit) @15330   13 years Gary Byers NATIVE-TO-PATHNAME: bind *DEFAULT-PATHNAME-DEFAULTS* to #P"", in case …
(edit) @15329   13 years Gary Byers All instances of APPLICATION get a non-null UI-OBJECT, since INSPECT …
(edit) @15328   13 years R. Matthew Emerson Define and export ccl:list-character-encodings. Use it in …
(edit) @15327   13 years Gary Byers cocoa-ide/builder-utilites.lisp: in MAKE-DOCTYPE-DICT, declare unused …
(edit) @15326   13 years Gary Byers Reset the initial values of *LOAD-LISP-INIT-FILE* and …
(edit) @15325   13 years Gary Byers Need to establish view's selection-info in …
(edit) @15324   13 years R. Matthew Emerson Changes for the Mac App Store versison.
(edit) @15323   13 years R. Matthew Emerson re-create this branch
(edit) @15322   13 years R. Matthew Emerson Blow this away, in preparation for starting over.
(edit) @15321   13 years Gary Byers updated
(edit) @15320   13 years Gary Byers Remove the caveat that claims that saved application bundles are …
(edit) @15319   13 years R. Matthew Emerson Merge r15298 from trunk.
(edit) @15318   13 years R. Matthew Emerson Merge r15292 from trunk.
(edit) @15317   13 years R. Matthew Emerson Merge r15309 from trunk.
(edit) @15316   13 years gz Add defindent for if-let etc. Comment out defindents for cmucl …
(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
Note: See TracRevisionLog for help on using the revision log.