File: ChangeLog

package info (click to toggle)
cl-defsystem3 3.6i%2B2007.07.01-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 356 kB
  • ctags: 224
  • sloc: lisp: 3,098; makefile: 49; sh: 48
file content (882 lines) | stat: -rw-r--r-- 25,134 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
2007-07-01  sds <sds>

	* defsystem.lisp: (*central-registry*): treat :LISPWORKS5 like
	:LISPWORKS4

2006-03-13  rtoy <rtoy>

	* defsystem.lisp: In NEW-APPEND-DIRECTORIES, CMUCL wants to use
	separate :name and :type args like mcl, sbcl, and clisp.

2006-03-13  sds <sds>

	* defsystem.lisp: (preprocess-component-definition): a fix from Marco

2005-09-05  marcoxa <marcoxa>

	* README: Version number upped.

2005-09-05  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-09-05  marcoxa <marcoxa>

	* defsystem.lisp: Made several changes to ensure that Sam Steingold
	modifications to control evaluation of definition slots do not
	interfere with subcomponents.  Cleaned up the code in several
	places.  Added RUN-SHELL-COMMAND (modified from UFFI and ASDF to
	make it more portable). The original versions were by Dan Barlow and
	Kevin Rosenberg.

2005-08-18  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-08-16  sds <sds>

	* defsystem.lisp: (*component-evaluated-slots*,
	*component-form-slots*): new parameters (component): init
	INITIALLY-DO, FINALLY-DO, COMPILE-FORM, LOAD-FORM to a NOP
	(defsystem): make sure that *COMPONENT-EVALUATED-SLOTS* and
	*COMPONENT-FORM-SLOTS* are evaluated at the EXECUTE time
	(create-component-pathnames): no need to EVAL the
	*COMPONENT-EVALUATED-SLOTS* (operate-on-component,
	operate-on-components): use FUNCALL instead of EVAL for
	*COMPONENT-FORM-SLOTS*

2005-08-16  sds <sds>

	* defsystem.lisp: (registry-pathname): new function
	(print-central-registry-directories,
	list-central-registry-directories) (compute-system-path): use it

2005-08-16  sds <sds>

	* defsystem.lisp: (*central-registry*) [CLISP]: use
	(EXT:DEFAULT-DIRECTORY)

2005-08-16  sds <sds>

	* defsystem.lisp: (compiled-file-p): sync with CLOCC/PORT/sys.lisp
	(needs-compilation): always call COMPILED-FILE-P

2005-07-02  pvaneynd <pvaneynd>

	* debian/README.Debian, debian/changelog, debian/control,
	debian/prepare-build.sh: new release with darcs

2005-06-29  sds <sds>

	* defsystem.lisp: (defined-names-and-systems): use plural keyword for the aesthetic
	reasons

2005-06-16  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-06-16  marcoxa <marcoxa>

	* defsystem.lisp: Fixed warnings and messages in FIND-SYSTEM when
	dealing with foreign systems. Thanks to Cyrus Harmon for signalling
	this.

2005-06-15  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-06-15  marcoxa <marcoxa>

	* defsystem.lisp: Added a few utilities functions and fixed a couple
	of minor glitches in UNDEFSYSTEM and FIND-SYSTEM.

2005-05-11  pvaneynd <pvaneynd>

	* debian/changelog, debian/prepare-build.sh: commit for debian
	version 3.5i+2005.05.11

2005-04-26  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-04-26  marcoxa <marcoxa>

	* docs/defsystem.text: Added :author, :licence and :description to
	simple component grammar.

2005-04-26  marcoxa <marcoxa>

	* docs/defsystem.html: Added :author, :licence and :description to
	simple grammar.

2005-04-26  marcoxa <marcoxa>

	* README: [no log message]

2005-04-26  marcoxa <marcoxa>

	* defsystem.lisp: Changed version number to 3.5i.

2005-04-26  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-04-26  marcoxa <marcoxa>

	* defsystem.lisp: Added AUTHOR and LICENCE slots to COMPONENT
	definition.

