source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5943   18 years Gary Byers STANDARD-OBJECT-LINE-N: handle funcallable-stanard-objects better.
(edit) @5942   18 years Gary Byers Export FUNCALLABLE-STANDARD-OBJECT from CCL, OPENMCL-MOP.
(edit) @5941   18 years Gary Byers * empty log message *
(edit) @5940   18 years Gary Byers FUNCALLABLE-STANDARD-OBJECT is a FUNCALLABLE-STANDARD-CLASS.
(edit) @5939   18 years Gary Byers MAKE-OPTIMIZED-SEND: missing "msg" arg in error message.
(edit) @5938   18 years Gary Byers * empty log message *
(edit) @5937   18 years Gary Byers Call REGISTER-OBJC-INIT-MESSAGES after MAP-OBJC-CLASSES in …
(edit) @5936   18 years Gary Byers UPDATE-OBJC-METHOD-INFO: don't process init methods yet.
(edit) @5935   18 years Gary Byers * empty log message *
(edit) @5934   18 years Gary Byers Fix a typo.
(edit) @5933   18 years Gary Byers Update for 070214 snapshots.
(edit) @5932   18 years Gary Byers * empty log message *
(edit) @5931   18 years Gary Byers Bump.
(edit) @5930   18 years Gary Byers Update image-abi-version.
(edit) @5929   18 years Gary Byers Finish bumping fasl version.
(edit) @5928   18 years Gary Byers * empty log message *
(edit) @5927   18 years Gary Byers Bump current fasl version.
(edit) @5926   18 years Gary Byers rm -rf ./usr
(edit) @5925   18 years Gary Byers Start bumping fasl-version.
(edit) @5924   18 years Gary Byers rm -rf ./usr
(edit) @5923   18 years Gary Byers * empty log message *
(edit) @5922   18 years Gary Byers Avoid processing some files that contain incompatible definitions of …
(edit) @5921   18 years Gary Byers * empty log message *
(edit) @5920   18 years Gary Byers Change the way that TIME is reported by default: mention the number of …
(edit) @5919   18 years Gary Byers Don't do whatever el-bizarro Mach thing once seemed to be necessary in …
(edit) @5918   18 years Gary Byers It's %%get-unsigned-longlong, and the offset arg is required.
(edit) @5917   18 years Gary Byers * empty log message *
(edit) @5916   18 years Gary Byers Add rdtsc (returns 60 bit non-negative fixnum) and rdtsc64 (returns …
(edit) @5915   18 years Gary Byers Simpler GET-INTERNAL-RUN-TIME (tries harder not to cons.)
(edit) @5914   18 years Gary Byers A little bit of cgfloat stuff; there are more/other float-size issues …
(edit) @5913   18 years Gary Byers Fixup the x86-64 error-return callback trampiline code (was missing a …
(edit) @5912   18 years Gary Byers Set the mxcsr/fpctrl fields of jmp-buf to safe/sane values.
(edit) @5911   18 years Gary Byers Don't change-class *cocoa-event-process* until we start to run the …
(edit) @5910   18 years Gary Byers poweropen-foreign-args: on ppc64, a DOUBLE-FLOAT aliases just one gpr.
(edit) @5909   18 years Gary Byers Select the SDK directory.
(edit) @5908   18 years Gary Byers return-value pointers in OPEN-PTY-PAIR are just 32-bit ints, not "long".
(edit) @5907   18 years Gary Byers Callback arguments: update offset/delta for each scalar, not each arg. …
(edit) @5906   18 years Gary Byers Fix typo (get-signed-long).
(edit) @5905   18 years Gary Byers * empty log message *
(edit) @5904   18 years Gary Byers Select an SDK.
(edit) @5903   18 years Gary Byers * empty log message *
(edit) @5902   18 years Gary Byers method-typestring needs to be conditionalized. How has this been working ?
(edit) @5901   18 years Gary Byers remove some debugging code.
(edit) @5900   18 years Gary Byers %mlist-containing is #-apple-objc-2.0.
(edit) @5899   18 years Gary Byers Lose a quote mark, fix another typo.
(edit) @5898   18 years Gary Byers * empty log message *
(edit) @5897   18 years Gary Byers Bump.
(edit) @5896   18 years Gary Byers Make the SDK prefix an optional argument; default to the Tiger SDK.
(edit) @5895   18 years Gary Byers Ignore errors; it's an error to ignore an errror.
(edit) @5894   18 years Gary Byers Conditionalize for gratuitous Leopard renaming. Suffer.
(edit) @5893   18 years Gary Byers MAKE-MCL-LISTENER-PROCESS will preset an existing process (so that the …
(edit) @5892   18 years Gary Byers LISP-DEVELOPMENT-SYSTEM tries to make the initial-listener object …
(edit) @5891   18 years Gary Byers * empty log message *
(edit) @5890   18 years Gary Byers Deftype for CF-FLOAT. Handle callback-error-returns on x86-64.
(edit) @5889   18 years Gary Byers Pointer comparisons in splay trees use %ptr<, to hide word-size …
(edit) @5888   18 years Gary Byers Make structure return-type explicit in objc-message-send calls in …
(edit) @5887   18 years Gary Byers * empty log message *
(edit) @5886   18 years Gary Byers Some indentation changes and slight reorganization of the code; …
(edit) @5885   18 years Gary Byers Need to ensure that floats are CG-FLOATs when appropriate; other …
(edit) @5884   18 years Gary Byers Need to ensure that floats are CG-FLOATs when appropriate.
(edit) @5883   18 years Gary Byers Ignore fasls for all platforms.
(edit) @5882   18 years Gary Byers VALUES uses :ARGLIST pseudo-op.
(edit) @5881   18 years Gary Byers EXPAND-FF-CALL: ignore-errors when trying to parse the last arglist …
(edit) @5880   18 years Gary Byers Pretty much commited to the new FF-CALL expansion …
(edit) @5879   18 years Gary Byers Preserve %rax when doing ff-call; use %rdx and %r11 to hold target address.
(edit) @5878   18 years Gary Byers Unicode stuff when accessing control char array; conditionalize for …
(edit) @5877   18 years Gary Byers Fix a comment (defcallback isn't ppc-specific; the comment dated from …
(edit) @5876   18 years Gary Byers Fix some typos; do struct return 32 bits at a time, to avoid consing …
(edit) @5875   18 years Gary Byers * empty log message *
(edit) @5874   18 years Gary Byers Support :arglist directive.
(edit) @5873   18 years Gary Byers alloc-c-frame vinsn takes "extra" word count, not total byte count. …
(edit) @5872   18 years Gary Byers There doesn't need to be a "zero-extend-s8" vinsn, but there does need …
(edit) @5871   18 years Gary Byers * empty log message *
(edit) @5870   18 years Gary Byers Use new :ARGLIST directive in #'VALUES.
(edit) @5869   18 years Gary Byers Support an :ARGLIST directive, so that ARGLIST can say -something- …
(edit) @5868   18 years Gary Byers * empty log message *
(edit) @5867   18 years Gary Byers They spell "valu" with an "e".
(edit) @5866   18 years Gary Byers * empty log message *
(edit) @5865   18 years Gary Byers Start to integrate with FFI changes. No more %SEND, process and …
(edit) @5864   18 years Gary Byers Change the initialization code a bit.
(edit) @5863   18 years Gary Byers Try to fix another case involving "auxiliary types". I think that the …
(edit) @5862   18 years Gary Byers * empty log message *
(edit) @5861   18 years Gary Byers Specify the SDK to use. (Setting "SDK=" will hopefully work with …
(edit) @5860   18 years Gary Byers Ignore ./Developer.
(edit) @5859   18 years Gary Byers * empty log message *
(edit) @5858   18 years Gary Byers Don't treat :registers arg as a real argument in …
(edit) @5857   18 years Gary Byers * empty log message *
(edit) @5856   18 years Gary Byers Needed ,@ to return assign structure components from registers.
(edit) @5855   18 years Gary Byers UNESCAPE-FOREIGN-NAME: strings with no angle brackets are returned …
(edit) @5854   18 years Gary Byers Runtime version of 64-bit %ff-call accepts :registers.
(edit) @5853   18 years Gary Byers * empty log message *
(edit) @5852   18 years Gary Byers New (and, so far, useless) files.
(edit) @5851   18 years Gary Byers Add a comment; CHUD.Framework still seems to be 32-bit only.
(edit) @5850   18 years Gary Byers Ignore ./Developer.
(edit) @5849   18 years Gary Byers Use SDK; add dlfcn.h.
(edit) @5848   18 years Gary Byers Tweak the warning given if CDB-OPEN fails: missing cdb file: dog bytes …
(edit) @5847   18 years Gary Byers * empty log message *
(edit) @5846   18 years Gary Byers Tweak a little, so that it might work on darwinppc64 (and on …
(edit) @5845   18 years Gary Byers * empty log message *
(edit) @5844   18 years Gary Byers Add dlfcn.h.
Note: See TracRevisionLog for help on using the revision log.