File: ChangeLog

package info (click to toggle)
cl-defsystem3 3.4i%2Bcvs.2005.03.03.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 336 kB
  • ctags: 213
  • sloc: lisp: 2,965; makefile: 49; sh: 48
file content (741 lines) | stat: -rw-r--r-- 20,039 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
2005-01-04  Marco Antoniotti  <marcoxa@vault.valis.nyu.edu>

	* 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@vault>

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

2004-11-30  sds  <sds@vault>

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

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

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

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

2004-07-19  kevinrosenberg  <kevinrosenberg@vault>

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

2004-07-13  kevinrosenberg  <kevinrosenberg@vault>

	* defsystem.lisp: add missing paren

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

	* debian/control, ChangeLog, debian/changelog, 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-12 23:37  kevinrosenberg

	* defsystem.lisp: o Avoid checks for symbol in "EXT" package
	unless "EXT" package exists. Fixes compilation on AllegroCL and SBCL.
	Fix sbcl-mk-defsystem-module-provider
	
2004-06-28 14:50  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 16:38  marcoxa

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

2004-06-15 17:26  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 14:34  sds

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

2004-06-03 15:57  marcoxa

	* ChangeLog: ChangeLog updated.

2004-06-03 15:57  marcoxa

	* debian/copyright: Updated copyright notice.

2004-06-03 15:54  marcoxa

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

2004-06-02 16:35  kevinrosenberg

	* debian/changelog: Automated commit for
	  debian_version_3_3i+cvs_2004_06_02

2004-05-25 18:30  sds

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

2004-04-27 11:25  marcoxa

	* ChangeLog: ChangeLog updated.

2004-04-27 09:56  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 08:07  kevinrosenberg

	* debian/: changelog, control: new debian package

2004-03-29 23:53  kevinrosenberg

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

2004-03-10 20:45  kevinrosenberg

	* debian/changelog: Automated commit for
	  debian_version_3_3i+cvs_2004_03_10

2004-03-10 10:43  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 09:51  marcoxa

	* ChangeLog: ChangeLog updated.

2004-02-27 09:50  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 08:28  marcoxa

	* ChangeLog: ChangeLog updated.

2004-02-10 08:19  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 12:21  marcoxa

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

2004-02-01 12:20  marcoxa

	* README: README file updated.

2004-01-31 15:14  marcoxa

	* ChangeLog: ChangeLog updated.

2004-01-31 15:11  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 12:54  marcoxa

	* ChangeLog: ChangeLog updated.

2004-01-24 12:48  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 09:59  marcoxa

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

2004-01-12 09:02  marcoxa

	* defsystem.lisp: Updated copyright.

2003-12-05 15:09  kevinrosenberg

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

2003-09-26 15:49  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 09:30  sds

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

2003-04-30 06:56  kevinrosenberg

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

2003-04-29 09:23  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 14:50  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-20 20:41  kevinrosenberg

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

2003-03-20 19:02  sds

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

2003-03-11 08:44  sds

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

2003-03-07 16:13  kevinrosenberg

	* debian/control: [no log message]

2003-02-06 00:05  kevinrosenberg

	* debian/changelog: Automatic commit for
	  debian_version_3_3i+cvs_2003_02_05

2003-02-05 21:58  kevinrosenberg

	* debian/copyright: [no log message]

2003-02-02 23:04  kevinrosenberg

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

2002-11-24 08:50  kevinrosenberg

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

2002-11-23 17:30  marcoxa

	* ChangeLog: ChangeLog updated.

2002-11-22 14:12  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 15:04  marcoxa

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

2002-11-18 14:34  marcoxa

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

2002-11-18 13:48  marcoxa

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

2002-11-14 08:19  marcoxa

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

2002-09-27 15:46  kevinrosenberg

	* debian/: changelog, control: new pkg

2002-09-25 06:44  kevinrosenberg

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

2002-09-22 16:46  marcoxa

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

2002-09-04 12:36  kevinrosenberg

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

2002-08-26 12:29  kevinrosenberg

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

2002-08-26 12:25  kevinrosenberg

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

