source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14541   14 years Gary Byers From wws: when using futexes in rwlock, limit the values in the …
(edit) @14540   14 years Bill St. Clair Change futex values from natural to long in rwlock code. This prevents …
(edit) @14539   14 years Bill St. Clair Merge r14519 (with-{read/write}-lock fix) from trunk
(edit) @14538   14 years Bill St. Clair Merge 14519 from trunk
(edit) @14537   14 years gz Bind *load-pathname* and *load-truename* when processing eval queue forms
(edit) @14536   14 years R. Matthew Emerson Avoid window resizing lossage on Cocotron. I'm not sure why …
(edit) @14535   14 years R. Matthew Emerson Enable #/selectionRangeForProposedRange:granularity for Cocotron. The …
(edit) @14534   14 years Gary Byers handle the new branch around the alloc trap in pc_luser_xp(), without …
(edit) @14533   14 years Gary Byers handle the new branch around the alloc trap in pc_luser_xp().
(edit) @14532   14 years Gary Byers Gotta start somewhere.
(edit) @14531   14 years Gary Byers new
(edit) @14530   14 years Gary Byers updated
(edit) @14529   14 years Gary Byers xFindSymbol(): if handle is NULL on Android, use RTLD_DEFAULT. (Todo: …
(edit) @14528   14 years R. Matthew Emerson Document with-interrupts-enabled. Document that unwind-protect cleanup …
(edit) @14527   14 years R. Matthew Emerson In start-cocoa-application, don't set the application delegate if …
(edit) @14526   14 years Gary Byers Build with GCC-4.1-based FFIGEN.
(edit) @14525   14 years Gary Byers Avoid pointless structure typecheck errors. Todo: figure out how to …
(edit) @14524   14 years Gary Byers Build with GCC-4.1-based FFIGEN.
(edit) @14523   14 years Gary Byers GET-USER-HOME-DIR: return "/data/local" on Android.
(edit) @14522   14 years Gary Byers OPTIMAL-BUFFER-SIZE: some device-specific things return -1 on Android; …
(edit) @14521   14 years Gary Byers Create an ARM-LINUX package on Android, for now. (linuxarm and …
(edit) @14520   14 years Gary Byers Work around Android dynamic linker differences.
(edit) @14519   14 years Bill St. Clair Use lock-acquisition in with-read-lock and with-write-lock, just like …
(edit) @14518   14 years Gary Byers No more conditional UUOs on ARM.
(edit) @14517   14 years Gary Byers Handle SIGILL specially: if a conditional UUO causes an exception when …
(edit) @14516   14 years Gary Byers Build the android kernel using r5 of the ndk, which has a better idea …
(edit) @14515   14 years Gary Byers Some ARM implementations (the Qualcomm Snapdragon for one) will signal …
(edit) @14514   14 years Gary Byers Android doesn't implement #_getifaddrs (needed to enumerate IP …
(edit) @14513   14 years Gary Byers Recognize Android as a platform os name.
(edit) @14512   14 years Gary Byers Define :ucontext manually for Android.
(edit) @14511   14 years Gary Byers add cocotron external
(edit) @14510   14 years Gary Byers Android ("bionic" C library) doesn't define some things (sysexits - …
(edit) @14509   14 years Gary Byers updated
(edit) @14508   14 years R. Matthew Emerson Mention that it's a good idea to start up the lisp with the -n or …
(edit) @14507   14 years Gary Byers Different.
(edit) @14506   14 years Gary Byers New.
(edit) @14505   14 years R. Matthew Emerson In REMOVE-STRUCTURE-DEFS, don't remove inherited accessors. Closes …
(edit) @14504   14 years R. Matthew Emerson In DEFSTRUCT-BOA-CONSTRUCTOR, treat &aux in boa lambda lists specially …
(edit) @14503   14 years Gary Byers spell #define with an 'i'
(edit) @14502   14 years Gary Byers Not too much to see here yet, either.
(edit) @14501   14 years R. Matthew Emerson Support defining multiple keyword constructor functions in defstruct. …
(edit) @14500   14 years Gary Byers Not too much to see here yet, either.
(edit) @14499   14 years R. Matthew Emerson From trunk: GC integrity check more places; fix to progvsave. (ARM only)
(edit) @14498   14 years Gary Byers move along, nothing to see here
(edit) @14497   14 years Gary Palter Upgraded Cocoa header files for the latest Cocotron DLLs
(edit) @14496   14 years Gary Palter Upgrade to Cocotron r122df7fd4c40 which includes native menus.
(edit) @14495   14 years Gary Byers arm-gc.c: GC integrity checks check cstack on ARM. arm-spentry.s: in …
(edit) @14494   14 years Gary Byers GC integrity checks check exception frames, thread-local special …
(edit) @14493   14 years gz Merge code coverage fixes (r14476, r14477) into 1.6
(edit) @14492   14 years Gary Byers Suppress some cocotron-specific warnings. Paren highlighting seems to …
(edit) @14491   14 years Gary Byers Needs more testing on Cocotron …
(edit) @14490   14 years Gary Byers Do paren highlighting by modifying the textstorage's attributes, not …
(edit) @14489   14 years R. Matthew Emerson method signature changes as made in r14363.
(edit) @14488   14 years R. Matthew Emerson New linuxarm lisp kernel (for r14472, just in case).
(edit) @14487   14 years R. Matthew Emerson Merge in some changes relevant to operating in batch mode. * show …
(edit) @14486   14 years R. Matthew Emerson Merge r14482 from trunk: x86 spjump table doesn't need to be …
(edit) @14485   14 years R. Matthew Emerson Merge ARM FFI fixes from trunk.
(edit) @14484   14 years R. Matthew Emerson When in batch mode, reset the signal action for SIGSEGV and SIGBUS to …
(edit) @14483   14 years R. Matthew Emerson In ABNORMAL-APPLICATION-EXIT, print lisp version information.
(edit) @14482   14 years Gary Byers remap_spjump(): on x86, the spjump table is just a table of addresses, …
(edit) @14481   14 years Gary Byers Pasting clipboard content from other applications doesn't work under …
(edit) @14480   14 years Gary Byers Compensate for CRLF line-termination in meta-. Fixes ticket:741, but …
(edit) @14479   14 years Gary Byers Handle :unsigned-fullword callback return type.
(edit) @14478   14 years Gary Byers More ARM FFI fixes: fix handling of (single-)FLOAT args/results in …
(edit) @14477   14 years gz can't whitespacep a byte, duh
(edit) @14476   14 years gz Fix use of nx-t/nx-null in decomp-form. Tweak some debug code.
(edit) @14475   14 years Gary Byers updated
(edit) @14474   14 years R. Matthew Emerson Document ccl:process-reset-and-enable.
(edit) @14473   14 years R. Matthew Emerson In the documentation for process-kill, don't mention process-reset. …
(edit) @14472   14 years Gary Byers lisp-kernel/linuxarm/Makefile: just use -mfpu=vfp (not vfpv2) in …
(edit) @14471   14 years Gary Byers up-to-date Win64 kernel
(edit) @14470   14 years R. Matthew Emerson ASDF 2.011 from upstream.
(edit) @14469   14 years R. Matthew Emerson Release binaries for Clozure CL 1.6 (built from r14468).
(edit) @14468   14 years R. Matthew Emerson Merge r14459 through r14465 from trunk. ftype declarations for (setf …
(edit) @14467   14 years R. Matthew Emerson Merge r14464 from trunk (fix to purify() on x86).
(edit) @14466   14 years R. Matthew Emerson Updated Cocotron interfaces.
(edit) @14465   14 years R. Matthew Emerson Cocotron libraries built from 4cbbe41637f2 plus our patch.
(edit) @14464   14 years Gary Byers At the end of purify(), set managed_static_area->high to …
(edit) @14463   14 years R. Matthew Emerson In NX1-FUNCTION, ensure that we have a lambda expression before …
(edit) @14462   14 years Gary Byers Fix protocol handling for Cocotron.
(edit) @14461   14 years Gary Byers Ensure that any streams created to read external-process output are …
(edit) @14460   14 years Gary Byers In FD-STREAM-ADVANCE, use FD-INPUT-AVAILABLE-P (not STREAM-LISTEN) to …
(edit) @14459   14 years Gary Byers In DEFNXDECL FTYPE, record the canonical function name (not the list …
(edit) @14458   14 years R. Matthew Emerson Merge fix to x8664 cons vinsn (r14457) from trunk.
(edit) @14457   14 years R. Matthew Emerson Explicitly list x8664::allocptr (aka temp0) as a temporary in the cons …
(edit) @14456   14 years R. Matthew Emerson Remove RC1 from version string.
(edit) @14455   14 years R. Matthew Emerson Updated darwinppc binaries (for the double-float-nan issue).
(edit) @14454   14 years R. Matthew Emerson Merge r14451 from trunk (double-float-nan initialization).
(edit) @14453   14 years R. Matthew Emerson Merge several changes from trunk. * r14435, treatment of long float, …
(edit) @14452   14 years Gary Byers DarwinPPC binaries.
(edit) @14451   14 years Gary Byers In the form that initializes DOUBLE-FLOAT-NAN, declare + to be …
(edit) @14450   14 years R. Matthew Emerson Updated darwinppc images, really.
(edit) @14449   14 years R. Matthew Emerson Updated darwinppc images.
(edit) @14448   14 years R. Matthew Emerson Revert r14446 and r14447, which broke everything but darwinppc32, …
(edit) @14447   14 years R. Matthew Emerson Use the correct bits.
(edit) @14446   14 years R. Matthew Emerson The Darwin PPC ports seem confused about what double-float-nan is, so …
(edit) @14445   14 years R. Matthew Emerson Special cases for freebsdx8632-target in %double-float-exp! and …
(edit) @14444   14 years R. Matthew Emerson Add C implementations of functions ieee754_exp and ieee754_expf …
(edit) @14443   14 years R. Matthew Emerson Updated solarisx86 interfaces from trunk.
(edit) @14442   14 years R. Matthew Emerson Updated solarisx64 interfaces from trunk.
Note: See TracRevisionLog for help on using the revision log.