2005-03-10  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-03-10  marcoxa <marcoxa>

	* defsystem.lisp: After a suggestion by David Tolpin, the code is
	simplified even more, and the logic should be now more clear: use
	the user supplied pieces of the pathname if non NIL.

2005-03-09  marcoxa <marcoxa>

	* defsystem.lisp: Change in COMPONENT-FULL-PATHNAME-I.  The
	treatment of PATHNAME-HOST and PATHNAME-DEVICE in the call to
	MAKE-PATHNAME in the T branch of the last COND is bogus.
	COMPONENT-DEVICE and COMPONENT-HOST must respect the ANSI
	definition, hence, they cannot be PATHNAMEs.  The simplification of
	the code is useful and it should make MK:DEFSYSTEM work better with
	OpenMCL and other systems.  SCL compatibility may be broken, but I
	doubt it will.

2005-03-03  pvaneynd <pvaneynd>

	* debian/changelog, debian/control: debian release
	3.4i+cvs.2005.03.03.1

2005-02-04  marcoxa <marcoxa>

	* defsystem.lisp: Set *DONT-REDEFINE-REQUIRE* default to T for ACL
	(requested by Robert Goldman.)

2005-01-28  marcoxa <marcoxa>

	* defsystem.lisp: Fixed loading of foreign libraries in Lispworks,
	which uses different functions on different platoforms.

2005-01-04  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2005-01-04  marcoxa <marcoxa>

	* defsystem.lisp: Added small patch to the computation of
	COMPONENT-HOST to accommodate a recent change in CMUCL.  The patch
	ensures that eventually the default host is taken from
	*DEFAULT-PATHNAME-DEFAULTS*. Thanks to Raymond Toy for this patch.

2004-12-06  sds <sds>

	* defsystem.lisp: (*dont-redefine-require*) [CLISP]: set to T

2004-11-30  sds <sds>

	* defsystem.lisp: (compiled-file-p) [CLISP]: use PEEK-CHAR+READ instead of
	READ-FROM-STRING+READ-LINE

2004-11-30  sds <sds>

	* defsystem.lisp: (compiled-file-p) [CLISP]: fixed for CLISP 2.34

2004-11-30  sds <sds>

	* defsystem.lisp: (compiled-file-p): when PORT is already present, use it, otherwise
	redefine it (needs-compilation): use COMPILED-FILE-P

2004-11-30  sds <sds>

	* defsystem.lisp: (*filename-extensions*) [CLISP]: source type is
	"lisp"

2004-07-19  kevinrosenberg <kevinrosenberg>

	* debian/changelog, defsystem.lisp: fix for sbcl

2004-07-13  kevinrosenberg <kevinrosenberg>

	* defsystem.lisp: add missing paren

2004-07-13  kevinrosenberg <kevinrosenberg>

	* ChangeLog, debian/changelog, defsystem.lisp: fix
	mk-sbcl-module-provider

2004-07-13  kevinrosenberg <kevinrosenberg>

	* ChangeLog, debian/changelog, debian/control, defsystem.lisp: 
	2004-07-12 23:37  kevinrosenberg          * defsystem.lisp: o Avoid
	checks for symbol in EXT package         unless EXT package exists.
	Fixes compilation on AllegroCL and SBCL.

2004-07-07  rtoy <rtoy>

	* defsystem.lisp: The module provider for CMUCL needs to return NIL
	if MK:DEFSYS can't find the system.  This is necessary to allow
	other module providers a chance to work.  (Probably need to make the
	same change for SBCL.)

2004-06-28  kevinrosenberg <kevinrosenberg>

	* ChangeLog, debian/changelog: new debian package

2004-06-28  rtoy <rtoy>

	* defsystem.lisp: o Change default for *DONT-REDEFINE-REQUIRE* to T
	for SBCL and for   CMUCL (when *module-provider-functions* exists).
	We don't want   defsystem redefining REQUIRE in this case. o Add
	module-provider support for CMUCL, if   *module-provider-functions*
	exists.

