778825e7cd1031a72649e926618e9e23aa56d705
[scons.git] / src / CHANGES.txt
1 # __COPYRIGHT__
2 # __FILE__ __REVISION__ __DATE__ __DEVELOPER__
3
4
5                  SCons - a software construction tool
6
7                             Change Log
8
9
10
11 RELEASE 0.97 - XXX
12
13   From Anonymous:
14
15   - Allow Python Value Nodes to be Builder targets.
16
17   From Matthias:
18
19   - Only filter Visual Studio common filename prefixes on complete
20     directory names.
21
22   From Chad Austin:
23
24   - Fix the build of the SCons documentation on systems that don't
25     have "python" in the $PATH.
26
27   From Ken Boortz:
28
29   - Enhance ParseConfig() to recognize options that begin with '+'.
30
31   From John Calcote, Elliot Murphy:
32
33   - Document ways to override the CCPDBFLAGS variable to use the
34     Microsoft linker's /Zi option instead of the default /Z7.
35
36   From Christopher Drexler:
37
38   - Make SCons aware bibtex must be called if any \include files
39     cause creation of a bibliography.
40
41   - Make SCons aware that "\bilbiography" in TeX source files means
42     that related .bbl and .blg bibliography files will be created.
43     (NOTE:  This still needs to search for the string in \include files.)
44
45   From David Gruener:
46
47   - Fix inconsistent handling of Action strfunction arguments.
48
49   - Preserve white space in display Action strfunction strings.
50
51   From James Y. Knight and Gerard Patel:
52
53   - Support creation of shared object files from assembly language.
54
55   From Steven Knight:
56
57   - Speed up the Taskmaster significantly by avoiding unnecessary
58     re-scans of Nodes to find out if there's work to be done, having it
59     track the currently-executed top-level target directly and not
60     through its presence on the target list, and eliminating some other
61     minor list(s), method(s) and manipulation.
62
63   - Fix the expansion of $TARGET and $SOURCE in the expansion of
64     $INSTALLSTR displayed for non-environment calls to InstallAs().
65
66   - Fix the ability to have an Alias() call refer to a directory
67     name that's not identified as a directory until later.
68
69   - Enhance runtest.py with an option to use QMTest as the harness.
70     This will become the default behavior as we add more functionality
71     to the QMTest side.
72
73   - Let linking on mingw use the default function that chooses $CC (gcc)
74     or $CXX (g++) depending on whether there are any C++ source files.
75
76   - Work around a bug in early versions of the Python 2.4 profile module
77     that caused the --profile= option to fail.
78
79   - Only call Options validators and converters once when initializing a
80     construction environment.
81
82   - Fix the ability of env.Append() and env.Prepend(), in all known Python
83     versions, to handle different input value types when the construction
84     variable being updated is a dictionary.
85
86   - Add a --cache-debug option for information about what files it's
87     looking for in a CacheDir().
88
89   - Document the difference in construction variable expansion between
90     {Action,Builder}() and env.{Action,Builder}().
91
92   - Change the name of env.Copy() to env.Clone(), keeping the old name
93     around for backwards compatibility (with the intention of eventually
94     phasing it out to avoid confusion with the Copy() Action factory).
95
96   From Arve Knudsen:
97
98   - Support cleaning and scanning SWIG-generated files.
99
100   From Carsten Koch:
101
102   - Allow selection of Visual Studio version by setting $MSVS_VERSION
103     after construction environment initialization.
104
105   From Jean-Baptiste Lab:
106
107   - Try using zipimport if we can't import Tool or Platform modules
108     using the normal "imp" module.  This allows SCons to be packaged
109     using py2exe's all-in-one-zip-file approach.
110
111   From Ben Liblit:
112
113   - Do not re-scan files if the scanner returns no implicit dependencies.
114
115   From Sanjoy Mahajan:
116
117   - Change use of $SOURCES to $SOURCE in all TeX-related Tool modules.
118
119   From Joel B. Mohler:
120
121   - Make SCons aware that "\makeindex" in TeX source files means that
122     related .ilg, .ind and .idx index files will be created.
123     (NOTE:  This still needs to search for the string in \include files.)
124
125   - Prevent scanning the TeX .aux file for additional files from
126     trying to remove it twice when the -c option is used.
127
128   From Leanid Nazdrynau:
129
130   - Give the MSVC RES (resource) Builder a src_builder list and a .rc
131     src_suffix so other builders can generate .rc files.
132
133   From Matthew A. Nicholson:
134
135   - Enhance Install() and InstallAs() to handle directory trees as sources.
136
137   From Jan Nijtmans:
138
139   - Don't use the -fPIC flag when using gcc on Windows (e.g. MinGW).
140
141   From Greg Noel:
142
143   - Add an env.ParseFlags() method that provides separate logic for
144     parsing GNU tool chain flags into a dictionary.
145     
146   - Add an env.MergeFlags() method to apply an arbitrary dictionary
147     of flags to a construction environment's variables.
148
149   From Gary Oberbrunner:
150
151   - Fix parsing tripartite Intel C compiler version numbers on Linux.
152
153   - Extend the ParseConfig() function to recognize -arch and
154     -isysroot options.
155
156   - Have the error message list the known suffixes when a Builder call
157     can't build a source file with an unknown suffix.
158
159   From Karol Pietrzak:
160
161   - Avoid recursive calls to main() in the program snippet used by the
162     SConf subsystem to test linking against libraries.  This changes the
163     default behavior of CheckLib() and CheckLibWithHeader() to print
164     "Checking for C library foo..." instead of "Checking for main()
165     in C library foo...".
166
167   From John Pye:
168
169   - Throw an exception if a command called by ParseConfig() or
170     ParseFlags() returns an error.
171
172   From Stefan Seefeld:
173
174   - Initial infrastructure for running SCons tests under QMTest.
175
176   From Sohail Sumani:
177
178   - Fix tests that fail due to gcc warnings.
179
180   From Dobes Vandermeer:
181
182   - In stack traces, print the full paths of SConscript files.
183
184   From Atul Varma:
185
186   - Fix detection of Visual C++ Express Edition.
187
188   From Dobes Vandermeer:
189
190   - Let the src_dir option to the SConscript() function affect all the 
191     the source file paths, instead of treating all source files paths
192     as relative to the SConscript directory itself.
193
194   From Nicolas Vigier:
195
196   - Fix finding Fortran modules in build directories.
197
198   - Fix use of BuildDir() when the source file in the source directory
199     is a symlink with a relative path.
200
201   From Edward Wang:
202
203   - Fix the Memoizer when the SCons Python modules are executed from
204     .pyo files at different locations from where they were compiled.
205
206   From Johan Zander:
207
208   - Fix missing os.path.join() when constructing the $FRAMEWORKSDKDIR/bin.
209
210
211
212 RELEASE 0.96.92 - Mon, 10 Apr 2006 21:08:22 -0400
213
214   NOTE:  This was a pre-release of 0.97 for testing purposes.
215
216   From Anonymous:
217
218   - Fix the intelc.py Tool module to not throw an exception if the
219     only installed version is something other than ia32.
220
221   - Set $CCVERSION when using gcc.
222
223   From Matthias:
224
225   - Support generating project and solution files for Microsoft
226     Visual Studio version 8.
227
228   - Support generating more than one project file for a Microsoft
229     Visual Studio solution file.
230
231   - Add support for a support "runfile" parameter to Microsoft
232     Visual Studio project file creation.
233
234   - Put the project GUID, not the solution GUID, in the right spot
235     in the solution file.
236
237   From Erling Andersen:
238
239   - Fix interpretation of Node.FS objects wrapped in Proxy instances,
240     allowing expansion of things like ${File(TARGET)} in command lines.
241
242   From Stanislav Baranov:
243
244   - Add a separate MSVSSolution() Builder, with support for the
245     following new construction variables: $MSVSBUILDCOM, $MSVSCLEANCOM,
246     $MSVSENCODING, $MSVSREBUILDCOM, $MSVSSCONS, $MSVSSCONSCOM,
247     $MSVSSCONSFLAGS, $MSVSSCONSCRIPT and $MSVSSOLUTIONCOM.
248
249   From Ralph W. Grosse-Kunstleve and Patrick Mezard:
250
251   - Remove unneceesary (and incorrect) SCons.Util strings on some function
252     calls in SCons.Util.
253
254   From Bob Halley:
255
256   - Fix C/C++ compiler selection on AIX to not always use the external $CC
257     environment variable.
258
259   From August Hörandl:
260
261   - Add a scanner for \include and \import files, with support for
262     searching a directory list in $TEXINPUTS (imported from the external
263     environment).
264
265   - Support $MAKEINDEX, $MAKEINDEXCOM, $MAKEINDEXCOMSTR and
266     $MAKEINDEXFLAGS for generating indices from .idx files.
267
268   From Steven Johnson:
269
270   - Add a NoClean() Environment method and function to override removal
271     of targets during a -c clean, including documentation and tests.
272
273   From Steven Knight:
274
275   - Check for whether files exist on disk by listing the directory
276     contents, not calling os.path.exists() file by file.  This is
277     somewhat more efficient in general, and may be significantly
278     more efficient on Windows.
279
280   - Minor speedups in the internal is_Dict(), is_List() and is_String()
281     functions.
282
283   - Fix a signature refactoring bug that caused Qt header files to
284     get re-generated every time.
285
286   - Don't fail when writing signatures if the .sconsign.dblite file is
287     owned by a different user (e.g. root) from a previous run.
288
289   - When deleting variables from stacked OverrideEnvironments, don't
290     throw a KeyError if we were able to delte the variable from any
291     Environment in the stack.
292
293   - Get rid of the last indentation tabs in the SCons source files and
294     add -tt to the Python invocations in the packaging build and the
295     tests so they don't creep back in.
296
297   - In Visual Studio project files, put quotes around the -C directory
298     so everything works even if the path has spaces in it.
299
300   - The Intel Fortran compiler uses -object:$TARGET, not "-o $TARGET",
301     when building object files on Windows.  Have the the ifort Tool
302     modify the default command lines appropriately.
303
304   - Document the --debug=explain option in the man page.  (How did we
305     miss this?)
306
307   - Add a $LATEXRETRIES variable to allow configuration of the number of
308     times LaTex can be re-called to try to resolve undefined references.
309
310   - Change the order of the arguments to Configure.Checklib() to match
311     the documentation.
312
313   - Handle signature calculation properly when the Python function used
314     for a FunctionAction is an object method.
315
316   - On Windows, assume that absolute path names without a drive letter
317     refer to the drive on which the SConstruct file lives.
318
319   - Add /usr/ccs/bin to the end of the the default external execution
320     PATH on Solaris.
321
322   - Add $PKGCHK and $PKGINFO variables for use on Solaris when searching
323     for the SunPRO C++ compiler.  Make the default value for $PKGCHK
324     be /usr/sbin/pgkchk (since /usr/sbin isn't usually on the external
325     execution $PATH).
326
327   - Fix a man page example of overriding variables when calling
328     SharedLibrary() to also set the $LIBSUFFIXES variable.
329
330   - Add a --taskmastertrace=FILE option to give some insight on how
331     the taskmaster decides what Node to build next.
332
333   - Changed the names of the old $WIN32DEFPREFIX, $WIN32DEFSUFFIX,
334     $WIN32DLLPREFIX and $WIN32IMPLIBPREFIX construction variables to
335     new $WINDOWSDEFPREFIX, $WINDOWSDEFSUFFIX, $WINDOWSDLLPREFIX and
336     $WINDOWSIMPLIBPREFIX construction variables.  The old names are now
337     deprecated, but preserved for backwards compatibility.
338
339   - Fix (?) a runtest.py hang on Windows when the --xml option is used.
340
341   - Change the message when an error occurs trying to interact with the
342     file system to report the target(s) in square brackets (as before) and
343     the actual file or directory that encountered the error afterwards.
344
345   From Chen Lee:
346
347   - Add x64 support for Microsoft Visual Studio 8.
348
349   From Baptiste Lepilleur:
350
351   - Support the --debug=memory option on Windows when the Python version
352     has the win32process and win32api modules.
353
354   - Add support for Visual Studio 2005 Pro.
355
356   - Fix portability issues in various tests: test/Case.py,
357     Test/Java/{JAR,JARCHDIR,JARFLAGS,JAVAC,JAVACFLAGS,JAVAH,RMIC}.py,
358     test/MSVS/vs-{6.0,7.0,7.1,8.0}-exec.py,
359     test/Repository/{Java,JavaH,RMIC}.py,
360     test/QT/{generated-ui,installed,up-to-date,warnings}.py,
361     test/ZIP/ZIP.py.
362
363   - Ignore pkgchk errors on Solaris when searching for the C++ compiler.
364
365   - Speed up the SCons/EnvironmentTests.py unit tests.
366
367   - Add a --verbose= option to runtest.py to print executed commands
368     and their output at various levels.
369
370   From Christian Maaser:
371
372   - Add support for Visual Studio Express Editions.
373
374   - Add support for Visual Studio 8 *.manifest files, includng
375     new $WINDOWS_INSERT_MANIFEST, $WINDOWSPROGMANIFESTSUFFIX,
376     $WINDOWSPROGMANIFESTPREFIX, $WINDOWSPROGMANIFESTSUFFIX,
377     $WINDOWSSHLIBMANIFESTPREFIX and $WINDOWSSHLIBMANIFESTSUFFIX
378     construction variables.
379
380   From Adam MacBeth:
381
382   - Fix detection of additional Java inner classes following use of a
383     "new" keyword inside an inner class.
384
385   From Sanjoy Mahajan:
386
387   - Correct TeX-related command lines to just $SOURCE, not $SOURCES
388
389   From Patrick Mezard:
390
391   - Execute build commands for a command-line target if any of the
392     files built along with the target is out of date or non-existent,
393     not just if the command-line target itself is out of date.
394
395   - Fix the -n option when used with -c to print all of the targets
396     that will be removed for a multi-target Builder call.
397
398   - If there's no file in the source directory, make sure there isn't
399     one in the build directory, too, to avoid dangling files left
400     over from previous runs when a source file is removed.
401
402   - Allow AppendUnique() and PrependUnique() to append strings (and
403     other atomic objects) to lists.
404
405   From Joel B. Mohler:
406
407   - Extend latex.py, pdflatex.py, pdftex.py and tex.py so that building
408     from both TeX and LaTeX files uses the same logic to call $BIBTEX
409     when it's necessary, to call $MAKEINDEX when it's necessary, and to
410     call $TEX or $LATEX multiple times to handle undefined references.
411
412   - Add an emitter to the various TeX builders so that the generated
413     .aux and .log files also get deleted by the -c option.
414
415   From Leanid Nazdrynau:
416
417   - Fix the Qt UIC scanner to work with generated .ui files (by using
418     the FindFile() function instead of checking by-hand for the file).
419
420   From Jan Nieuwenhuizen:
421
422   - Fix a problem with interpreting quoted argument lists on command lines.
423
424   From Greg Noel:
425
426   - Add /sw/bin to the default execution PATH on Mac OS X.
427
428   From Kian Win Ong:
429
430   - When building a .jar file and there is a $JARCHDIR, put the -C
431     in front of each .class file on the command line.
432
433   - Recognize the Java 1.5 enum keyword.
434
435   From Asfand Yar Qazi:
436
437   - Add /opt/bin to the default execution PATH on all POSIX platforms
438     (between /usr/local/bin and /bin).
439
440   From Jon Rafkind:
441
442   - Fix the use of Configure() contexts from nested subsidiary
443     SConscript files.
444
445   From Christoph Schulz:
446
447   - Add support for $CONFIGUREDIR and $CONFIGURELOG variables to control
448     the directory and logs for configuration tests.
449
450   - Add support for a $INSTALLSTR variable.
451
452   - Add support for $RANLIBCOM and $RANLIBCOMSTR variables (which fixes
453     a bug when setting $ARCOMSTR).
454
455   From Amir Szekely:
456
457   - Add use of $CPPDEFINES to $RCCOM (resource file compilation) on MinGW.
458
459   From Erick Tryzelaar:
460
461   - Fix the error message when trying to report that a given option is
462     not gettable/settable from an SConscript file.
463
464   From Dobes Vandermeer:
465
466   - Add support for SCC and other settings in Microsoft Visual
467     Studio project and solution files:  $MSVS_PROJECT_BASE_PATH,
468     $MSVS_PROJECT_GUID, $MSVS_SCC_AUX_PATH, $MSVS_SCC_LOCAL_PATH,
469     $MSVS_SCC_PROJECT_NAME, $MSVS_SCC_PROVIDER,
470
471   - Add support for using a $SCONS_HOME variable (imported from the
472     external environment, or settable internally) to put a shortened
473     SCons execution line in the Visual Studio project file.
474
475   From David J. Van Maren:
476
477   - Only filter common prefixes from source files names in Visual Studio
478     project files if the prefix is a complete (sub)directory name.
479
480   From Thad Ward:
481
482   - If $MSVSVERSIONS is already set, don't overwrite it with
483     information from the registry.
484
485
486
487 RELEASE 0.96.91 - Thu, 08 Sep 2005 07:18:23 -0400
488
489   NOTE:  This was a pre-release of 0.97 for testing purposes.
490
491   From Chad Austin:
492
493   - Have the environment store the toolpath and re-use it to find Tools
494     modules during later Copy() or Tool() calls (unless overridden).
495
496   - Normalize the directory path names in SConsignFile() database
497     files so the same signature file can interoperate on Windows and
498     non-Windows systems.
499
500   - Make --debug=stacktrace print a stacktrace when a UserError is thrown.
501
502   - Remove an old, erroneous cut-and-paste comment in Scanner/Dir.py.
503
504   From Stanislav Baranov:
505
506   - Make it possible to support with custom Alias (sub-)classes.
507
508   - Allow Builders to take empty source lists when called.
509
510   - Allow access to both TARGET and SOURCE in $*PATH expansions.
511
512   - Allow SConscript files to modify BUILD_TARGETS.
513
514   From Timothee Besset:
515
516   - Add support for Objective C/C++ .m and .mm file suffixes (for
517     Mac OS X).
518
519   From Charles Crain
520
521   - Fix the PharLap linkloc.py module to use target+source arguments
522     when calling env.subst().
523
524   From Bjorn Eriksson:
525
526   - Fix an incorrect Command() keyword argument in the man page.
527
528   - Add a $TEMPFILEPREFIX variable to control the prefix or flag used
529     to pass a long-command-line-execution tempfile to a command.
530
531   From Steven Knight:
532
533   - Enhanced the SCons setup.py script to install man pages on
534     UNIX/Linux systems.
535
536   - Add support for an Options.FormatOptionHelpText() method that can
537     be overridden to customize the format of Options help text.
538
539   - Add a global name for the Entry class (which had already been
540     documented).
541
542   - Fix re-scanning of generated source files for implicit dependencies
543     when the -j option is used.
544
545   - Fix a dependency problem that caused $LIBS scans to not be added
546     to all of the targets in a multiple-target builder call, which
547     could cause out-of-order builds when the -j option is used.
548
549   - Store the paths of source files and dependencies in the .sconsign*
550     file(s) relative to the target's directory, not relative to the
551     top-level SConstruct directory.  This starts to make it possible to
552     subdivide the dependency tree arbitrarily by putting an SConstruct
553     file in every directory and using content signatures.
554
555   - Add support for $YACCHFILESUFFIX and $YACCHXXFILESUFFIX variables
556     that accomodate parser generators that write header files to a
557     different suffix than the hard-coded .hpp when the -d option is used.
558
559   - The default behavior is now to store signature information in a
560     single .sconsign.dblite file in the top-level SConstruct directory.
561     The old behavior of a separate .sconsign file in each directory can
562     be specified by calling SConsignFile(None).
563
564   - Remove line number byte codes within the signature calculation
565     of Python function actions, so that changing the location of an
566     otherwise unmodified Python function doesn't cause rebuilds.
567
568   - Fix AddPreAction() and AddPostAction() when an action has more than
569     one target file:  attach the actions to the Executor, not the Node.
570
571   - Allow the source directory of a BuildDir / build_dir to be outside
572     of the top-level SConstruct directory tree.
573
574   - Add a --debug=nomemoizer option that disables the Memoizer for clearer
575     looks at the counts and profiles of the underlying function calls,
576     not the Memoizer wrappers.
577
578   - Print various --debug= stats even if we exit early (e.g. using -h).
579
580   - Really only use the cached content signature value if the file
581     is older than --max-drift, not just if --max-drift is set.
582
583   - Remove support for conversion from old (pre 0.96) .sconsign formats.
584
585   - Add support for a --diskcheck option to enable or disable various
586     on-disk checks:  that File and Dir nodes match on-disk entries;
587     whether an RCS file exists for a missing source file; whether an
588     SCCS file exists for a missing source file.
589
590   - Add a --raw argument to the sconsign script, so it can print a
591     raw representation of each entry's NodeInfo dictionary.
592
593   - Add the 'f90' and 'f95' tools to the list of Fortran compilers
594     searched for by default.
595
596   - Add the +Z option by default when compiling shared objects on
597     HP-UX.
598
599   From Chen Lee:
600
601   - Handle Visual Studio project and solution files in Unicode.
602
603   From Sanjoy Mahajan:
604
605   - Fix a bad use of Copy() in an example in the man page, and a
606     bad regular expression example in the man page and User's Guide.
607
608   From Shannon Mann:
609
610   - Have the Visual Studio project file(s) echo "Starting SCons" before
611     executing SCons, mainly to work around a quote-stripping bug in
612     (some versions of?) the Windows cmd command executor.
613
614   From Georg Mischler:
615
616   - Remove the space after the -o option when invoking the Borland
617     BCC compiler; some versions apparently require that the file name
618     argument be concatenated with the option.
619
620   From Leanid Nazdrynau:
621
622   - Fix the Java parser's handling of backslashes in strings.
623
624   From Greg Noel:
625
626   - Add construction variables to support frameworks on Mac OS X:
627     $FRAMEWORKS, $FRAMEWORKPREFIX, $FRAMEWORKPATH, $FRAMEWORKPATHPREFIX.
628
629   - Re-order link lines so the -o option always comes right after the
630     command name.
631
632   From Gary Oberbrunner:
633
634   - Add support for Intel C++ beta 9.0 (both 32 and 64 bit versions).
635
636   - Document the new $FRAMEWORK* variables for Mac OS X.
637
638   From Karol Pietrzak:
639
640   - Add $RPATH (-R) support to the Sun linker Tool (sunlink).
641
642   - Add a description of env.subst() to the man page.
643
644   From Chris Prince:
645
646   - Look in the right directory, not always the local directory, for a
647     same-named file or directory conflict on disk.
648
649   - On Windows, preserve the external environment's %SYSTEMDRIVE%
650     variable, too.
651
652   From Craig Scott:
653
654   - Have the Fortran module emitter look for Fortan modules to be created
655     relative to $FORTRANMODDIR, not the top-level directory.
656
657   - When saving Options to a file, run default values through the
658     converter before comparing them with the set values.  This correctly
659     suppresses Boolean Option values from getting written to the saved
660     file when they're one of the many synonyms for a default True or
661     False value.
662
663   - Fix the Fortran Scanner's ability to handle a module being used
664     in the same file in which it is defined.
665
666   From Steve-o:
667
668   - Add the -KPIC option by default when compiling shared objects on
669     Solaris.
670
671   - Change the default suffix for Solaris objects to .o, to conform to
672     Sun WorkShop's expectations.  Change the profix to so_ so they can
673     still be differentiated from static objects in the same directory.
674
675   From Amir Szekely:
676
677   - When calling the resource compiler on MinGW, add --include-dir and
678     the source directory so it finds the source file.
679
680   - Update EnsureSConsVersion() to support revision numbers.
681
682   From Greg Ward:
683
684   - Fix a misplaced line in the man page.
685
686
687
688 RELEASE 0.96.90 - Tue, 15 Feb 2005 21:21:12 +0000
689
690   NOTE:  This was a pre-release of 0.97 for testing purposes.
691
692   From Anonymous:
693
694   - Fix Java parsing to avoid erroneously identifying a new array
695     of class instances as an anonymous inner class.
696
697   - Fix a typo in the man page description of PathIsDirCreate.
698
699   From Chad Austin:
700
701   - Allow Help() to be called multiple times, appending to the help
702     text each call.
703
704   - Allow Tools found on a toolpath to import Python modules from
705     their local directory.
706
707   From Steve Christensen:
708
709   - Handle exceptions from Python functions as build actions.
710
711   - Add a set of canned PathOption validators:  PathExists (the default),
712     PathIsFile, PathIsDir and PathIsDirCreate.
713
714   From Matthew Doar:
715
716   - Add support for .lex and .yacc file suffixes for Lex and Yacc files.
717
718   From Eric Frias:
719
720   - Huge performance improvement:  wrap the tuples representing an
721     include path in an object, so that the time it takes to hash the
722     path doesn't grow porportionally to the length of the path.
723
724   From Gottfried Ganssauge:
725
726   - Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also
727     check for the build engine in the parent directory of the Python
728     library directory (/usr/lib64 instead of /usr/lib).
729
730   From Stephen Kennedy:
731
732   - Speed up writing the .sconsign file at the end of a run by only
733     calling sync() once at the end, not after every entry.
734
735   From Steven Knight:
736
737   - When compiling with Microsoft Visual Studio, don't include the ATL and
738     MFC directories in the default INCLUDE and LIB environment variables.
739
740   - Remove the following deprecated features:  the ParseConfig()
741     global function (deprecated in 0.93); the misspelled "validater"
742     keyword to the Options.Add() method (deprecated in 0.91); the
743     SetBuildSignatureType(), SetContentSignatureType(), SetJobs() and
744     GetJobs() global functions (deprecated in 0.14).
745
746   - Fix problems with corrupting the .sconsign.dblite file when
747     interrupting builds by writing to a temporary file and renaming,
748     not writing the file directly.
749
750   - Fix a 0.96 regression where when running with -k, targets built from
751     walking dependencies later on the command line would not realize
752     that a dependency had failed an earlier build attempt, and would
753     try to rebuild the dependent targets.
754
755   - Change the final messages when using -k and errors occur from
756     "{building,cleaning} terminated because of errors" to "done
757     {building,cleaning} targets (errors occurred during {build,clean})."
758
759   - Allow Configure.CheckFunc() to take an optional header argument
760     (already supported by Conftest.py) to specify text at the top of
761     the compiled test file.
762
763   - Fix the --debug=explain output when a Python function action changed
764     so it prints a meaningful string, not the binary representation of
765     the function contents.
766
767   - Allow a ListOption's default value(s) to be a Python list of specified
768     values, not just a string containing a comma-separated list of names.
769
770   - Add a ParseDepends() function that will parse up a list of explicit
771     dependencies from a "make depend" style file.
772
773   - Support the ability to change directory when executing an Action
774     through "chdir" keyword arguments to Action and Builder creation
775     and calls.
776
777   - Fix handling of Action ojects (and other callables that don't match
778     our calling arguments) in construction variable expansions.
779
780   - On Win32, install scons.bat in the Python directory when installing
781     from setup.py.  (The bdist_wininst installer was already doing this.)
782
783   - Fix env.SConscript() when called with a list of SConscipt files.
784     (The SConscript() global function already worked properly.)
785
786   - Add a missing newline to the end of the --debug=explain "unknown
787     reasons" message.
788
789   - Enhance ParseConfig() to work properly for spaces in between the -I,
790     -L and -l options and their arguments.
791
792   - Packaging build fix:  Rebuild the files that are use to report the
793     --version of SCons whenever the development version number changes.
794
795   - Fix the ability to specify a target_factory of Dir() to a Builder,
796     which the default create-a-directory Builder was interfering with.
797
798   - Mark a directory as built if it's created as part of the preparation
799     for another target, to avoid trying to build it again when it comes
800     up in the target list.
801
802   - Allow a function with the right calling signature to be put directly
803     in an Environment's BUILDERS dictionary, making for easier creation
804     and use of wrappers (pseudo-Builders) that call other Builders.
805
806   - On Python 2.x, wrap lists of Nodes returned by Builders in a UserList
807     object that adds a method that makes str() object return a string
808     with all of the Nodes expanded to their path names.  (Builders under
809     Python 1.5.2 still return lists to avoid TypeErrors when trying
810     to extend() list, so Python 1.5.2 doesn't get pretty-printing of Node
811     lists, but everything should still function.)
812
813   - Allow Aliases to have actions that will be executed whenever
814     any of the expanded Alias targets are out of date.
815
816   - Fix expansion of env.Command() overrides within target and
817     source file names.
818
819   - Support easier customization of what's displayed by various default
820     actions by adding lots of new construction variables: $ARCOMSTR,
821     $ASCOMSTR, $ASPPCOMSTR, $BIBTEXCOMSTR, $BITKEEPERCOMSTR, $CCCOMSTR,
822     $CVSCOMSTR, $CXXCOMSTR, $DCOMSTR, $DVIPDFCOMSTR, $F77COMSTR,
823     $F90COMSTR, $F95COMSTR, $FORTRANCOMSTR, $GSCOMSTR, $JARCOMSTR,
824     $JAVACCOMSTR, $JAVAHCOMSTR, $LATEXCOMSTR, $LEXCOMSTR, $LINKCOMSTR,
825     $M4COMSTR, $MIDLCOMSTR, $P4COMSTR, $PCHCOMSTR, $PDFLATEXCOMSTR,
826     $PDFTEXCOMSTR, $PSCOMSTR, $QT_MOCFROMCXXCOMSTR, $QT_MOCFROMHCOMSTR,
827     $QT_UICCOMSTR, $RCCOMSTR, $REGSVRCOMSTR, $RCS_COCOMSTR, $RMICCOMSTR,
828     $SCCSCOMSTR, $SHCCCOMSTR, $SHCXXCOMSTR, $SHF77COMSTR, $SHF90COMSTR,
829     $SHF95COMSTR, $SHFORTRANCOMSTR, $SHLINKCOMSTR, $SWIGCOMSTR,
830     $TARCOMSTR, $TEXCOMSTR, $YACCCOMSTR and $ZIPCOMSTR.
831
832   - Add an optional "map" keyword argument to ListOption() that takes a
833     dictionary to map user-specified values to legal values from the list
834     (like EnumOption() already doee).
835
836   - Add specific exceptions to try:-except: blocks without any listed,
837     so that they won't catch and mask keyboard interrupts.
838
839   - Make --debug={tree,dtree,stree} print something even when there's
840     a build failure.
841
842   - Fix how Scanners sort the found dependencies so that it doesn't
843     matter whether the dependency file is in a Repository or not.
844     This may cause recompilations upon upgrade to this version.
845
846   - Make AlwaysBuild() work with Alias and Python value Nodes (making
847     it much simpler to support aliases like "clean" that just invoke
848     an arbitrary action).
849
850   - Have env.ParseConfig() use AppendUnique() by default to suppress
851     duplicate entries from multiple calls.  Add a "unique" keyword
852     argument to allow the old behavior to be specified.
853
854   - Allow the library modules imported by an SConscript file to get at
855     all of the normally-available global functions and variables by saying
856     "from SCons.Script import *".
857
858   - Add a --debug=memoizer option to print Memoizer hit/mass statistics.
859
860   - Allow more than one --debug= option to be set at a time.
861
862   - Change --debug=count to report object counts before and after
863     reading SConscript files and before and after building targets.
864
865   - Change --debug=memory output to line up the numbers and to better
866     match (more or less) the headers on the --debug=count columns.
867
868   - Speed things up when there are lists of targets and/or sources by
869     getting rid of some N^2 walks of the lists involved.
870
871   - Cache evaluation of LazyActions so we don't create a new object
872     for each invocation.
873
874   - When scanning, don't create Nodes for include files that don't
875     actually exist on disk.
876
877   - Make supported global variables CScanner, DScanner, ProgramScanner and
878     SourceFileScanner.  Make SourceFileScanner.add_scanner() a supported
879     part of the public interface.  Keep the old SCons.Defaults.*Scan names
880     around for a while longer since some people were already using them.
881
882   - By default, don't scan directories for on-disk files.  Add a
883     DirScanner global scanner that can be used in Builders or Command()
884     calls that want source directory trees scanned for on-disk changes.
885     Have the Tar() and Zip() Builders use the new DirScanner to preserve
886     the behavior of rebuilding a .tar or .zip file if any file or
887     directory under a source tree changes.  Add Command() support for
888     a source_scanner keyword argument to Command() that can be set to
889     DirScanner to get this behavior.
890
891   - Documentation changes:  Explain that $CXXFLAGS contains $CCFLAGS
892     by default.  Fix a bad target_factory example in the man page.
893     Add appendices to the User's Guide to cover the available Tools,
894     Builders and construction variables.  Comment out the build of
895     the old Python 10 paper, which doesn't build on all systems and
896     is old enough at this point that it probably isn't worth the
897     effort to make it do so.
898
899   From Wayne Lee:
900
901   - Avoid "maximum recursion limit" errors when removing $(-$) pairs
902     from long command lines.
903
904   From Clive Levinson:
905
906   - Make ParseConfig() recognize and add -mno-cygwin to $LINKFLAGS and
907     $CCFLAGS, and -mwindows to $LINKFLAGS.
908
909   From Michael McCracken:
910
911   - Add a new "applelink" tool to handle the things like Frameworks and
912     bundles that Apple has added to gcc for linking.
913
914   - Use more appropriate default search lists of linkers, compilers and
915     and other tools for the 'darwin' platform.
916
917   - Add a LoadableModule Builder that builds a bundle on Mac OS X (Darwin)
918     and a shared library on other systems.
919
920   - Improve SWIG tests for use on Mac OS X (Darwin).
921
922   From Elliot Murphy:
923
924   - Enhance the tests to guarantee persistence of ListOption
925     values in saved options files.
926
927   - Supply the help text when -h is used with the -u, -U or -D options.
928
929   From Christian Neeb:
930
931   - Fix the Java parser's handling of string definitions to avoid ignoring
932     subsequent code.
933
934   From Han-Wen Nienhuys:
935
936   - Optimize variable expansion by:  using the re.sub() method (when
937     possible); not using "eval" for variables for which we can fetch the
938     value directory; avoiding slowing substitution logic when there's no
939     '$' in the string.
940
941   From Gary Oberbrunner:
942
943   - Add an Environment.Dump() method to print the contents of a
944     construction environment.
945
946   - Allow $LIBS (and similar variables) to contain explicit File Nodes.
947
948   - Change ParseConfig to add the found library names directly to the
949     $LIBS variable, instead of returning them.
950
951   - Add ParseConfig() support for the -framework GNU linker option.
952
953   - Add a PRINT_CMD_LINE_FUNC construction variable to allow people
954     to filter (or log) command-line output.
955
956   - Print an internal Python stack trace in response to an otherwise
957     unexplained error when --debug=stacktrace is specified.
958
959   - Add a --debug=findlibs option to print what's happening when
960     the scanner is searching for libraries.
961
962   - Allow Tool specifications to be passed a dictionary of keyword
963     arguments.
964
965   - Support an Options default value of None, in which case the variable
966     will not be added to the construction environment unless it's set
967     explicitly by the user or from an Options file.
968
969   - Avoid copying __builtin__ values into a construction environment's
970     dictionary when evaluating construction variables.
971
972   - Add a new cross-platform intelc.py Tool that can detect and
973     configure the Intel C++ v8 compiler on both Windows, where it's
974     named icl, and Linux, where it's named icc.  It also checks that
975     the directory specified in the Windows registry exists, and sets a
976     new $INTEL_C_COMPILER_VERSION construction variable to identify the
977     version being used.  (Niall Douglas contributed an early prototype
978     of parts of this module.)
979
980   - Fix the private Conftest._Have() function so it doesn't change
981     non-alphanumeric characters to underscores.
982
983   - Supply a better error message when a construction variable expansion
984     has an unknown attribute.
985
986   - Documentation changes:  Update the man page to describe use of
987     filenames or Nodes in $LIBS.
988
989   From Chris Pawling:
990
991   - Have the linkloc tool use $MSVS_VERSION to select the Microsoft
992     Visual Studio version to use.
993
994   From Kevin Quick:
995
996   - Fix the Builder name returned from ListBuilders and other instances
997     of subclasses of the BuilderBase class.
998
999   - Add Builders and construction variables to support rpcgen:
1000     RPCGenClient(), RPCGenHeader(), RPCGenService(), RPCGenXDR(),
1001     $RPCGEN, $RPCGENFLAGS, $RPCGENCLIENTFLAGS, $RPCGENHEADERFLAGS,
1002     $RPCGENSERVICEFLAGS, $RPCGENXDRFLAGS.
1003
1004   - Update the man page to document that prefix and suffix Builder
1005     keyword arguments can be strings, callables or dictionaries.
1006
1007   - Provide more info in the error message when a user tries to build
1008     a target multiple ways.
1009
1010   - Fix Delete() when a file doesn't exist and must_exist=1.  (We were
1011     unintentionally dependent on a bug in versions of the Python shutil.py
1012     module prior to Python 2.3, which would generate an exception for
1013     a nonexistent file even when ignore_errors was set.)
1014
1015   - Only replace a Node's builder with a non-null source builder.
1016
1017   - Fix a stack trace when a suffix selection dictionary is passed
1018     an empty source file list.
1019
1020   - Allow optional names to be attached to Builders, for default
1021     Builders that don't get attached to construction environments.
1022
1023   - Fix problems with Parallel Task Exception handling.
1024
1025   - Build targets in an associated BuildDir even if there are targets
1026     or subdirectories locally in the source directory.
1027
1028   - If a FunctionAction has a callable class as its underlying Python
1029     function, use its strfunction() method (if any) to display the
1030     action.
1031
1032   - Fix handling when BuildDir() exists but is unwriteable.  Add
1033     "Stop." to those error messages for consistency.
1034
1035   - Catch incidents of bad builder creation (without an action) and
1036     supply meaningful error messages.
1037
1038   - Fix handling of src_suffix values that aren't extensions (don't
1039     begin with a '.').
1040
1041   - Don't retrieve files from a CacheDir, but report what would happen,
1042     when the -n option is used.
1043
1044   - Use the source_scanner from the target Node, not the source node
1045     itself.
1046
1047   - Internal Scanners fixes:  Make sure Scanners are only passed Nodes.
1048     Fix how a Scanner.Selector called its base class initialization.
1049     Make comparisons of Scanner objects more robust.  Add a name to
1050     an internal default ObjSourceScanner.
1051
1052   - Add a deprecated warning for use of the old "scanner" keyword argument
1053     to Builder creation.
1054
1055   - Improve the --debug=explain message when the build action changes.
1056
1057   - Test enhancements in SourceCode.py, option-n.py, midl.py.  Better
1058     Command() and Scanner test coverage.  Improved test infrastructure
1059     for -c output.
1060
1061   - Refactor the interface between Action and Executor objects to treat
1062     Actions atomically.
1063
1064   - The --debug=presub option will now report the pre-substitution
1065     each action seprately, instead of reporting the entire list before
1066     executing the actions one by one.
1067
1068   - The --debug=explain option explaining a changed action will now
1069     (more correctly) show pre-substitution action strings, instead of
1070     the commands with substituted file names.
1071
1072   - A Node (file) will now be rebuilt if its PreAction or PostAction
1073     actions change.
1074
1075   - Python Function actions now have their calling signature (target,
1076     source, env) reported correctly when displayed.
1077
1078   - Fix BuildDir()/build_dir handling when the build_dir is underneath
1079     the source directory and trying to use entries from the build_dir
1080     as sources for other targets in the build-dir.
1081
1082   - Fix hard-coding of JDK path names in various Java tests.
1083
1084   - Handle Python stack traces consistently (stop at the SConscript stack
1085     frame, by default) even if the Python source code isn't available.
1086
1087   - Improve the performance of the --debug={tree,dtree} options.
1088
1089   - Add --debug=objects logging of creation of OverrideWarner,
1090     EnvironmentCopy and EnvironmentOverride objects.
1091
1092   - Fix command-line expansion of Python Value Nodes.
1093
1094   - Internal cleanups:  Remove an unnecessary scan argument.  Associate
1095     Scanners only with Builders, not nodes.  Apply overrides once when
1096     a Builder is called, not in multiple places.  Cache results from the
1097     Node.FS.get_suffix() and Node.get_build_env() methods.  Use the Python
1098     md5 modules' hexdigest() method, if there is one.  Have Taskmaster
1099     call get_stat() once for each Node and re-use the value instead of
1100     calling it each time it needs the value.  Have Node.depends_on()
1101     re-use the list from the children() method instead of calling it
1102     multiple times.
1103
1104   - Use the correct scanner if the same source file is used for targets in
1105     two different environments with the same path but different scanners.
1106
1107   - Collect logic for caching values in memory in a Memoizer class,
1108     which cleans up a lot of special-case code in various methods and
1109     caches additional values to speed up most configurations.
1110
1111   - Add a PathAccept validator to the list of new canned PathOption
1112     validators.
1113
1114   From Jeff Squyres:
1115
1116   - Documentation changes:  Use $CPPDEFINES instead of $CCFLAGS in man
1117     page examples.
1118
1119   From Levi Stephen:
1120
1121   - Allow $JARCHDIR to be expanded to other construction variables.
1122
1123   From Christoph Wiedemann:
1124
1125   - Add an Environment.SetDefault() method that only sets values if
1126     they aren't already set.
1127
1128   - Have the qt.py Tool not override variables already set by the user.
1129
1130   - Add separate $QT_BINPATH, $QT_CPPPATH and $QT_LIBPATH variables
1131     so these can be set individually, instead of being hard-wired
1132     relative to $QTDIR.
1133
1134   - The %TEMP% and %TMP% external environment variables are now propagated
1135     automatically to the command execution environment on Windows systems.
1136
1137   - A new --config= command-line option allows explicit control of
1138     of when the Configure() tests are run:  --config=force forces all
1139     checks to be run, --config=cache uses all previously cached values,
1140     --config=auto (the default) runs tests only when dependency analysis
1141     determines it's necessary.
1142
1143   - The Configure() subsystem can now write a config.h file with values
1144     like HAVE_STDIO_H, HAVE_LIBM, etc.
1145
1146   - The Configure() subsystem now executes its checks silently when the
1147     -Q option is specified.
1148
1149   - The Configure() subsystem now reports if a test result is being
1150     taken from cache, and prints the standard output and error output
1151     of tests even when cached.
1152
1153   - Configure() test results are now reported as "yes" or "no" instead of
1154     "ok" or "failed."
1155
1156   - Fixed traceback printing when calling the env.Configure() method
1157     instead of the Configure() global function.
1158
1159   - The Configure() subsystem now caches build failures in a .sconsign
1160     file in the subdirectory, not a .cache file.  This may cause
1161     tests to be re-executed the first time after you install 0.97.
1162
1163   - Additional significant internal cleanups in the Configure() subsystem
1164     and its tests.
1165
1166   - Have the Qt Builder make uic-generated files dependent on the .ui.h
1167     file, if one exists.
1168
1169   - Add a test to make sure that SCons source code does not contain
1170     try:-except: blocks that catch all errors, which potentially catch
1171     and mask keyboard interrupts.
1172
1173   - Fix us of TargetSignatures('content') with the SConf subsystem.
1174
1175   From Russell Yanofsky:
1176
1177   - Add support for the Metrowerks Codewarrior compiler and linker
1178     (mwcc and mwld).
1179
1180
1181
1182 RELEASE 0.96.1 - Mon, 23 Aug 2004 12:55:50 +0000
1183
1184   From Craig Bachelor:
1185
1186   - Handle white space in the executable Python path name within in MSVS
1187     project files by quoting the path.
1188
1189   - Correct the format of a GUID string in a solution (.dsw) file so
1190     MSVS can correctly "build enable" a project.
1191
1192   From Steven Knight:
1193
1194   - Add a must_exist flag to Delete() to let the user control whether
1195     it's an error if the specified entry doesn't exist.  The default
1196     behavior is now to silently do nothing if it doesn't exist.
1197
1198   - Package up the new Platform/darwin.py, mistakenly left out of 0.96.
1199
1200   - Make the scons.bat REM statements into @REM so they aren't printed.
1201
1202   - Make the SCons packaging SConscript files platform independent.
1203
1204   From Anthony Roach:
1205
1206   - Fix scanning of pre-compiled header (.pch) files for #includes,
1207     broken in 0.96.
1208
1209
1210
1211 RELEASE 0.96 - Wed, 18 Aug 2004 13:36:40 +0000
1212
1213   From Chad Austin:
1214
1215   - Make the CacheDir() directory if it doesn't already exist.
1216
1217   - Allow construction variable substitutions in $LIBS specifications.
1218
1219   - Allow the emitter argument to a Builder() to be or expand to a list
1220     of emitter functions, which will be called in sequence.
1221
1222   - Suppress null values in construction variables like $LIBS that use
1223     the internal _concat() function.
1224
1225   - Remove .dll files from the construction variables searched for
1226     libraries that can be fed to Win32 compilers.
1227
1228   From Chad Austin and Christoph Wiedemann:
1229
1230   - Add support for a $RPATH variable to supply a list of directories
1231     to search for shared libraries when linking a program.  Used by
1232     the GNU and IRIX linkers (gnulink and sgilink).
1233
1234   From Charles Crain:
1235
1236   - Restore the ability to do construction variable substitutions in all
1237     kinds of *PATH variables, even when the substitution returns a Node
1238     or other object.
1239
1240   From Tom Epperly:
1241
1242   - Allow the Java() Builder to take more than one source directory.
1243
1244   From Ralf W. Grosse-Kunstleve:
1245
1246   - Have SConsignFile() use, by default, a custom "dblite.py" that we can
1247     control and guarantee to work on all Python versions (or nearly so).
1248
1249   From Jonathan Gurley:
1250
1251   - Add support for the newer "ifort" versions of the Intel Fortran
1252     Compiler for Linux.
1253
1254   From Bob Halley:
1255
1256   - Make the new *FLAGS variable type work with copied Environments.
1257
1258   From Chris Hoeppler:
1259
1260   - Initialize the name of a Scanner.Classic scanner correctly.
1261
1262   From James Juhasz:
1263
1264   - Add support for the .dylib shared library suffix and the -dynamiclib
1265     linker option on Mac OS X.
1266
1267   From Steven Knight:
1268
1269   - Add an Execute() method for executing actions directly.
1270
1271   - Support passing environment override keyword arguments to Command().
1272
1273   - Fix use of $MSVS_IGNORE_IDE_PATHS, which was broken when we added
1274     support for $MSVS_USE_MFC_DIRS last release.
1275
1276   - Make env.Append() and env.Prepend() act like the underlying Python
1277     behavior when the variable being appended to is a UserList object.
1278
1279   - Fix a regression that prevented the Command() global function in
1280     0.95 from working with command-line strings as actions.
1281
1282   - Fix checking out a file from a source code management system when
1283     the env.SourceCode() method was called with an individual file name
1284     or node, not a directory name or node.
1285
1286   - Enhance the Task.make_ready() method to create a list of the
1287     out-of-date Nodes for the task for use by the wrapping interface.
1288
1289   - Allow Scanners to pull the list of suffixes from the construction
1290     environment when the "skeys" keyword argument is a string containing
1291     a construction variable to be expanded.
1292
1293   - Support new $CPPSUFFIXES, $DSUFFIXES $FORTRANSUFFIXES, and
1294     $IDLSUFFIXES.  construction variables that contain the default list
1295     of suffixes to be scanned by a given type of scanner, allowing these
1296     suffix lists to be easily added to or overridden.
1297
1298   - Speed up Node creation when calling a Builder by comparing whether two
1299     Environments are the same object, not if their underlying dictionaries
1300     are equivalent.
1301
1302   - Add a --debug=explain option that reports the reason(s) why SCons
1303     thinks it must rebuild something.
1304
1305   - Add support for functions that return platform-independent Actions
1306     to Chmod(), Copy(), Delete(), Mkdir(), Move() and Touch() files
1307     and/or directories.  Like any other Actions, the returned Action
1308     object may be executed directly using the Execute() global function
1309     or env.Execute() environment method, or may be used as a Builder
1310     action or in an env.Command() action list.
1311
1312   - Add support for the strfunction argument to all types of Actions:
1313     CommandAction, ListAction, and CommandGeneratorAction.
1314
1315   - Speed up turning file system Nodes into strings by caching the
1316     values after we're finished reading the SConscript files.
1317
1318   - Have ParseConfig() recognize and supporting adding the -Wa, -Wl,
1319     and -Wp, flags to ASFLAGS, LINKFLAGS and CPPFLAGS, respectively.
1320
1321   - Change the .sconsign format and the checks for whether a Node is
1322     up-to-date to make dependency checks more efficient and correct.
1323
1324   - Add wrapper Actions to SCons.Defaults for $ASCOM, $ASPPCOM, $LINKCOM,
1325     $SHLINKCOM, $ARCOM, $LEXCOM and $YACCCOM.  This makes it possible
1326     to replace the default print behavior with a custom strfunction()
1327     for each of these.
1328
1329   - When a Node has been built, don't walk the whole tree back to delete
1330     the parents's implicit dependencies, let returning up the normal
1331     Taskmaster descent take care of it for us.
1332
1333   - Add documented support for separate target_scanner and source_scanner
1334     arguments to Builder creation, which allows different scanners to
1335     be applied to source files
1336
1337   - Don't re-install or (re-generate) .h files when a subsidiary #included
1338     .h file changes.  This eliminates incorrect circular dependencies
1339     with .h files generated from other source files.
1340
1341   - Slim down the internal Sig.Calculator class by eliminating methods
1342     whose functionality is now covered by Node methods.
1343
1344   - Document use of the target_factory and source_factory keyword
1345     arguments when creating Builder objects.  Enhance Dir Nodes so that
1346     they can be created with user-specified Builder objects.
1347
1348   - Don't blow up with stack trace when the external $PATH environment
1349     variable isn't set.
1350
1351   - Make Builder calls return lists all the time, even if there's only
1352     one target.  This keeps things consistent and easier to program to
1353     across platforms.
1354
1355   - Add a Flatten() function to make it easier to deal with the Builders
1356     all returning lists of targets, not individual targets.
1357
1358   - Performance optimizations in Node.FS.__doLookup().
1359
1360   - Man page fixes:  formatting typos, misspellings, bad example.
1361
1362   - User's Guide fixes: Fix the signatures of the various example
1363     *Options() calls.  Triple-quote properly a multi-line Split example.
1364
1365   - User's Guide additions:  Chapter describing File and Directory
1366     Nodes.  Section describing declarative nature of SCons functions in
1367     SConscript files.  Better organization and clarification of points
1368     raised by Robert P. J. Day.  Chapter describing SConf (Autoconf-like)
1369     functionality.  Chapter describing how to install Python and
1370     SCons.  Chapter describing Java builds.
1371
1372   From Chris Murray:
1373
1374   - Add a .win32 attribute to force file names to expand with
1375     Windows backslash path separators.
1376
1377   - Fix escaping file names on command lines when the expansion is
1378     concatenated with another string.
1379
1380   - Add support for Fortran 90 and Fortran 95.  This adds $FORTRAN*
1381     variables that specify a default compiler, command-line, flags,
1382     etc. for all Fortran versions, plus separate $F90* and $F95*
1383     variables for when different compilers/flags/etc. must be specified
1384     for different Fortran versions.
1385
1386   - Have individual tools that create libraries override the default
1387     $LIBPREFIX and $LIBSUFFIX values set by the platform.  This makes
1388     it easier to use Microsoft Visual Studio tools on a CygWin platform.
1389
1390   From Gary Oberbrunner:
1391
1392   - Add a --debug=presub option to print actions prior to substitution.
1393
1394   - Add a warning upon use of the override keywords "targets" and
1395     "sources" when calling Builders.  These are usually mistakes which
1396     are otherwise silently (and confusingly) turned into construction
1397     variable overrides.
1398
1399   - Try to find the ICL license file path name in the external environment
1400     and the registry before resorting to the hard-coded path name.
1401
1402   - Add support for fetching command-line keyword=value arguments in
1403     order from an ARGLIST list.
1404
1405   - Avoid stack traces when trying to read dangling symlinks.
1406
1407   - Treat file "extensions" that only contain digits as part of the
1408     file basename.  This supports version numbers as part of shared
1409     library names, for example.
1410
1411   - Avoid problems when there are null entries (None or '') in tool
1412     lists or CPPPATH.
1413
1414   - Add an example and explanation of how to use "tools = ['default', ..."
1415     when creating a construction environment.
1416
1417   - Add a section describing File and Directory Nodes and some of their
1418     attributes and methods.
1419
1420   - Have ParseConfig() add a returned -pthread flag to both $CCFLAGS
1421     and $LINKFLAGS.
1422
1423   - Fix some test portability issues on Mac OS X (darwin).
1424
1425   From Simon Perkins:
1426
1427   - Fix a bug introduced in building shared libraries under MinGW.
1428
1429   From Kevin Quick:
1430
1431   - Handling SCons exceptions according to Pythonic standards.
1432
1433   - Fix test/chained-build.py on systems that execute within one second.
1434
1435   - Fix tests on systems where 'ar' warns about archive creation.
1436
1437   From Anthony Roach:
1438
1439   - Fix use of the --implicit-cache option with timestamp signatures.
1440
1441   - If Visual Studio is installed, assume the C/C++ compiler, the linker
1442     and the MIDL compiler that comes with it are available, too.
1443
1444   - Better error messages when evaluating a construction variable
1445     expansion yields a Python syntax error.
1446
1447   - Change the generation of PDB files when using Visual Studio from
1448     compile time to link time.
1449
1450   From sam th:
1451
1452   - Allow SConf.CheckLib() to search a list of libraries, like the
1453     Autoconf AC_SEARCH_LIBS macro.
1454
1455   - Allow the env.WhereIs() method to take a "reject" argument to
1456     let it weed out specific path names.
1457
1458   From Christoph Wiedemann:
1459
1460   - Add new Moc() and Uic() Builders for more explicit control over
1461     Qt builds, plus new construction variables to control them:
1462     $QT_AUTOSCAN, $QT_DEBUG, $QT_MOCCXXPREFIX, $QT_MOCCXXSUFFIX,
1463     $QT_MOCHPREFIX, $QT_MOCHSUFFIX, $QT_UICDECLPREFIX, $QT_UICDECLSUFFIX,
1464     $QT_UICIMPLPREFIX, $QT_UICIMPLSUFFIX and $QT_UISUFFIX.
1465
1466   - Add a new single_source keyword argument for Builders that enforces
1467     a single source file on calls to the Builder.
1468
1469
1470
1471 RELEASE 0.95 - Mon, 08 Mar 2004 06:43:20 -0600
1472
1473   From Chad Austin:
1474
1475   - Replace print statements with calls to sys.stdout.write() so output
1476     lines stay together when -j is used.
1477
1478   - Add portability fixes for a number of tests.
1479
1480   - Accomodate the fact that Cygwin's os.path.normcase() lies about
1481     the underlying system being case-sensitive.
1482
1483   - Fix an incorrect _concat() call in the $RCINCFLAGS definition for
1484     the mingw Tool.
1485
1486   - Fix a problem with the msvc tool with Python versions prior to 2.3.
1487
1488   - Add support for a "toolpath" Tool() and Environment keyword that
1489     allows Tool modules to be found in specified local directories.
1490
1491   - Work around Cygwin Python's silly fiction that it's using a
1492     case-sensitive file system.
1493
1494   - More robust handling of data in VCComponents.dat.
1495
1496   - If the "env" command is available, spawn commands with the more
1497     general "env -" instead of "env -i".
1498
1499   From Kerim Borchaev:
1500
1501   - Fix a typo in a msvc.py's registry lookup:  "VCComponents.dat", not
1502     "VSComponents.dat".
1503
1504   From Chris Burghart:
1505
1506   - Fix the ability to save/restore a PackageOption to a file.
1507
1508   From Steve Christensen:
1509
1510   - Update the MSVS .NET and MSVC 6.0/7.0 path detection.
1511
1512   From David M. Cooke:
1513
1514   - Make the Fortran scanner case-insensitive for the INCLUDE string.
1515
1516   From Charles Crain:
1517
1518   - If no version of MSVC is detected but the tool is specified,
1519     use the MSVC 6.0 paths by default.
1520
1521   - Ignore any "6.1" version of MSVC found in the registry; this is a
1522     phony version number (created by later service packs?) and would
1523     throw off the logic if the user had any non-default paths configure.
1524
1525   - Correctly detect if the user has independently configured the MSVC
1526     "include," "lib" or "path" in the registry and use the appropriate
1527     values.  Previously, SCons would only use the values if all three
1528     were set in the registry.
1529
1530   - Make sure side-effect nodes are prepare()d before building their
1531     corresponding target.
1532
1533   - Preserve the ability to call BuildDir() multiple times with the
1534     same target and source directory arguments.
1535
1536   From Andy Friesen:
1537
1538   - Add support for the Digital Mars "D" programming language.
1539
1540   From Scott Lystig Fritchie:
1541
1542   - Fix the ability to use a custom _concat() function in the
1543     construction environment when calling _stripixes().
1544
1545   - Make the message about ignoring a missing SConscript file into a
1546     suppressable Warning, not a hard-coded sys.stderr.write().
1547
1548   - If a builder can be called multiple times for a target (because
1549     the sources and overrides are identical, or it's a builder with the
1550     "multi" flag set), allow the builder to be called through multiple
1551     environments so long as the builders have the same signature for
1552     the environments in questions (that is, they're the same action).
1553
1554   From Bob Halley:
1555
1556   - When multiple targets are built by a single action, retrieve all
1557     of them from cache, not just the first target, and exec the build
1558     command if any of the targets isn't present in the cache.
1559
1560   From Zephaniah Hull:
1561
1562   - Fix command-line ARGUMENTS with multiple = in them.
1563
1564   From Steven Knight:
1565
1566   - Fix EnsureSConsVersion() so it checks against the SCons version,
1567     not the Python version, on Pythons with sys.version_info.
1568
1569   - Don't swallow the AttributeError when someone uses an expansion like
1570     $TARGET.bak, so we can supply a more informative error message.
1571
1572   - Fix an odd double-quote escape sequence in the man page.
1573
1574   - Fix looking up a naked drive letter as a directory (Dir('C:')).
1575
1576   - Support using File nodes in the LIBS construction variable.
1577
1578   - Allow the LIBS construction variable to be a single string or File
1579     node, not a list, when only one library is needed.
1580
1581   - Fix typos in the man page:  JAVACHDIR => JARCHDIR; add "for_signature"
1582     to the __call__() example in the "Variable Substitution" section.
1583
1584   - Correct error message spellings of "non-existant" to "non-existent."
1585
1586   - When scanning for libraries to link with, don't append $LIBPREFIXES
1587     or $LIBSUFFIXES values to the $LIBS values if they're already present.
1588
1589   - Add a ZIPCOMPRESSION construction variable to control whether the
1590     internal Python action for the Zip Builder compresses the file or
1591     not.  The default value is zipfile.ZIP_DEFLATED, which generates
1592     a compressed file.
1593
1594   - Refactor construction variable expansion to support recursive
1595     expansion of variables (e.g. CCFLAGS = "$CCFLAGS -g") without going
1596     into an infinite loop.  Support this in all construction variable
1597     overrides, as well as when copying Environments.
1598
1599   - Fix calling Configure() from more than one subsidiary SConscript file.
1600
1601   - Fix the env.Action() method so it returns the correct type of
1602     Action for its argument(s).
1603
1604   - Fix specifying .class files as input to JavaH with the .class suffix
1605     when they weren't generated using the Java Builder.
1606
1607   - Make the check for whether all of the objects going into a
1608     SharedLibrary() are shared work even if the object was built in a
1609     previous run.
1610
1611   - Supply meaningful error messages, not stack traces, if we try to add
1612     a non-Node as a source, dependency, or ignored dependency of a Node.
1613
1614   - Generate MSVS Project files that re-invoke SCons properly regardless
1615     of whether the file was built via scons.bat or scons.py.
1616     (Thanks to Niall Douglas for contributing code and testing.)
1617
1618   - Fix TestCmd.py, runtest.py and specific tests to accomodate being
1619     run from directories whose paths include white space.
1620
1621   - Provide a more useful error message if a construction variable
1622     expansion contains a syntax error during evaluation.
1623
1624   - Fix transparent checkout of implicit dependency files from SCCS
1625     and RCS.
1626
1627   - Added new --debug=count, --debug=memory and --debug=objects options.
1628     --debug=count and --debug=objects only print anything when run
1629     under Python 2.1 or later.
1630
1631   - Deprecate the "overrides" keyword argument to Builder() creation
1632     in favor of using keyword argument values directly (like we do
1633     for builder execution and the like).
1634
1635   - Always use the Builder overrides in substitutions, not just if
1636     there isn't a target-specific environment.
1637
1638   - Add new "rsrcpath" and "rsrcdir" and attributes to $TARGET/$SOURCE,
1639     so Builder command lines can find things in Repository source
1640     directories when using BuildDir.
1641
1642   - Fix the M4 Builder so that it chdirs to the Repository directory
1643     when the input file is in the source directory of a BuildDir.
1644
1645   - Save memory at build time by allowing Nodes to delete their build
1646     environments after they've been built.
1647
1648   - Add AppendUnique() and PrependUnique() Environment methods, which
1649     add values to construction variables like Append() and Prepend()
1650     do, but suppress any duplicate elements in the list.
1651
1652   - Allow the 'qt' tool to still be used successfully from a copied
1653     Environment.  The include and library directories previously ended up
1654     having the same string re-appended to the end, yielding an incorrect
1655     path name.
1656
1657   - Supply a more descriptive error message when the source for a target
1658     can't be found.
1659
1660   - Initialize all *FLAGS variables with objects do the right thing with
1661     appending flags as strings or lists.
1662
1663   - Make things like ${TARGET.dir} work in *PATH construction variables.
1664
1665   - Allow a $MSVS_USE_MFC_DIRS construction variable to control whether
1666     ATL and MFC directories are included in the default INCLUDE and
1667     LIB paths.
1668
1669   - Document the dbm_module argument to the SConsignFile() function.
1670
1671   From Vincent Risi:
1672
1673   - Add support for the bcc32, ilink32 and tlib Borland tools.
1674
1675   From Anthony Roach:
1676
1677   - Supply an error message if the user tries to configure a BuildDir
1678     for a directory that already has one.
1679
1680   - Remove documentation of the still-unimplemented -e option.
1681
1682   - Add -H help text listing the legal --debug values.
1683
1684   - Don't choke if a construction variable is a non-string value.
1685
1686   - Build Type Libraries in the target directory, not the source
1687     directory.
1688
1689   - Add an appendix to the User's Guide showing how to accomplish
1690     various common tasks in Python.
1691
1692   From Greg Spencer:
1693
1694   - Add support for Microsoft Visual Studio 2003 (version 7.1).
1695
1696   - Evaluate $MSVSPROJECTSUFFIX and $MSVSSOLUTIONSUFFIX when the Builder
1697     is invoked, not when the tool is initialized.
1698
1699   From Christoph Wiedemann:
1700
1701   - When compiling Qt, make sure the moc_*.cc files are compiled using
1702     the flags from the environment used to specify the target, not
1703     the environment that first has the Qt Builders attached.
1704
1705
1706
1707 RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600
1708
1709   From Hartmut Goebel:
1710
1711   - Add several new types of canned functions to help create options:
1712     BoolOption(), EnumOption(), ListOption(), PackageOption(),
1713     PathOption().
1714
1715   From Steven Knight:
1716
1717   - Fix use of CPPDEFINES with C++ source files.
1718
1719   - Fix env.Append() when the operand is an object with a __cmp__()
1720     method (like a Scanner instance).
1721
1722   - Fix subclassing the Environment and Scanner classes.
1723
1724   - Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.
1725
1726   From Steve Leblanc:
1727
1728   - SGI fixes:  Fix C++ compilation, add a separate Tool/sgic++.py module.
1729
1730   From Gary Oberbrunner:
1731
1732   - Fix how the man page un-indents after examples in some browsers.
1733
1734   From Vincent Risi:
1735
1736   - Fix the C and C++ tool specifications for AIX.
1737
1738
1739
1740 RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
1741
1742   From J.T. Conklin:
1743
1744   - On POSIX, execute commands with the more modern os.spawnvpe()
1745     function, if it's available.
1746
1747   - Scan .S, .spp and .SPP files for C preprocessor dependencies.
1748
1749   - Refactor the Job.Parallel() class to use a thread pool without a
1750     condition variable.  This improves parallel build performance and
1751     handles keyboard interrupts properly when -j is used.
1752
1753   From Charles Crain:
1754
1755   - Add support for a JARCHDIR variable to control changing to a
1756     directory using the jar -C option.
1757
1758   - Add support for detecting Java manifest files when using jar,
1759     and specifying them using the jar m flag.
1760
1761   - Fix some Python 2.2 specific things in various tool modules.
1762
1763   - Support directories as build sources, so that a rebuild of a target
1764     can be triggered if anything underneath the directory changes.
1765
1766   - Have the scons.bat and scons.py files look for the SCons modules
1767     in site-packages as well.
1768
1769   From Christian Engel:
1770
1771   - Support more flexible inclusion of separate C and C++ compilers.
1772
1773   - Use package management tools on AIX and Solaris to find where
1774     the comilers are installed, and what version they are.
1775
1776   - Add support for CCVERSION and CXXVERSION variables for a number
1777     of C and C++ compilers.
1778
1779   From Sergey Fogel:
1780
1781   - Add test cases for the new capabilities to run bibtex and to rerun
1782     latex as needed.
1783
1784   From Ralf W. Grosse-Kunstleve:
1785
1786   - Accomodate anydbm modules that don't have a sync() method.
1787
1788   - Allow SConsignFile() to take an argument specifying the DBM
1789     module to be used.
1790
1791   From Stephen Kennedy:
1792
1793   - Add support for a configurable global .sconsign.dbm file which
1794     can be used to avoid cluttering each directory with an individual
1795     .sconsign file.
1796
1797   From John Johnson:
1798
1799   - Fix (re-)scanning of dependencies in generated or installed
1800     header files.
1801
1802   From Steven Knight:
1803
1804   - The -Q option suppressed too many messages; fix it so that it only
1805     suppresses the Reading/Building messages.
1806
1807   - Support #include when there's no space before the opening quote
1808     or angle bracket.
1809
1810   - Accomodate alphanumeric version strings in EnsurePythonVersion().
1811
1812   - Support arbitrary expansion of construction variables within
1813     file and directory arguments to Builder calls and Environment methods.
1814
1815   - Add Environment-method versions of the following global functions:
1816     Action(), AddPostAction(), AddPreAction(), Alias(), Builder(),
1817     BuildDir(), CacheDir(), Clean(), Configure(), Default(),
1818     EnsurePythonVersion(), EnsureSConsVersion(), Environment(),
1819     Exit(), Export(), FindFile(), GetBuildPath(), GetOption(), Help(),
1820     Import(), Literal(), Local(), Platform(), Repository(), Scanner(),
1821     SConscriptChdir(), SConsignFile(), SetOption(), SourceSignatures(),
1822     Split(), TargetSignatures(), Tool(), Value().
1823
1824   - Add the following global functions that correspond to the same-named
1825     Environment methods:  AlwaysBuild(), Command(), Depends(), Ignore(),
1826     Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
1827
1828   - Add the following global functions that correspond to the default
1829     Builder methods supported by SCons: CFile(), CXXFile(), DVI(), Jar(),
1830     Java(), JavaH(), Library(), M4(), MSVSProject(), Object(), PCH(),
1831     PDF(), PostScript(), Program(), RES(), RMIC(), SharedLibrary(),
1832     SharedObject(), StaticLibrary(), StaticObject(), Tar(), TypeLibrary()
1833     and Zip().
1834
1835   - Rearrange the man page to show construction environment methods and
1836     global functions in the same list, and to explain the difference.
1837
1838   - Alphabetize the explanations of the builder methods in the man page.
1839
1840   - Rename the Environment.Environment class to Enviroment.Base.
1841     Allow the wrapping interface to extend an Environment by using its own
1842     subclass of Environment.Base and setting a new Environment.Environment
1843     variable as the calling entry point.
1844
1845   - Deprecate the ParseConfig() global function in favor of a same-named
1846     construction environment method.
1847
1848   - Allow the Environment.WhereIs() method to take explicit path and
1849     pathext arguments (like the underlying SCons.Util.WhereIs() function).
1850
1851   - Remove the long-obsolete {Get,Set}CommandHandler() functions.
1852
1853   - Enhance env.Append() to suppress null values when appropriate.
1854
1855   - Fix ParseConfig() so it works regardless of initial construction
1856     variable values.
1857
1858     Extend CheckHeader(), CheckCHeader(), CheckCXXHeader() and
1859     CheckLibWithHeader() to accept a list of header files that will be
1860     #included in the test.  The last one in the list is assumed to be
1861     the one being checked for.  (Prototype code contributed by Gerard
1862     Patel and Niall Douglas).
1863
1864   - Supply a warning when -j is used and threading isn't built in to
1865     the current version of Python.
1866
1867   - First release of the User's Guide (finally, and despite a lot
1868     of things still missing from it...).
1869
1870   From Clark McGrew:
1871
1872   - Generalize the action for .tex files so that it will decide whether
1873     a file is TeX or LaTeX, check the .aux output to decide if it should
1874     run bibtex, and check the .log output to re-run LaTeX if needed.
1875
1876   From Bram Moolenaar:
1877
1878   - Split the non-SCons-specific functionality from SConf.py to a new,
1879     re-usable Conftest.py module.
1880
1881   From Gary Oberbrunner:
1882
1883   - Allow a directory to be the target or source or dependency of a
1884     Depends(), Ignore(), Precious() or SideEffect() call.
1885
1886   From Gerard Patel:
1887
1888   - Use the %{_mandir} macro when building our RPM package.
1889
1890   From Marko Rauhamaa:
1891
1892   - Have the closing message say "...terminated because of errors" if
1893     there were any.
1894
1895   From Anthony Roach:
1896
1897   - On Win32 systems, only use "rm" to delete files if Cygwin is being
1898     used.   ("rm" doesn't understand Win32-format path names.)
1899
1900   From Christoph Wiedemann:
1901
1902   - Fix test/SWIG.py to find the Python include directory in all cases.
1903
1904   - Fix a bug in detection of Qt installed on the local system.
1905
1906   - Support returning Python 2.3 BooleanType values from Configure checks.
1907
1908   - Provide an error message if someone mistakenly tries to call a
1909     Configure check from within a Builder function.
1910
1911   - Support calling a Builder when a Configure context is still open.
1912
1913   - Handle interrupts better by eliminating all try:-except: blocks
1914     which caught any and all exceptions, including KeyboardInterrupt.
1915
1916   - Add a --duplicate= option to control how files are duplicated.
1917
1918
1919
1920 RELEASE 0.92 - Wed, 20 Aug 2003 03:45:28 -0500
1921
1922   From Charles Crain and Gary Oberbrunner:
1923
1924   - Fix Tool import problems with the Intel and PharLap linkers.
1925
1926   From Steven Knight
1927
1928   - Refactor the DictCmdGenerator class to be a Selector subclass.
1929
1930   - Allow the DefaultEnvironment() function to take arguments and pass
1931     them to instantiation of the default construction environment.
1932
1933   - Update the Debian package so it uses Python 2.2 and more closely
1934     resembles the currently official Debian packaging info.
1935
1936   From Gerard Patel
1937
1938   - When the yacc -d flag is used, take the .h file base name from the
1939     target .c file, not the source (matching what yacc does).
1940
1941
1942
1943 RELEASE 0.91 - Thu, 14 Aug 2003 13:00:44 -0500
1944
1945   From Chad Austin:
1946
1947   - Support specifying a list of tools when calling Environment.Copy().
1948
1949   - Give a Value Nodes a timestamp of the system time when they're
1950     created, so they'll work when using timestamp-based signatures.
1951
1952   - Add a DefaultEnvironment() function that only creates a default
1953     environment on-demand (for fetching source files, e.g.).
1954
1955   - Portability fix for test/M4.py.
1956
1957   From Steven Knight:
1958
1959   - Tighten up the scons -H help output.
1960
1961   - When the input yacc file ends in .yy and the -d flag is specified,
1962     recognize that a .hpp file (not a .h file) will be created.
1963
1964   - Make builder prefixes work correctly when deducing a target
1965     from a source file name in another directory.
1966
1967   - Documentation fixes: typo in the man page; explain up-front about
1968     not propagating the external environment.
1969
1970   - Use "cvs co -d" instead of "cvs co -p >" when checking out something
1971     from CVS with a specified module name.  This avoids zero-length
1972     files when there is a checkout error.
1973
1974   - Add an "sconsign" script to print the contents of .sconsign files.
1975
1976   - Speed up maintaining the various lists of Node children by using
1977     dictionaries to avoid "x in list" searches.
1978
1979   - Cache the computed list of Node children minus those being Ignored
1980     so it's only calculated once.
1981
1982   - Fix use of the --cache-show option when building a Program()
1983     (or using any other arbitrary action) by making sure all Action
1984     instances have strfunction() methods.
1985
1986   - Allow the source of Command() to be a directory.
1987
1988   - Better error handling of things like raw TypeErrors in SConscripts.
1989
1990   - When installing using "setup.py install --prefix=", suppress the
1991     distutils warning message about adding the (incorrect) library
1992     directory to your search path.
1993
1994   - Correct the spelling of the "validater" option to "validator."
1995     Add a DeprecatedWarning when the old spelling is used.
1996
1997   - Allow a Builder's emitter to be a dictionary that maps source file
1998     suffixes to emitter functions, using the suffix of the first file
1999     in the source list to pick the right one.
2000
2001   - Refactor the creation of the Program, *Object and *Library Builders
2002     so that they're moved out of SCons.Defaults and created on demand.
2003
2004   - Don't split SConscript file names on white space.
2005
2006   - Document the SConscript function's "dirs" and "name" keywords.
2007
2008   - Remove the internal (and superfluous) SCons.Util.argmunge() function.
2009
2010   - Add /TP to the default CXXFLAGS for msvc, so it can compile all
2011     of the suffixes we use as C++ files.
2012
2013   - Allow the "prefix" and "suffix" attributes of a Builder to be
2014     callable objects that return generated strings, or dictionaries
2015     that map a source file suffix to the right prefix/suffix.
2016
2017   - Support a MAXLINELINELENGTH construction variable on Win32 systems
2018     to control when a temporary file is used for long command lines.
2019
2020   - Make how we build .rpm packages not depend on the installation
2021     locations from the distutils being used.
2022
2023   - When deducing a target Node, create it directly from the first
2024     source Node, not by trying to create the right string to pass to
2025     arg2nodes().
2026
2027   - Add support for SWIG.
2028
2029   From Bram Moolenaar:
2030
2031   - Test portability fixes for FreeBSD.
2032
2033   From Gary Oberbrunner:
2034
2035   - Report the target being built in error messages when building
2036     multiple sources from different extensions, or when the target file
2037     extension can't be deduced, or when we don't have an action for a
2038     file suffix.
2039
2040   - Provide helpful error messages when the arguments to env.Install()
2041     are incorrect.
2042
2043   - Fix the value returned by the Node.prevsiginfo() method to conform
2044     to a previous change when checking whether a node is current.
2045
2046   - Supply a stack trace if the Taskmaster catches an exception.
2047
2048   - When using a temporary file for a long link line on Win32 systems,
2049     (also) print the command line that is being executed through the
2050     temporary file.
2051
2052   - Initialize the LIB environment variable when using the Intel
2053     compiler (icl).
2054
2055   - Documentation fixes:  better explain the AlwaysBuild() function.
2056
2057   From Laurent Pelecq:
2058
2059   - When the -debug=pdb option is specified, use pdb.Pdb().runcall() to
2060     call pdb directly, don't call Python recursively.
2061
2062   From Ben Scott:
2063
2064   - Add support for a platform-independent CPPDEFINES variable.
2065
2066   From Christoph Wiedemann:
2067
2068   - Have the g++ Tool actually use g++ in preference to c++.
2069
2070   - Have the gcc Tool actually use gcc in preference to cc.
2071
2072   - Add a gnutools.py test of the GNU tool chain.
2073
2074   - Be smarter about linking: use $CC by default and $CXX only if we're
2075     linking with any C++ objects.
2076
2077   - Avoid SCons hanging when a piped command has a lot of output to read.
2078
2079   - Add QT support for preprocessing .ui files into .c files.
2080
2081
2082
2083 RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500
2084
2085   From Chad Austin:
2086
2087   - Fix the _concat() documentation, and add a test for it.
2088
2089   - Portability fixes for non-GNU versions of lex and yacc.
2090
2091   From Matt Balvin:
2092
2093   - Fix handling of library prefixes when the subdirectory matches
2094     the prefix.
2095
2096   From Timothee Bessett:
2097
2098   - Add an M4 Builder.
2099
2100   From Charles Crain:
2101
2102   - Use '.lnk' as the suffix on the temporary file for linking long
2103     command lines (necessary for the Phar Lap linkloc linker).
2104
2105   - Save non-string Options values as their actual type.
2106
2107   - Save Options string values that contain a single quote correctly.
2108
2109   - Save any Options values that are changed from the default
2110     Environment values, not just ones changed on the command line or in
2111     an Options file.
2112
2113   - Make closing the Options file descriptor exception-safe.
2114
2115   From Steven Knight:
2116
2117   - SCons now enforces (with an error) that construction variables
2118     must have the same form as valid Python identifiers.
2119
2120   - Fix man page bugs: remove duplicate AddPostAction() description;
2121     document no_import_lib; mention that CPPFLAGS does not contain
2122     $_CPPINCFLAGS; mention that F77FLAGS does not contain $_F77INCFLAGS;
2123     mention that LINKFLAGS and SHLINKFLAGS contains neither $_LIBFLAGS
2124     nor $_LIBDIRFLAGS.
2125
2126   - Eliminate a dependency on the distutils.fancy_getopt module by
2127     copying and pasting its wrap_text() function directly.
2128
2129   - Make the Script.Options() subclass match the underlying base class
2130     implementation.
2131
2132   - When reporting a target is up to date, quote the target like make
2133     (backquote-quote) instead of with double quotes.
2134
2135   - Fix handling of ../* targets when using -U, -D or -u.
2136
2137   From Steve Leblanc:
2138
2139   - Don't update the .sconsign files when run with -n.
2140
2141   From Gary Oberbrunner:
2142
2143   - Add support for the Intel C Compiler (icl.exe).
2144
2145   From Anthony Roach
2146
2147   - Fix Import('*').
2148
2149   From David Snopek
2150
2151   - Fix use of SConf in paths with white space in them.
2152
2153   - Add CheckFunc and CheckType functionality to SConf.
2154
2155   - Fix use of SConf with Builders that return a list of nodes.
2156
2157   From David Snopek and Christoph Wiedemann
2158
2159   - Fix use of the SConf subsystem with SConscriptChdir().
2160
2161   From Greg Spencer
2162
2163   - Check for the existence of MS Visual Studio on disk before using it,
2164     to avoid getting fooled by leftover junk in the registry.
2165
2166   - Add support for MSVC++ .NET.
2167
2168   - Add support for MS Visual Studio project files (DSP, DSW,
2169     SLN and VCPROJ files).
2170
2171   From Christoph Wiedemann
2172
2173   - SConf now works correctly when the -n and -q options are used.
2174
2175
2176
2177 RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500
2178
2179   From Chad Austin:
2180
2181   - Use .dll (not .so) for shared libraries on Cygwin; use -fPIC
2182     when compiling them.
2183
2184   - Use 'rm' to remove files under Cygwin.
2185
2186   - Add a PLATFORM variable to construction environments.
2187
2188   - Remove the "platform" argument from tool specifications.
2189
2190   - Propogate PYTHONPATH when running the regression tests so distutils
2191     can be found in non-standard locations.
2192
2193   - Using MSVC long command-line linking when running Cygwin.
2194
2195   - Portability fixes for a lot of tests.
2196
2197   - Add a Value Node class for dependencies on in-core Python values.
2198
2199   From Allen Bierbaum:
2200
2201   - Pass an Environment to the Options validator method, and
2202     add an Options.Save() method.
2203
2204   From Steve Christensen:
2205
2206   - Add an optional sort function argument to the GenerateHelpText()
2207     Options function.
2208
2209   - Evaluate the "varlist" variables when computing the signature of a
2210     function action.
2211
2212   From Charles Crain:
2213
2214   - Parse the source .java files for class names (including inner class
2215     names) to figure out the target .class files that will be created.
2216
2217   - Make Java support work with Repositories and SConscriptChdir(0).
2218
2219   - Pass Nodes, not strings, to Builder emitter functions.
2220
2221   - Refactor command-line interpolation and signature calculation
2222     so we can use real Node attributes.
2223
2224   From Steven Knight:
2225
2226   - Add Java support (javac, javah, jar and rmic).
2227
2228   - Propagate the external SYSTEMROOT environment variable into ENV on
2229     Win32 systems, so external commands that use sockets will work.
2230
2231   - Add a .posix attribute to PathList expansions.
2232
2233   - Check out CVS source files using POSIX path names (forward slashes
2234     as separators) even on Win32.
2235
2236   - Add Node.clear() and Node.FS.Entry.clear() methods to wipe out a
2237     Node's state, allowing it to be re-evaluated by continuous
2238     integration build interfaces.
2239
2240   - Change the name of the Set{Build,Content}SignatureType() functions
2241     to {Target,Source}Signatures().  Deprecate the old names but support
2242     them for backwards compatibility.
2243
2244   - Add internal SCons.Node.FS.{Dir,File}.Entry() methods.
2245
2246   - Interpolate the null string if an out-of-range subscript is used
2247     for a construction variable.
2248
2249   - Fix the internal Link function so that it properly links or copies
2250     files in subsidiary BuildDir directories.
2251
2252   - Refactor the internal representation of a single execution instance
2253     of an action to eliminate redundant signature calculations.
2254
2255   - Eliminate redundant signature calculations for Nodes.
2256
2257   - Optimize out calling hasattr() before accessing attributes.
2258
2259   - Say "Cleaning targets" (not "Building...") when the -c option is
2260     used.
2261
2262   From Damyan Pepper:
2263
2264   - Quote the "Entering directory" message like Make.
2265
2266   From Stefan Reichor:
2267
2268   - Add support for using Ghostscript to convert Postscript to PDF files.
2269
2270   From Anthony Roach:
2271
2272   - Add a standalone "Alias" function (separate from an Environment).
2273
2274   - Make Export() work for local variables.
2275
2276   - Support passing a dictionary to Export().
2277
2278   - Support Import('*') to import everything that's been Export()ed.
2279
2280   - Fix an undefined exitvalmap on Win32 systems.
2281
2282   - Support new SetOption() and GetOption() functions for setting
2283     various command-line options from with an SConscript file.
2284
2285   - Deprecate the old SetJobs() and GetJobs() functions in favor of
2286     using the new generic {Set,Get}Option() functions.
2287
2288   - Fix a number of tests that searched for a Fortran compiler using the
2289     external PATH instead of what SCons would use.
2290
2291   - Fix the interaction of SideEffect() and BuildDir() so that (for
2292     example) PDB files get put correctly in a BuildDir().
2293
2294   From David Snopek:
2295
2296   - Contribute the "Autoscons" code for Autoconf-like checking for
2297     the existence of libraries, header files and the like.
2298
2299   - Have the Tool() function add the tool name to the $TOOLS
2300     construction variable.
2301
2302   From Greg Spencer:
2303
2304   - Support the C preprocessor #import statement.
2305
2306   - Allow the SharedLibrary() Builder on Win32 systems to be able to
2307     register a newly-built dll using regsvr32.
2308
2309   - Add a Builder for Windows type library (.tlb) files from IDL files.
2310
2311   - Add an IDL scanner.
2312
2313   - Refactor the Fortran, C and IDL scanners to share common logic.
2314
2315   - Add .srcpath and .srcdir attributes to $TARGET and $SOURCE.
2316
2317   From Christoph Wiedemann:
2318
2319   - Integrate David Snopek's "Autoscons" code as the new SConf
2320     configuration subsystem, including caching of values between
2321     runs (using normal SCons dependency mechanisms), tests, and
2322     documentation.
2323
2324
2325
2326 RELEASE 0.13 - Mon, 31 Mar 2003 20:22:00 -0600
2327
2328   From Charles Crain:
2329
2330   - Fix a bug when BuildDir(duplicate=0) is used and SConscript
2331     files are called from within other SConscript files.
2332
2333   - Support (older) versions of Perforce which don't set the Windows
2334     registry.
2335
2336
2337
2338 RELEASE 0.12 - Thu, 27 Mar 2003 23:52:09 -0600
2339
2340   From Charles Crain:
2341
2342   - Added support for the Perforce source code management system.
2343
2344   - Fix str(Node.FS) so that it returns a path relative to the calling
2345     SConscript file's directory, not the top-level directory.
2346
2347   - Added support for a separate src_dir argument to SConscript()
2348     that allows explicit specification of where the source files
2349     for an SConscript file can be found.
2350
2351   - Support more easily re-usable flavors of command generators by
2352     calling callable variables when strings are expanded.
2353
2354   From Steven Knight:
2355
2356   - Added an INSTALL construction variable that can be set to a function
2357     to control how the Install() and InstallAs() Builders install files.
2358     The default INSTALL function now copies, not links, files.
2359
2360   - Remove deprecated features:  the "name" argument to Builder objects,
2361     and the Environment.Update() method.
2362
2363   - Add an Environment.SourceCode() method to support fetching files
2364     from source code systems.  Add factory methods that create Builders
2365     to support BitKeeper, CVS, RCS, and SCCS.  Add support for fetching
2366     files from RCS or SCCS transparently (like GNU Make).
2367
2368   - Make the internal to_String() function more efficient.
2369
2370   - Make the error message the same as other build errors when there's a
2371     problem unlinking a target file in preparation for it being built.
2372
2373   - Make TARGET, TARGETS, SOURCE and SOURCES reserved variable names and
2374     warn if the user tries to set them in a construction environment.
2375
2376   - Add support for Tar and Zip files.
2377
2378   - Better documentation of the different ways to export variables to a
2379     subsidiary SConscript file.  Fix documentation bugs in a tools
2380     example, places that still assumed SCons split strings on white
2381     space, and typos.
2382
2383   - Support fetching arbitrary files from the TARGETS or SOURCES lists
2384     (e.g. ${SOURCES[2]}) when calculating the build signature of a
2385     command.
2386
2387   - Don't silently swallow exceptions thrown by Scanners (or other
2388     exceptions while finding a node's dependent children).
2389
2390   - Push files to CacheDir() before calling the superclass built()
2391     method (which may clear the build signature as part of clearing
2392     cached implicit dependencies, if the file has a source scanner).
2393     (Bug reported by Jeff Petkau.)
2394
2395   - Raise an internal error if we attempt to push a file to CacheDir()
2396     with a build signature of None.
2397
2398   - Add an explicit Exit() function for terminating early.
2399
2400   - Change the documentation to correctly describe that the -f option
2401     doesn't change to the directory in which the specified file lives.
2402     
2403   - Support changing directories locally with SConscript directory
2404     path names relative to any SConstruct file specified with -f.
2405     This allows you to build in another directory by simply changing
2406     there and pointing at the SConstruct file in another directory.
2407
2408   - Change the default SConscriptChdir() behavior to change to the
2409     SConscript directory while it's being read.
2410
2411   - Fix an exception thrown when the -U option was used with no
2412     Default() target specified.
2413
2414   - Fix -u so that it builds things in corresponding build directories
2415     when used in a source directory.
2416
2417   From Lachlan O'Dea:
2418
2419   - Add SharedObject() support to the masm tool.
2420
2421   - Fix WhereIs() to return normalized paths.
2422
2423   From Jeff Petkau:
2424
2425   - Don't copy a built file to a CacheDir() if it's already there.
2426
2427   - Avoid partial copies of built files in a CacheDir() by copying
2428     to a temporary file and renaming.
2429
2430   From Anthony Roach:
2431
2432   - Fix incorrect dependency-cycle errors when an Aliased source doesn't
2433     exist.
2434
2435
2436
2437 RELEASE 0.11 - Tue, 11 Feb 2003 05:24:33 -0600
2438
2439   From Chad Austin:
2440
2441   - Add support for IRIX and the SGI MIPSPro tool chain.
2442
2443   - Support using the MSVC tool chain when running Cygwin Python.
2444
2445   From Michael Cook:
2446
2447   - Avoid losing signal bits in the exit status from a command,
2448     helping terminate builds on interrupt (CTRL+C).
2449
2450   From Charles Crain:
2451
2452   - Added new AddPreAction() and AddPostAction() functions that support
2453     taking additional actions before or after building specific targets.
2454
2455   - Add support for the PharLap ETS tool chain.
2456
2457   From Steven Knight:
2458
2459   - Allow Python function Actions to specify a list of construction
2460     variables that should be included in the Action's signature.
2461
2462   - Allow libraries in the LIBS variable to explicitly include the prefix
2463     and suffix, even when using the GNU linker.
2464     (Bug reported by Neal Becker.)
2465
2466   - Use DOS-standard CR-LF line endings in the scons.bat file.
2467     (Bug reported by Gary Ruben.)
2468
2469   - Doc changes:  Eliminate description of deprecated "name" keyword
2470     argument from Builder definition (reported by Gary Ruben).
2471
2472   - Support using env.Append() on BUILDERS (and other dictionaries).
2473     (Bug reported by Bj=F6rn Bylander.)
2474
2475   - Setting the BUILDERS construction variable now properly clears
2476     the previous Builder attributes from the construction Environment.
2477     (Bug reported by Bj=F6rn Bylander.)
2478
2479   - Fix adding a prefix to a file when the target isn't specified.
2480     (Bug reported by Esa Ilari Vuokko.)
2481
2482   - Clean up error messages from problems duplicating into read-only
2483     BuildDir directories or into read-only files.
2484
2485   - Add a CommandAction.strfunction() method, and add an "env" argument
2486     to the FunctionAction.strfunction() method, so that all Action
2487     objects have strfunction() methods, and the functions for building
2488     and returning a string both take the same arguments.
2489
2490   - Add support for new CacheDir() functionality to share derived files
2491     between builds, with related options --cache-disable, --cache-force,
2492     and --cache-show.
2493
2494   - Change the default behavior when no targets are specified to build
2495     everything in the current directory and below (like Make).  This
2496     can be disabled by specifying Default(None) in an SConscript.
2497
2498   - Revamp SCons installation to fix a case-sensitive installation
2499     on Win32 systems, and to add SCons-specific --standard-lib,
2500     --standalone-lib, and --version-lib options for easier user
2501     control of where the libraries get installed.
2502
2503   - Fix the ability to directly import and use Platform and Tool modules
2504     that have been implicitly imported into an Environment().
2505
2506   - Add support for allowing an embedding interface to annotate a node
2507     when it's created.
2508
2509   - Extend the SConscript() function to accept build_dir and duplicate
2510     keyword arguments that function like a BuildDir() call.
2511
2512   From Steve Leblanc:
2513
2514   - Fix the output of -c -n when directories are involved, so it
2515     matches -c.
2516
2517   From Anthony Roach:
2518
2519   - Use a different shared object suffix (.os) when using gcc so shared
2520     and static objects can exist side-by-side in the same directory.
2521
2522   - Allow the same object files on Win32 to be linked into either
2523     shared or static libraries.
2524
2525   - Cache implicit cache values when using --implicit-cache.
2526
2527
2528
2529 RELEASE 0.10 - Thu, 16 Jan 2003 04:11:46 -0600
2530
2531   From Derrick 'dman' Hudson:
2532
2533   - Support Repositories on other file systems by symlinking or
2534     copying files when hard linking won't work.
2535
2536   From Steven Knight:
2537
2538   - Remove Python bytecode (*.pyc) files from the scons-local packages.
2539
2540   - Have FunctionActions print a description of what they're doing
2541     (a representation of the Python call).
2542
2543   - Fix the Install() method so that, like other actions, it prints
2544     what would have happened when the -n option is used.
2545
2546   - Don't create duplicate source files in a BuildDir when the -n
2547     option is used.
2548
2549   - Refactor the Scanner interface to eliminate unnecessary Scanner
2550     calls and make it easier to write efficient scanners.
2551
2552   - Added a "recursive" flag to Scanner creation that specifies the
2553     Scanner should be invoked recursively on dependency files returned
2554     by the scanner.
2555
2556   - Significant performance improvement from using a more efficient
2557     check, throughout the code, for whether a Node has a Builder.
2558
2559   - Fix specifying only the source file to MultiStepBuilders such as
2560     the Program Builder.  (Bug reported by Dean Bair.)
2561
2562   - Fix an exception when building from a file with the same basename as
2563     the subdirectory in which it lives.  (Bug reported by Gerard Patel.)
2564
2565   - Fix automatic deduction of a target file name when there are
2566     multiple source files specified; the target is now deduced from just
2567     the first source file in the list.
2568
2569   - Documentation fixes: better initial explanation of SConscript files;
2570     fix a misformatted "table" in the StaticObject explanation.
2571
2572   From Steven Knight and Steve Leblanc:
2573
2574   - Fix the -c option so it will remove symlinks.
2575
2576   From Steve Leblanc:
2577
2578   - Add a Clean() method to support removing user-specified targets
2579     when using the -c option.
2580
2581   - Add a development script for running SCons through PyChecker.
2582
2583   - Clean up things found by PyChecker (mostly unnecessary imports).
2584
2585   - Add a script to use HappyDoc to create HTML class documentation.
2586
2587   From Lachlan O'Dea:
2588
2589   - Make the Environment.get() method return None by default.
2590
2591   From Anthony Roach:
2592
2593   - Add SetJobs() and GetJobs() methods to allow configuration of the
2594     number of default jobs (still overridden by -j).
2595
2596   - Convert the .sconsign file format from ASCII to a pickled Python
2597     data structure.
2598
2599   - Error message cleanups:  Made consistent the format of error
2600     messages (now all start with "scons: ***") and warning messages (now
2601     all start with "scons: warning:").  Caught more cases with the "Do
2602     not know how to build" error message.
2603
2604   - Added support for the MinGW tool chain.
2605
2606   - Added a --debug=includes option.
2607
2608
2609
2610 RELEASE 0.09 - Thu,  5 Dec 2002 04:48:25 -0600
2611
2612   From Chad Austin:
2613
2614   - Add a Prepend() method to Environments, to append values to
2615     the beginning of construction variables.
2616
2617   From Matt Balvin:
2618
2619   - Add long command-line support to the "lib" Tool (Microsoft library
2620     archiver), too.
2621
2622   From Charles Crain:
2623
2624   - Allow $$ in a string to be passed through as $.
2625
2626   - Support file names with odd characters in them.
2627
2628   - Add support for construction variable substition on scanner
2629     directories (in CPPPATH, F77PATH, LIBPATH, etc.).
2630
2631   From Charles Crain and Steven Knight:
2632
2633   - Add Repository() functionality, including the -Y option.
2634
2635   From Steven Knight:
2636
2637   - Fix auto-deduction of target names so that deduced targets end
2638     up in the same subdirectory as the source.
2639
2640   - Don't remove source files specified on the command line!
2641
2642   - Suport the Intel Fortran Compiler (ifl.exe).
2643
2644   - Supply an error message if there are no command-line or
2645     Default() targets specified.
2646
2647   - Fix the ASPPCOM values for the GNU assembler.
2648     (Bug reported by Brett Polivka.)
2649
2650   - Fix an exception thrown when a Default() directory was specified
2651     when using the -U option.
2652
2653   - Issue a warning when -c can't remove a target.
2654
2655   - Eliminate unnecessary Scanner calls by checking for the
2656     existence of a file before scanning it.  (This adds a generic
2657     hook to check an arbitrary condition before scanning.)
2658
2659   - Add explicit messages to tell when we're "Reading SConscript files
2660     ...," "done reading SConscript files," "Building targets," and
2661     "done building targets."  Add a -Q option to supress these.
2662
2663   - Add separate $SHOBJPREFIX and $SHOBJSUFFIX construction variables
2664     (by default, the same as $OBJPREFIX and $OBJSUFFIX).
2665
2666   - Add Make-like error messages when asked to build a source file,
2667     and before trying to build a file that doesn't have all its source
2668     files (including when an invalid drive letter is used on WIN32).
2669
2670   - Add an scons-local-{version} package (in both .tar.gz and .zip
2671     flavors) to help people who want to ship SCons as a stand-alone
2672     build tool in their software packages.
2673
2674   - Prevent SCons from unlinking files in certain situations when
2675     the -n option is used.
2676
2677   - Change the name of Tool/lib.py to Tool/mslib.py.
2678
2679   From Steven Knight and Anthony Roach:
2680
2681   - Man page:  document the fact that Builder calls return Node objects.
2682
2683   From Steve LeBlanc:
2684
2685   - Refactor option processing to use our own version of Greg Ward's
2686     Optik module, modified to run under Python 1.5.2.
2687
2688   - Add a ParseConfig() command to modify an environment based on
2689     parsing output from a *-config command.
2690
2691   From Jeff Petkau:
2692
2693   - Fix interpretation of '#/../foo' on Win32 systems.
2694
2695   From Anthony Roach:
2696
2697   - Fixed use of command lines with spaces in their arguments,
2698     and use of Nodes with spaces in their string representation.
2699
2700   - Make access and modification times of files in a BuildDir match
2701     the source file, even when hard linking isn't available.
2702
2703   - Make -U be case insensitive on Win32 systems.
2704
2705   - Issue a warning and continue when finding a corrupt .sconsign file.
2706
2707   - Fix using an alias as a dependency of a target so that if one of the
2708     alias' dependencies gets rebuilt, the resulting target will, too.
2709
2710   - Fix differently ordered targets causing unnecessary rebuilds
2711     on case insensitive systems.
2712
2713   - Use os.system() to execute external commands whenever the "env"
2714     utility is available, which is much faster than fork()/exec(),
2715     and fixes the -j option on several platforms.
2716
2717   - Fix use of -j with multiple targets.
2718
2719   - Add an Options() object for friendlier accomodation of command-
2720     line arguments.
2721
2722   - Add support for Microsoft VC++ precompiled header (.pch) files,
2723     debugger (.pdb) files, and resource (.rc) files.
2724
2725   - Don't compute the $_CPPINCFLAGS, $_F77INCFLAGS, $_LIBFLAGS and
2726     $_LIBDIRFLAGS variables each time a command is executed, define
2727     them so they're computed only as needed.  Add a new _concat
2728     function to the Environment that allows people to define their
2729     own similar variables.
2730
2731   - Fix dependency scans when $LIBS is overridden.
2732
2733   - Add EnsurePythonVersion() and EnsureSConsVersion() functions.
2734
2735   - Fix the overly-verbose stack trace on ListBuilder build errors.
2736
2737   - Add a SetContentSignatureType() function, allowing use of file
2738     timestamps instead of MD5 signatures.
2739
2740   - Make -U and Default('source') fail gracefully.
2741
2742   - Allow the File() and Dir() methods to take a path-name string as
2743     the starting directory, in addition to a Dir object.
2744
2745   - Allow the command handler to be selected via the SPAWN, SHELL
2746     and ESCAPE construction variables.
2747
2748   - Allow construction variables to be overridden when a Builder
2749     is called.
2750
2751   From sam th:
2752
2753   - Dynamically check for the existence of utilities with which to
2754     initialize Environments by default.
2755
2756
2757
2758 RELEASE 0.08 - Mon, 15 Jul 2002 12:08:51 -0500
2759
2760   From Charles Crain:
2761
2762   - Fixed a bug with relative CPPPATH dirs when using BuildDir().
2763     (Bug reported by Bob Summerwill.)
2764
2765   - Added a warnings framework and a --warn option to enable or
2766     disable warnings.
2767
2768   - Make the C scanner warn users if files referenced by #include
2769     directives cannot be found and --warn=dependency is specified.
2770
2771   - The BUILDERS construction variable should now be a dictionary
2772     that maps builder names to actions.  Existing uses of lists,
2773     and the Builder name= keyword argument, generate warnings
2774     about use of deprecated features.
2775
2776   - Removed the "shared" keyword argument from the Object and
2777     Library builders.
2778     
2779   - Added separated StaticObject, SharedObject, StaticLibrary and
2780     SharedLibrary builders.  Made Object and Library synonyms for
2781     StaticObject and StaticLibrary, respectively.
2782
2783   - Add LIBS and LIBPATH dependencies for shared libraries.
2784
2785   - Removed support for the prefix, suffix and src_suffix arguments
2786     to Builder() to be callable functions.
2787
2788   - Fix handling file names with multiple dots.
2789
2790   - Allow a build directory to be outside of the SConstruct tree.
2791
2792   - Add a FindFile() function that searches for a file node with a
2793     specified name.
2794
2795   - Add $CPPFLAGS to the shared-object command lines for g++ and gcc.
2796
2797   From Charles Crain and Steven Knight:
2798
2799   - Add a "tools=" keyword argument to Environment instantiation,
2800     and a separate Tools() method, for more flexible specification
2801     of tool-specific environment changes.
2802
2803   From Steven Knight:
2804
2805   - Add a "platform=" keyword argument to Environment instantiation,
2806     and a separate Platform() method, for more flexible specification
2807     of platform-specific environment changes.
2808
2809   - Updated README instructions and setup.py code to catch an
2810     installation failure from not having distutils installed.
2811
2812   - Add descriptions to the -H help text for -D, -u and -U so
2813     people can tell them apart.
2814
2815   - Remove the old feature of automatically splitting strings
2816     of file names on white space.
2817
2818   - Add a dependency Scanner for native Fortran "include" statements,
2819     using a new "F77PATH" construction variable.
2820
2821   - Fix C #include scanning to detect file names with characters like
2822     '-' in them.
2823
2824   - Add more specific version / build output to the -v option.
2825
2826   - Add support for the GNU as, Microsoft masm, and nasm assemblers.
2827
2828   - Allow the "target" argument to a Builder call to be omitted, in
2829     which case the target(s) are deduced from the source file(s) and the
2830     Builder's specified suffix.
2831
2832   - Add a tar archive builder.
2833
2834   - Add preliminary support for the OS/2 Platform, including the icc
2835     and ilink Tools.
2836
2837   From Jeff Petkau:
2838
2839   - Fix --implicit-cache if the scanner returns an empty list.
2840
2841   From Anthony Roach:
2842
2843   - Add a "multi" keyword argument to Builder creation that specifies
2844     it's okay to call the builder multiple times for a target.
2845
2846   - Set a "multi" on Aliases so multiple calls will append to an Alias.
2847
2848   - Fix emitter functions' use of path names when using BuildDir or
2849     in subdirectories.
2850
2851   - Fix --implicit-cache causing redundant rebuilds when the header
2852     file list changed.
2853
2854   - Fix --implicit-cache when a file has no implicit dependencies and
2855     its source is generated.
2856
2857   - Make the drive letters on Windows always be the same case, so that
2858     changes in the case of drive letters don't cause a rebuild.
2859
2860   - Fall back to importing the SCons.TimeStamp module if the SCons.MD5
2861     module can't be imported.
2862
2863   - Fix interrupt handling to guarantee that a single interrupt will
2864     halt SCons both when using -j and not.
2865
2866   - Fix .sconsign signature storage so that output files of one build
2867     can be safely used as input files to another build.
2868
2869   - Added a --debug=time option to print SCons execution times.
2870
2871   - Print an error message if a file can't be unlinked before being
2872     built, rather than just silently terminating the build.
2873
2874   - Add a SideEffect() method that can be used to tell the build
2875     engine that a given file is created as a side effect of building
2876     a target.  A file can be specified as a side effect of more than
2877     one build comand, in which case the commands will not be executed
2878     simultaneously.
2879
2880   - Significant performance gains from not using our own version of
2881     the inefficient stock os.path.splitext() method, caching source
2882     suffix computation, code cleanup in MultiStepBuilder.__call__(),
2883     and replicating some logic in scons_subst().
2884
2885   - Add --implicit-deps-changed and --implicit-deps-unchanged options.
2886
2887   - Add a GetLaunchDir() function.
2888
2889   - Add a SetBuildSignatureType() function.
2890
2891   From Zed Shaw:
2892
2893   - Add an Append() method to Environments, to append values to
2894     construction variables.
2895
2896   - Change the name of Update() to Replace().  Keep Update() as a
2897     deprecated synonym, at least for now.
2898
2899   From Terrel Shumway:
2900
2901   - Use a $PYTHON construction variable, initialized to sys.executable,
2902     when using Python to build parts of the SCons packages.
2903
2904   - Use sys.prefix, not sys.exec_prefix, to find pdb.py.
2905
2906
2907
2908 RELEASE 0.07 - Thu,  2 May 2002 13:37:16 -0500
2909
2910   From Chad Austin:
2911
2912   - Changes to build SCons packages on IRIX (and other *NIces).
2913
2914   - Don't create a directory Node when a file already exists there,
2915     and vice versa.
2916
2917   - Add 'dirs' and 'names' keyword arguments to SConscript for
2918     easier specification of subsidiary SConscript files.
2919
2920   From Charles Crain:
2921
2922   - Internal cleanup of environment passing to function Actions.
2923
2924   - Builders can now take arbitrary keyword arguments to create
2925     attributes to be passed to: command generator functions,
2926     FunctionAction functions, Builder emitter functions (below),
2927     and prefix/suffix generator functions (below).
2928
2929   - Command generator functions can now return ANYTHING that can be
2930     converted into an Action (a function, a string, a CommandGenerator
2931     instance, even an ActionBase instance).
2932
2933   - Actions now call get_contents() with the actual target and source
2934     nodes used for the build.
2935
2936   - A new DictCmdGenerator class replaces CompositeBuilder to support
2937     more flexible Builder behavior internally.
2938
2939   - Builders can now take an emitter= keyword argument.  An emitter
2940     is a function that takes target, source, and env argument, then
2941     return a 2-tuple of (new sources, new targets).  The emitter is
2942     called when the Builder is __call__'ed, allowing a user to modify
2943     source and target lists.
2944
2945   - The prefix, suffix and src_suffix Builder arguments now take a
2946     callable as well a string.  The callable is passed the Environment
2947     and any extra Builder keyword arguments and is expected to return
2948     the appropriate prefix or suffix.
2949
2950   - CommandActions can now be a string, a list of command + argument
2951     strings, or a list of commands (strings or lists).
2952
2953   - Added shared library support.  The Object and Library Builders now
2954     take a "shared=1" keyword argument to specify that a shared object
2955     or shared library should be built.  It is an error to try to build
2956     static objects into a shared library or vice versa.
2957
2958   - Win32 support for .def files has been added.  Added the Win32-specific
2959     construction variables $WIN32DEFPREFIX, $WIN32DEFSUFFIX,
2960     $WIN32DLLPREFIX and $WIN32IMPLIBPREFIX.  When building a .dll,
2961     the new construction variable $WIN32_INSERT_DEF, controls whether
2962     the appropriately-named .def file is inserted into the target
2963     list (if not already present).  A .lib file is always added to
2964     a Library build if not present in the list of targets.
2965
2966   - ListBuilder now passes all targets to the action, not just the first.
2967
2968   - Fix so that -c now deletes generated yacc .h files.
2969
2970   - Builder actions and emitter functions can now be initialized, through
2971     construction variables, to things other than strings.
2972
2973   - Make top-relative '#/dir' lookups work like '#dir'.
2974
2975   - Fix for relative CPPPATH directories in subsidiary SConscript files
2976     (broken in 0.06).
2977
2978   - Add a for_signature argument to command generators, so that
2979     generators that need to can return distinct values for the
2980     command signature and for executing the command.
2981
2982   From Alex Jacques:
2983
2984   - Create a better scons.bat file from a py2bat.py script on the Python
2985     mailing list two years ago (modeled after pl2bat.pl).
2986
2987   From Steven Knight:
2988
2989   - Fix so that -c -n does *not* remove the targets!
2990
2991   - Man page:  Add a hierarchical libraries + Program example.
2992
2993   - Support long MSVC linker command lines through a builder action
2994     that writes to a temporary file and uses the magic MSVC "link @file"
2995     argument syntax if the line is longer than 2K characters.
2996
2997   - Fix F77 command-line options on Win32 (use /Fo instead of -o).
2998
2999   - Use the same action to build from .c (lower case) and .C (upper
3000     case) files on case-insensitive systems like Win32.
3001
3002   - Support building a PDF file directly from a TeX or LaTeX file
3003     using pdftex or pdflatex.
3004
3005   - Add a -x option to runtest.py to specify the script being tested.
3006     A -X option indicates it's an executable, not a script to feed
3007     to the Python interpreter.
3008
3009   - Add a Split() function (identical to SCons.Util.argmunge()) for use
3010     in the next release, when Builders will no longer automatically split
3011     strings on white space.
3012
3013   From Steve Leblanc:
3014
3015   - Add the SConscriptChdir() method.
3016
3017   From Anthony Roach:
3018
3019   - Fix --debug=tree when used with directory targets.
3020
3021   - Significant internal restructuring of Scanners and Taskmaster.
3022
3023   - Added new --debug=dtree option.
3024
3025   - Fixes for --profile option.
3026
3027   - Performance improvement in construction variable substitution.
3028
3029   - Implemented caching of content signatures, plus added --max-drift
3030     option to control caching.
3031
3032   - Implemented caching of dependency signatures, enabled by new
3033     --implicit-cache option.
3034
3035   - Added abspath construction variable modifier.
3036
3037   - Added $SOURCE variable as a synonym for $SOURCES[0].
3038
3039   - Write out .sconsign files on error or interrupt so intermediate
3040     build results are saved.
3041
3042   - Change the -U option to -D.  Make a new -U that builds just the
3043     targets from the local SConscript file.
3044
3045   - Fixed use of sys.path so Python modules can be imported from
3046     the SConscript directory.
3047
3048   - Fix for using Aliases with the -u, -U and -D options.
3049
3050   - Fix so that Nodes can be passed to SConscript files.
3051
3052   From Moshe Zadka:
3053   
3054   - Changes for official Debian packaging.
3055
3056
3057
3058 RELEASE 0.06 - Thu, 28 Mar 2002 01:24:29 -0600
3059
3060   From Charles Crain:
3061
3062   - Fix command generators to expand construction variables.
3063
3064   - Make FunctionAction arguments be Nodes, not strings.
3065
3066   From Stephen Kennedy:
3067
3068   - Performance:  Use a dictionary, not a list, for a Node's parents.
3069
3070   From Steven Knight:
3071
3072   - Add .zip files to the packages we build.
3073
3074   - Man page:  document LIBS, fix a typo, document ARGUMENTS.
3075
3076   - Added RANLIB and RANLIBFLAGS construction variables.  Only use them
3077     in ARCOM if there's a "ranlib" program on the system.
3078
3079   - Add a configurable CFILESUFFIX for the Builder of .l and .y files
3080     into C files.
3081
3082   - Add a CXXFile Builder that turns .ll and .yy files into .cc files
3083     (configurable via a CXXFILESUFFIX construction variable).
3084
3085   - Use the POSIX-standard lex -t flag, not the GNU-specific -o flag.
3086     (Bug reported by Russell Christensen.)
3087
3088   - Fixed an exception when CPPPATH or LIBPATH is a null string.
3089     (Bug reported by Richard Kiss.)
3090
3091   - Add a --profile=FILE option to make profiling SCons easier.
3092
3093   - Modify the new DVI builder to create .dvi files from LaTeX (.ltx
3094     and .latex) files.
3095
3096   - Add support for Aliases (phony targets).
3097
3098   - Add a WhereIs() method for searching for path names to executables.
3099
3100   - Add PDF and PostScript document builders.
3101
3102   - Add support for compiling Fortran programs from a variety of
3103     suffixes (a la GNU Make):  .f, .F, .for, .FOR, .fpp and .FPP
3104
3105   - Support a CPPFLAGS variable on all default commands that use the
3106     C preprocessor.
3107
3108   From Steve Leblanc:
3109
3110   - Add support for the -U option.
3111
3112   - Allow CPPPATH, LIBPATH and LIBS to be specified as white-space
3113     separated strings.
3114
3115   - Add a document builder to create .dvi files from TeX (.tex) files.
3116
3117   From Anthony Roach:
3118
3119   - Fix:  Construction variables with values of 0 were incorrectly
3120     interpolated as ''. 
3121
3122   - Support env['VAR'] to fetch construction variable values.
3123
3124   - Man page:  document Precious().
3125
3126
3127
3128 RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600
3129
3130   From Chad Austin:
3131
3132   - Set PROGSUFFIX to .exe under Cygwin.
3133
3134   From Charles Crain:
3135
3136   - Allow a library to specified as a command-line source file, not just
3137     in the LIBS construction variable.
3138
3139   - Compensate for a bug in os.path.normpath() that returns '' for './'
3140     on WIN32.
3141
3142   - More performance optimizations:  cache #include lines from files,
3143     eliminate unnecessary calls.
3144
3145   - If a prefix or suffix contains white space, treat the resulting
3146     concatenation as separate arguments.
3147
3148   - Fix irregularities in the way we fetch DevStudio information from
3149     the Windows registry, and in our registry error handling.
3150
3151   From Steven Knight:
3152
3153   - Flush stdout after print so it intermixes correctly with stderr
3154     when redirected.
3155
3156   - Allow Scanners to return a list of strings, and document how to
3157     write your own Scanners.
3158
3159   - Look up implicit (scanned) dependencies relative to the directory
3160     of file being scanned.
3161
3162   - Make writing .sconsign files more robust by first trying to write
3163     to a temp file that gets renamed.
3164
3165   - Create all of the directories for a list of targets before trying
3166     to build any of the targets.
3167
3168   - WIN32 portability fixes in tests.
3169
3170   - Allow the list of variables exported to an SConscript file to be
3171     a UserList, too.
3172
3173   - Document the overlooked LIBPATH construction variable.
3174     (Bug reported by Eicke Godehardt.)
3175
3176   - Fix so that Ignore() ignores indirect, implicit dependencies
3177     (included files), not just direct dependencies.
3178
3179   - Put the man page in the Debian distribution.
3180
3181   - Run HTML docs through tidy to clean up the HTML (for Konqueror).
3182
3183   - Add preliminary support for Unicode strings.
3184
3185   - Efficiency:  don't scan dependencies more than once during the
3186     walk of a tree.
3187
3188   - Fix the -c option so it doesn't stop removing targets if one doesn't
3189     already exist.
3190     (Bug reported by Paul Connell.)
3191
3192   - Fix the --debug=pdb option when run on Windows NT.
3193     (Bug reported by Paul Connell.)
3194
3195   - Add support for the -q option.
3196
3197   From Steve Leblanc:
3198
3199   - Add support for the -u option.
3200
3201   - Add .cc and .hh file suffixes to the C Scanner.
3202
3203   From Anthony Roach:
3204
3205   - Make the scons script return an error code on failures.
3206
3207   - Add support for using code to generate a command to build a target.
3208
3209
3210
3211 RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600
3212
3213   From Charles Crain:
3214
3215   - Significant performance improvements in the Node.FS and
3216     Scanner subsystems.
3217
3218   - Fix signatures of binary files on Win32 systems.
3219
3220   - Allow LIBS and LIBPATH to be strings, not just arrays.
3221
3222   - Print a traceback if a Python-function builder throws an exception.
3223
3224   From Steven Knight:
3225
3226   - Fix using a directory as a Default(), and allow Default() to
3227     support white space in file names for strings in arrays.
3228
3229   - Man page updates:  corrected some mistakes, documented various
3230     missing Environment methods, alphabetized the construction
3231     variables and other functions, defined begin and end macros for
3232     the example sections, regularized white space separation, fixed
3233     the use of Export() in the Multiple Variants example.
3234
3235   - Function action fixes:  None is now a successful return value.
3236     Exceptions are now reported.  Document function actions.
3237
3238   - Add 'Action' and 'Scanner' to the global keywords so SConscript
3239     files can use them too.
3240
3241   - Removed the Wrapper class between Nodes and Walkers.
3242
3243   - Add examples using Library, LIBS, and LIBPATH.
3244
3245   - The C Scanner now always returns a sorted list of dependencies
3246     so order changes don't cause unnecessary rebuilds.
3247
3248   - Strip $(-$) bracketed text from command lines.  Use this to
3249     surround $_INCDIRS and $_LIBDIRS so we don't rebuild in response
3250     to changes to -I or -L options.
3251
3252   - Add the Ignore() method to ignore dependencies.
3253
3254   - Provide an error message when a nonexistent target is specified
3255     on the command line.
3256
3257   - Remove targets before building them, and add an Environment
3258     Precious() method to override that.
3259
3260   - Eliminate redundant calls to the same builder when the target is a
3261     list of targets:  Add a ListBuilder class that wraps Builders to
3262     handle lists atomically.  Extend the Task class to support building
3263     and updating multiple targets in a single Task.  Simplify the
3264     interface between Task and Taskmaster.
3265
3266   - Add a --debug=pdb option to re-run SCons under the Python debugger.
3267
3268   - Only compute a build signature once for each node.
3269
3270   - Changes to our sys.path[] manipulation to support installation into
3271     an arbitrary --prefix value.
3272
3273   From Steve Leblanc:
3274
3275   - Add var=value command-line arguments.
3276
3277
3278
3279 RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600
3280
3281   From Charles Crain:
3282
3283   - Performance improvements in the Node.FS and Sig.Calculator classes.
3284
3285   - Add the InstallAs() method.
3286
3287   - Execute commands through an external interpreter (sh, cmd.exe, or
3288     command.com) to handle redirection metacharacters.
3289
3290   - Allow the user to supply a command handler.
3291
3292   From Steven Knight:
3293
3294   - Search both /usr/lib and /usr/local/lib for scons directories by
3295     adding them both to sys.path, with whichever is in sys.prefix first.
3296
3297   - Fix interpreting strings of multiple white-space separated file names
3298     as separate file names, allowing prefixes and suffixes to be appended
3299     to each individually.
3300
3301   - Refactor to move CompositeBuilder initialization logic from the
3302     factory wrapper to the __init__() method, and allow a Builder to
3303     have both an action and a src_builder (or array of them).
3304
3305   - Refactor BuilderBase.__call__() to separate Node creation/lookup
3306     from initialization of the Node's builder information.
3307
3308   - Add a CFile Builder object that supports turning lex (.l) and
3309     yacc (.y) files into .c files.
3310
3311   - Document: variable interpretation attributes; how to propogate
3312     the user's environment variables to executed commands; how to
3313     build variants in multiple BuildDirs.
3314
3315   - Collect String, Dict, and List type-checking in common utility
3316     routines so we can accept User{String,Dict,List}s all over.
3317
3318   - Put the Action factory and classes into their own module.
3319
3320   - Use one CPlusPlusAction in the Object Builder's action dictionary,
3321     instead of letting it create multiple identical instances.
3322
3323   - Document the Install() and InstallAs() methods.
3324
3325   From Steve Leblanc:
3326
3327   - Require that a Builder be given a name argument, supplying a
3328     useful error message when it isn't.
3329
3330   From Anthony Roach:
3331
3332   - Add a "duplicate" keyword argument to BuildDir() that can be set
3333     to prevent linking/copying source files into build directories.
3334
3335   - Add a "--debug=tree" option to print an ASCII dependency tree.
3336
3337   - Fetch the location of the Microsoft Visual C++ compiler(s) from
3338     the Registry, instead of hard-coding the location.
3339     
3340   - Made Scanner objects take Nodes, not path names.
3341     
3342   - Have the C Scanner cache the #include file names instead of
3343     (re-)scanning the file each time it's called.
3344
3345   - Created a separate class for parent "nodes" of file system roots,
3346     eliminating the need for separate is-parent-null checks everywhere.
3347     
3348   - Removed defined __hash__() and __cmp() methods from FS.Entry, in
3349     favor of Python's more efficient built-in identity comparisons.
3350
3351
3352
3353 RELEASE 0.02 - Sun, 23 Dec 2001 19:05:09 -0600
3354
3355   From Charles Crain:
3356
3357   - Added the Install(), BuildDir(), and Export() methods.
3358
3359   - Fix the -C option by delaying setting the top of the FS tree.
3360
3361   - Avoid putting the directory path on the libraries in the LIBS
3362     construction variable.
3363
3364   - Added a GetBuildPath() method to return the full path to the
3365     Node for a specified string.
3366
3367   - Fixed variable substitution in CPPPATH and LIBPATH.
3368
3369   From Steven Knight:
3370
3371   - Fixed the version comment in the scons.bat (the UNIX geek used
3372     # instead of @rem).
3373
3374   - Fix to setup.py so it doesn't require a sys.argv[1] argument.
3375
3376   - Provide make-like warning message for "command not found" and
3377     similar errors.
3378
3379   - Added an EXAMPLES section to the man page.
3380
3381   - Make Default() targets properly relative to their SConscript
3382     file's subdirectory.
3383
3384   From Anthony Roach:
3385
3386   - Documented CXXFLAGS, CXXCOM, and CPPPATH.
3387
3388   - Fixed SCONS_LIB_DIR to work as documented.
3389
3390   - Made Default() accept Nodes as arguments.
3391
3392   - Changed Export() to make it easier to use.
3393   
3394   - Added the Import() and Return() methods.
3395
3396
3397
3398 RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001
3399
3400 A brief overview of important functionality available in release 0.01:
3401
3402   - C and C++ compilation on POSIX and Windows NT.
3403
3404   - Automatic scanning of C/C++ source files for #include dependencies.
3405
3406   - Support for building libraries; setting construction variables
3407     allows creation of shared libraries.
3408
3409   - Library and C preprocessor search paths.
3410
3411   - File changes detected using MD5 signatures.
3412
3413   - User-definable Builder objects for building files.
3414
3415   - User-definable Scanner objects for scanning for dependencies.
3416
3417   - Parallel build (-j) support.
3418
3419   - Dependency cycles detected.
3420
3421   - Linux packages available in RPM and Debian format.
3422
3423   - Windows installer available.