2002-08-26 11:23  kevinrosenberg

	* debian/copyright: update copyright fields

2002-08-26 11:22  kevinrosenberg

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

2002-08-26 11:18  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 04:18  kevinrosenberg

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

2002-08-26 04:11  kevinrosenberg

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

2002-08-26 03:19  kevinrosenberg

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

2002-06-19 08:33  marcoxa

	* ChangeLog: ChangeLog updated.

2002-06-17 14:47  marcoxa

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

2002-06-13 12:06  marcoxa

	* ChangeLog: ChangeLog updated.

2002-06-13 12:06  marcoxa

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

2002-06-13 10:29  marcoxa

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

2002-06-13 10:28  marcoxa

	* README: Release number updated to 3.3.

2002-06-13 10:11  marcoxa

	* ChangeLog: ChangeLog Updated.

2002-06-13 10:10  marcoxa

	* README: File Added.

2002-05-30 11:25  marcoxa

	* ChangeLog: ChangeLog updated.

2002-05-30 11:24  marcoxa

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

2002-05-29 13:28  marcoxa

	* ChangeLog: ChangeLog updated.

2002-05-29 13:26  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 09:17  marcoxa

	* ChangeLog: ChangeLog updated.

2002-03-26 09:16  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-22 19:40  kevinrosenberg

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

2002-03-02 11:50  marcoxa

	* ChangeLog: ChangeLog updated.

2002-03-02 11:50  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 13:42  marcoxa

	* ChangeLog: ChangeLog updated.

2002-02-20 13:41  marcoxa

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

2002-02-20 10:24  marcoxa

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

2002-02-12 12:47  sds

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

2002-02-11 12:58  stig

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

2002-02-06 16:53  marcoxa

	* ChangeLog: ChangeLog updated.

2002-02-06 16:51  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 08:26  marcoxa

	* ChangeLog: ChangeLog updated.

2002-01-18 08:25  marcoxa

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

2002-01-18 08:16  marcoxa

	* ChangeLog: ChangeLog updated.

2002-01-18 08:15  marcoxa

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

2002-01-09 10:17  rtoy

	* ChangeLog: [no log message]

2002-01-07 08:19  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 09:44  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 15:56  sds

	* .cvsignore: moved the common stuff to CVSROOT

2001-11-10 12:56  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 10:02  liam

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

2001-07-26 09:47  sds

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

2001-07-13 13:39  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 08:37  marcoxa

	* ChangeLog: ChangeLog added.

2001-06-06 08:35  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 14:27  sds

	* .cvsignore: cr/lf

2001-04-11 08:40  sds

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

2001-03-17 17:25  sds

	* .cvsignore: added lww *.fsl

2001-03-16 14:11  sds

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

2001-02-06 13:04  sds

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

2001-01-09 07:56  marcoxa

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

	  Modified Files:	  defsystem.lisp
	  ----------------------------------------------------------------------

2001-01-08 12:02  sds

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

2000-07-26 10:11  rtoy

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

2000-05-16 14:51  sds

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

2000-05-16 09:08  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 08:17  sds

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

2000-05-12 11:38  sds

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

2000-05-11 09:09  sds

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

2000-05-10 15:00  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 14:26  rtoy

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

2000-04-19 11:44  haible

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

2000-04-07 13:21  sds

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

2000-03-29 15:07  sds

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

2000-03-23 09:03  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 14:03  haible

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

2000-03-15 09:10  marcoxa

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

2000-03-03 15:15  sds

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

2000-03-03 08:24  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 01:19  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 14:28  sds

	* .cvsignore: ignore the compiled files

2000-02-16 11:47  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 08:17  sds

	* defsystem.lisp: compile with clisp

2000-01-29 10:20  marcoxa

	* defsystem.lisp:
	  ----------------------------------------------------------------------
	  Added EXPORT of FIND-SYSTEM.

	  Committing in module 'defsystem-3.x'.

	  Modified Files:	  defsystem.lisp
	  ----------------------------------------------------------------------

2000-01-19 04:15  marcoxa

	* defsystem.lisp: Initial revision

2000-01-19 04:15  marcoxa

	* defsystem.lisp: [no log message]