source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15187   13 years R. Matthew Emerson On Darwin, if the default image isn't found, assume we're in an …
(edit) @15186   13 years Gary Byers Generate interfaces from "android-9" (android 2.3) headers from r7 ndk.
(edit) @15185   13 years R. Matthew Emerson Tweak FCOMP-FIND-FILE. If there is both a directory "foo" and a file …
(edit) @15184   13 years R. Matthew Emerson Add "CCL", so that names like ccl-application will be translated to …
(edit) @15183   13 years Gary Byers In ENSURE-DEFERRED-STREAM-INFO-FOR-IO, force the document object (and …
(edit) @15182   13 years R. Matthew Emerson Add Help menu item to show local copy of CCL manual.
(edit) @15181   13 years R. Matthew Emerson Indentation.
(edit) @15180   13 years R. Matthew Emerson New file cf-utils.lisp. Build it along with the rest of the IDE.
(edit) @15179   13 years gz Add missing :initform
(edit) @15178   13 years Keith Corbett example: code coverage test with Hunchentoot handler to view results
(edit) @15177   13 years Gary Byers New! Improved! Properly parenthesized!
(edit) @15176   13 years Gary Byers Revert last change.
(edit) @15175   13 years Gary Byers Use an idea suggested by gz to make various flavors of READ-LINE faster.
(edit) @15174   13 years R. Matthew Emerson x862-formlist: delete some extraneous junk characters that snuck in.
(edit) @15173   13 years Gary Byers Back out of the previous change, and try to fix the problem the way I …
(edit) @15172   13 years Gary Byers In X862-ALLOCATE-INITIALIZED-GVECTOR, we need to invalidate regmap …
(edit) @15171   13 years Gary Byers updated
(edit) @15170   13 years R. Matthew Emerson Document how standard lisp streams correspond to the operating systems …
(edit) @15169   13 years gz Implement remote inspector
(edit) @15168   13 years gz default the port in rlisp-test
(edit) @15167   13 years gz Have the inspector update ccl:@ in the listener instead of in the …
(edit) @15166   13 years gz top-listener-process convenience function
(edit) @15165   13 years Gary Byers Except on the PPC (which has LAP versions of %EXTEND-VECTOR), define …
(edit) @15164   13 years R. Matthew Emerson On Windows, treat typing Control-Break in a console window as a …
(edit) @15163   13 years R. Matthew Emerson Revert r15162.
(edit) @15162   13 years Keith Corbett add code coverage test with Hunchentoot handler to view results
(edit) @15161   13 years R. Matthew Emerson Quote SVN_REVISION value in Makefiles to guard against possible …
(edit) @15160   13 years R. Matthew Emerson In the definition of current_stack_pointer(), use different inline asm …
(edit) @15159   13 years Gary Byers Conditionalize out support for treating a single command-line argument …
(edit) @15158   13 years Gary Byers Define another 3-register-argument UUO …
(edit) @15157   13 years Gary Byers remove duplicate movsbl definition
(edit) @15156   13 years Gary Byers Define MOVDQU; AFAICT, neither it nor MOVDQA require a 64-bit CPU. In …
(edit) @15155   13 years Gary Byers Keep process-whostate in a (CONS) cell in a slot in the PROCESS …
(edit) @15154   13 years R. Matthew Emerson Fix ticket:899 in 1.7 branch also.
(edit) @15153   13 years R. Matthew Emerson Hackish script for building Mac App Store package.
(edit) @15152   13 years R. Matthew Emerson Tag tree used to build Mac App Store version 1.7 of Clozure CL.
(edit) @15151   13 years Gary Byers PPC backend had the same bug as in r15149.
(edit) @15150   13 years Gary Byers ARM backend had the same bug as in r15149.
(edit) @15149   13 years Gary Byers If the result of a "natural" arithmetic/logical operation is a …
(edit) @15148   13 years Gary Byers Try to fix ticket:862 and some related problems. If …
(edit) @15147   13 years Gary Byers At least for x86: move some platform-specific constants (register …
(edit) @15146   13 years Gary Byers Optionally use environment variables to initilize CCL's notion of some …
(edit) @15145   13 years Gary Byers Try to address ticket:896 (at least the parts that aren't "this isn't …
(edit) @15144   13 years Gary Byers In mark_weak_alist(), we want to check if the pair (not its fulltag) …
(edit) @15143   13 years Gary Byers WIN32 kernel incororating r15142. Fixes ticket:897 in the trunk.
(edit) @15142   13 years Gary Byers Back out of most of the changes in r15131, which inadvertently …
(edit) @15141   13 years R. Matthew Emerson Add and export process-plist. Fixes ticket:441.
(edit) @15140   13 years R. Matthew Emerson Delete extra #\> that was hard to find, other tweaks.
(edit) @15139   13 years R. Matthew Emerson Different icons.
(edit) @15138   13 years Gary Byers In MAKE-FILE-STREAM, test that the fd is seekable by ... trying to …
(edit) @15137   13 years R. Matthew Emerson In the Makefiles for the Linux ports, use the --no-as-needed linker …
(edit) @15136   13 years R. Matthew Emerson Simple tests for a few recent bugs.
(edit) @15135   13 years R. Matthew Emerson Don't warn about the same initarg appearing in more than one slot. …
(edit) @15134   13 years Gary Byers REQUIRE-S8 was shifting in the right direction (for once), but by the …
(edit) @15133   13 years Gary Byers Darwin doesn't have a libm anyway, and doesn't like absolute …
(edit) @15132   13 years Gary Byers Refer to the external symbol 'exp', so that libm isn't discarded by …
(edit) @15131   13 years Gary Byers get_tcr(): on Win32, check the linear field of the presumed TCR …
(edit) @15130   13 years Gary Byers Fix some FP instructions' masks so that the disassembler will …
(edit) @15129   13 years Gary Byers Conditionalize out toplevel (DECLAIM (OPTIMIZE (SAFETY 3))) forms. We …
(edit) @15128   13 years Gary Byers Split ARM2-ASET2 into the case that has to deal with the write barrier …
(edit) @15127   13 years Gary Byers In NX-CHECK-VDECL-VAR-REF, allow TYPE decls to apply to symbol-macros; …
(edit) @15126   13 years Gary Byers WITH-IMM-TARGET, WITH-NODE-TARGET: allow elements of reserve set to be NIL.
(edit) @15125   13 years Gary Byers Use default optimization settings by ... default in TEST-CCL.
(edit) @15124   13 years Gary Byers No TSP on ARM.
(edit) @15123   13 years Gary Byers Need to restore double-float-zero after ffcall.
(edit) @15122   13 years Gary Byers SPECIAL-OPERATOR: conditionalize for ARM (pseudofunctions vs …
(edit) @15121   13 years Gary Byers In ARM2-COPY-REGISTER: check more thoroughly that source and dest FPR …
(edit) @15120   13 years Gary Byers In MISC-REF-C-BIT-FIXNUM, don't try to rotate right by 0 bits. In …
(edit) @15119   13 years Gary Byers Don't allow shifter operands of the for (:ror reg (:$ 0)) (that's how …
(edit) @15118   13 years gz uncomment and clean up rlisp-test
(edit) @15117   13 years gz Allow remote connections
(edit) @15116   13 years gz Implement restarts dialog for remote listener
(edit) @15115   13 years gz Move the make-xxx-stack-range functions out of the inspector package
(edit) @15114   13 years R. Matthew Emerson In the following vinsns, don't use x8664::stack-temp (which is an MMX …
(edit) @15113   13 years Glen Foy #/saveDocument revisited.
(edit) @15112   13 years R. Matthew Emerson Use %imm2 instead of the MMX register %mm0 to save an unboxed value …
(edit) @15111   13 years Gary Byers ARM-specific changes, mostly. When running lisp code (in almost all …
(edit) @15110   13 years R. Matthew Emerson Revert r15092 (switch to xib format). There's no way to compile a xib …
(edit) @15109   13 years gz Make cmd-. cmd-, and cmd-/ work in remote listeners. Add some local …
(edit) @15108   13 years Gary Byers On Windows, if one or both of the standard input/output handles is a …
(edit) @15107   13 years R. Matthew Emerson Add distinctive tag to version string.
(edit) @15106   13 years R. Matthew Emerson Private branch for testing.
(edit) @15105   13 years gz Rewrite the remote lisp client to use swink rather than swank. Move …
(edit) @15104   13 years gz Add swink, a swank-like debugger nub
(edit) @15103   13 years Gary Byers updated
(edit) @15102   13 years gz Document the :initargs arg to make-process and process-run-function
(edit) @15101   13 years gz Make process-run-function accept :class/:initargs args
(edit) @15100   13 years gz Add abortable stream-peek-char and stream-listen methods for listener …
(edit) @15099   13 years R. Matthew Emerson Revert r15026.
(edit) @15098   13 years R. Matthew Emerson Patch bundled ASDF to call ccl:target-fasl-version instead of …
(edit) @15097   13 years Gary Byers MISC-REF-C-BIT, MISC-REF-C-BIT-FIXNUM: repeat after me: "this is the …
(edit) @15096   13 years Gary Byers Propagate r15083 (DIRECTORY and symbolic links) to 1.7
(edit) @15095   13 years Gary Byers lib/nfcomp.lisp, level-0/nfasload.lisp: try to make the new scheme …
(edit) @15094   13 years Gary Byers So much for "the buildbot will catch any problems after r15093". Add a …
(edit) @15093   13 years Gary Byers New Linux ARM binaries. The image and FASL versions changed on the …
(edit) @15092   13 years R. Matthew Emerson Convert Interface Builder files to .xib format. This requires more …
(edit) @15091   13 years R. Matthew Emerson In create_exception_callback_frame(), try to figure out if a tra on …
(edit) @15090   13 years R. Matthew Emerson New functions ptr_in_area() and in_any_consing_area().
(edit) @15089   13 years Gary Byers Where did the bug fixed in r15088 come from, anyway ?
(edit) @15088   13 years Gary Byers In ARM2-%ILOGXOR2, if vreg isn't a node reg we need to do the logxor …
Note: See TracRevisionLog for help on using the revision log.