2004-06-17  marcoxa <marcoxa>

	* defsystem.lisp: Added support for SBCL (and, in perspective CMUCL)
	*module-provider-functions* to play nice with REQUIRE.

2004-06-15  marcoxa <marcoxa>

	* defsystem.lisp: Two changes: 1 - Fixed a buglet introduced in the
	previous set of changes while     adding support for "recursive
	defsystems". 2 - Completed support for "recursive defsystems":     A
	DEFSYSTEM definition can not have components of the form
	(:system "foo")      or          (:system "foo" :depends-on (...))
	As long as the :system (or :subsystem) component spec does not
	contain any :components, then MK:DEFSYSTEM will take this to be a
	"recursive defsystem" definition and try to load a system named
	"foo.system" from the "foo" subdirectory.  It can be argued that
	this makes life more easier and more natural.

2004-06-07  sds <sds>

	* defsystem.lisp: (fortran-compile-file): avoid a compiler warning

2004-06-03  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2004-06-03  marcoxa <marcoxa>

	* debian/copyright: Updated copyright notice.

2004-06-03  marcoxa <marcoxa>

	* defsystem.lisp: Added preliminary Fortran support.  Taken from
	Matlisp.

2004-06-02  kevinrosenberg <kevinrosenberg>

	* debian/changelog: Automated commit for
	debian_version_3_3i+cvs_2004_06_02

2004-05-26  sds <sds>

	* defsystem.lisp: whitespace changes for the sake of Emacs

2004-04-27  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2004-04-27  marcoxa <marcoxa>

	* defsystem.lisp: Fixed a problem with APPEND_LOGICAL_PNAMES that
	caused Matlisp not to compile properly.  The problem stemmed from
	the different settings of PATHNAME-HOST on CMUCL and LW.  The fix
	should be transparent across implementations.

2004-04-20  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control: new debian package

2004-03-30  kevinrosenberg <kevinrosenberg>

	* debian/changelog, defsystem.lisp: argument order switch by Jochen
	Jost

2004-03-11  kevinrosenberg <kevinrosenberg>

	* debian/changelog: Automated commit for
	debian_version_3_3i+cvs_2004_03_10

2004-03-10  marcoxa <marcoxa>

	* defsystem.lisp: Made some changed to APPEND-DIRECTORIES,
	APPEND-LOGICAL-PNAMES and TRANSLATE-VERSION to circumvent a bug in
	Lispworks MERGE-PATHNAMES. As a result the system is altogether
	safer because now we operate on pathnames more consistently.

2004-02-27  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2004-02-27  marcoxa <marcoxa>

	* defsystem.lisp: Fixed glitch in NEEDS-COMPILATION that made it too
	eager in conjunction with repeated LOAD operations.  Thanks to
	Raymond Toy for noting this.

2004-02-10  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2004-02-10  marcoxa <marcoxa>

	* defsystem.lisp: Fixed initialization of extensions in presence (or
	not) of language definition.  (Thanks to Raymond Toy for finding
	this out.)

2004-02-01  marcoxa <marcoxa>

	* defsystem.lisp: Release number upped to 3.4i.

2004-02-01  marcoxa <marcoxa>

	* README: README file updated.

2004-01-31  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2004-01-31  marcoxa <marcoxa>

	* defsystem.lisp: Made changes to FIND-SYSTEM to accommodate foreign
	systems.  Also made FIND-SYSTEM signal a MISSING-SYSTEM condition
	instead of using the simple condition machinery.

2004-01-24  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2004-01-24  marcoxa <marcoxa>

	* defsystem.lisp: Added and exported some specialized contidions for
	missing system components. Added and exported
	SYSTEM-DEFINITION-PATHNAME. Changed slightly (in a backward
	compatible way) the way a system is looked up in a directory tree.
	Now (MK:FIND-SYSTEM "foo") will also find 'foo/foo.system' --
	provided that the directory 'foo' is visible from the registry.

