scons.git
16 years agoBetter layout for table elements
GregNoel [Mon, 15 Sep 2008 02:49:47 +0000 (02:49 +0000)]
Better layout for table elements

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3421 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoW3C sez no lists inside paragraphs
GregNoel [Sun, 14 Sep 2008 21:34:52 +0000 (21:34 +0000)]
W3C sez no lists inside paragraphs

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3420 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd blurb before schedule table and revise descriptions of release types
GregNoel [Sun, 14 Sep 2008 21:32:20 +0000 (21:32 +0000)]
Add blurb before schedule table and revise descriptions of release types

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3419 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agouse right entity name for table data
GregNoel [Sun, 14 Sep 2008 20:49:38 +0000 (20:49 +0000)]
use right entity name for table data

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3418 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoNew schedule, plus machinery to maintain it
GregNoel [Sun, 14 Sep 2008 20:40:55 +0000 (20:40 +0000)]
New schedule, plus machinery to maintain it

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3417 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMinor nits and typos
GregNoel [Sun, 14 Sep 2008 20:34:21 +0000 (20:34 +0000)]
Minor nits and typos

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3416 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2106: Don't match a directory that matches the name of a
stevenknight [Sun, 14 Sep 2008 17:23:48 +0000 (17:23 +0000)]
Issue 2106:  Don't match a directory that matches the name of a
#include file.  (John Gozde)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3415 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1693: make the subdirectory in which the .sconsign file will
stevenknight [Sun, 14 Sep 2008 16:16:12 +0000 (16:16 +0000)]
Issue 1693:  make the subdirectory in which the .sconsign file will
appear (if it doesn't already exist.  (Damyan Pepper, Jim Randall)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3414 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix for Python versions before 2.2, where tuple() requires an argument.
stevenknight [Sat, 13 Sep 2008 16:39:44 +0000 (16:39 +0000)]
Fix for Python versions before 2.2, where tuple() requires an argument.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3402 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix the "explicit stack size" warning message on earlier versions of
stevenknight [Sat, 13 Sep 2008 15:09:14 +0000 (15:09 +0000)]
Fix the "explicit stack size" warning message on earlier versions of
Python that don't support it.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3401 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoRevert the previous change, I overlooked some regression test failures.
stevenknight [Sat, 13 Sep 2008 06:28:32 +0000 (06:28 +0000)]
Revert the previous change, I overlooked some regression test failures.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3397 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1693: Make the directory in which the .sconsign file will live,
stevenknight [Sat, 13 Sep 2008 06:19:51 +0000 (06:19 +0000)]
Issue 1693:  Make the directory in which the .sconsign file will live,
if the directory doesn't already exist.  (Damyan Pepper, Jim Randall)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3396 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdate src/CHANGES.txt for the checked-in 1.1 changes.
stevenknight [Sat, 13 Sep 2008 05:09:29 +0000 (05:09 +0000)]
Update src/CHANGES.txt for the checked-in 1.1 changes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3395 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2121: fix handling #includes of files in VariantDir subdirectories,
stevenknight [Sat, 13 Sep 2008 04:57:59 +0000 (04:57 +0000)]
Issue 2121:  fix handling #includes of files in VariantDir subdirectories,
by having it handle checking for VariantDir directories on disk like
it does VariantDir files.
(patch:  Jared Grubb; test case:  Ali Tofigh)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3394 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdditional clean up of how we import some SCons.* module names, including
stevenknight [Sat, 13 Sep 2008 04:48:36 +0000 (04:48 +0000)]
Additional clean up of how we import some SCons.* module names, including
making SCons.Job.stack_size a variable that always exists, instead of
one that gets set from outside and requires SCons.Job to check for an
AttributeError.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3393 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoSigh, I keep doing it, another typo
GregNoel [Fri, 12 Sep 2008 21:22:10 +0000 (21:22 +0000)]
Sigh, I keep doing it, another typo

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3392 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoSigh, I made the last update from the wrong tree, which had a typo
GregNoel [Fri, 12 Sep 2008 21:15:57 +0000 (21:15 +0000)]
Sigh, I made the last update from the wrong tree, which had a typo

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3391 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2179: Null Executor memory reductions
pankrat [Fri, 12 Sep 2008 18:17:06 +0000 (18:17 +0000)]
Issue 2179: Null Executor memory reductions

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3390 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd common subproc function and modify routines to use it
GregNoel [Fri, 12 Sep 2008 08:50:56 +0000 (08:50 +0000)]
Add common subproc function and modify routines to use it

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3389 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix errors that cropped up in revision 3382
GregNoel [Fri, 12 Sep 2008 08:14:45 +0000 (08:14 +0000)]
Fix errors that cropped up in revision 3382

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3388 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoEvaluate compat module transparently when SCons is instantiated
GregNoel [Thu, 11 Sep 2008 18:38:24 +0000 (18:38 +0000)]
Evaluate compat module transparently when SCons is instantiated

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3387 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2005: Avoid an infinite loop looking for the Python library
stevenknight [Thu, 11 Sep 2008 13:22:12 +0000 (13:22 +0000)]
Issue 2005:  Avoid an infinite loop looking for the Python library
directory.  Look for a "scons-local" directory in addition to a
"scons-local-{version}" directory.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3386 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1681: Fix the ability of add_src_builder() to handle arbitrary
stevenknight [Thu, 11 Sep 2008 01:28:15 +0000 (01:28 +0000)]
Issue 1681:  Fix the ability of add_src_builder() to handle arbitrary
builder objects by eliminating unintentional re-use of a class
list for the src_builder attribute.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3385 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd the ability of the Tex builder to change the name of the created
managan [Wed, 10 Sep 2008 16:43:20 +0000 (16:43 +0000)]
Add the ability of the Tex builder to change the name of the created
file to what the user requested in the target. Tex produces a standard name
based on the source so this was not being done.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3384 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2149: Avoid reference cycles caused by frame objects
pankrat [Wed, 10 Sep 2008 16:24:15 +0000 (16:24 +0000)]
Issue 2149: Avoid reference cycles caused by frame objects

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3383 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssues 2076 and 2232, use ENV and suppress stderr when checking GCC version ID
GregNoel [Wed, 10 Sep 2008 06:33:28 +0000 (06:33 +0000)]
Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version ID

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3382 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix bugs in regression tests
GregNoel [Wed, 10 Sep 2008 06:20:34 +0000 (06:20 +0000)]
Fix bugs in regression tests

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3381 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1913: use cProfile instead of profile if available
GregNoel [Tue, 9 Sep 2008 23:44:59 +0000 (23:44 +0000)]
Issue 1913: use cProfile instead of profile if available

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3380 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix typo for msvc.py.
cournape [Tue, 9 Sep 2008 13:52:49 +0000 (13:52 +0000)]
Fix typo for msvc.py.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3379 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMerged revisions 3289,3291-3299,3301-3313,3315-3347,3349-3350,3352-3354,3356,3358...
stevenknight [Tue, 9 Sep 2008 07:01:56 +0000 (07:01 +0000)]
Merged revisions 3289,3291-3299,3301-3313,3315-3347,3349-3350,3352-3354,3356,3358-3360,3362-3374,3376-3377 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint

................
  r3315 | stevenknight | 2008-08-26 09:44:08 -0700 (Tue, 26 Aug 2008) | 2 lines

  Update {CHANGES,RELEASE}.txt for today's checkpoint release.
................
  r3344 | stevenknight | 2008-09-06 02:35:58 -0700 (Sat, 06 Sep 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-3343" from
  http://scons.tigris.org/svn/scons/release
................
  r3347 | stevenknight | 2008-09-06 02:40:06 -0700 (Sat, 06 Sep 2008) | 3 lines

  Removed unnecessary svnmerge-integrated tags (for /branches/*) copied
  over from /trunk.
................
  r3377 | stevenknight | 2008-09-08 23:55:31 -0700 (Mon, 08 Sep 2008) | 18 lines

  Merged revisions 3344,3346-3348,3350-3351,3353-3355,3357,3359-3361,3363-3375 via svnmerge from
  http://scons.tigris.org/svn/scons/release

  ........
    r3346 | stevenknight | 2008-09-06 02:38:28 -0700 (Sat, 06 Sep 2008) | 3 lines

    Remove unnecessary svnmerge-integrated tags (for /branches/* and /trunk)
    copied over from the /checkpoint branch.
  ........
    r3359 | stevenknight | 2008-09-06 04:10:35 -0700 (Sat, 06 Sep 2008) | 2 lines

    Update information for release 1.0.1.
  ........
    r3363 | stevenknight | 2008-09-06 07:29:51 -0700 (Sat, 06 Sep 2008) | 2 lines

    Release update for the last-minute Ubuntu variable name patch.
  ........
................

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3378 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1307: Invalidate node caches after Execute()
pankrat [Mon, 8 Sep 2008 20:23:30 +0000 (20:23 +0000)]
Issue 1307: Invalidate node caches after Execute()

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3374 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoformatting error
GregNoel [Mon, 8 Sep 2008 09:25:22 +0000 (09:25 +0000)]
formatting error

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3373 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAccommodate earlier change in the order of arguments on a Windows
stevenknight [Mon, 8 Sep 2008 05:00:22 +0000 (05:00 +0000)]
Accommodate earlier change in the order of arguments on a Windows
compilation command line.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3372 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix date.
stevenknight [Mon, 8 Sep 2008 04:56:12 +0000 (04:56 +0000)]
Fix date.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3371 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoA test case for my last commit.
managan [Mon, 8 Sep 2008 04:54:27 +0000 (04:54 +0000)]
A test case for my last commit.
This shows the case where a configure test on
a Latex build could never fail since the error
return was not based back.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3370 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoJanuary 2008 => January 2009.
stevenknight [Mon, 8 Sep 2008 03:46:17 +0000 (03:46 +0000)]
January 2008 => January 2009.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3367 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdate project highlights for 1.0.1.
stevenknight [Mon, 8 Sep 2008 03:45:14 +0000 (03:45 +0000)]
Update project highlights for 1.0.1.
Update roadmap with a stab at a schedule of releases leading up to 2.0.0.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3366 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agotypos and layout glitches
GregNoel [Sun, 7 Sep 2008 05:48:16 +0000 (05:48 +0000)]
typos and layout glitches

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3364 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd a test for revision 3340, escaping variable names when using
stevenknight [Sat, 6 Sep 2008 14:25:07 +0000 (14:25 +0000)]
Add a test for revision 3340, escaping variable names when using
env_spawn(), to accommodate a funky variable name used by Ubuntu packagin.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3360 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1978: put the FindFile section in the Miscellaneous chapter.
stevenknight [Sat, 6 Sep 2008 10:35:03 +0000 (10:35 +0000)]
Issue 1978:  put the FindFile section in the Miscellaneous chapter.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3354 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix entity references:
stevenknight [Sat, 6 Sep 2008 10:29:12 +0000 (10:29 +0000)]
Fix entity references:
&b-{FindInstalledFiles,Tag} => {FindInstalledFiles,Tag}

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3353 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMake Glob() sort, to prevent spurious rebuilds. Fixes issue #2131.
garyo [Sat, 6 Sep 2008 02:12:20 +0000 (02:12 +0000)]
Make Glob() sort, to prevent spurious rebuilds.  Fixes issue #2131.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3342 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2176: BuilderWrapper __getattr__ should not raise KeyError
pankrat [Fri, 5 Sep 2008 16:28:48 +0000 (16:28 +0000)]
Issue 2176: BuilderWrapper __getattr__ should not raise KeyError

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3341 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1689: short-term hack to make Ubuntu happy
GregNoel [Fri, 5 Sep 2008 06:45:07 +0000 (06:45 +0000)]
Issue 1689: short-term hack to make Ubuntu happy

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3340 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoPass the results of the InternalLaTeXAuxAction back up the call chain
managan [Thu, 4 Sep 2008 22:30:55 +0000 (22:30 +0000)]
Pass the results of the InternalLaTeXAuxAction back up the call chain
in teh various tex builders. This allows the user to interrupt the build
which was not working before.
It also allows configuration tests to work since now they can tell if
there was failure in a test.
The result from the internal MakeIndexAction and BibtexAction are
checked as well and control returned if there was an error in one
of those. This is to avoid repeatedly running commands until we
hit the retry limit.

I added no test for this simce I am unsure how to test for user
interrupts. Also unclear how to test for how many times the internal
actions were run during a test to see if it returns on teh first error!

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3339 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdded a strfunction to the various tex builders. Since the sub-actions report
managan [Thu, 4 Sep 2008 18:05:49 +0000 (18:05 +0000)]
Added a strfunction to the various tex builders. Since the sub-actions report
their commands as they build the strfunction only returns a string for
GetOption("no_exec") which covers --dry-run.
Therefore --dry-run now gets output, the first command to be run plus " ..."
to indicate that the ral builder may repeat or run bibtex, makeindex,...

Also updating the flags to pass -interaction=nonstopmode
This prevents errors in the .tex files from stopping the build
while Latex asks for input.

Updated several tests to handle this new flag by switching to getopt module

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3338 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2177: Dir get_contents changed to return list of signatures
pankrat [Wed, 3 Sep 2008 16:18:49 +0000 (16:18 +0000)]
Issue 2177: Dir get_contents changed to return list of signatures

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3337 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoDocument CheckCC and co in the man.
cournape [Wed, 3 Sep 2008 08:33:08 +0000 (08:33 +0000)]
Document CheckCC and co in the man.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3336 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUse our CompileSharedObject builder in CheckSH* (fix tests failure).
cournape [Wed, 3 Sep 2008 08:32:35 +0000 (08:32 +0000)]
Use our CompileSharedObject builder in CheckSH* (fix tests failure).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3335 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd a CompileSharedObject builder for configure contexts.
cournape [Wed, 3 Sep 2008 08:32:01 +0000 (08:32 +0000)]
Add a CompileSharedObject builder for configure contexts.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3334 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd CheckSHCC and CheckSHCXX checkers (test fail).
cournape [Wed, 3 Sep 2008 08:31:30 +0000 (08:31 +0000)]
Add CheckSHCC and CheckSHCXX checkers (test fail).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3333 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd CheckSHCC and CheckSHCXX.
cournape [Wed, 3 Sep 2008 08:30:46 +0000 (08:30 +0000)]
Add CheckSHCC and CheckSHCXX.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3332 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd CheckCXX check.
cournape [Wed, 3 Sep 2008 08:30:17 +0000 (08:30 +0000)]
Add CheckCXX check.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3331 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoBasic test for CheckCC.
cournape [Wed, 3 Sep 2008 08:29:43 +0000 (08:29 +0000)]
Basic test for CheckCC.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3330 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIntegrate CheckCC in configure context.
cournape [Wed, 3 Sep 2008 08:29:19 +0000 (08:29 +0000)]
Integrate CheckCC in configure context.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3329 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd a CheckCC check.
cournape [Wed, 3 Sep 2008 08:28:57 +0000 (08:28 +0000)]
Add a CheckCC check.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3328 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMake msvc tool consistent with cc for _CCCOMCOM usage.
cournape [Wed, 3 Sep 2008 07:56:43 +0000 (07:56 +0000)]
Make msvc tool consistent with cc for _CCCOMCOM usage.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3327 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix for bug #2184, Glob() corrupts LIBPATH.
garyo [Wed, 3 Sep 2008 02:44:51 +0000 (02:44 +0000)]
Fix for bug #2184, Glob() corrupts LIBPATH.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3326 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2187: update FindFile in man page
GregNoel [Tue, 2 Sep 2008 22:34:32 +0000 (22:34 +0000)]
Issue 2187: update FindFile in man page

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3325 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2007: backtick() doesn't use ENV
GregNoel [Thu, 28 Aug 2008 18:34:51 +0000 (18:34 +0000)]
Issue 2007: backtick() doesn't use ENV

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3322 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoInitial User Guide documentation for FindFile. Not integrated
GregNoel [Wed, 27 Aug 2008 23:52:47 +0000 (23:52 +0000)]
Initial User Guide documentation for FindFile.  Not integrated
into Guide itself yet.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3318 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2159: Man page formatting errors for Packaging()
GregNoel [Wed, 27 Aug 2008 16:30:06 +0000 (16:30 +0000)]
Issue 2159: Man page formatting errors for Packaging()

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3317 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdd a script for creating a standard SCons development system on
stevenknight [Tue, 26 Aug 2008 14:52:53 +0000 (14:52 +0000)]
Add a script for creating a standard SCons development system on
Ubuntu Hardy.  Rewrite subsidiary scripts for install Python and
SCons versions in Python (from shell).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3313 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2112: create a separate single-line description and make the
stevenknight [Tue, 26 Aug 2008 14:09:06 +0000 (14:09 +0000)]
Issue 2112:  create a separate single-line description and make the
current description the long_description to satisfy RPM packaging.
(khomenko)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3312 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)
stevenknight [Tue, 26 Aug 2008 13:26:48 +0000 (13:26 +0000)]
Issue 2168:  Mac OS X fixes for SWIG tests.  (Greg Noel)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3311 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2099: have Execute() print an error message if an action
stevenknight [Tue, 26 Aug 2008 12:55:22 +0000 (12:55 +0000)]
Issue 2099:  have Execute() print an error message if an action
fails.  Better document the behavior of returning the exit status,
and that exit-on-failure is the SConscript writer's responsibility.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3310 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2090: document how to use LANG with Java sources
GregNoel [Mon, 25 Aug 2008 16:58:08 +0000 (16:58 +0000)]
Issue 2090: document how to use LANG with Java sources

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3307 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1982: document GetLaunchDir() in the User's Guide.
stevenknight [Mon, 25 Aug 2008 15:21:20 +0000 (15:21 +0000)]
Issue 1982:  document GetLaunchDir() in the User's Guide.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3306 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agobug 243 - Address manpage issues raised by Greg Noel
bdbaddog [Mon, 25 Aug 2008 01:42:25 +0000 (01:42 +0000)]
bug 243 - Address manpage issues raised by Greg Noel

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3305 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix for bug #243 - document how to use Ignore() to remove a target from
bdbaddog [Sun, 24 Aug 2008 22:37:45 +0000 (22:37 +0000)]
Fix for bug #243 - document how to use Ignore() to remove a target from
being built as default.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3304 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agominor typos and corrections to SConscript() examples
GregNoel [Sun, 24 Aug 2008 22:02:01 +0000 (22:02 +0000)]
minor typos and corrections to SConscript() examples

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3303 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMove jw parser option to the right
pankrat [Sun, 24 Aug 2008 13:39:49 +0000 (13:39 +0000)]
Move jw parser option to the right

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3302 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2151: Enforce building doc PDF and PS with jade
pankrat [Sun, 24 Aug 2008 09:40:48 +0000 (09:40 +0000)]
Issue 2151: Enforce building doc PDF and PS with jade

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3301 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAdjust src/CHANGES.txt indentation on the current and previous release
stevenknight [Sat, 23 Aug 2008 14:01:43 +0000 (14:01 +0000)]
Adjust src/CHANGES.txt indentation on the current and previous release
to match the other releases.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3299 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdate src/CHANGES.txt for recent changes.
stevenknight [Sat, 23 Aug 2008 14:00:34 +0000 (14:00 +0000)]
Update src/CHANGES.txt for recent changes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3298 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdated SConscript(variant_dir) and related cleanup
GregNoel [Fri, 22 Aug 2008 23:38:01 +0000 (23:38 +0000)]
Updated SConscript(variant_dir) and related cleanup

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3297 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1984: Documentation for ParseDepends
pankrat [Fri, 22 Aug 2008 15:36:49 +0000 (15:36 +0000)]
Issue 1984: Documentation for ParseDepends

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3296 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agocall subst on the line passed to Environment.WhereIs
mightyllamas [Fri, 22 Aug 2008 13:27:56 +0000 (13:27 +0000)]
call subst on the line passed to Environment.WhereIs

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3295 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix typo.
stevenknight [Fri, 22 Aug 2008 04:34:00 +0000 (04:34 +0000)]
Fix typo.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3294 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoThe parallel message should be returned from that function, not printed
stevenknight [Fri, 22 Aug 2008 03:57:57 +0000 (03:57 +0000)]
The parallel message should be returned from that function, not printed
directly.  This allows it to be disabled by the right --warn= option.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3293 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2158: Actually print the warning about -j on Windows being
stevenknight [Fri, 22 Aug 2008 03:56:20 +0000 (03:56 +0000)]
Issue 2158:  Actually print the warning about -j on Windows being
potentially unreliable if the pywin32 extensions are unavailable or
lack file handle operations.  (Jonas Olsson)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3292 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdate src/CHANGES.txt with descriptions of recent changes.
stevenknight [Fri, 22 Aug 2008 03:50:32 +0000 (03:50 +0000)]
Update src/CHANGES.txt with descriptions of recent changes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3291 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoInitialized merge tracking via "svnmerge" with revisions "1-3288" from
stevenknight [Fri, 22 Aug 2008 03:25:14 +0000 (03:25 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-3288" from
http://scons.tigris.org/svn/scons/checkpoint

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3289 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a couple...
garyo [Thu, 21 Aug 2008 02:51:33 +0000 (02:51 +0000)]
Fix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a couple of lines.  FRAMEWORKSFLAGS is an older flag set largely superseded by FRAMEWORKPATH and FRAMEWORKS, but still may be used.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3287 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix a minor glitch in the scons-time man page
GregNoel [Tue, 19 Aug 2008 01:04:22 +0000 (01:04 +0000)]
Fix a minor glitch in the scons-time man page

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3286 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 1872: Fix documentation for SConf.CheckLibWithHeader
GregNoel [Mon, 18 Aug 2008 16:22:59 +0000 (16:22 +0000)]
Issue 1872: Fix documentation for SConf.CheckLibWithHeader

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3285 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoTypos from issue 2159 plus some others I found
GregNoel [Mon, 18 Aug 2008 15:12:28 +0000 (15:12 +0000)]
Typos from issue 2159 plus some others I found

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3284 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoTypos from issue 2159 plus some others I found
GregNoel [Mon, 18 Aug 2008 15:00:08 +0000 (15:00 +0000)]
Typos from issue 2159 plus some others I found

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3283 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix bug #2163, Tool/ilink32 (Borland linker) needs shared lib builder. Not tested...
garyo [Fri, 15 Aug 2008 03:00:51 +0000 (03:00 +0000)]
Fix bug #2163, Tool/ilink32 (Borland linker) needs shared lib builder.  Not tested since I have no Borland, but all current tests pass.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3279 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoFix bug #2138, missing parens after clear call in Entry.must_be_same(). Passes tests...
garyo [Fri, 15 Aug 2008 02:55:41 +0000 (02:55 +0000)]
Fix bug #2138, missing parens after clear call in Entry.must_be_same().  Passes tests on Linux.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3278 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMerged svnmerge-integrated property from branches/core to trunk. Merged in with...
garyo [Fri, 15 Aug 2008 02:35:48 +0000 (02:35 +0000)]
Merged svnmerge-integrated property from branches/core to trunk.  Merged in with old value already on trunk.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3277 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years ago Issue 2172: RPCGEN test fix for OS X
GregNoel [Thu, 14 Aug 2008 23:38:20 +0000 (23:38 +0000)]
 Issue 2172: RPCGEN test fix for OS X

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3276 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2162: YACC fix for OS X
GregNoel [Thu, 14 Aug 2008 23:33:59 +0000 (23:33 +0000)]
Issue 2162: YACC fix for OS X

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3275 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdate for latest versions of Python and SCons.
stevenknight [Thu, 14 Aug 2008 12:21:39 +0000 (12:21 +0000)]
Update for latest versions of Python and SCons.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3274 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoIssue 2150: accommodate sporadic timing-related errors in the test output.
stevenknight [Thu, 14 Aug 2008 04:10:09 +0000 (04:10 +0000)]
Issue 2150:  accommodate sporadic timing-related errors in the test output.
(Ludwig Haene)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3273 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoTypo fixes.
stevenknight [Tue, 12 Aug 2008 21:58:53 +0000 (21:58 +0000)]
Typo fixes.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3270 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdates for 1.0.0 release.
stevenknight [Tue, 12 Aug 2008 21:58:05 +0000 (21:58 +0000)]
Updates for 1.0.0 release.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3269 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoUpdate to 1.0.0.
stevenknight [Tue, 12 Aug 2008 14:30:49 +0000 (14:30 +0000)]
Update to 1.0.0.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3267 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoMerged revisions 3057-3059,3061-3264 via svnmerge from
stevenknight [Sat, 9 Aug 2008 18:23:26 +0000 (18:23 +0000)]
Merged revisions 3057-3059,3061-3264 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core

........
  r3061 | stevenknight | 2008-06-10 10:06:24 -0700 (Tue, 10 Jun 2008) | 3 lines

  Issue 2085:  Fix man page indentation under Debian systems.
  Also add escape characters to the beginnings of some necessary lines.
........
  r3063 | GregNoel | 2008-06-10 17:50:28 -0700 (Tue, 10 Jun 2008) | 1 line

  Add David as a member; parametize input file
........
  r3064 | stevenknight | 2008-06-11 07:22:23 -0700 (Wed, 11 Jun 2008) | 3 lines

  Issue 1973:  Clarify the man page description of the SConscript(src_dir)
  argument.
........
  r3065 | stevenknight | 2008-06-11 11:25:00 -0700 (Wed, 11 Jun 2008) | 3 lines

  Issues 1974, 1999:  document {Add,Get,Set}Option().  Reorganize the
  section a little bit, other minor edits.
........
  r3066 | garyo | 2008-06-12 19:53:51 -0700 (Thu, 12 Jun 2008) | 1 line

  Document GetBuildFailures in Users Guide.  Closes issue #1989.
........
  r3067 | stevenknight | 2008-06-14 06:42:07 -0700 (Sat, 14 Jun 2008) | 2 lines

  Fix build errors from undefined &GetBuildFailures; entity in doc.
........
  r3073 | garyo | 2008-06-14 18:40:20 -0700 (Sat, 14 Jun 2008) | 1 line

  Fix issue #1538 (Handling of string argument in Action.Action).  Includes test.
........
  r3074 | garyo | 2008-06-14 19:11:30 -0700 (Sat, 14 Jun 2008) | 1 line

  doc: Trivial man page typo fix.
........
  r3075 | stevenknight | 2008-06-15 14:35:13 -0700 (Sun, 15 Jun 2008) | 3 lines

  Add a test to make sure the env.RCS() applied to an individual file works
  correctly when the checked-out copy is changed.
........
  r3076 | stevenknight | 2008-06-15 23:07:17 -0700 (Sun, 15 Jun 2008) | 2 lines

  Issue 2025:  User's Guide updates from Randall Spangler's review.
........
  r3078 | stevenknight | 2008-06-16 06:26:13 -0700 (Mon, 16 Jun 2008) | 2 lines

  Issue 1990:  Document the Requires() function in the Users's Guide.
........
  r3082 | stevenknight | 2008-06-16 19:31:00 -0700 (Mon, 16 Jun 2008) | 3 lines

  Fix the second example in the AddMethod() chapter.  Show the Windows
  output generating a resource file.  Other copyedits.
........
  r3083 | stevenknight | 2008-06-17 06:44:02 -0700 (Tue, 17 Jun 2008) | 2 lines

  Fix misspelled entity:  &Builders; => &Builder;s.
........
  r3084 | stevenknight | 2008-06-17 08:30:13 -0700 (Tue, 17 Jun 2008) | 3 lines

  Issue 1588:  - Document suggested use of the Viual C/C++ /FC option to fix
  the ability to double-click on file names in compilation error messages.
........
  r3085 | stevenknight | 2008-06-17 08:50:33 -0700 (Tue, 17 Jun 2008) | 3 lines

  Issue 1687:  Document the need to use Clean() for any SideEffect()
  files that must be explicitly removed when their targets are removed.
........
  r3086 | stevenknight | 2008-06-17 10:59:28 -0700 (Tue, 17 Jun 2008) | 2 lines

  Typo fix in the new SideEffect() paragraph.  (Gary Oberbrunner)
........
  r3088 | cournape | 2008-06-17 19:55:27 -0700 (Tue, 17 Jun 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-3087" from
  http://scons.tigris.org/svn/scons/branches/vs_revamp
........
  r3094 | stevenknight | 2008-06-19 09:52:16 -0700 (Thu, 19 Jun 2008) | 3 lines

  Change the User's Guide to use the new Variables object and its
  associated function for controlling command-line build variables.
........
  r3115 | stevenknight | 2008-06-25 06:46:36 -0700 (Wed, 25 Jun 2008) | 2 lines

  Issue 2072:  end indentation after generated Builder text.
........
  r3116 | stevenknight | 2008-06-25 19:07:15 -0700 (Wed, 25 Jun 2008) | 2 lines

  Reorganize the command-line arguments chapter.
........
  r3117 | stevenknight | 2008-06-25 19:13:58 -0700 (Wed, 25 Jun 2008) | 2 lines

  Editing pass for formatting in the Glob() sections.
........
  r3118 | stevenknight | 2008-06-25 19:23:09 -0700 (Wed, 25 Jun 2008) | 3 lines

  Wording changing:  Preventing => Controlling, because the chapter
  also talks about how to clean additional targets.
........
  r3119 | stevenknight | 2008-06-25 19:50:41 -0700 (Wed, 25 Jun 2008) | 2 lines

  Fix missing </literal> tags, minor wording fix.
........
  r3120 | stevenknight | 2008-06-25 19:58:34 -0700 (Wed, 25 Jun 2008) | 2 lines

  Add "the Default Function" to the appropriate subsection title.
........
  r3121 | stevenknight | 2008-06-26 08:33:43 -0700 (Thu, 26 Jun 2008) | 2 lines

  Issue 1988:  Document the Variables.UnknownVariables() method.
........
  r3122 | stevenknight | 2008-06-26 08:35:51 -0700 (Thu, 26 Jun 2008) | 3 lines

  Remove comments listing some of the variables that have been
  documented recently.
........
  r3123 | stevenknight | 2008-06-26 12:42:53 -0700 (Thu, 26 Jun 2008) | 2 lines

  Issue 2118:  Fix incorrectly swapped man page text.  (Alexey Zezukin)
........
  r3124 | bdbaddog | 2008-06-26 21:23:46 -0700 (Thu, 26 Jun 2008) | 2 lines

  Fix bug 2108 - duplicate text in description of interactive mode
........
  r3125 | stevenknight | 2008-06-27 21:54:56 -0700 (Fri, 27 Jun 2008) | 3 lines

  Issue 1993:  Document the $*COMSTR variables, the Progress() function,
  and create a common "Controlling Build Output" chapter.
........
  r3126 | garyo | 2008-06-28 05:46:44 -0700 (Sat, 28 Jun 2008) | 1 line

  Fix issue 2105; temporarily omit doc saying that SetOption can override user-created Options (until that is implemented).
........
  r3127 | stevenknight | 2008-06-28 07:29:18 -0700 (Sat, 28 Jun 2008) | 2 lines

  Issue 1747:  Explicitly document use of Node lists as input to Depends().
........
  r3128 | stevenknight | 2008-06-28 07:48:32 -0700 (Sat, 28 Jun 2008) | 6 lines

  White space change:  indent the construction environment sections
  further to make way for combining this chapter with others to make
  one big "Controlling Environments" chapter.
  Also, get rid of some now-unnecessary doc from the old Cons classic
  POD, that was taking up space here waiting to be documented.
........
  r3129 | cournape | 2008-06-29 01:56:30 -0700 (Sun, 29 Jun 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-3128" from
  http://scons.tigris.org/svn/scons/branches/trygrep
........
  r3143 | stevenknight | 2008-07-02 10:29:39 -0700 (Wed, 02 Jul 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-3142" from
  http://scons.tigris.org/svn/scons/branches/sgk_lookup
........
  r3181 | stevenknight | 2008-07-08 07:17:27 -0700 (Tue, 08 Jul 2008) | 4 lines

  Reorganize the discussion of different environments into one chapter.
  Document the SetDefault(), PrependUnique(), AppendUnique(),
  PrependENVPath() and AppendENVPath() functions.
........
  r3182 | stevenknight | 2008-07-08 08:47:55 -0700 (Tue, 08 Jul 2008) | 2 lines

  Issue 1998:  Docment the ARGLIST variable in the User's Guide.
........
  r3194 | GregNoel | 2008-07-09 23:16:51 -0700 (Wed, 09 Jul 2008) | 1 line

  remove unnecessary trailing spaces on lines
........
  r3204 | stevenknight | 2008-07-11 08:29:18 -0700 (Fri, 11 Jul 2008) | 2 lines

  Issue 1853:  Remove referenc to SCons.Util.CLVar from a doc example.
........
  r3206 | GregNoel | 2008-07-12 02:08:19 -0700 (Sat, 12 Jul 2008) | 1 line

  Another go at describing VariantDir()
........
  r3213 | stevenknight | 2008-07-13 08:57:57 -0700 (Sun, 13 Jul 2008) | 3 lines

  Set /branches/comments in svnmerge-integrated property to allow
  merging changes in both directions.
........
  r3217 | stevenknight | 2008-07-16 06:52:44 -0700 (Wed, 16 Jul 2008) | 2 lines

  Update the copyright year in the User's Guide.
........
  r3218 | stevenknight | 2008-07-16 07:08:52 -0700 (Wed, 16 Jul 2008) | 3 lines

  Issue 1881:  Add man page text clarifying the behavior of
  Add{Pre,Post}Action() when multiple targets are specified.
........
  r3223 | stevenknight | 2008-07-18 08:18:45 -0700 (Fri, 18 Jul 2008) | 3 lines

  Initialized merge tracking via "svnmerge" with revisions "1-3222" from
  http://scons.tigris.org/svn/scons/branches/sgk_subst
........
  r3231 | stevenknight | 2008-07-22 01:58:11 -0700 (Tue, 22 Jul 2008) | 4 lines

  Enhance MSVSProject() tests so they're runnable on any system, regardless
  of whether Visual Studio is installed, or if it's even a Windows system
  at all.
........
  r3237 | GregNoel | 2008-07-26 00:07:49 -0700 (Sat, 26 Jul 2008) | 1 line

  Issue 1983: Document ParseConfig, MergeFlags, and ParseFlags for the Users' Guide
........
  r3238 | stevenknight | 2008-07-26 08:38:18 -0700 (Sat, 26 Jul 2008) | 3 lines

  Follow-ons for building the User's Guide with Greg's recent additions
  for MergeFlags() and ParseFlags().
........
  r3239 | stevenknight | 2008-07-26 09:52:40 -0700 (Sat, 26 Jul 2008) | 3 lines

  Re-arrange some sections talking about creating construction environments
  and fetching/expanding variables.
........
  r3240 | stevenknight | 2008-07-26 12:16:11 -0700 (Sat, 26 Jul 2008) | 2 lines

  Stylistic editing of new {Merge,Parse}{Config,Flags} sections.
........
  r3241 | GregNoel | 2008-07-26 12:42:42 -0700 (Sat, 26 Jul 2008) | 1 line

  Issue 1987: Document SideEffect for Users' Guide (incomplete)
........
  r3242 | stevenknight | 2008-07-26 13:27:56 -0700 (Sat, 26 Jul 2008) | 2 lines

  Correct dumb XML mistakes in my last checkin.
........
  r3243 | stevenknight | 2008-07-26 13:34:05 -0700 (Sat, 26 Jul 2008) | 2 lines

  One-character typo.  Gah.
........
  r3244 | stevenknight | 2008-07-26 13:44:14 -0700 (Sat, 26 Jul 2008) | 2 lines

  Issue 1977,1980:  document the Exit() and Flatten() functions.
........
  r3245 | stevenknight | 2008-07-27 10:24:12 -0700 (Sun, 27 Jul 2008) | 14 lines

  Updates to the new SideEffect section (kudos to Greg).

  While working on this, Greg discovered a bug (issue #2154) that prevents
  a SideEffect() file from being used as input to another builder call; it
  makes the builder target not get build when run in paralle (e.g. -j2)...
  :-(  So this patch comments out that section of Greg's section.

  This also contains my usual editing pass.  In this case I changed some
  of the examples and added a bunch of text to try to help clarify some
  things that seemed important.  I also added a closing paragraph warning
  that SideEffect() really shouldn't be used as an alternative to specifying
  multiple target files in a Builder call when a command builds more than
  one file that you care about.
........
  r3246 | stevenknight | 2008-07-27 10:31:17 -0700 (Sun, 27 Jul 2008) | 2 lines

  Proofreading edits of the MergeFlags() section.  (Greg Noel)
........
  r3247 | stevenknight | 2008-07-27 11:17:27 -0700 (Sun, 27 Jul 2008) | 2 lines

  Issue 1976:  document ensure{Python,SCons}Version() in the User's Guide.
........
  r3249 | GregNoel | 2008-07-28 15:57:00 -0700 (Mon, 28 Jul 2008) | 1 line

  Add svn-bisect script
........

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3266 fdb21ef1-2011-0410-befe-b5e4ea1792b1

16 years agoAnother typo fix (cse => case) and clarification of why submitting a
stevenknight [Thu, 19 Jun 2008 13:42:52 +0000 (13:42 +0000)]
Another typo fix (cse => case) and clarification of why submitting a
test case is good.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3093 fdb21ef1-2011-0410-befe-b5e4ea1792b1