|
|
|
@14421
|
14 years |
Gary Byers |
systems.lisp, compile-ccl.lisp, l1-boot-2.lisp: Compile and load …
|
|
|
|
@14420
|
14 years |
Gary Palter |
Revert previous change -- Cocotron is broken
|
|
|
|
@14419
|
14 years |
Gary Palter |
Update to Cocotron r1717c90b4d27.
|
|
|
|
@14418
|
14 years |
Gary Byers |
Un-botch MAKE-NX-T.
|
|
|
|
@14417
|
14 years |
Gary Byers |
No more *NX-NIL*, *NX-T*.
|
|
|
|
@14416
|
14 years |
Gary Byers |
new ARM Linux image
|
|
|
|
@14415
|
14 years |
Gary Byers |
new Win64 image
|
|
|
|
@14414
|
14 years |
Gary Byers |
new Win32 image
|
|
|
|
@14413
|
14 years |
Gary Byers |
Solaris images
|
|
|
|
@14412
|
14 years |
Gary Byers |
64-bit FreeBSD image
|
|
|
|
@14411
|
14 years |
Gary Byers |
32-bit FreeBSD image
|
|
|
|
@14410
|
14 years |
Gary Byers |
new DarwinX86 images
|
|
|
|
@14409
|
14 years |
Gary Byers |
new DarwinPPC images
|
|
|
|
@14408
|
14 years |
Gary Byers |
new LinuxX86 images
|
|
|
|
@14407
|
14 years |
Gary Byers |
new LinuxPPC images
|
|
|
|
@14406
|
14 years |
Gary Byers |
Start to bootstrap a change which uses "normal" acode operators to …
|
|
|
|
@14405
|
14 years |
R. Matthew Emerson |
Merge recent minor fixes from trunk.
|
|
|
|
@14404
|
14 years |
R. Matthew Emerson |
Update %RMDIR to remove a trailing #\/ at the lisp level, instead of …
|
|
|
|
@14403
|
14 years |
R. Matthew Emerson |
Add :arm to *features* when #+arm-target. Closes ticket:770.
|
|
|
|
@14402
|
14 years |
Gary Byers |
Define ISB, DSB, DMB instructions. (A prerequisite to actually using …
|
|
|
|
@14401
|
14 years |
R. Matthew Emerson |
Additional method on GET-OBJECT-SOURCES for closures, from Takehiko
Abe.
|
|
|
|
@14400
|
14 years |
Gary Byers |
updated
|
|
|
|
@14399
|
14 years |
R. Matthew Emerson |
Some documentation for ccl:wait-for-signal.
|
|
|
|
@14398
|
14 years |
R. Matthew Emerson |
Document ccl:quit.
|
|
|
|
@14397
|
14 years |
Gary Byers |
Try to make string-output-stream creation a little faster.
Amazingly …
|
|
|
|
@14396
|
14 years |
R. Matthew Emerson |
Clozure CL 1.6 RC1 (release candidate) binaries.
|
|
|
|
@14395
|
14 years |
R. Matthew Emerson |
32-bit Windows image without crazy special binding index values.
(See …
|
|
|
|
@14394
|
14 years |
R. Matthew Emerson |
Linux x86[-64] images, without ridiculously high symbol binding
index …
|
|
|
|
@14393
|
14 years |
R. Matthew Emerson |
Merge makefile changes involving SVN_REVISION from trunk.
|
|
|
|
@14392
|
14 years |
R. Matthew Emerson |
Add SVN_REVISION to linuxppc makefiles, too.
|
|
|
|
@14391
|
14 years |
R. Matthew Emerson |
Define SVN_REVISION from the output of svnversion. This was
already …
|
|
|
|
@14390
|
14 years |
R. Matthew Emerson |
Don't need these directories here.
|
|
|
|
@14389
|
14 years |
R. Matthew Emerson |
Change externals to point into this branch instead of the trunk.
|
|
|
|
@14388
|
14 years |
R. Matthew Emerson |
Add RC1 to version string.
|
|
|
|
@14387
|
14 years |
R. Matthew Emerson |
Merge trunk changes.
|
|
|
|
@14386
|
14 years |
R. Matthew Emerson |
Remove the svn externals property for the cocoa-ide sources
on the …
|
|
|
|
@14385
|
14 years |
R. Matthew Emerson |
Put :ccl-1.6 on *features*.
|
|
|
|
@14384
|
14 years |
R. Matthew Emerson |
New top-level directory cocoa-ide-contrib. Move related contribs …
|
|
|
|
@14383
|
14 years |
R. Matthew Emerson |
Merge trunk changes through r14382.
|
|
|
|
@14382
|
14 years |
R. Matthew Emerson |
Update insert-ppc-label for pickier defstruct.
…
|
|
|
|
@14381
|
14 years |
R. Matthew Emerson |
Merge trunk changes r14361 through r14380.
|
|
|
|
@14380
|
14 years |
R. Matthew Emerson |
Update to ASDF 2.010.
|
|
|
|
@14379
|
14 years |
R. Matthew Emerson |
Remove some 68K-specific code (long commented-out).
If we re-port to …
|
|
|
|
@14378
|
14 years |
greg |
Added a new example that shows the use of a NSProgressIndicator.
|
|
|
|
@14377
|
14 years |
Gary Byers |
*CLASS-INIT-KEYWORDS* needs to be an EQ hash table: ObjC class …
|
|
|
|
@14376
|
14 years |
gz |
Implement loading a file from a url, e.g. (load …
|
|
|
|
@14375
|
14 years |
Gary Byers |
In the frontend:
binary boolean operations assert their result's …
|
|
|
|
@14374
|
14 years |
Gary Byers |
Try to generate better code in some cases in the 64-bit LRI/LRIU …
|
|
|
|
@14373
|
14 years |
Gary Byers |
Braino in CONCAT-TO-STRING.
|
|
|
|
@14372
|
14 years |
Gary Byers |
(concatenate 'string ,@sequences) => (concat-to-string ,@sequences)
|
|
|
|
@14371
|
14 years |
R. Matthew Emerson |
In ADVISE-GLOBAL-DEF, declare CCL::ARGLIST ignorable in order to avoid …
|
|
|
|
@14370
|
14 years |
gz |
Fix test for invalid type in declaration. Add test for unknown type …
|
|
|
|
@14369
|
14 years |
gz |
Make :unknown-type-in-declaration only be used for unknown types, no …
|
|
|
|
@14368
|
14 years |
gz |
Don't muffle warnings when running test, as that affects the return …
|
|
|
|
@14367
|
14 years |
Gary Byers |
Add NTH-FUNCTION-FRAME, which is like NTH-RAW-FRAME but only counts …
|
|
|
|
@14366
|
14 years |
Gary Byers |
arm-gc.c: update some comments.
arm-exceptions.c: in …
|
|
|
|
@14365
|
14 years |
Gary Byers |
Admit that the macro CCL::REPORT-BAD-ARG has accepted exactly 2 …
|
|
|
|
@14364
|
14 years |
R. Matthew Emerson |
Typo in decode-string-from-octets.
|
|
|
|
@14363
|
14 years |
Gary Byers |
Don't do PERFORM-EDIT-CHANGE-NOTIFICATION (call the #/noteHemlock... …
|
|
|
|
@14362
|
14 years |
Gary Byers |
Define standard I/O variables with DEF-STANDARD-INITIAL-BINDING; …
|
|
|
|
@14361
|
14 years |
R. Matthew Emerson |
Create release branch for 1.6.
|
|
|
|
@14360
|
14 years |
Gary Byers |
make branch for compiler changes
|
|
|
|
@14359
|
14 years |
R. Matthew Emerson |
Export DELETE-DIRECTORY.
|
|
|
|
@14358
|
14 years |
R. Matthew Emerson |
New functions DELETE-EMPTY-DIRECTORY and DELETE-DIRECTORY.
|
|
|
|
@14357
|
14 years |
Gary Byers |
Acode optimization for logior/logxor/logand in PPC backend, too.
|
|
|
|
@14356
|
14 years |
Gary Byers |
Current LinuxARM binaries.
|
|
|
|
@14355
|
14 years |
Gary Byers |
Use new stuff for logior/logxor/logand in ARM backend.
|
|
|
|
@14354
|
14 years |
Gary Byers |
platform-linuxarm.h: since this is platform-specific anyway, reference …
|
|
|
|
@14353
|
14 years |
R. Matthew Emerson |
In DELETE-FILE, don't call %REALPATH.
This has (at least) two effects …
|
|
|
|
@14352
|
14 years |
R. Matthew Emerson |
Display svn version information when the entering the lisp kernel …
|
|
|
|
@14351
|
14 years |
R. Matthew Emerson |
Remove conditionalizations on ccl-qres.
|
|
|
|
@14350
|
14 years |
Gary Byers |
updated
|
|
|
|
@14349
|
14 years |
Gary Byers |
Um, actually check in doc/src/streams.xml ...
doc/src/streams.xml: …
|
|
|
|
@14348
|
14 years |
Gary Byers |
Define (obvious) compiler-macros on LOG{AND,OR}C{1,2}.
Define …
|
|
|
|
@14347
|
14 years |
R. Matthew Emerson |
Define SVN_REVISION in Linux and Darwin makefiles (x86, x86-64).
|
|
|
|
@14346
|
14 years |
R. Matthew Emerson |
Look for SVN_REVISION macro, and by means of ridiculous C preprocessor …
|
|
|
|
@14345
|
14 years |
R. Matthew Emerson |
In define-compile-time-structure, don't add refinfo for inherited …
|
|
|
|
@14344
|
14 years |
R. Matthew Emerson |
Don't call truename in user-homedir-pathname.
If we do, we choke when …
|
|
|
|
@14343
|
14 years |
Gary Byers |
In DO-LEXICAL-REFERENCE: if we push a register, do so without
updating …
|
|
|
|
@14342
|
14 years |
Gary Byers |
In x862-do-lexical-reference: look in the register map before pushing …
|
|
|
|
@14341
|
14 years |
Gary Byers |
ignore *fsl
|
|
|
|
@14340
|
14 years |
Gary Byers |
%ILOGNOT, ASH backend stuff for ARM.
|
|
|
|
@14339
|
14 years |
Gary Byers |
%ILOGNOT, ASH for PPC.
%ILSL vinsns: do logical (unsigned) compare of …
|
|
|
|
@14338
|
14 years |
Gary Byers |
Implement %ILOGNOT vinsns. Improve %ILSL visnsn (knock wood.)
|
|
|
|
@14337
|
14 years |
Gary Byers |
Implement %ILOGNOT, ASH in the x86 backend. (The macroexpansion of …
|
|
|
|
@14336
|
14 years |
Gary Byers |
BACKEND-USE-OPERATOR ("portable" way to do X862-USE-OPERATOR, …
|
|
|
|
@14335
|
14 years |
Gary Byers |
Optionally (mostly optional for bootstrapping reasons) expect the …
|
|
|
|
@14334
|
14 years |
R. Matthew Emerson |
Repair Windows breakage introduced in r14322. We need to use _wunlink …
|
|
|
|
@14333
|
14 years |
R. Matthew Emerson |
ASDF 2.009 from upstream.
|
|
|
|
@14332
|
14 years |
Gary Byers |
Propagate r14156 (win64 ff-call changes) to 1.5 branch.
|
|
|
|
@14331
|
14 years |
Gary Byers |
Bootstrapping: replace unused operators with new ones for ASH, LOGNOT. …
|
|
|
|
@14330
|
14 years |
Gary Byers |
Mach exception entry/return maintain tcr->last_lisp_frame.
|
|
|
|
@14329
|
14 years |
Gary Byers |
Don't try to file-map a readonly area whose size is 0.
|
|
|
|
@14328
|
14 years |
Gary Byers |
In count_cpus(), use _SC_NPROCESSORS_CONF . (Power management may …
|
|
|
|
@14327
|
14 years |
Gary Byers |
Make ADD-FEATURE try to do so in a thread-safe way; define …
|
|
|
|
@14326
|
14 years |
Gary Byers |
As suggested by Scott Burson: WAIT-ON-SIGNAL accepts a null DURATION …
|
|
|
|
@14325
|
14 years |
Gary Byers |
If DEFUN is used to redefine a macro, just WARN instead of CERRORing …
|
|
|
|
@14324
|
14 years |
R. Matthew Emerson |
Change user-homedir-pathname not to rely on ignore-errors (we can't …
|
|
|
|
@14323
|
14 years |
gz |
Back out of r14313
|
|
|
|
@14322
|
14 years |
R. Matthew Emerson |
Use with-filename-cstrs in unix-rename and %delete-file.
|
|
|
|