source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13372   15 years R. Matthew Emerson Merge r13371 (fix to %copy-ivector-to-ivector-bytes) to 1.4 branch. …
(edit) @13371   15 years R. Matthew Emerson Fix typo/thinko in %copy-ivector-to-ivector-bytes.
(edit) @13370   15 years Gary Palter Upgrade CDB files for Cocotron r718
(edit) @13369   15 years Gary Palter Update to Cocotron r718
(edit) @13368   15 years Gary Byers Define LINE-LENGTH in terms of STREAM-LINE-LENGTH, which may actually …
(edit) @13367   15 years Gary Palter Better fix for NSPopUpButton
(edit) @13366   15 years Gary Byers In %IOBLOCK-BINARY-IN-IVECT, use (SETF AREF), not (SETF UVREF). Fixes …
(edit) @13365   15 years Gary Byers target::unbound -> target::subtag-unbound.
(edit) @13364   15 years gz MOP fix from trunk (r13344/r13358)
(edit) @13363   15 years gz defstruct fixes from trunk (r13344/r13358)
(edit) @13362   15 years gz Merge r13343: make cheap-eval-in-environment advisable
(edit) @13361   15 years gz show type of error on exit in batch mode (r13345)
(edit) @13360   15 years Gary Byers Seems to have been missing a paren.
(edit) @13359   15 years Gary Byers Propagate r13358 to 1.4.
(edit) @13358   15 years Gary Byers In DEFINE-COMPILE-TIME-STRUCTURE: don't record compile-time type/class …
(edit) @13357   15 years Gary Byers new
(edit) @13356   15 years Gary Byers new
(edit) @13355   15 years Gary Byers No ppc32::unbound, either.
(edit) @13354   15 years Gary Byers No area.ndwords, either.
(edit) @13353   15 years Gary Byers No extract-lisptag. lapmacro …
(edit) @13352   15 years Gary Byers When allocating/freeing static-conses in the kernel, set the CAR of …
(edit) @13351   15 years Gary Byers EXCHANGE-SLOT-VECTORS-AND-WRAPPERS: handle …
(edit) @13350   15 years Gary Palter Fix some issues that XMLisp has with Cocotron
(edit) @13349   15 years Gary Palter FFI bindings for Cocotron r710
(edit) @13348   15 years Gary Palter Upgrade to Cocotron r710
(edit) @13347   15 years Gary Byers Make subtargets of the kernel depend on tiger-sdk-check, so that …
(edit) @13346   15 years Gary Byers Check static cons freelist on GC entry, exit.
(edit) @13345   15 years gz show type of error on error exit in batch mode
(edit) @13344   15 years Gary Byers In REMOVE-STRUCTURE-DEFS, don' call FMAKUNBOUND on a user-defined …
(edit) @13343   15 years Gary Byers Don't inline self-calls in CHEAP-EVAL-IN-ENVIRONMENT, so that …
(edit) @13342   15 years Gary Byers CoreAudioKit interfaces for Darwinx86/trunk
(edit) @13341   15 years Gary Byers CoreAudioKit interfaces for Darwinx86/1.4
(edit) @13340   15 years Gary Palter Don't copy SVN files into the bundle
(edit) @13339   15 years gz New CL:RANDOM implementation from trunk
(edit) @13338   15 years Gary Byers C-x e considered harmful; remove typos.
(edit) @13337   15 years Paul Krueger Don't change the m4 quoting characters from their defaults (`'). (On …
(edit) @13336   15 years Paul Krueger Try to conditionally inhibit format (printf) warnings on all …
(edit) @13335   15 years R. Matthew Emerson Remove obsolete code.
(edit) @13334   15 years R. Matthew Emerson On Windows, use quasi-documented function RtlGenRandom to initialize …
(edit) @13333   15 years R. Matthew Emerson If the system has /dev/urandom, read from it to initialize the …
(edit) @13332   15 years gz Improved compilation for some fixnum operations, %svref (r13247-r13253
(edit) @13331   15 years gz Transform APPLY with constant arg into FUNCALL (r13231 from trunk)
(edit) @13330   15 years gz Changes in handling of weak vectors (i.e. populations and weak hash …
(edit) @13329   15 years R. Matthew Emerson typo in comment
(edit) @13328   15 years R. Matthew Emerson Remove now unused code implementing old random number generator.
(edit) @13327   15 years R. Matthew Emerson Improve CL:RANDOM. The new generator is the MRG321k3p generator …
(edit) @13326   15 years R. Matthew Emerson Change %mrg31k3p to use mark-as-imm/mark-as-node (which twiddle bits …
(edit) @13325   15 years R. Matthew Emerson Use new ppc lap macros u32-ref, u32-set in implementation of %mrg31k3p …
(edit) @13324   15 years R. Matthew Emerson In portable %mrg31k3p function, get the seed from the right place in …
(edit) @13323   15 years R. Matthew Emerson Remove %next-random-seed, which implemented the old random number …
(edit) @13322   15 years R. Matthew Emerson Remove obsolete functions %cons-random-state and …
(edit) @13321   15 years R. Matthew Emerson print-object for random-state objects: support only new random state.
(edit) @13320   15 years R. Matthew Emerson Accessors for new random state object on all targets; remove old …
(edit) @13319   15 years R. Matthew Emerson Version of %mrg31k3p in ppc32 lap.
(edit) @13318   15 years R. Matthew Emerson Updated accessors for new random state object. (temporarily x86-only)
(edit) @13317   15 years R. Matthew Emerson Version of %mrg31k3p in x8664 lap.
(edit) @13316   15 years R. Matthew Emerson Version of %mrg31k3p in x8632 lap.
(edit) @13315   15 years R. Matthew Emerson In %bignum-random, call cl:random to generate a full digit's worth of …
(edit) @13314   15 years R. Matthew Emerson New random number generator %mrg31k3p. Remove function …
(edit) @13313   15 years R. Matthew Emerson Move INIT-RANDOM-STATE-SEEDS here from ccl:level-0;l0-numbers.lisp. …
(edit) @13312   15 years R. Matthew Emerson Add case for random state objects in EQUALP. Call new function …
(edit) @13311   15 years R. Matthew Emerson Call new function INITIAL-RANDOM-STATE to set a thread's initial …
(edit) @13310   15 years R. Matthew Emerson Update PRINT-OBJECT method for new random state objects.
(edit) @13309   15 years R. Matthew Emerson For integrating improved version of CL:RANDOM.
(edit) @13308   15 years Gary Palter Update FFI headers to Cocotron r706
(edit) @13307   15 years Gary Palter Update to Cocotron r706
(edit) @13306   15 years gz Merge ffcall, float tweaks (r13221, r13234, r13298, r13299)
(edit) @13305   15 years gz Merge 32-bit/windows-only changes; update mergeinfo
(edit) @13304   15 years gz Fix error message text (r13205 from trunk)
(edit) @13303   15 years gz Mac/Windows-only changes from trunk (r13206-r13209)
(edit) @13302   15 years gz From trunk: interactive source-location tweaks (r13193, r13201)
(edit) @13301   15 years gz Merge r13208: extend heap-utilization to show allocation between two …
(edit) @13300   15 years gz Update mergeinfo
(edit) @13299   15 years R. Matthew Emerson Add new lap macro double-constant, used for embedding double-float …
(edit) @13298   15 years R. Matthew Emerson Added missing "u" to ucomisd mnemonic for the register-register flavor …
(edit) @13297   15 years Gary Byers gc.h: declare 'relocatable_mark_ref_bits' (e.g., base of mark/refbits …
(edit) @13296   15 years Gary Byers gc.h: declare 'relocatable_mark_ref_bits' (e.g., base of mark/refbits …
(edit) @13295   15 years Gary Byers ppc-gc.c, x86-gc.c: use LISP printf control to print all bits of bad …
(edit) @13294   15 years gz Use refbits in mark_weak_hash_vector and reaphashv to avoid paging in …
(edit) @13293   15 years gz Third try, I think this approach works in all cases: keep hash tables …
(edit) @13292   15 years R. Matthew Emerson updated
(edit) @13291   15 years R. Matthew Emerson new files
(edit) @13290   15 years gz forward termination lists in tenured populations
(edit) @13289   15 years Gary Byers linux PPC binaries
(edit) @13288   15 years Gary Byers Darwin PPC binaries
(edit) @13287   15 years Gary Byers win64 binaries
(edit) @13286   15 years Gary Byers win32 binaries
(edit) @13285   15 years Gary Byers Solaris x86 binaries
(edit) @13284   15 years Gary Byers 64-bit FreeBSD binaries
(edit) @13283   15 years Gary Byers 32-bit FreeBSD x86 binaries
(edit) @13282   15 years Gary Byers Linux x86 binaries.
(edit) @13281   15 years Gary Byers Darwin x86 binaries.
(edit) @13280   15 years Gary Byers Lots of changes from "purify" branch, mostly involving: - new memory …
(edit) @13279   15 years Gary Byers Lots of changes from "purify" branch, mostly involving: - new memory …
(edit) @13278   15 years gz Ignore refbits for population.data
(edit) @13277   15 years gz Fix clr_bit
(edit) @13276   15 years Gary Byers No release_readonly_area() on PPC, either.
(edit) @13275   15 years Gary Byers Use ensure_static_conses() on PPC, too.
(edit) @13274   15 years Gary Byers Drop *STATIC-CONS-CHUNK*.
(edit) @13273   15 years Gary Byers Export RESERVED-STATIC-CONSES and FREE-STATIC-CONSES; drop …
Note: See TracRevisionLog for help on using the revision log.