|
|
@13956
|
11 years |
rme |
Use /usr/bin/gm4 on Solaris systems.
I don't know if Sun fixed the …
|
|
|
@13954
|
11 years |
gb |
In commit_pages(), try to ensure that we return false if …
|
|
|
@13953
|
11 years |
gb |
Spell xpMXCSR with a 'p'. Split 64/32-bit trap stuff into the right …
|
|
|
@13952
|
11 years |
rme |
New scheme for dealing with floating point exceptions on x86-64 …
|
|
|
@13947
|
11 years |
rme |
Update location of contrib externals.
|
|
|
@13946
|
11 years |
rme |
move contrib directory up a level
|
|
|
@13943
|
11 years |
rme |
When we get EXC_ARITHMETIC in catch_exception_raise(), translate a …
|
|
|
@13942
|
11 years |
gz |
Unbreak the printer
|
|
|
@13930
|
11 years |
rme |
describe_memfault(): FreeBSD 6.x doesn't define the si_code constants.
|
|
|
@13929
|
11 years |
gz |
hook into the pretty printer to implement pprint-recording-positions
|
|
|
@13928
|
11 years |
gz |
In test-compiler-warnings, explicitly pass in :break-on-program-errors
|
|
|
@13919
|
11 years |
rme |
In %INIT-MISC at label @8, the subtag of the destination vector is …
|
|
|
@13908
|
11 years |
rme |
Avoid calling #_CGWindowLevel when #+cocotron (just use hardwired …
|
|
|
@13907
|
11 years |
rme |
Fix typo (coctron => cocotron) in objc-method-definition-form (used by …
|
|
|
@13905
|
11 years |
palter |
Update to Cocotron ra816befd7eff
|
|
|
@13904
|
11 years |
palter |
Update to Cocotron ra816befd7eff
|
|
|
@13901
|
11 years |
gz |
try for a better stream-line-length for listener
|
|
|
@13896
|
11 years |
gb |
SIGTRAP isn't defined on Win32.
|
|
|
@13895
|
11 years |
gb |
Conditionalize for USE_GC_NOTIFICATATION (true on X86, not yet on PPC).
|
|
|
@13891
|
11 years |
gz |
Add DECOMP-ACODE, decompile acode into something more readable.
|
|
|
@13890
|
11 years |
rme |
Ugly additions to nx-logand-2-op to truncate a large integer
operand …
|
|
|
@13888
|
11 years |
rme |
ASDF 2.003 from upstream.
|
|
|
@13887
|
11 years |
rme |
Make the compiler work a little harder to identify cases where
LOGAND …
|
|
|
@13884
|
11 years |
gb |
Export GC notification stuff.
|
|
|
@13883
|
11 years |
gb |
No args to x8664 GET-GC-NOTIFICATION-THRESHOLD.
|
|
|
@13882
|
11 years |
gb |
When setting GC nofitication threshold, reset our notion of whether or …
|
|
|
@13881
|
11 years |
gb |
Do GC notification if dynamic heap shrinks in ensure_static_conses().
|
|
|
@13880
|
11 years |
gb |
Declare did_gc_notification_since_last_full_gc.
|
|
|
@13879
|
11 years |
gb |
It'd help if I checked this in ...
Define *PRE-GC-NOTIFICATION-HOOK*. …
|
|
|
@13878
|
11 years |
gb |
%ACTIVE-RESTART: if we match a RESTART (not the name of one), don't …
|
|
|
@13874
|
11 years |
rme |
Update to ASDF 2.002
|
|
|
@13873
|
11 years |
gb |
Define and export OBJECT-DIRECT-SIZE, which is basically the SIZEOF …
|
|
|
@13872
|
11 years |
rme |
Updated lisp kernel for 32-bit Windows.
|
|
|
@13871
|
11 years |
gb |
Win64 kernel (for trunk.)
|
|
|
@13870
|
11 years |
gb |
x86-exceptions.c: Ensure that SIGTRAP is defined (it's not on Win64). …
|
|
|
@13869
|
11 years |
gb |
For Windows: as suggested by 'maetbag' on #ccl: suspend_tcr() and …
|
|
|
@13831
|
11 years |
gb |
updated
|
|
|
@13830
|
11 years |
rme |
Documentation for ccl:advise and friends. Largely copied from the MCL …
|
|
|
@13814
|
11 years |
rme |
Delete .cvsignore files since we no longer use CVS.
|
|
|
@13813
|
11 years |
rme |
nx1-combination: indentation
|
|
|
@13812
|
11 years |
rme |
Don't need to define foreign types for NSInteger, etc., now that we …
|
|
|
@13792
|
11 years |
gb |
New pre-GC notification mechanism.
|
|
|
@13791
|
11 years |
gb |
updated
|
|
|
@13790
|
11 years |
gb |
Mention (most of) DIRECTORY's keyword arguments. Closes ticket:692.
|
|
|
@13788
|
11 years |
rme |
In the DEFSTRUCT macro, define constructors later so that
something …
|
|
|
@13783
|
11 years |
palter |
Update to Cocotron rcd94a6d6e0 which fixes the keyboard event crash
|
|
|
@13782
|
11 years |
rme |
Remove some cruft.
|
|
|
@13776
|
11 years |
palter |
Rebuild with latest CDT
|
|
|
@13775
|
11 years |
gb |
updated
|
|
|
@13774
|
11 years |
rme |
Remove claims that UDP sockets can use strings as buffers for …
|
|
|
@13773
|
11 years |
rme |
Now that we have this Unicode thing, it doesn't really work for UDP …
|
|
|
@13772
|
11 years |
palter |
Update Cocoa FFI files to latest Cocotron revision
|
|
|
@13771
|
11 years |
palter |
Update to Cocotron r366d62a9b469
|
|
|
@13770
|
11 years |
palter |
Not on Windows
|
|
|
@13769
|
11 years |
rme |
In EXPT, try to avoid loss of precision by promoting the type of the …
|
|
|
@13768
|
11 years |
rme |
Import ASDF 2.000 release from upstream.
|
|
|
@13767
|
11 years |
rme |
When we find that we've take an exception in some foreign context, …
|
|
|
@13766
|
11 years |
rme |
Make debug_identify_exception() do a little something on non-PPC …
|
|
|
@13765
|
11 years |
rme |
Kernel debugger command "M" to show lisp memory areas.
|
|
|
@13752
|
11 years |
gb |
Look at x8664 tcr fields in x8664 version of %ENSURE-TLB-INDEX.
Fixes …
|
|
|
@13745
|
11 years |
gb |
nfcomp.lisp: in the pkg/no *FASDUMP-EPUSH*/ASCII case in …
|
|
|
@13744
|
11 years |
gz |
In %break-message, *current-process* might be nil
|
|
|
@13743
|
11 years |
gz |
Don't warn-if-redefine-kernel in rebuild-ccl
|
|
|
@13742
|
11 years |
gz |
Use execute-in-gui/queue-for-gui. Move extended-demo example to contribs
|
|
|
@13710
|
11 years |
rme |
copy-line-charprops: when the specified interval is 0 (that is, when …
|
|
|
@13709
|
11 years |
ron |
Add combination-hook.lisp
|
|
|
@13700
|
11 years |
gz |
As an interim measure, add compile-time parameter …
|
|
|
@13696
|
11 years |
gz |
in defstruct constructors, wrap-with-type-check => …
|
|
|
@13691
|
11 years |
gb |
updated
|
|
|
@13690
|
11 years |
rme |
Instead of providing detailed instructions about installing Slime
in …
|
|
|
@13689
|
11 years |
rme |
Tweak for asdf 2 compatibility.
|
|
|
@13688
|
11 years |
gb |
New file; don't even know yet if it compiles on platforms other than Linux.
|
|
|
@13686
|
11 years |
rme |
Update to 1.719. Delete top-level (declaim (optimize ...)) form.
|
|
|
@13684
|
11 years |
palter |
Update Cocotron FFI files to r42a74a950168
|
|
|
@13683
|
11 years |
palter |
Update to r42a74a950168 of Cocotron
|
|
|
@13682
|
11 years |
rme |
Back out r12260 (use ASDF to provide modules). ASDF now does this itself.
|
|
|
@13681
|
11 years |
rme |
Beta test version of asdf from upstream. …
|
|
|
@13678
|
11 years |
gz |
merge back r13667 from the 1.5 branch
|
|
|
@13676
|
11 years |
gz |
Tweaks to match documentation
|
|
|
@13675
|
11 years |
gz |
Rename feature ccl-0711 to ccl-qres
|
|
|
@13674
|
11 years |
plkrueger |
Rev 2.1 release notes added
|
|
|
@13673
|
11 years |
plkrueger |
Rev 2.1 UserInterfaceTutorial?
|
|
|
@13662
|
11 years |
svspire |
Fix missing format arg.
|
|
|
@13660
|
11 years |
rme |
Put :ccl-1.5 on *features*
|
|
|
@13659
|
11 years |
rme |
Remove mouldy old file ppc-init-ccl.lisp.
|
|
|
@13658
|
11 years |
rme |
Print trailing newline in report-heap-utilization.
|
|
|
@13657
|
11 years |
rme |
Print a final trailing newline in report-heap-utilization.
|
|
|
@13656
|
11 years |
rme |
Bump minor version.
|
|
|
@13649
|
11 years |
gb |
Remove some identical macro definitions (introduced in a recent change.)
|
|
|
@13648
|
11 years |
gb |
From Shannon Spires: fix arg order in %COPY-IVECTOR-TO-IVECTOR calls …
|
|
|
@13647
|
11 years |
rme |
Delete KERNEL-FUNCTION-P (it returns NIL always) and update its …
|
|
|
@13642
|
11 years |
gb |
Fix win32 typos.
|
|
|
@13641
|
11 years |
gb |
use win64 constants/macros in platform-win64
|
|
|
@13640
|
11 years |
gb |
fix fpu.h location
|
|
|
@13639
|
11 years |
gb |
fix PLATFORM_H
|
|
|
@13638
|
11 years |
gb |
Move more PPC exception stuff, x86 exception stuff to platform …
|
|
|
@13637
|
11 years |
gb |
Move some PPC exception stuff to platform header.
|
|
|
@13636
|
11 years |
rme |
Flush ccl::*stderr* on quit. Patch from Stas Boukarev.
(see ticket:652)
|
|
|
@13635
|
11 years |
rme |
Remove out-of-date comment.
|
|
|
@13634
|
11 years |
rme |
Delete docstrings for CXXR, CXXXR functions.
|
|
|