2004-01-23  marcoxa <marcoxa>

	* defsystem.lisp: Added three conditions to improve support for
	NEW-REQUIRE.

2004-01-12  marcoxa <marcoxa>

	* defsystem.lisp: Updated copyright.

2003-12-05  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control: Automated commit for
	debian_version_3_3i+cvs_2003_12_05

2003-09-26  rtoy <rtoy>

	* defsystem.lisp: Drop support for versions of CMUCL older than
	cmu17.  Thus, assume the feature :cmu means cmu17 and later.  This
	will make defsystem a little more robust against changes in CMUCL's
	version features.

2003-09-26  sds <sds>

	* defsystem.lisp: a half-hearted attempt at starting to support GCL


2003-04-30  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/rules: Automatic commit for
	debian_version_3_3i+cvs_2003_04_30

2003-04-29  rtoy <rtoy>

	* defsystem.lisp: Remove the :new-compiler conditionalization for
	CMUCL.  All CMUCL versions from 18a and later used the new compiler,
	and versions after 18e will have the :new-compiler feature removed.


2003-04-28  marcoxa <marcoxa>

	* defsystem.lisp: Changed some of the condizionalizations to take
	care of PROVIDE/REQUIRE hacking for various CL (especially
	MCL/OpenMCL). The new CMUCL version - 18e - may have some glitches
	due to the unclear status of the :NEW-COMPILER feature.  Please be
	patient about it.

2003-03-21  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control: Automatic commit for
	debian_version_3_3i+cvs_2003_03_20

2003-03-21  sds <sds>

	* defsystem.lisp: fixed a typo in the last patch

2003-03-11  sds <sds>

	* defsystem.lisp: (add-registry-location): use PUSHNEW instead of PUSH

2003-03-07  kevinrosenberg <kevinrosenberg>

	* debian/control: [no log message]

2003-02-06  kevinrosenberg <kevinrosenberg>

	* debian/changelog: Automatic commit for
	debian_version_3_3i+cvs_2003_02_05

2003-02-06  kevinrosenberg <kevinrosenberg>

	* debian/copyright: [no log message]

2003-02-03  kevinrosenberg <kevinrosenberg>

	* debian/changelog, defsystem.lisp: Rename package for
	PROVIDE/REQUIRE with OpenMCL 0.13.4

2002-11-24  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control, debian/copyright: deb pkg
	changes

2002-11-24  kevinrosenberg <kevinrosenberg>

	* debian/copyright: deb pkg changes

2002-11-24  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-11-22  marcoxa <marcoxa>

	* defsystem.lisp: Changed licensing terms to make them more DFSG
	compliant.  Also added first cut code to achieve "pathname less"
	operation of MK3, following the ideas in ASDF.  If the DEFSYSTEM
	form is loaded from a file, then the location of the file (intended
	as a directory) is computed from *LOAD-PATHNAME* and stored as the
	:SOURCE-PATHNAME of the system.

2002-11-18  marcoxa <marcoxa>

	* defsystem.lisp: Added patches to accomodate Scieneer Common Lisp.
	Thanks to Douglas T. Crosher.

2002-11-18  marcoxa <marcoxa>

	* defsystem.lisp: Patched *FILENAME-EXTENSIONS* to take better care
	of the latest MCL. Thanks to Tom Russ <tar@isi.edu>.

2002-11-18  marcoxa <marcoxa>

	* defsystem.lisp: Added patches by Juanio Ripoll to make
	MK:DEFSYSTEM 3.3i work with ECL.

2002-11-14  marcoxa <marcoxa>

	* defsystem.lisp: Added some minor patches to accomodate ECL (thanks
	to Juan Jose Garcia Ripoll).

2002-09-27  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control: new pkg

2002-09-25  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/postinst: [no log message]

2002-09-22  marcoxa <marcoxa>

	* defsystem.lisp: Fixed problem in NEW-REQUIRE.  Removed
	STRING-DOWNCASE for CMUCL.

