Merged revisions 1738-1754,1756 via svnmerge from
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 7 Jan 2007 07:23:05 +0000 (07:23 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 7 Jan 2007 07:23:05 +0000 (07:23 +0000)
commit86544b7799c2b0478835702040b770c23c523b82
tree05e6aee9b46b530443e01bbb762b68775a6bb0ff
parentb67945594827bed9dac8df0049d478dac9d6343e
Merged revisions 1738-1754,1756 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core

........
  r1741 | stevenknight | 2006-12-16 22:51:07 -0600 (Sat, 16 Dec 2006) | 1 line

  0.96.D527 - Give the f90 and f95 Tool modules knowledge of how to build source files of earlier Fortran versions.
........
  r1742 | stevenknight | 2006-12-16 23:22:54 -0600 (Sat, 16 Dec 2006) | 1 line

  0.96.D528 - Better handling of timestamp fallback if there's no md5 module.
........
  r1743 | stevenknight | 2006-12-17 00:21:31 -0600 (Sun, 17 Dec 2006) | 1 line

  0.96.D529 - Fix portability of new tests on systems that don't have TeX installed.
........
  r1744 | stevenknight | 2006-12-19 15:30:16 -0600 (Tue, 19 Dec 2006) | 1 line

  0.96.D530 - Eliminate the ListBuilder subclass in favor of using the Executor's target lists.
........
  r1745 | stevenknight | 2006-12-19 18:54:26 -0600 (Tue, 19 Dec 2006) | 1 line

  0.96.D531 - Eliminate of MultiStepBuilder as a separate Builder subclass.
........
  r1746 | garyo | 2006-12-21 13:21:08 -0600 (Thu, 21 Dec 2006) | 1 line

  Minor doc fix, thanks to Douglas Landgraf.
........
  r1747 | stevenknight | 2006-12-21 17:13:55 -0600 (Thu, 21 Dec 2006) | 1 line

  0.96.D533 - Add CFLAGS for options common to C/C++. (Gary Oberbrunner)
........
  r1748 | stevenknight | 2007-01-03 19:48:05 -0600 (Wed, 03 Jan 2007) | 1 line

  0.96.D534 - Fix signature storage when targets are retrieved from CacheDir().
........
  r1749 | stevenknight | 2007-01-04 16:48:47 -0600 (Thu, 04 Jan 2007) | 1 line

  0.96.D535 - Teach the lex and yacc tools about target files generated by different flex/bison options, and about Objective C suffixes. (Pupeno)
........
  r1750 | stevenknight | 2007-01-04 17:14:38 -0600 (Thu, 04 Jan 2007) | 1 line

  0.96.D536 - Refactor duplicate disambiguation logic in Entry.get_contents().
........
  r1751 | stevenknight | 2007-01-05 13:00:54 -0600 (Fri, 05 Jan 2007) | 1 line

  0.96.D537 - Fix lprof regression from 0.96.92.
........
  r1752 | stevenknight | 2007-01-05 20:43:48 -0600 (Fri, 05 Jan 2007) | 1 line

  0.96.D538 - Fix caching of Builder suffix matching (to fix lprof regression).
........
  r1753 | stevenknight | 2007-01-06 00:03:16 -0600 (Sat, 06 Jan 2007) | 1 line

  0.96.D539 - Fix --include-dir when using MinGW. (Paul)
........
  r1754 | stevenknight | 2007-01-06 00:24:53 -0600 (Sat, 06 Jan 2007) | 1 line

  0.96.D540 - Make bootstrap.py something useful to execute SCons out of a source directory.
........
  r1756 | stevenknight | 2007-01-06 21:32:11 -0600 (Sat, 06 Jan 2007) | 1 line

  0.96.D541 - Update the Copyright year string to include 2007. Automate updating the month+year string in man page title headers. Fix hard-coded __revision__ strings that crept into some older tests.
........

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1757 fdb21ef1-2011-0410-befe-b5e4ea1792b1
71 files changed:
QMTest/TestSCons_time.py
README
SConstruct
bootstrap.py
doc/man/scons-time.1
doc/man/scons.1
doc/man/sconsign.1
doc/user/copyright.in
doc/user/copyright.sgml
doc/user/main.in
doc/user/main.sgml
doc/user/nodes.in
doc/user/nodes.sgml
src/CHANGES.txt
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/SConfTests.py
src/engine/SCons/Script/Main.py
src/engine/SCons/Taskmaster.py
src/engine/SCons/TaskmasterTests.py
src/engine/SCons/Tool/bcc32.py
src/engine/SCons/Tool/cc.py
src/engine/SCons/Tool/cc.xml
src/engine/SCons/Tool/f90.py
src/engine/SCons/Tool/f95.py
src/engine/SCons/Tool/icc.py
src/engine/SCons/Tool/lex.py
src/engine/SCons/Tool/mingw.py
src/engine/SCons/Tool/msvc.py
src/engine/SCons/Tool/mwcc.py
src/engine/SCons/Tool/qt.py
src/engine/SCons/Tool/yacc.py
src/engine/SCons/Tool/yacc.xml
src/engine/SCons/Warnings.py
src/script/scons-time.py
src/test_copyrights.py
test/Builder/multi/different-actions.py [new file with mode: 0644]
test/Builder/multi/different-environments.py [new file with mode: 0644]
test/Builder/multi/different-multi.py [new file with mode: 0644]
test/Builder/multi/different-order.py [new file with mode: 0644]
test/Builder/multi/different-overrides.py [new file with mode: 0644]
test/Builder/multi/different-target-lists.py [new file with mode: 0644]
test/Builder/multi/error.py [new file with mode: 0644]
test/Builder/multi/lone-target-list.py [new file with mode: 0644]
test/Builder/multi/multi.py [new file with mode: 0644]
test/Builder/multi/same-actions.py [new file with mode: 0644]
test/Builder/multi/same-overrides.py [new file with mode: 0644]
test/Builder/multi/same-targets.py [new file with mode: 0644]
test/Builder/non-multi.py [new file with mode: 0644]
test/CC/CFLAGS.py [new file with mode: 0644]
test/CC/SHCFLAGS.py [new file with mode: 0644]
test/CacheDir/up-to-date-q.py [new file with mode: 0644]
test/LEX/LEX.py
test/LEX/LEXFLAGS.py
test/LEX/live.py [new file with mode: 0644]
test/TEX/build_dir.py
test/TEX/subdir-input.py
test/YACC/YACC.py
test/YACC/YACCFLAGS.py
test/YACC/YACCVCGFILESUFFIX.py [new file with mode: 0644]
test/YACC/live.py [new file with mode: 0644]
test/ignore-command.py
test/multi.py [deleted file]
test/option-v.py
test/silent-command.py
test/timestamp-fallback.py