Fix stripping the library prefix.
[scons.git] / src / CHANGES.txt
1 r __COPYRIGHT__
2 # __FILE__ __REVISION__ __DATE__ __DEVELOPER__
3
4
5                  SCons - a software construction tool
6
7                             Change Log
8
9
10
11 RELEASE 0.95 - XXX
12
13   From Chad Austin:
14
15   - Replace print statements with calls to sys.stdout.write() so output
16     lines stay together when -j is used.
17
18   - Add portability fixes for a number of tests.
19
20   - Accomodate the fact that Cygwin's os.path.normcase() lies about
21     the underlying system being case-sensitive.
22
23   - Fix an incorrect _concat() call in the $RCINCFLAGS definition for
24     the mingw Tool.
25
26   - Fix a problem with the msvc tool with Python versions prior to 2.3.
27
28   From Chris Burghart:
29
30   - Fix the ability to save/restore a PackageOption to a file.
31
32   From David M. Cooke:
33
34   - Make the Fortran scanner case-insensitive for the INCLUDE string.
35
36   From Charles Crain:
37
38   - If no version of MSVC is detected but the tool is specified,
39     use the MSVC 6.0 paths by default.
40
41   - Ignore any "6.1" version of MSVC found in the registry; this is a
42     phony version number (created by later service packs?) and would
43     throw off the logic if the user had any non-default paths configure.
44
45   - Correctly detect if the user has independently configured the MSVC
46     "include," "lib" or "path" in the registry and use the appropriate
47     values.  Previously, SCons would only use the values if all three
48     were set in the registry.
49
50   - Make sure side-effect nodes are prepare()d before building their
51     corresponding target.
52
53   - Preserve the ability to call BuildDir() multiple times with the
54     same target and source directory arguments.
55
56   From Scott Lystig Fritchie:
57
58   - Fix the ability to use a custom _concat() function in the
59     construction environment when calling _stripixes().
60
61   - Make the message about ignoring a missing SConscript file into a
62     suppressable Warning, not a hard-coded sys.stderr.write().
63
64   - If a builder can be called multiple times for a target (because
65     the sources and overrides are identical, or it's a builder with the
66     "multi" flag set), allow the builder to be called through multiple
67     environments so long as the builders have the same signature for
68     the environments in questions (that is, they're the same action).
69
70   From Steven Knight:
71
72   - Fix EnsureSConsVersion() so it checks against the SCons version,
73     not the Python version, on Pythons with sys.version_info.
74
75   - Don't swallow the AttributeError when someone uses an expansion like
76     $TARGET.bak, so we can supply a more informative error message.
77
78   - Fix an odd double-quote escape sequence in the man page.
79
80   - Fix looking up a naked drive letter as a directory (Dir('C:')).
81
82   - Support using File nodes in the LIBS construction variable.
83
84   - Allow the LIBS construction variable to be a single string or File
85     node, not a list, when only one library is needed.
86
87   - Fix typos in the man page:  JAVACHDIR => JARCHDIR; add "for_signature"
88     to the __call__() example in the "Variable Substitution" section.
89
90   - Correct error message spellings of "non-existant" to "non-existent."
91
92   - When scanning for libraries to link with, don't append $LIBPREFIXES
93     or $LIBSUFFIXES values to the $LIBS values if they're already present.
94
95   From Vincent Risi:
96
97   - Add support for the bcc32, ilink32 and tlib Borland tools.
98
99   From Anthony Roach:
100
101   - Supply an error message if the user tries to configure a BuildDir
102     for a directory that already has one.
103
104   - Remove documentation of the still-unimplemented -e option.
105
106   - Add -H help text listing the legal --debug values.
107
108   - Don't choke if a construction variable is a non-string value.
109
110
111
112 RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600
113
114   From Hartmut Goebel:
115
116   - Add several new types of canned functions to help create options:
117     BoolOption(), EnumOption(), ListOption(), PackageOption(),
118     PathOption().
119
120   From Steven Knight:
121
122   - Fix use of CPPDEFINES with C++ source files.
123
124   - Fix env.Append() when the operand is an object with a __cmp__()
125     method (like a Scanner instance).
126
127   - Fix subclassing the Environment and Scanner classes.
128
129   - Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.
130
131   From Steve Leblanc:
132
133   - SGI fixes:  Fix C++ compilation, add a separate Tool/sgic++.py module.
134
135   From Gary Oberbrunner:
136
137   - Fix how the man page un-indents after examples in some browsers.
138
139   From Vincent Risi:
140
141   - Fix the C and C++ tool specifications for AIX.
142
143
144
145 RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
146
147   From J.T. Conklin:
148
149   - On POSIX, execute commands with the more modern os.spawnvpe()
150     function, if it's available.
151
152   - Scan .S, .spp and .SPP files for C preprocessor dependencies.
153
154   - Refactor the Job.Parallel() class to use a thread pool without a
155     condition variable.  This improves parallel build performance and
156     handles keyboard interrupts properly when -j is used.
157
158   From Charles Crain:
159
160   - Add support for a JARCHDIR variable to control changing to a
161     directory using the jar -C option.
162
163   - Add support for detecting Java manifest files when using jar,
164     and specifying them using the jar m flag.
165
166   - Fix some Python 2.2 specific things in various tool modules.
167
168   - Support directories as build sources, so that a rebuild of a target
169     can be triggered if anything underneath the directory changes.
170
171   - Have the scons.bat and scons.py files look for the SCons modules
172     in site-packages as well.
173
174   From Christian Engel:
175
176   - Support more flexible inclusion of separate C and C++ compilers.
177
178   - Use package management tools on AIX and Solaris to find where
179     the comilers are installed, and what version they are.
180
181   - Add support for CCVERSION and CXXVERSION variables for a number
182     of C and C++ compilers.
183
184   From Sergey Fogel:
185
186   - Add test cases for the new capabilities to run bibtex and to rerun
187     latex as needed.
188
189   From Ralf W. Grosse-Kunstleve:
190
191   - Accomodate anydbm modules that don't have a sync() method.
192
193   - Allow SConsignFile() to take an argument specifying the DBM
194     module to be used.
195
196   From Stephen Kennedy:
197
198   - Add support for a configurable global .sconsign.dbm file which
199     can be used to avoid cluttering each directory with an individual
200     .sconsign file.
201
202   From John Johnson:
203
204   - Fix (re-)scanning of dependencies in generated or installed
205     header files.
206
207   From Steven Knight:
208
209   - The -Q option suppressed too many messages; fix it so that it only
210     suppresses the Reading/Building messages.
211
212   - Support #include when there's no space before the opening quote
213     or angle bracket.
214
215   - Accomodate alphanumeric version strings in EnsurePythonVersion().
216
217   - Support arbitrary expansion of construction variables within
218     file and directory arguments to Builder calls and Environment methods.
219
220   - Add Environment-method versions of the following global functions:
221     Action(), AddPostAction(), AddPreAction(), Alias(), Builder(),
222     BuildDir(), CacheDir(), Clean(), Configure(), Default(),
223     EnsurePythonVersion(), EnsureSConsVersion(), Environment(),
224     Exit(), Export(), FindFile(), GetBuildPath(), GetOption(), Help(),
225     Import(), Literal(), Local(), Platform(), Repository(), Scanner(),
226     SConscriptChdir(), SConsignFile(), SetOption(), SourceSignatures(),
227     Split(), TargetSignatures(), Tool(), Value().
228
229   - Add the following global functions that correspond to the same-named
230     Environment methods:  AlwaysBuild(), Command(), Depends(), Ignore(),
231     Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
232
233   - Add the following global functions that correspond to the default
234     Builder methods supported by SCons: CFile(), CXXFile(), DVI(), Jar(),
235     Java(), JavaH(), Library(), M4(), MSVSProject(), Object(), PCH(),
236     PDF(), PostScript(), Program(), RES(), RMIC(), SharedLibrary(),
237     SharedObject(), StaticLibrary(), StaticObject(), Tar(), TypeLibrary()
238     and Zip().
239
240   - Rearrange the man page to show construction environment methods and
241     global functions in the same list, and to explain the difference.
242
243   - Alphabetize the explanations of the builder methods in the man page.
244
245   - Rename the Environment.Environment class to Enviroment.Base.
246     Allow the wrapping interface to extend an Environment by using its own
247     subclass of Environment.Base and setting a new Environment.Environment
248     variable as the calling entry point.
249
250   - Deprecate the ParseConfig() global function in favor of a same-named
251     construction environment method.
252
253   - Allow the Environment.WhereIs() method to take explicit path and
254     pathext arguments (like the underlying SCons.Util.WhereIs() function).
255
256   - Remove the long-obsolete {Get,Set}CommandHandler() functions.
257
258   - Enhance env.Append() to suppress null values when appropriate.
259
260   - Fix ParseConfig() so it works regardless of initial construction
261     variable values.
262
263     Extend CheckHeader(), CheckCHeader(), CheckCXXHeader() and
264     CheckLibWithHeader() to accept a list of header files that will be
265     #included in the test.  The last one in the list is assumed to be
266     the one being checked for.  (Prototype code contributed by Gerard
267     Patel and Niall Douglas).
268
269   - Supply a warning when -j is used and threading isn't built in to
270     the current version of Python.
271
272   - First release of the User's Guide (finally, and despite a lot
273     of things still missing from it...).
274
275   From Clark McGrew:
276
277   - Generalize the action for .tex files so that it will decide whether
278     a file is TeX or LaTeX, check the .aux output to decide if it should
279     run bibtex, and check the .log output to re-run LaTeX if needed.
280
281   From Bram Moolenaar:
282
283   - Split the non-SCons-specific functionality from SConf.py to a new,
284     re-usable Conftest.py module.
285
286   From Gary Oberbrunner:
287
288   - Allow a directory to be the target or source or dependency of a
289     Depends(), Ignore(), Precious() or SideEffect() call.
290
291   From Gerard Patel:
292
293   - Use the %{_mandir} macro when building our RPM package.
294
295   From Marko Rauhamaa:
296
297   - Have the closing message say "...terminated because of errors" if
298     there were any.
299
300   From Anthony Roach:
301
302   - On Win32 systems, only use "rm" to delete files if Cygwin is being
303     used.   ("rm" doesn't understand Win32-format path names.)
304
305   From Christoph Wiedemann:
306
307   - Fix test/SWIG.py to find the Python include directory in all cases.
308
309   - Fix a bug in detection of Qt installed on the local system.
310
311   - Support returning Python 2.3 BooleanType values from Configure checks.
312
313   - Provide an error message if someone mistakenly tries to call a
314     Configure check from within a Builder function.
315
316   - Support calling a Builder when a Configure context is still open.
317
318   - Handle interrupts better by eliminating all try:-except: blocks
319     which caught any and all exceptions, including KeyboardInterrupt.
320
321
322
323 RELEASE 0.92 - Wed, 20 Aug 2003 03:45:28 -0500
324
325   From Charles Crain and Gary Oberbrunner:
326
327   - Fix Tool import problems with the Intel and PharLap linkers.
328
329   From Steven Knight
330
331   - Refactor the DictCmdGenerator class to be a Selector subclass.
332
333   - Allow the DefaultEnvironment() function to take arguments and pass
334     them to instantiation of the default construction environment.
335
336   - Update the Debian package so it uses Python 2.2 and more closely
337     resembles the currently official Debian packaging info.
338
339   From Gerard Patel
340
341   - When the yacc -d flag is used, take the .h file base name from the
342     target .c file, not the source (matching what yacc does).
343
344
345
346 RELEASE 0.91 - Thu, 14 Aug 2003 13:00:44 -0500
347
348   From Chad Austin:
349
350   - Support specifying a list of tools when calling Environment.Copy().
351
352   - Give a Value Nodes a timestamp of the system time when they're
353     created, so they'll work when using timestamp-based signatures.
354
355   - Add a DefaultEnvironment() function that only creates a default
356     environment on-demand (for fetching source files, e.g.).
357
358   - Portability fix for test/M4.py.
359
360   From Steven Knight:
361
362   - Tighten up the scons -H help output.
363
364   - When the input yacc file ends in .yy and the -d flag is specified,
365     recognize that a .hpp file (not a .h file) will be created.
366
367   - Make builder prefixes work correctly when deducing a target
368     from a source file name in another directory.
369
370   - Documentation fixes: typo in the man page; explain up-front about
371     not propagating the external environment.
372
373   - Use "cvs co -d" instead of "cvs co -p >" when checking out something
374     from CVS with a specified module name.  This avoids zero-length
375     files when there is a checkout error.
376
377   - Add an "sconsign" script to print the contents of .sconsign files.
378
379   - Speed up maintaining the various lists of Node children by using
380     dictionaries to avoid "x in list" searches.
381
382   - Cache the computed list of Node children minus those being Ignored
383     so it's only calculated once.
384
385   - Fix use of the --cache-show option when building a Program()
386     (or using any other arbitrary action) by making sure all Action
387     instances have strfunction() methods.
388
389   - Allow the source of Command() to be a directory.
390
391   - Better error handling of things like raw TypeErrors in SConscripts.
392
393   - When installing using "setup.py install --prefix=", suppress the
394     distutils warning message about adding the (incorrect) library
395     directory to your search path.
396
397   - Correct the spelling of the "validater" option to "validator."
398     Add a DeprecatedWarning when the old spelling is used.
399
400   - Allow a Builder's emitter to be a dictionary that maps source file
401     suffixes to emitter functions, using the suffix of the first file
402     in the source list to pick the right one.
403
404   - Refactor the creation of the Program, *Object and *Library Builders
405     so that they're moved out of SCons.Defaults and created on demand.
406
407   - Don't split SConscript file names on white space.
408
409   - Document the SConscript function's "dirs" and "name" keywords.
410
411   - Remove the internal (and superfluous) SCons.Util.argmunge() function.
412
413   - Add /TP to the default CXXFLAGS for msvc, so it can compile all
414     of the suffixes we use as C++ files.
415
416   - Allow the "prefix" and "suffix" attributes of a Builder to be
417     callable objects that return generated strings, or dictionaries
418     that map a source file suffix to the right prefix/suffix.
419
420   - Support a MAXLINELINELENGTH construction variable on Win32 systems
421     to control when a temporary file is used for long command lines.
422
423   - Make how we build .rpm packages not depend on the installation
424     locations from the distutils being used.
425
426   - When deducing a target Node, create it directly from the first
427     source Node, not by trying to create the right string to pass to
428     arg2nodes().
429
430   - Add support for SWIG.
431
432   From Bram Moolenaar:
433
434   - Test portability fixes for FreeBSD.
435
436   From Gary Oberbrunner:
437
438   - Report the target being built in error messages when building
439     multiple sources from different extensions, or when the target file
440     extension can't be deduced, or when we don't have an action for a
441     file suffix.
442
443   - Provide helpful error messages when the arguments to env.Install()
444     are incorrect.
445
446   - Fix the value returned by the Node.prevsiginfo() method to conform
447     to a previous change when checking whether a node is current.
448
449   - Supply a stack trace if the Taskmaster catches an exception.
450
451   - When using a temporary file for a long link line on Win32 systems,
452     (also) print the command line that is being executed through the
453     temporary file.
454
455   - Initialize the LIB environment variable when using the Intel
456     compiler (icl).
457
458   - Documentation fixes:  better explain the AlwaysBuild() function.
459
460   From Laurent Pelecq:
461
462   - When the -debug=pdb option is specified, use pdb.Pdb().runcall() to
463     call pdb directly, don't call Python recursively.
464
465   From Ben Scott:
466
467   - Add support for a platform-independent CPPDEFINES variable.
468
469   From Christoph Wiedemann:
470
471   - Have the g++ Tool actually use g++ in preference to c++.
472
473   - Have the gcc Tool actually use gcc in preference to cc.
474
475   - Add a gnutools.py test of the GNU tool chain.
476
477   - Be smarter about linking: use $CC by default and $CXX only if we're
478     linking with any C++ objects.
479
480   - Avoid SCons hanging when a piped command has a lot of output to read.
481
482   - Add QT support for preprocessing .ui files into .c files.
483
484
485
486 RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500
487
488   From Chad Austin:
489
490   - Fix the _concat() documentation, and add a test for it.
491
492   - Portability fixes for non-GNU versions of lex and yacc.
493
494   From Matt Balvin:
495
496   - Fix handling of library prefixes when the subdirectory matches
497     the prefix.
498
499   From Timothee Bessett:
500
501   - Add an M4 Builder.
502
503   From Charles Crain:
504
505   - Use '.lnk' as the suffix on the temporary file for linking long
506     command lines (necessary for the Phar Lap linkloc linker).
507
508   - Save non-string Options values as their actual type.
509
510   - Save Options string values that contain a single quote correctly.
511
512   - Save any Options values that are changed from the default
513     Environment values, not just ones changed on the command line or in
514     an Options file.
515
516   - Make closing the Options file descriptor exception-safe.
517
518   From Steven Knight:
519
520   - SCons now enforces (with an error) that construction variables
521     must have the same form as valid Python identifiers.
522
523   - Fix man page bugs: remove duplicate AddPostAction() description;
524     document no_import_lib; mention that CPPFLAGS does not contain
525     $_CPPINCFLAGS; mention that F77FLAGS does not contain $_F77INCFLAGS;
526     mention that LINKFLAGS and SHLINKFLAGS contains neither $_LIBFLAGS
527     nor $_LIBDIRFLAGS.
528
529   - Eliminate a dependency on the distutils.fancy_getopt module by
530     copying and pasting its wrap_text() function directly.
531
532   - Make the Script.Options() subclass match the underlying base class
533     implementation.
534
535   - When reporting a target is up to date, quote the target like make
536     (backquote-quote) instead of with double quotes.
537
538   - Fix handling of ../* targets when using -U, -D or -u.
539
540   From Steve Leblanc:
541
542   - Don't update the .sconsign files when run with -n.
543
544   From Gary Oberbrunner:
545
546   - Add support for the Intel C Compiler (icl.exe).
547
548   From Anthony Roach
549
550   - Fix Import('*').
551
552   From David Snopek
553
554   - Fix use of SConf in paths with white space in them.
555
556   - Add CheckFunc and CheckType functionality to SConf.
557
558   - Fix use of SConf with Builders that return a list of nodes.
559
560   From David Snopek and Christoph Wiedemann
561
562   - Fix use of the SConf subsystem with SConscriptChdir().
563
564   From Greg Spencer
565
566   - Check for the existence of MS Visual Studio on disk before using it,
567     to avoid getting fooled by leftover junk in the registry.
568
569   - Add support for MSVC++ .NET.
570
571   - Add support for MS Visual Studio project files (DSP, DSW,
572     SLN and VCPROJ files).
573
574   From Christoph Wiedemann
575
576   - SConf now works correctly when the -n and -q options are used.
577
578
579
580 RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500
581
582   From Chad Austin:
583
584   - Use .dll (not .so) for shared libraries on Cygwin; use -fPIC
585     when compiling them.
586
587   - Use 'rm' to remove files under Cygwin.
588
589   - Add a PLATFORM variable to construction environments.
590
591   - Remove the "platform" argument from tool specifications.
592
593   - Propogate PYTHONPATH when running the regression tests so distutils
594     can be found in non-standard locations.
595
596   - Using MSVC long command-line linking when running Cygwin.
597
598   - Portability fixes for a lot of tests.
599
600   - Add a Value Node class for dependencies on in-core Python values.
601
602   From Allen Bierbaum:
603
604   - Pass an Environment to the Options validator method, and
605     add an Options.Save() method.
606
607   From Steve Christensen:
608
609   - Add an optional sort function argument to the GenerateHelpText()
610     Options function.
611
612   - Evaluate the "varlist" variables when computing the signature of a
613     function action.
614
615   From Charles Crain:
616
617   - Parse the source .java files for class names (including inner class
618     names) to figure out the target .class files that will be created.
619
620   - Make Java support work with Repositories and SConscriptChdir(0).
621
622   - Pass Nodes, not strings, to Builder emitter functions.
623
624   - Refactor command-line interpolation and signature calculation
625     so we can use real Node attributes.
626
627   From Steven Knight:
628
629   - Add Java support (javac, javah, jar and rmic).
630
631   - Propagate the external SYSTEMROOT environment variable into ENV on
632     Win32 systems, so external commands that use sockets will work.
633
634   - Add a .posix attribute to PathList expansions.
635
636   - Check out CVS source files using POSIX path names (forward slashes
637     as separators) even on Win32.
638
639   - Add Node.clear() and Node.FS.Entry.clear() methods to wipe out a
640     Node's state, allowing it to be re-evaluated by continuous
641     integration build interfaces.
642
643   - Change the name of the Set{Build,Content}SignatureType() functions
644     to {Target,Source}Signatures().  Deprecate the old names but support
645     them for backwards compatibility.
646
647   - Add internal SCons.Node.FS.{Dir,File}.Entry() methods.
648
649   - Interpolate the null string if an out-of-range subscript is used
650     for a construction variable.
651
652   - Fix the internal Link function so that it properly links or copies
653     files in subsidiary BuildDir directories.
654
655   - Refactor the internal representation of a single execution instance
656     of an action to eliminate redundant signature calculations.
657
658   - Eliminate redundant signature calculations for Nodes.
659
660   - Optimize out calling hasattr() before accessing attributes.
661
662   - Say "Cleaning targets" (not "Building...") when the -c option is
663     used.
664
665   From Damyan Pepper:
666
667   - Quote the "Entering directory" message like Make.
668
669   From Stefan Reichor:
670
671   - Add support for using Ghostscript to convert Postscript to PDF files.
672
673   From Anthony Roach:
674
675   - Add a standalone "Alias" function (separate from an Environment).
676
677   - Make Export() work for local variables.
678
679   - Support passing a dictionary to Export().
680
681   - Support Import('*') to import everything that's been Export()ed.
682
683   - Fix an undefined exitvalmap on Win32 systems.
684
685   - Support new SetOption() and GetOption() functions for setting
686     various command-line options from with an SConscript file.
687
688   - Deprecate the old SetJobs() and GetJobs() functions in favor of
689     using the new generic {Set,Get}Option() functions.
690
691   - Fix a number of tests that searched for a Fortran compiler using the
692     external PATH instead of what SCons would use.
693
694   - Fix the interaction of SideEffect() and BuildDir() so that (for
695     example) PDB files get put correctly in a BuildDir().
696
697   From David Snopek:
698
699   - Contribute the "Autoscons" code for Autoconf-like checking for
700     the existence of libraries, header files and the like.
701
702   - Have the Tool() function add the tool name to the $TOOLS
703     construction variable.
704
705   From Greg Spencer:
706
707   - Support the C preprocessor #import statement.
708
709   - Allow the SharedLibrary() Builder on Win32 systems to be able to
710     register a newly-built dll using regsvr32.
711
712   - Add a Builder for Windows type library (.tlb) files from IDL files.
713
714   - Add an IDL scanner.
715
716   - Refactor the Fortran, C and IDL scanners to share common logic.
717
718   - Add .srcpath and .srcdir attributes to $TARGET and $SOURCE.
719
720   From Christoph Wiedemann:
721
722   - Integrate David Snopek's "Autoscons" code as the new SConf
723     configuration subsystem, including caching of values between
724     runs (using normal SCons dependency mechanisms), tests, and
725     documentation.
726
727
728
729 RELEASE 0.13 - Mon, 31 Mar 2003 20:22:00 -0600
730
731   From Charles Crain:
732
733   - Fix a bug when BuildDir(duplicate=0) is used and SConscript
734     files are called from within other SConscript files.
735
736   - Support (older) versions of Perforce which don't set the Windows
737     registry.
738
739
740
741 RELEASE 0.12 - Thu, 27 Mar 2003 23:52:09 -0600
742
743   From Charles Crain:
744
745   - Added support for the Perforce source code management system.
746
747   - Fix str(Node.FS) so that it returns a path relative to the calling
748     SConscript file's directory, not the top-level directory.
749
750   - Added support for a separate src_dir argument to SConscript()
751     that allows explicit specification of where the source files
752     for an SConscript file can be found.
753
754   - Support more easily re-usable flavors of command generators by
755     calling callable variables when strings are expanded.
756
757   From Steven Knight:
758
759   - Added an INSTALL construction variable that can be set to a function
760     to control how the Install() and InstallAs() Builders install files.
761     The default INSTALL function now copies, not links, files.
762
763   - Remove deprecated features:  the "name" argument to Builder objects,
764     and the Environment.Update() method.
765
766   - Add an Environment.SourceCode() method to support fetching files
767     from source code systems.  Add factory methods that create Builders
768     to support BitKeeper, CVS, RCS, and SCCS.  Add support for fetching
769     files from RCS or SCCS transparently (like GNU Make).
770
771   - Make the internal to_String() function more efficient.
772
773   - Make the error message the same as other build errors when there's a
774     problem unlinking a target file in preparation for it being built.
775
776   - Make TARGET, TARGETS, SOURCE and SOURCES reserved variable names and
777     warn if the user tries to set them in a construction environment.
778
779   - Add support for Tar and Zip files.
780
781   - Better documentation of the different ways to export variables to a
782     subsidiary SConscript file.  Fix documentation bugs in a tools
783     example, places that still assumed SCons split strings on white
784     space, and typos.
785
786   - Support fetching arbitrary files from the TARGETS or SOURCES lists
787     (e.g. ${SOURCES[2]}) when calculating the build signature of a
788     command.
789
790   - Don't silently swallow exceptions thrown by Scanners (or other
791     exceptions while finding a node's dependent children).
792
793   - Push files to CacheDir() before calling the superclass built()
794     method (which may clear the build signature as part of clearing
795     cached implicit dependencies, if the file has a source scanner).
796     (Bug reported by Jeff Petkau.)
797
798   - Raise an internal error if we attempt to push a file to CacheDir()
799     with a build signature of None.
800
801   - Add an explicit Exit() function for terminating early.
802
803   - Change the documentation to correctly describe that the -f option
804     doesn't change to the directory in which the specified file lives.
805     
806   - Support changing directories locally with SConscript directory
807     path names relative to any SConstruct file specified with -f.
808     This allows you to build in another directory by simply changing
809     there and pointing at the SConstruct file in another directory.
810
811   - Change the default SConscriptChdir() behavior to change to the
812     SConscript directory while it's being read.
813
814   - Fix an exception thrown when the -U option was used with no
815     Default() target specified.
816
817   - Fix -u so that it builds things in corresponding build directories
818     when used in a source directory.
819
820   From Lachlan O'Dea:
821
822   - Add SharedObject() support to the masm tool.
823
824   - Fix WhereIs() to return normalized paths.
825
826   From Jeff Petkau:
827
828   - Don't copy a built file to a CacheDir() if it's already there.
829
830   - Avoid partial copies of built files in a CacheDir() by copying
831     to a temporary file and renaming.
832
833   From Anthony Roach:
834
835   - Fix incorrect dependency-cycle errors when an Aliased source doesn't
836     exist.
837
838
839
840 RELEASE 0.11 - Tue, 11 Feb 2003 05:24:33 -0600
841
842   From Chad Austin:
843
844   - Add support for IRIX and the SGI MIPSPro tool chain.
845
846   - Support using the MSVC tool chain when running Cygwin Python.
847
848   From Michael Cook:
849
850   - Avoid losing signal bits in the exit status from a command,
851     helping terminate builds on interrupt (CTRL+C).
852
853   From Charles Crain:
854
855   - Added new AddPreAction() and AddPostAction() functions that support
856     taking additional actions before or after building specific targets.
857
858   - Add support for the PharLap ETS tool chain.
859
860   From Steven Knight:
861
862   - Allow Python function Actions to specify a list of construction
863     variables that should be included in the Action's signature.
864
865   - Allow libraries in the LIBS variable to explicitly include the prefix
866     and suffix, even when using the GNU linker.
867     (Bug reported by Neal Becker.)
868
869   - Use DOS-standard CR-LF line endings in the scons.bat file.
870     (Bug reported by Gary Ruben.)
871
872   - Doc changes:  Eliminate description of deprecated "name" keyword
873     argument from Builder definition (reported by Gary Ruben).
874
875   - Support using env.Append() on BUILDERS (and other dictionaries).
876     (Bug reported by Bj=F6rn Bylander.)
877
878   - Setting the BUILDERS construction variable now properly clears
879     the previous Builder attributes from the construction Environment.
880     (Bug reported by Bj=F6rn Bylander.)
881
882   - Fix adding a prefix to a file when the target isn't specified.
883     (Bug reported by Esa Ilari Vuokko.)
884
885   - Clean up error messages from problems duplicating into read-only
886     BuildDir directories or into read-only files.
887
888   - Add a CommandAction.strfunction() method, and add an "env" argument
889     to the FunctionAction.strfunction() method, so that all Action
890     objects have strfunction() methods, and the functions for building
891     and returning a string both take the same arguments.
892
893   - Add support for new CacheDir() functionality to share derived files
894     between builds, with related options --cache-disable, --cache-force,
895     and --cache-show.
896
897   - Change the default behavior when no targets are specified to build
898     everything in the current directory and below (like Make).  This
899     can be disabled by specifying Default(None) in an SConscript.
900
901   - Revamp SCons installation to fix a case-sensitive installation
902     on Win32 systems, and to add SCons-specific --standard-lib,
903     --standalone-lib, and --version-lib options for easier user
904     control of where the libraries get installed.
905
906   - Fix the ability to directly import and use Platform and Tool modules
907     that have been implicitly imported into an Environment().
908
909   - Add support for allowing an embedding interface to annotate a node
910     when it's created.
911
912   - Extend the SConscript() function to accept build_dir and duplicate
913     keyword arguments that function like a BuildDir() call.
914
915   From Steve Leblanc:
916
917   - Fix the output of -c -n when directories are involved, so it
918     matches -c.
919
920   From Anthony Roach:
921
922   - Use a different shared object suffix (.os) when using gcc so shared
923     and static objects can exist side-by-side in the same directory.
924
925   - Allow the same object files on Win32 to be linked into either
926     shared or static libraries.
927
928   - Cache implicit cache values when using --implicit-cache.
929
930
931
932 RELEASE 0.10 - Thu, 16 Jan 2003 04:11:46 -0600
933
934   From Derrick 'dman' Hudson:
935
936   - Support Repositories on other file systems by symlinking or
937     copying files when hard linking won't work.
938
939   From Steven Knight:
940
941   - Remove Python bytecode (*.pyc) files from the scons-local packages.
942
943   - Have FunctionActions print a description of what they're doing
944     (a representation of the Python call).
945
946   - Fix the Install() method so that, like other actions, it prints
947     what would have happened when the -n option is used.
948
949   - Don't create duplicate source files in a BuildDir when the -n
950     option is used.
951
952   - Refactor the Scanner interface to eliminate unnecessary Scanner
953     calls and make it easier to write efficient scanners.
954
955   - Added a "recursive" flag to Scanner creation that specifies the
956     Scanner should be invoked recursively on dependency files returned
957     by the scanner.
958
959   - Significant performance improvement from using a more efficient
960     check, throughout the code, for whether a Node has a Builder.
961
962   - Fix specifying only the source file to MultiStepBuilders such as
963     the Program Builder.  (Bug reported by Dean Bair.)
964
965   - Fix an exception when building from a file with the same basename as
966     the subdirectory in which it lives.  (Bug reported by Gerard Patel.)
967
968   - Fix automatic deduction of a target file name when there are
969     multiple source files specified; the target is now deduced from just
970     the first source file in the list.
971
972   - Documentation fixes: better initial explanation of SConscript files;
973     fix a misformatted "table" in the StaticObject explanation.
974
975   From Steven Knight and Steve Leblanc:
976
977   - Fix the -c option so it will remove symlinks.
978
979   From Steve Leblanc:
980
981   - Add a Clean() method to support removing user-specified targets
982     when using the -c option.
983
984   - Add a development script for running SCons through PyChecker.
985
986   - Clean up things found by PyChecker (mostly unnecessary imports).
987
988   - Add a script to use HappyDoc to create HTML class documentation.
989
990   From Lachlan O'Dea:
991
992   - Make the Environment.get() method return None by default.
993
994   From Anthony Roach:
995
996   - Add SetJobs() and GetJobs() methods to allow configuration of the
997     number of default jobs (still overridden by -j).
998
999   - Convert the .sconsign file format from ASCII to a pickled Python
1000     data structure.
1001
1002   - Error message cleanups:  Made consistent the format of error
1003     messages (now all start with "scons: ***") and warning messages (now
1004     all start with "scons: warning:").  Caught more cases with the "Do
1005     not know how to build" error message.
1006
1007   - Added support for the MinGW tool chain.
1008
1009   - Added a --debug=includes option.
1010
1011
1012
1013 RELEASE 0.09 - Thu,  5 Dec 2002 04:48:25 -0600
1014
1015   From Chad Austin:
1016
1017   - Add a Prepend() method to Environments, to append values to
1018     the beginning of construction variables.
1019
1020   From Matt Balvin:
1021
1022   - Add long command-line support to the "lib" Tool (Microsoft library
1023     archiver), too.
1024
1025   From Charles Crain:
1026
1027   - Allow $$ in a string to be passed through as $.
1028
1029   - Support file names with odd characters in them.
1030
1031   - Add support for construction variable substition on scanner
1032     directories (in CPPPATH, F77PATH, LIBPATH, etc.).
1033
1034   From Charles Crain and Steven Knight:
1035
1036   - Add Repository() functionality, including the -Y option.
1037
1038   From Steven Knight:
1039
1040   - Fix auto-deduction of target names so that deduced targets end
1041     up in the same subdirectory as the source.
1042
1043   - Don't remove source files specified on the command line!
1044
1045   - Suport the Intel Fortran Compiler (ifl.exe).
1046
1047   - Supply an error message if there are no command-line or
1048     Default() targets specified.
1049
1050   - Fix the ASPPCOM values for the GNU assembler.
1051     (Bug reported by Brett Polivka.)
1052
1053   - Fix an exception thrown when a Default() directory was specified
1054     when using the -U option.
1055
1056   - Issue a warning when -c can't remove a target.
1057
1058   - Eliminate unnecessary Scanner calls by checking for the
1059     existence of a file before scanning it.  (This adds a generic
1060     hook to check an arbitrary condition before scanning.)
1061
1062   - Add explicit messages to tell when we're "Reading SConscript files
1063     ...," "done reading SConscript files," "Building targets," and
1064     "done building targets."  Add a -Q option to supress these.
1065
1066   - Add separate $SHOBJPREFIX and $SHOBJSUFFIX construction variables
1067     (by default, the same as $OBJPREFIX and $OBJSUFFIX).
1068
1069   - Add Make-like error messages when asked to build a source file,
1070     and before trying to build a file that doesn't have all its source
1071     files (including when an invalid drive letter is used on WIN32).
1072
1073   - Add an scons-local-{version} package (in both .tar.gz and .zip
1074     flavors) to help people who want to ship SCons as a stand-alone
1075     build tool in their software packages.
1076
1077   - Prevent SCons from unlinking files in certain situations when
1078     the -n option is used.
1079
1080   - Change the name of Tool/lib.py to Tool/mslib.py.
1081
1082   From Steven Knight and Anthony Roach:
1083
1084   - Man page:  document the fact that Builder calls return Node objects.
1085
1086   From Steve LeBlanc:
1087
1088   - Refactor option processing to use our own version of Greg Ward's
1089     Optik module, modified to run under Python 1.5.2.
1090
1091   - Add a ParseConfig() command to modify an environment based on
1092     parsing output from a *-config command.
1093
1094   From Jeff Petkau:
1095
1096   - Fix interpretation of '#/../foo' on Win32 systems.
1097
1098   From Anthony Roach:
1099
1100   - Fixed use of command lines with spaces in their arguments,
1101     and use of Nodes with spaces in their string representation.
1102
1103   - Make access and modification times of files in a BuildDir match
1104     the source file, even when hard linking isn't available.
1105
1106   - Make -U be case insensitive on Win32 systems.
1107
1108   - Issue a warning and continue when finding a corrupt .sconsign file.
1109
1110   - Fix using an alias as a dependency of a target so that if one of the
1111     alias' dependencies gets rebuilt, the resulting target will, too.
1112
1113   - Fix differently ordered targets causing unnecessary rebuilds
1114     on case insensitive systems.
1115
1116   - Use os.system() to execute external commands whenever the "env"
1117     utility is available, which is much faster than fork()/exec(),
1118     and fixes the -j option on several platforms.
1119
1120   - Fix use of -j with multiple targets.
1121
1122   - Add an Options() object for friendlier accomodation of command-
1123     line arguments.
1124
1125   - Add support for Microsoft VC++ precompiled header (.pch) files,
1126     debugger (.pdb) files, and resource (.rc) files.
1127
1128   - Don't compute the $_CPPINCFLAGS, $_F77INCFLAGS, $_LIBFLAGS and
1129     $_LIBDIRFLAGS variables each time a command is executed, define
1130     them so they're computed only as needed.  Add a new _concat
1131     function to the Environment that allows people to define their
1132     own similar variables.
1133
1134   - Fix dependency scans when $LIBS is overridden.
1135
1136   - Add EnsurePythonVersion() and EnsureSConsVersion() functions.
1137
1138   - Fix the overly-verbose stack trace on ListBuilder build errors.
1139
1140   - Add a SetContentSignatureType() function, allowing use of file
1141     timestamps instead of MD5 signatures.
1142
1143   - Make -U and Default('source') fail gracefully.
1144
1145   - Allow the File() and Dir() methods to take a path-name string as
1146     the starting directory, in addition to a Dir object.
1147
1148   - Allow the command handler to be selected via the SPAWN, SHELL
1149     and ESCAPE construction variables.
1150
1151   - Allow construction variables to be overridden when a Builder
1152     is called.
1153
1154   From sam th:
1155
1156   - Dynamically check for the existence of utilities with which to
1157     initialize Environments by default.
1158
1159
1160
1161 RELEASE 0.08 - Mon, 15 Jul 2002 12:08:51 -0500
1162
1163   From Charles Crain:
1164
1165   - Fixed a bug with relative CPPPATH dirs when using BuildDir().
1166     (Bug reported by Bob Summerwill.)
1167
1168   - Added a warnings framework and a --warn option to enable or
1169     disable warnings.
1170
1171   - Make the C scanner warn users if files referenced by #include
1172     directives cannot be found and --warn=dependency is specified.
1173
1174   - The BUILDERS construction variable should now be a dictionary
1175     that maps builder names to actions.  Existing uses of lists,
1176     and the Builder name= keyword argument, generate warnings
1177     about use of deprecated features.
1178
1179   - Removed the "shared" keyword argument from the Object and
1180     Library builders.
1181     
1182   - Added separated StaticObject, SharedObject, StaticLibrary and
1183     SharedLibrary builders.  Made Object and Library synonyms for
1184     StaticObject and StaticLibrary, respectively.
1185
1186   - Add LIBS and LIBPATH dependencies for shared libraries.
1187
1188   - Removed support for the prefix, suffix and src_suffix arguments
1189     to Builder() to be callable functions.
1190
1191   - Fix handling file names with multiple dots.
1192
1193   - Allow a build directory to be outside of the SConstruct tree.
1194
1195   - Add a FindFile() function that searches for a file node with a
1196     specified name.
1197
1198   - Add $CPPFLAGS to the shared-object command lines for g++ and gcc.
1199
1200   From Charles Crain and Steven Knight:
1201
1202   - Add a "tools=" keyword argument to Environment instantiation,
1203     and a separate Tools() method, for more flexible specification
1204     of tool-specific environment changes.
1205
1206   From Steven Knight:
1207
1208   - Add a "platform=" keyword argument to Environment instantiation,
1209     and a separate Platform() method, for more flexible specification
1210     of platform-specific environment changes.
1211
1212   - Updated README instructions and setup.py code to catch an
1213     installation failure from not having distutils installed.
1214
1215   - Add descriptions to the -H help text for -D, -u and -U so
1216     people can tell them apart.
1217
1218   - Remove the old feature of automatically splitting strings
1219     of file names on white space.
1220
1221   - Add a dependency Scanner for native Fortran "include" statements,
1222     using a new "F77PATH" construction variable.
1223
1224   - Fix C #include scanning to detect file names with characters like
1225     '-' in them.
1226
1227   - Add more specific version / build output to the -v option.
1228
1229   - Add support for the GNU as, Microsoft masm, and nasm assemblers.
1230
1231   - Allow the "target" argument to a Builder call to be omitted, in
1232     which case the target(s) are deduced from the source file(s) and the
1233     Builder's specified suffix.
1234
1235   - Add a tar archive builder.
1236
1237   - Add preliminary support for the OS/2 Platform, including the icc
1238     and ilink Tools.
1239
1240   From Jeff Petkau:
1241
1242   - Fix --implicit-cache if the scanner returns an empty list.
1243
1244   From Anthony Roach:
1245
1246   - Add a "multi" keyword argument to Builder creation that specifies
1247     it's okay to call the builder multiple times for a target.
1248
1249   - Set a "multi" on Aliases so multiple calls will append to an Alias.
1250
1251   - Fix emitter functions' use of path names when using BuildDir or
1252     in subdirectories.
1253
1254   - Fix --implicit-cache causing redundant rebuilds when the header
1255     file list changed.
1256
1257   - Fix --implicit-cache when a file has no implicit dependencies and
1258     its source is generated.
1259
1260   - Make the drive letters on Windows always be the same case, so that
1261     changes in the case of drive letters don't cause a rebuild.
1262
1263   - Fall back to importing the SCons.TimeStamp module if the SCons.MD5
1264     module can't be imported.
1265
1266   - Fix interrupt handling to guarantee that a single interrupt will
1267     halt SCons both when using -j and not.
1268
1269   - Fix .sconsign signature storage so that output files of one build
1270     can be safely used as input files to another build.
1271
1272   - Added a --debug=time option to print SCons execution times.
1273
1274   - Print an error message if a file can't be unlinked before being
1275     built, rather than just silently terminating the build.
1276
1277   - Add a SideEffect() method that can be used to tell the build
1278     engine that a given file is created as a side effect of building
1279     a target.  A file can be specified as a side effect of more than
1280     one build comand, in which case the commands will not be executed
1281     simultaneously.
1282
1283   - Significant performance gains from not using our own version of
1284     the inefficient stock os.path.splitext() method, caching source
1285     suffix computation, code cleanup in MultiStepBuilder.__call__(),
1286     and replicating some logic in scons_subst().
1287
1288   - Add --implicit-deps-changed and --implicit-deps-unchanged options.
1289
1290   - Add a GetLaunchDir() function.
1291
1292   - Add a SetBuildSignatureType() function.
1293
1294   From Zed Shaw:
1295
1296   - Add an Append() method to Environments, to append values to
1297     construction variables.
1298
1299   - Change the name of Update() to Replace().  Keep Update() as a
1300     deprecated synonym, at least for now.
1301
1302   From Terrel Shumway:
1303
1304   - Use a $PYTHON construction variable, initialized to sys.executable,
1305     when using Python to build parts of the SCons packages.
1306
1307   - Use sys.prefix, not sys.exec_prefix, to find pdb.py.
1308
1309
1310
1311 RELEASE 0.07 - Thu,  2 May 2002 13:37:16 -0500
1312
1313   From Chad Austin:
1314
1315   - Changes to build SCons packages on IRIX (and other *NIces).
1316
1317   - Don't create a directory Node when a file already exists there,
1318     and vice versa.
1319
1320   - Add 'dirs' and 'names' keyword arguments to SConscript for
1321     easier specification of subsidiary SConscript files.
1322
1323   From Charles Crain:
1324
1325   - Internal cleanup of environment passing to function Actions.
1326
1327   - Builders can now take arbitrary keyword arguments to create
1328     attributes to be passed to: command generator functions,
1329     FunctionAction functions, Builder emitter functions (below),
1330     and prefix/suffix generator functions (below).
1331
1332   - Command generator functions can now return ANYTHING that can be
1333     converted into an Action (a function, a string, a CommandGenerator
1334     instance, even an ActionBase instance).
1335
1336   - Actions now call get_contents() with the actual target and source
1337     nodes used for the build.
1338
1339   - A new DictCmdGenerator class replaces CompositeBuilder to support
1340     more flexible Builder behavior internally.
1341
1342   - Builders can now take an emitter= keyword argument.  An emitter
1343     is a function that takes target, source, and env argument, then
1344     return a 2-tuple of (new sources, new targets).  The emitter is
1345     called when the Builder is __call__'ed, allowing a user to modify
1346     source and target lists.
1347
1348   - The prefix, suffix and src_suffix Builder arguments now take a
1349     callable as well a string.  The callable is passed the Environment
1350     and any extra Builder keyword arguments and is expected to return
1351     the appropriate prefix or suffix.
1352
1353   - CommandActions can now be a string, a list of command + argument
1354     strings, or a list of commands (strings or lists).
1355
1356   - Added shared library support.  The Object and Library Builders now
1357     take a "shared=1" keyword argument to specify that a shared object
1358     or shared library should be built.  It is an error to try to build
1359     static objects into a shared library or vice versa.
1360
1361   - Win32 support for .def files has been added.  Added the Win32-specific
1362     construction variables $WIN32DEFPREFIX, $WIN32DEFSUFFIX,
1363     $WIN32DLLPREFIX and $WIN32IMPLIBPREFIX.  When building a .dll,
1364     the new construction variable $WIN32_INSERT_DEF, controls whether
1365     the appropriately-named .def file is inserted into the target
1366     list (if not already present).  A .lib file is always added to
1367     a Library build if not present in the list of targets.
1368
1369   - ListBuilder now passes all targets to the action, not just the first.
1370
1371   - Fix so that -c now deletes generated yacc .h files.
1372
1373   - Builder actions and emitter functions can now be initialized, through
1374     construction variables, to things other than strings.
1375
1376   - Make top-relative '#/dir' lookups work like '#dir'.
1377
1378   - Fix for relative CPPPATH directories in subsidiary SConscript files
1379     (broken in 0.06).
1380
1381   - Add a for_signature argument to command generators, so that
1382     generators that need to can return distinct values for the
1383     command signature and for executing the command.
1384
1385   From Alex Jacques:
1386
1387   - Create a better scons.bat file from a py2bat.py script on the Python
1388     mailing list two years ago (modeled after pl2bat.pl).
1389
1390   From Steven Knight:
1391
1392   - Fix so that -c -n does *not* remove the targets!
1393
1394   - Man page:  Add a hierarchical libraries + Program example.
1395
1396   - Support long MSVC linker command lines through a builder action
1397     that writes to a temporary file and uses the magic MSVC "link @file"
1398     argument syntax if the line is longer than 2K characters.
1399
1400   - Fix F77 command-line options on Win32 (use /Fo instead of -o).
1401
1402   - Use the same action to build from .c (lower case) and .C (upper
1403     case) files on case-insensitive systems like Win32.
1404
1405   - Support building a PDF file directly from a TeX or LaTeX file
1406     using pdftex or pdflatex.
1407
1408   - Add a -x option to runtest.py to specify the script being tested.
1409     A -X option indicates it's an executable, not a script to feed
1410     to the Python interpreter.
1411
1412   - Add a Split() function (identical to SCons.Util.argmunge()) for use
1413     in the next release, when Builders will no longer automatically split
1414     strings on white space.
1415
1416   From Steve Leblanc:
1417
1418   - Add the SConscriptChdir() method.
1419
1420   From Anthony Roach:
1421
1422   - Fix --debug=tree when used with directory targets.
1423
1424   - Significant internal restructuring of Scanners and Taskmaster.
1425
1426   - Added new --debug=dtree option.
1427
1428   - Fixes for --profile option.
1429
1430   - Performance improvement in construction variable substitution.
1431
1432   - Implemented caching of content signatures, plus added --max-drift
1433     option to control caching.
1434
1435   - Implemented caching of dependency signatures, enabled by new
1436     --implicit-cache option.
1437
1438   - Added abspath construction variable modifier.
1439
1440   - Added $SOURCE variable as a synonym for $SOURCES[0].
1441
1442   - Write out .sconsign files on error or interrupt so intermediate
1443     build results are saved.
1444
1445   - Change the -U option to -D.  Make a new -U that builds just the
1446     targets from the local SConscript file.
1447
1448   - Fixed use of sys.path so Python modules can be imported from
1449     the SConscript directory.
1450
1451   - Fix for using Aliases with the -u, -U and -D options.
1452
1453   - Fix so that Nodes can be passed to SConscript files.
1454
1455   From Moshe Zadka:
1456   
1457   - Changes for official Debian packaging.
1458
1459
1460
1461 RELEASE 0.06 - Thu, 28 Mar 2002 01:24:29 -0600
1462
1463   From Charles Crain:
1464
1465   - Fix command generators to expand construction variables.
1466
1467   - Make FunctionAction arguments be Nodes, not strings.
1468
1469   From Stephen Kennedy:
1470
1471   - Performance:  Use a dictionary, not a list, for a Node's parents.
1472
1473   From Steven Knight:
1474
1475   - Add .zip files to the packages we build.
1476
1477   - Man page:  document LIBS, fix a typo, document ARGUMENTS.
1478
1479   - Added RANLIB and RANLIBFLAGS construction variables.  Only use them
1480     in ARCOM if there's a "ranlib" program on the system.
1481
1482   - Add a configurable CFILESUFFIX for the Builder of .l and .y files
1483     into C files.
1484
1485   - Add a CXXFile Builder that turns .ll and .yy files into .cc files
1486     (configurable via a CXXFILESUFFIX construction variable).
1487
1488   - Use the POSIX-standard lex -t flag, not the GNU-specific -o flag.
1489     (Bug reported by Russell Christensen.)
1490
1491   - Fixed an exception when CPPPATH or LIBPATH is a null string.
1492     (Bug reported by Richard Kiss.)
1493
1494   - Add a --profile=FILE option to make profiling SCons easier.
1495
1496   - Modify the new DVI builder to create .dvi files from LaTeX (.ltx
1497     and .latex) files.
1498
1499   - Add support for Aliases (phony targets).
1500
1501   - Add a WhereIs() method for searching for path names to executables.
1502
1503   - Add PDF and PostScript document builders.
1504
1505   - Add support for compiling Fortran programs from a variety of
1506     suffixes (a la GNU Make):  .f, .F, .for, .FOR, .fpp and .FPP
1507
1508   - Support a CPPFLAGS variable on all default commands that use the
1509     C preprocessor.
1510
1511   From Steve Leblanc:
1512
1513   - Add support for the -U option.
1514
1515   - Allow CPPPATH, LIBPATH and LIBS to be specified as white-space
1516     separated strings.
1517
1518   - Add a document builder to create .dvi files from TeX (.tex) files.
1519
1520   From Anthony Roach:
1521
1522   - Fix:  Construction variables with values of 0 were incorrectly
1523     interpolated as ''. 
1524
1525   - Support env['VAR'] to fetch construction variable values.
1526
1527   - Man page:  document Precious().
1528
1529
1530
1531 RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600
1532
1533   From Chad Austin:
1534
1535   - Set PROGSUFFIX to .exe under Cygwin.
1536
1537   From Charles Crain:
1538
1539   - Allow a library to specified as a command-line source file, not just
1540     in the LIBS construction variable.
1541
1542   - Compensate for a bug in os.path.normpath() that returns '' for './'
1543     on WIN32.
1544
1545   - More performance optimizations:  cache #include lines from files,
1546     eliminate unnecessary calls.
1547
1548   - If a prefix or suffix contains white space, treat the resulting
1549     concatenation as separate arguments.
1550
1551   - Fix irregularities in the way we fetch DevStudio information from
1552     the Windows registry, and in our registry error handling.
1553
1554   From Steven Knight:
1555
1556   - Flush stdout after print so it intermixes correctly with stderr
1557     when redirected.
1558
1559   - Allow Scanners to return a list of strings, and document how to
1560     write your own Scanners.
1561
1562   - Look up implicit (scanned) dependencies relative to the directory
1563     of file being scanned.
1564
1565   - Make writing .sconsign files more robust by first trying to write
1566     to a temp file that gets renamed.
1567
1568   - Create all of the directories for a list of targets before trying
1569     to build any of the targets.
1570
1571   - WIN32 portability fixes in tests.
1572
1573   - Allow the list of variables exported to an SConscript file to be
1574     a UserList, too.
1575
1576   - Document the overlooked LIBPATH construction variable.
1577     (Bug reported by Eicke Godehardt.)
1578
1579   - Fix so that Ignore() ignores indirect, implicit dependencies
1580     (included files), not just direct dependencies.
1581
1582   - Put the man page in the Debian distribution.
1583
1584   - Run HTML docs through tidy to clean up the HTML (for Konqueror).
1585
1586   - Add preliminary support for Unicode strings.
1587
1588   - Efficiency:  don't scan dependencies more than once during the
1589     walk of a tree.
1590
1591   - Fix the -c option so it doesn't stop removing targets if one doesn't
1592     already exist.
1593     (Bug reported by Paul Connell.)
1594
1595   - Fix the --debug=pdb option when run on Windows NT.
1596     (Bug reported by Paul Connell.)
1597
1598   - Add support for the -q option.
1599
1600   From Steve Leblanc:
1601
1602   - Add support for the -u option.
1603
1604   - Add .cc and .hh file suffixes to the C Scanner.
1605
1606   From Anthony Roach:
1607
1608   - Make the scons script return an error code on failures.
1609
1610   - Add support for using code to generate a command to build a target.
1611
1612
1613
1614 RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600
1615
1616   From Charles Crain:
1617
1618   - Significant performance improvements in the Node.FS and
1619     Scanner subsystems.
1620
1621   - Fix signatures of binary files on Win32 systems.
1622
1623   - Allow LIBS and LIBPATH to be strings, not just arrays.
1624
1625   - Print a traceback if a Python-function builder throws an exception.
1626
1627   From Steven Knight:
1628
1629   - Fix using a directory as a Default(), and allow Default() to
1630     support white space in file names for strings in arrays.
1631
1632   - Man page updates:  corrected some mistakes, documented various
1633     missing Environment methods, alphabetized the construction
1634     variables and other functions, defined begin and end macros for
1635     the example sections, regularized white space separation, fixed
1636     the use of Export() in the Multiple Variants example.
1637
1638   - Function action fixes:  None is now a successful return value.
1639     Exceptions are now reported.  Document function actions.
1640
1641   - Add 'Action' and 'Scanner' to the global keywords so SConscript
1642     files can use them too.
1643
1644   - Removed the Wrapper class between Nodes and Walkers.
1645
1646   - Add examples using Library, LIBS, and LIBPATH.
1647
1648   - The C Scanner now always returns a sorted list of dependencies
1649     so order changes don't cause unnecessary rebuilds.
1650
1651   - Strip $(-$) bracketed text from command lines.  Use this to
1652     surround $_INCDIRS and $_LIBDIRS so we don't rebuild in response
1653     to changes to -I or -L options.
1654
1655   - Add the Ignore() method to ignore dependencies.
1656
1657   - Provide an error message when a nonexistent target is specified
1658     on the command line.
1659
1660   - Remove targets before building them, and add an Environment
1661     Precious() method to override that.
1662
1663   - Eliminate redundant calls to the same builder when the target is a
1664     list of targets:  Add a ListBuilder class that wraps Builders to
1665     handle lists atomically.  Extend the Task class to support building
1666     and updating multiple targets in a single Task.  Simplify the
1667     interface between Task and Taskmaster.
1668
1669   - Add a --debug=pdb option to re-run SCons under the Python debugger.
1670
1671   - Only compute a build signature once for each node.
1672
1673   - Changes to our sys.path[] manipulation to support installation into
1674     an arbitrary --prefix value.
1675
1676   From Steve Leblanc:
1677
1678   - Add var=value command-line arguments.
1679
1680
1681
1682 RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600
1683
1684   From Charles Crain:
1685
1686   - Performance improvements in the Node.FS and Sig.Calculator classes.
1687
1688   - Add the InstallAs() method.
1689
1690   - Execute commands through an external interpreter (sh, cmd.exe, or
1691     command.com) to handle redirection metacharacters.
1692
1693   - Allow the user to supply a command handler.
1694
1695   From Steven Knight:
1696
1697   - Search both /usr/lib and /usr/local/lib for scons directories by
1698     adding them both to sys.path, with whichever is in sys.prefix first.
1699
1700   - Fix interpreting strings of multiple white-space separated file names
1701     as separate file names, allowing prefixes and suffixes to be appended
1702     to each individually.
1703
1704   - Refactor to move CompositeBuilder initialization logic from the
1705     factory wrapper to the __init__() method, and allow a Builder to
1706     have both an action and a src_builder (or array of them).
1707
1708   - Refactor BuilderBase.__call__() to separate Node creation/lookup
1709     from initialization of the Node's builder information.
1710
1711   - Add a CFile Builder object that supports turning lex (.l) and
1712     yacc (.y) files into .c files.
1713
1714   - Document: variable interpretation attributes; how to propogate
1715     the user's environment variables to executed commands; how to
1716     build variants in multiple BuildDirs.
1717
1718   - Collect String, Dict, and List type-checking in common utility
1719     routines so we can accept User{String,Dict,List}s all over.
1720
1721   - Put the Action factory and classes into their own module.
1722
1723   - Use one CPlusPlusAction in the Object Builder's action dictionary,
1724     instead of letting it create multiple identical instances.
1725
1726   - Document the Install() and InstallAs() methods.
1727
1728   From Steve Leblanc:
1729
1730   - Require that a Builder be given a name argument, supplying a
1731     useful error message when it isn't.
1732
1733   From Anthony Roach:
1734
1735   - Add a "duplicate" keyword argument to BuildDir() that can be set
1736     to prevent linking/copying source files into build directories.
1737
1738   - Add a "--debug=tree" option to print an ASCII dependency tree.
1739
1740   - Fetch the location of the Microsoft Visual C++ compiler(s) from
1741     the Registry, instead of hard-coding the location.
1742     
1743   - Made Scanner objects take Nodes, not path names.
1744     
1745   - Have the C Scanner cache the #include file names instead of
1746     (re-)scanning the file each time it's called.
1747
1748   - Created a separate class for parent "nodes" of file system roots,
1749     eliminating the need for separate is-parent-null checks everywhere.
1750     
1751   - Removed defined __hash__() and __cmp() methods from FS.Entry, in
1752     favor of Python's more efficient built-in identity comparisons.
1753
1754
1755
1756 RELEASE 0.02 - Sun, 23 Dec 2001 19:05:09 -0600
1757
1758   From Charles Crain:
1759
1760   - Added the Install(), BuildDir(), and Export() methods.
1761
1762   - Fix the -C option by delaying setting the top of the FS tree.
1763
1764   - Avoid putting the directory path on the libraries in the LIBS
1765     construction variable.
1766
1767   - Added a GetBuildPath() method to return the full path to the
1768     Node for a specified string.
1769
1770   - Fixed variable substitution in CPPPATH and LIBPATH.
1771
1772   From Steven Knight:
1773
1774   - Fixed the version comment in the scons.bat (the UNIX geek used
1775     # instead of @rem).
1776
1777   - Fix to setup.py so it doesn't require a sys.argv[1] argument.
1778
1779   - Provide make-like warning message for "command not found" and
1780     similar errors.
1781
1782   - Added an EXAMPLES section to the man page.
1783
1784   - Make Default() targets properly relative to their SConscript
1785     file's subdirectory.
1786
1787   From Anthony Roach:
1788
1789   - Documented CXXFLAGS, CXXCOM, and CPPPATH.
1790
1791   - Fixed SCONS_LIB_DIR to work as documented.
1792
1793   - Made Default() accept Nodes as arguments.
1794
1795   - Changed Export() to make it easier to use.
1796   
1797   - Added the Import() and Return() methods.
1798
1799
1800
1801 RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001
1802
1803 A brief overview of important functionality available in release 0.01:
1804
1805   - C and C++ compilation on POSIX and Windows NT.
1806
1807   - Automatic scanning of C/C++ source files for #include dependencies.
1808
1809   - Support for building libraries; setting construction variables
1810     allows creation of shared libraries.
1811
1812   - Library and C preprocessor search paths.
1813
1814   - File changes detected using MD5 signatures.
1815
1816   - User-definable Builder objects for building files.
1817
1818   - User-definable Scanner objects for scanning for dependencies.
1819
1820   - Parallel build (-j) support.
1821
1822   - Dependency cycles detected.
1823
1824   - Linux packages available in RPM and Debian format.
1825
1826   - Windows installer available.