2002-09-04  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control, debian/rules: updates for Debian
	clc integration

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/cl-defsystem3.doc-base: fix html extension

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/rules, defsystem.html, defsystem.text,
	docs/defsystem.html, docs/defsystem.text: move documentation

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/copyright: update copyright fields

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/cl-defsystem3.doc-base, debian/rules: Add
	documentation files to Debian package

2002-08-26  kevinrosenberg <kevinrosenberg>

	* defsystem.html, defsystem.text: Add documentation files from
	common lisp controller directory in preparation for defsystem source
	being removed from common lisp controller. Common Lisp Controller
	can depend on defsystem versions 3 & 4 as well as asdf without
	including them in its source.

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/docs, debian/rules: Fix control file, changelog name

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/changelog, debian/control: Auto commit for Debian build

2002-08-26  kevinrosenberg <kevinrosenberg>

	* debian/README.Debian, debian/changelog, debian/compat,
	debian/control, debian/copyright, debian/docs, debian/postinst,
	debian/postrm, debian/preinst, debian/prerm, debian/rules: Add
	debian files

2002-06-19  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-06-17  marcoxa <marcoxa>

	* defsystem.lisp: Fixed loading of foreign modules for C under
	Lispworks (patch provided by Dave Fox from Xanalys).

2002-06-13  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-06-13  marcoxa <marcoxa>

	* defsystem.lisp: Added patch for loading C files under Lispworks on
	Linux. Patch submitted by Walter C. Pelissero.

2002-06-13  marcoxa <marcoxa>

	* defsystem.lisp: Updated release number to 3.3i.

2002-06-13  marcoxa <marcoxa>

	* README: Release number updated to 3.3.

2002-06-13  marcoxa <marcoxa>

	* ChangeLog: ChangeLog Updated.

2002-06-13  marcoxa <marcoxa>

	* README: File Added.

2002-05-30  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-05-30  marcoxa <marcoxa>

	* defsystem.lisp: Minor fix to DEFINE-LANGUAGE :C (better feature
	discrimination in place).

2002-05-29  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-05-29  marcoxa <marcoxa>

	* defsystem.lisp: Added PATHNAME-HOST to pathname construction in
	ENSURE-DIRECTORIES-EXIST in COMPILE-FILE-OPERATION.  Added loader
	for C Libraries for SBCL and (experimental) loader for C libraries
	for Lispworks 4.2 both under MS Windows and UNIX.

2002-03-26  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-03-26  marcoxa <marcoxa>

	* defsystem.lisp: Changed computation of the compiled file extension
	for ACL when the source file type is "cl".  Cfr. 	#+excl ("cl"   .
	,(pathname-type (compile-file-pathname "foo.cl")))

2002-03-23  kevinrosenberg <kevinrosenberg>

	* ChangeLog, defsystem.lisp: Backported ADD-REGISTRY-LOCATION
	function from defsystem-4

2002-03-02  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-03-02  marcoxa <marcoxa>

	* defsystem.lisp: More patches from KMR to make DEFSYSTEM 3.x more
	ACL friendly. A major change has been introduced in the way
	directories are appended for ACL.  All computations now go through
	NEW-APPEND-DIRECTORIES. Tests do not show problems, but YMMV.

2002-02-20  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-02-20  marcoxa <marcoxa>

	* defsystem.lisp: Added some initial support for CormanLisp.  Not
	quite working yet.

2002-02-20  marcoxa <marcoxa>

	* defsystem.lisp: Updated copyright notice to include 2001 and 2002.


2002-02-12  sds <sds>

	* defsystem.lisp: (new-append-directories): avoid binding REL-FILE when it is not used


2002-02-11  stig <stig>

	* defsystem.lisp: minor case-change of the symbol T to t, to
	correspond to other case-changes done recently.

