Win32 portability fixes for various tests.
[scons.git] / src / CHANGES.txt
2002-06-21 stevenknightFix handling file names with multiple dots. (Charles...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-18 stevenknightSupply more specific version info, including build...
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-06-14 stevenknightAccomodate '-' (and other characters) in #include files...
2002-06-12 stevenknightAdd a native Fortran include scanner.
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-06-08 stevenknightDifferentiate help text for -D, -u and -U.
2002-06-05 stevenknightChanges from Charles Crain.
2002-06-05 stevenknightPrint an error message if a file can't be unlinked...
2002-06-05 stevenknightFix --implicit-cache if the scanner returns an empty...
2002-05-23 stevenknightAdd --debug=time option. (Anthony Roach)
2002-05-23 stevenknightFix .sconsign signature storing so that the output...
2002-05-18 stevenknightCtrl-C Improvements (Anthony Roach)
2002-05-17 stevenknightFallback to timestamp signatures when MD5 is not availa...
2002-05-16 stevenknightMake the drive letters on Windows always be the same...
2002-05-15 stevenknightFix a --implicit-cache when a file has no implicit...
2002-05-15 stevenknightFix a couple obscure bugs. (Anthony Roach)
2002-05-14 stevenknightFix for relative CPPPATH when BuildDir() is in use...
2002-05-09 stevenknightAdd some help to setup.py if distutils isn't installed...
2002-05-09 stevenknightAdd a Platform() method.
2002-05-06 stevenknightRaise an error if a builder is called multiple times...
2002-05-06 stevenknightAdd Append() and Replace() functions. (Zed Shaw)
2002-05-04 stevenknightInitialize the new branch.
2002-05-02 stevenknightReally prepare for the 0.07 release.
2002-05-02 stevenknightFix a bug that caused BuildDir(duplicate=1) along with...
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-05-02 stevenknightFix for long-line LINKCOM signatures on WIN32; add...
2002-04-30 stevenknightImprove the scons.bat script. (Alex Jacques)
2002-04-29 stevenknightAdd 'dirs' and 'names' keyword arguments to SConscript...
2002-04-29 stevenknightDoc and README/RELEASE updates in preparation for event...
2002-04-25 stevenknightDon't create a directory Node when a file already exist...
2002-04-24 stevenknightFix for relative CPPPATH directories in subsidiary...
2002-04-24 stevenknightMake Alias work with -U, -u, and -D (Anthony Roach)
2002-04-24 stevenknightRework Debian packaging ito incorporate changes from...
2002-04-23 stevenknightSupport building a PDF file directly from a TeX or...
2002-04-23 stevenknightBuild patches for IRIX. (Chad Austin)
2002-04-22 stevenknightTreat .c (lower case) and .C (upper case) files the...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-22 stevenknightFix Fortran arguments on Win32.
2002-04-16 stevenknightFix importing of modules from the SConscript directory...
2002-04-16 stevenknightHandle long command lines for the MSVC linker.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightChange the meaning of -U, and made -D work like -U...
2002-04-11 stevenknightMake .sconsign files get written even if the build...
2002-04-11 stevenknightChange to SConscript directory when reading it. (Steve...
2002-04-11 stevenknightAdd abspath construction variable modifier and variabl...
2002-04-09 stevenknightAdd a better hierarchical build example from the scons...
2002-04-05 stevenknightClean up how the Environment dictionary is passed to...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-31 stevenknightMake -c work with -n: don't remove the files!
2002-03-28 stevenknightPrepare for 0.06 release.
2002-03-28 stevenknightSupport a CPPFLAGS variable (a la GNU Make).
2002-03-28 stevenknightAdd Fortran support.
2002-03-27 stevenknightAdd more document Builders: PDF and PostScript.
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-23 stevenknightSupport the build of TeX documents (Task 47116). ...
2002-03-21 stevenknightMake construction variables with a value of 0 work...
2002-03-16 stevenknightMake FunctionAction arguments be Nodes, not strings...
2002-03-12 stevenknightSupport whitespace separated CPPPATH, etc. (Task 49057...
2002-03-12 stevenknightAdd a --profile=file option.
2002-03-12 stevenknightImplement the -U option. (Steve Leblanc)
2002-03-08 stevenknightFix an exception caused by a null-string CPPPATH.
2002-03-07 stevenknightChange the default lex command to use the POSIX-complia...
2002-03-07 stevenknightAdd a CXXFile builder to turn .ll and .yy files into...
2002-03-07 stevenknightMake the CFile Builder's SUFFIX configurable.
2002-03-02 stevenknightAdd RANLIB, and check for the existence of 'ranlib...
2002-03-01 stevenknightPerformance: Use a dictionary, not a list, for a Node...
2002-02-27 stevenknightDocument LIBS, fix a typo.
2002-02-26 stevenknightExtend SConstruct et al. to build .zip files, and to...
2002-02-22 stevenknightPrepare for release 0.05.
2002-02-21 stevenknightAdd the -q option.
2002-02-21 stevenknightFix the --debug=pdb option on Windows.
2002-02-21 stevenknightRemove all built targets even if some don't exist.
2002-02-21 stevenknightImplement the -u option (Task 39028). (Steve Leblanc)
2002-02-18 stevenknightEfficiency: On the Taskmaster's Walker's out-of-date...
2002-02-17 stevenknightAdd preliminary support for Unicode strings.
2002-02-15 stevenknightRun HTML files through tidy (if it's available) to...
2002-02-13 stevenknightInstall the man page in the Debian package.
2002-02-12 stevenknightFilter out a file's ignore list from all of its depende...
2002-02-10 stevenknightDocument the LIBPATH construction variable.
2002-02-10 stevenknightAllow the exported variables in an SConscript() call...
2002-02-10 stevenknightWIN32 portability in tests.
2002-02-10 stevenknightCreate all of the directories for a target list before...
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-02-09 stevenknightMake writing a .sconsign more robust by writing to...
2002-02-09 stevenknightLookup implicit dependencies relative to the directory...
2002-02-05 stevenknightMore performance optimizations (Charles Crain)
2002-02-04 stevenknightForgot CHANGES.txt updates on the last two checkins.
2002-02-03 stevenknightSupport Scanner functions returning strings, not just...
2002-01-31 stevenknightFlush sys.stdout after every write() so it intermixes...
2002-01-31 stevenknightAllow libraries to specified as source files on the...
2002-01-30 stevenknightPrepare for release 0.04.
2002-01-30 stevenknightSupport installation in arbitrary --prefix values.
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-29 stevenknightPerformance improvement: avoid recomputing signatures.
2002-01-27 stevenknightAdd a --debug=pdb option to run SCons under the Python...
2002-01-26 stevenknightOnly execute an Action once for a List of targets.
next