|
|
@12208
|
12 years |
gz |
r11594/r11963/r12119 from trunk
|
|
|
@12204
|
12 years |
gz |
r11744 from trunk
|
|
|
@12203
|
12 years |
gz |
r12089 r12105 r12165 from trunk
|
|
|
@12202
|
12 years |
gz |
r11465 r11676 r11859 r11989 r12010 from trunk
|
|
|
@12201
|
12 years |
gz |
r11951 from trunk, and update features
|
|
|
@12198
|
12 years |
gz |
Merge with trunk kernel (and a few compiler changes to match): a few …
|
|
|
@12192
|
12 years |
gz |
In caller-functions, don't ignore self, but do ignore the lfun-name …
|
|
|
@12191
|
12 years |
gz |
Avoid compiler warnings in advise
|
|
|
@12190
|
12 years |
gz |
in print-call-history, don't bind *debug-io* to what might be an …
|
|
|
@12186
|
12 years |
gz |
Add standard io vars to check-error-globals; make …
|
|
|
@12162
|
12 years |
gz |
r12161 from trunk (error message fix)
|
|
|
@12160
|
12 years |
gz |
Missed one
|
|
|
@12159
|
12 years |
gz |
Do not warn about undefined types in runtime calls to PROCLAIM, since …
|
|
|
@12158
|
12 years |
gz |
Try to arrange it so that calling structure slot readers doesn't cause …
|
|
|
@12154
|
12 years |
gz |
allow compound type specifiers as declarations identifiers. …
|
|
|
@12114
|
12 years |
gz |
When merging warnings, remember source notes of all references
|
|
|
@12092
|
12 years |
gz |
Public interface to populations
|
|
|
@12091
|
12 years |
gz |
Merge r12090 from trunk
|
|
|
@12082
|
12 years |
gz |
Add an :error-handler keyword arg to cl:quit
|
|
|
@12081
|
12 years |
gz |
Fix no-arg case of BREAK in batch mode
|
|
|
@12079
|
12 years |
gz |
fix for level-0 source info
|
|
|
@12078
|
12 years |
gz |
Merge r11518/r11605/11606/11871/11919 (shared library fixes)
|
|
|
@12077
|
12 years |
gz |
r11869 from trunk: type-error constants for more vector types
|
|
|
@12076
|
12 years |
gz |
r11867 from trunk (bounds checking on non-simple aref/aset)
|
|
|
@12075
|
12 years |
gz |
From trunk: handle *xload-loading-toplevel-location*
|
|
|
@12073
|
12 years |
gz |
Merge r12071
|
|
|
@12067
|
12 years |
gz |
Better fix for bug #474: make %find-register-argument-value stop …
|
|
|
@12066
|
12 years |
gz |
bug #474: In %find-register-argument-value, if the function normally …
|
|
|
@12054
|
12 years |
gz |
Merge r12038/r12039/r12043 from trunk (fix for bug #470)
|
|
|
@12052
|
12 years |
gz |
More undefined function warnings (trunk r12033/r12034/r12035/r12036)
|
|
|
@12050
|
12 years |
gz |
Tighten up proclaim/declaim error checking, both runtime and compile time
|
|
|
@12048
|
12 years |
gz |
r11876/r12026/r12045 from trunk
|
|
|
@12032
|
12 years |
gz |
map to simple-program-error
|
|
|
@12030
|
12 years |
gz |
r12026 from trunk
|
|
|
@12020
|
12 years |
gz |
require speed 0 to turn off allow-transforms in default compiler policy
|
|
|
@12015
|
12 years |
gz |
Merge r11999 from trunk
|
|
|
@11962
|
12 years |
gb |
Do %FREEBYTES without walking the aread list.
Harder to do %USEDBYTES …
|
|
|
@11961
|
12 years |
greg |
merge r11813 from trunk (fix typo in format control string)
|
|
|
@11949
|
12 years |
gz |
When entering the kernel debugger in batch mode, dump out a whole …
|
|
|
@11947
|
12 years |
gz |
Signal a lisp condition rather than dropping into the kernel debugger …
|
|
|
@11853
|
12 years |
gz |
Fix declarations generated by loop-for-on in the improper list case
|
|
|
@11852
|
12 years |
gz |
Handle complex loop variables
|
|
|
@11851
|
12 years |
gz |
Make sure type-predicate is a symbol before calling it (cf standard-char)
|
|
|
@11850
|
12 years |
gz |
handle typechecking for symbol-macrolet differently
|
|
|
@11849
|
12 years |
gz |
Remove old way of handling *record-pc-mapping*, as it confuses the new …
|
|
|
@11837
|
12 years |
gz |
Make loop-typed-init work on characters, but in any case, make …
|
|
|
@11836
|
12 years |
gz |
Typecheck new bindings in nx1-env-body, if nx-declarations-typecheck …
|
|
|
@11834
|
12 years |
gz |
Assorted tweaks for declaration checking
|
|
|
@11833
|
12 years |
gz |
Change dolist to not bind the iteration var to nil, so that …
|
|
|
@11832
|
12 years |
gz |
Another declaration tweak
|
|
|
@11824
|
12 years |
gz |
Use type predicate for typechecking when possible, this is just so can …
|
|
|
@11823
|
12 years |
gz |
record source transformation when wrap THE
|
|
|
@11822
|
12 years |
gz |
Don't expand require-type and make-array into THE if aren't going to …
|
|
|
@11821
|
12 years |
gz |
Make sure standard optimize settings are in effect when relying on …
|
|
|
@11820
|
12 years |
gz |
Fix some declarations
|
|
|
@11819
|
12 years |
gz |
Rename nx-the-typechecks to nx-declarations-typecheck, and compile …
|
|
|
@11812
|
12 years |
gz |
Default *record-pc-mapping* to T, so turning on …
|
|
|
@11811
|
12 years |
gz |
don't show duplicates in the various use-homonym restarts
|
|
|
@11810
|
12 years |
gz |
Fix bad format (or warn etc.) calls found by the format string scanner
|
|
|
@11808
|
12 years |
gz |
In ~F and ~G: k can be negative, also use param names used in cltl
|
|
|
@11807
|
12 years |
gz |
r11805/r11806 from trunk
|
|
|
@11804
|
12 years |
gz |
If *toplevel-commands-dwim* is true, don't enter the debugger for …
|
|
|
@11795
|
12 years |
gz |
Don't store code notes (i.e. non-source notes) as acode-note for …
|
|
|
@11786
|
12 years |
gz |
fix typo
|
|
|
@11779
|
12 years |
gz |
r11760 from trunk
|
|
|
@11778
|
12 years |
gz |
r11758 from trunk
|
|
|
@11777
|
12 years |
gz |
r11756 from trunk
|
|
|
@11776
|
12 years |
gz |
r11755 from trunk
|
|
|
@11775
|
12 years |
gz |
r11740 from trunk
|
|
|
@11774
|
12 years |
gz |
r11739 from trunk
|
|
|
@11773
|
12 years |
gz |
r11738 from trunk
|
|
|
@11772
|
12 years |
gz |
r11737 from trunk
|
|
|
@11771
|
12 years |
gz |
r11715 from trunk
|
|
|
@11764
|
12 years |
gz |
Reset *loading-file-source-file* and *loading-toplevel-location* to …
|
|
|
@11763
|
12 years |
gz |
Ignore unsourced definitions in find-definitions-for-name. Don't …
|
|
|
@11762
|
12 years |
gz |
Don't assume :compile-file-original-truename arg is a filename, for …
|
|
|
@11753
|
12 years |
gz |
Add missing '>' in html
|
|
|
@11751
|
12 years |
gz |
Make break-loop do with-terminal-input so callers don't have to
|
|
|
@11736
|
12 years |
gz |
r11673 from trunk (fix bug#321)
|
|
|
@11735
|
12 years |
gz |
Make defclass warn if the same initarg occurs in two different slots
|
|
|
@11730
|
12 years |
gz |
In select-interactive-abort-process, guard against inactive processes
|
|
|
@11701
|
12 years |
gz |
Merge back some of the source location changes made in the trunk (in …
|
|
|
@11690
|
12 years |
rme |
1.3 release branch
|
|
|
@11689
|
12 years |
rme |
Create 1.3 branch (I hope).
|
|
|
@11686
|
12 years |
gz |
Don't catch all errors in specifier-type-if-known, just unknown type. …
|
|
|
@11685
|
12 years |
gz |
Umm, don't signal a program error for invalid slot type in defclass, …
|
|
|
@11683
|
12 years |
gz |
Make defclass complain about illegal types
|
|
|
@11682
|
12 years |
gz |
make fcomp-macroexpand-1 handle warnings like the compiler
|
|
|
@11681
|
12 years |
gz |
fix braino in typep optimizer
|
|
|
@11680
|
12 years |
gz |
r11664-r11666 from trunk
|
|
|
@11678
|
12 years |
gz |
keep-symbols for trace encapsulation fn so can see args in backtraces
|
|
|
@11670
|
12 years |
gz |
r11667 from trunk
|
|
|
@11669
|
12 years |
gz |
list explicit filename in with-open-file for more useful arglist
|
|
|
@11662
|
12 years |
gz |
Back out of r11643 for now as it triggers bug #411
|
|
|
@11660
|
12 years |
gz |
Make print-call-history and backtrace-as-list support a :process …
|
|
|
@11658
|
12 years |
gz |
r11572 from trunk
|
|
|
@11657
|
12 years |
gz |
r11605 from trunk
|
|
|
@11656
|
12 years |
gz |
r11622 from trunk
|
|
|
@11655
|
12 years |
gz |
r11625 from trunk
|
|
|
@11654
|
12 years |
gz |
r11626 from trunk
|
|
|