2002-02-06  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-02-06  marcoxa <marcoxa>

	* defsystem.lisp: Added patches by Kevin Rosenberg and Arthur
	Lemmens. ACL case-sensitivity should not cause any problems now and
	LW warning should disappear. Also, support for the newer compilers
	and binaries for ACL 6.1 and LW 4.2 is in (thanks again to Kevin
	Rosenberg).

2002-01-18  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-01-18  marcoxa <marcoxa>

	* defsystem.lisp: Addeed `with-compilation-unit' patch to
	`operate-on-system', as suggested by Bob Rogers.

2002-01-18  marcoxa <marcoxa>

	* ChangeLog: ChangeLog updated.

2002-01-18  marcoxa <marcoxa>

	* defsystem.lisp: Modified some definitions to accommodate ACL case
	sensitivity according to suggestions by Kevin Rosenberg.

2002-01-09  rtoy <rtoy>

	* ChangeLog: [no log message]

2002-01-07  rtoy <rtoy>

	* defsystem.lisp: Inherit :compiler-options from the parent if
	possible, just like the :compile-only option.  That way, you don't
	have to specify the same option every time.

2001-12-14  pvaneynd <pvaneynd>

	* defsystem.lisp: Added extra checks for component banners: they
	should be a string only. Also now correctly adds this to the
	herald-items on cmucl

2001-12-04  sds <sds>

	* .cvsignore: moved the common stuff to CVSROOT

2001-11-10  marcoxa <marcoxa>

	* defsystem.lisp: Added all changes proposed by Christophe Rhodes,
	but not changed the "failure behavior" oc C-COMPILE-FILE.  It still
	generates an error.

2001-11-01  liam <liam>

	* defsystem.lisp: LispWorks does not accept (inhibit-warnings 3).

2001-07-26  sds <sds>

	* ChangeLog, defsystem.lisp: (new-append-directories): removed CLISP-specific type upcasing

2001-07-13  stig <stig>

	* defsystem.lisp: Manually sync'ed defsystem.lisp with updates done
	in c-l-c's defsystem.lisp.  Apart from some whitespace and version
	tags they should not differ much.  Have tested with clean cmucl and
	clisp and it seems to work nicely but probably needs more testing.
	In case the common-lisp-controller conditionals are too intrusive on
	verbosity-control, one might get the previous version.  Good luck.

2001-06-06  marcoxa <marcoxa>

	* ChangeLog: ChangeLog added.

2001-06-06  marcoxa <marcoxa>

	* defsystem.lisp: Changed definition of 'compile-file-operation' to
	meet requirements for COMMON-LISP-CONTROLLER.  Added a few fixes for
	LispWorks on PC/Windows.

	---------------------------------------------------------------------- Enter Log.  Lines beginning with `CVS:' are removed automatically  Committing in .  Modified Files: 	defsystem.lisp ----------------------------------------------------------------------

2001-05-07  sds <sds>

	* .cvsignore: cr/lf

2001-04-11  sds <sds>

	* defsystem.lisp: updated for CLISP #+LISP=CL

2001-03-18  sds <sds>

	* .cvsignore: added lww *.fsl

2001-03-16  sds <sds>

	* defsystem.lisp: (component-full-pathname-i): init device from `pathname'  when it is
	nil in the `component'

2001-02-06  sds <sds>

	* defsystem.lisp: (run-compiler): `error-file' and `error-file-stream'  should exist
	only under #+cmu

2001-01-09  marcoxa <marcoxa>

	* defsystem.lisp: Added patch for 'new-append-directories' for MCL
	3.4.

	---------------------------------------------------------------------- Committing in .  Modified Files:  	defsystem.lisp ----------------------------------------------------------------------

2001-01-08  sds <sds>

	* defsystem.lisp: updated for CMUCL 18c, where :cmu17 is not a
	feature anymore (component): type defaults to `:file'

2000-07-26  rtoy <rtoy>

	* defsystem.lisp: Add COMPILER-OPTIONS to COMPONENT defstruct to
	allow user to specify special compiler options for a particular
	component.

2000-05-16  sds <sds>

	* defsystem.lisp: (system-source-size): message tweak

2000-05-16  sds <sds>

	* defsystem.lisp: (pathname-logical-p): fixed the CLISP version (`logical-pathname-p'
	was called but not defined) and unified both versions into one.

2000-05-15  sds <sds>

	* defsystem.lisp: (c-compile-file): ignore `error-file' (kill a warning)

2000-05-12  sds <sds>

	* defsystem.lisp: (*central-registry*): fixed for lispworks4 (from
	dey)

2000-05-11  sds <sds>

	* defsystem.lisp: (system-source-size): new optional argument `force'

2000-05-10  rtoy <rtoy>

	* defsystem.lisp: CMUCL and CLISP RUN-PROGRAM want the arguments as
	a list of strings. Change RUN-UNIX-PROGRAM so the arguments are a
	list.  Convert the list to a string for the other platforms.  (Not
	tested.)  Modify C-COMPILE-FILE accordingly.

2000-05-10  rtoy <rtoy>

	* defsystem.lisp: Don't default binary-extension so we can inherit
	this from the parent, just like source-extension.

2000-04-19  haible <haible>

	* defsystem.lisp: Add three #+clisp, to silence warnings.

2000-04-07  sds <sds>

	* defsystem.lisp: (component source-extension): do not supply an
	init form (stig's patch)

2000-03-29  sds <sds>

	* defsystem.lisp: (*filename-extensions*): use
	`compile-file-pathname' to find the default binary extension.

2000-03-23  marcoxa <marcoxa>

	* defsystem.lisp: Fixed problem with ACL and construction of system
	filenames in COMPUTE-SYSTEM-PATH.  Also fixed problem with exports
	conflicting with native ACL and LW defsystems.  No symbol is now
	imported in COMMON-LISP-USER.  You must always use the package
	qualifier "MK:" to access LOAD-SYSTEM, COMPILE-SYSTEM and friends.

2000-03-22  haible <haible>

	* defsystem.lisp: *filename-extensions* needs only one entry for
	CLISP, not two.

2000-03-15  marcoxa <marcoxa>

	* defsystem.lisp: Fixed the '*defsystem-version* variable to reflect
	the current version.

2000-03-03  sds <sds>

	* defsystem.lisp: do not redefine provide/require under clisp

2000-03-03  marcoxa <marcoxa>

	* defsystem.lisp: Added change suggested by Raymond Toy and function
	PATHNAME-LOGICAL-P. The beast has been tested lightly with no
	problems encountered.

2000-02-28  marcoxa <marcoxa>

	* defsystem.lisp: The symbols FIND-SYSTEM, LOAD-SYSTEM, DEFSYSTEM,
	COMPILE-SYSTEM and HARDCOPY-SYSTEM are no longer imported in the
	COMMON-LISP-USER package. Cfr. the definitions of *EXPORTS* and
	*SPECIAL-EXPORTS*.

2000-02-18  sds <sds>

	* .cvsignore: ignore the compiled files

2000-02-16  sds <sds>

	* defsystem.lisp: finally, works with CLISP (*filename-extensions*):
	clisp uses `lsp', not `lisp' (*standard-source-file-types*,
	*standard-binary-file-types*):  removed (never used) (component):
	default `source-extension' and `binary-extension' on
	`*filename-extensions*', not hardwired `lisp/fasl'
	(default-source-extension, default-binary-extension): default based
	on `*filename-extensions*', not not hardwired `lisp/fasl'

2000-02-11  sds <sds>

	* defsystem.lisp: compile with clisp

2000-01-29  marcoxa <marcoxa>

	* defsystem.lisp: 

	---------------------------------------------------------------------- Added EXPORT of FIND-SYSTEM.  Committing in module 'defsystem-3.x'.  Modified Files: 	defsystem.lisp ----------------------------------------------------------------------

2000-01-19  marcoxa <marcoxa>

	* Initial revision