20 years agoChris Comparini committed change 4626 into Fixed typo (?) | ||
Add a comment | ||
20 years agoChris Comparini committed change 4625 into Revised fix for the SUBDIR_TOKEN bug reported by Daniel Weber, initially "fixed" by changelist 4397. This fix is from Chris Seiwald, who notes... that _tokens was originally not intended to have been modified when stripping common elements. In this version, local copies of _tokens and SUBDIR_DOWN are modified instead. « | ||
20 years agoChris Comparini committed change 4624 into | ||
20 years agoChris Comparini committed change 4623 into Bumped version to 2.6rc1. | ||
20 years agoChris Comparini committed change 4622 into Added section for Jam version 2.6 and noted (most of) the changes checked in on this branch so far. | ||
20 years agoChris Comparini committed change 4621 into Reverted declaration of execwait(), as per Chris Seiwald's request. | ||
20 years agoChris Comparini committed change 4620 into Removed declaration of main as returning int again. | ||
20 years agoChris Comparini committed change 4619 into | ||
20 years agoChris Comparini committed change 4602 into Modified comment on interrupt during make1b(). | ||
20 years agoChris Comparini committed change 4600 into Re-formatted a comment to 80 columns. | ||
20 years agoChris Comparini committed change 4599 into Comment and style fixes. | ||
20 years agoChris Comparini committed change 4598 into Merged from //public. | ||
20 years agoChris Comparini committed change 4597 into Further experiments.. | ||
20 years agoChris Comparini committed change 4596 into Additional changes from Chris Siewald relating the the "J=" bug reported to the jamming mailing list by Paul Forgey on Oct 12. These changes address... issues with constructs such as: A = a b c ; B = ; C = A B ; echo $($(C)[1-2]:J=.) ; echo $(A[1-2]:J=.) ; Which now prints: a.b a.b Which seems like the correct behavior to me.. (?) However, this change seems to alter the behavior of this construct: FOO = foo ; VAR = a b ; BAR = FOO VAR ; Echo $($(BAR):J=.) should be $(FOO:J=.).$(VAR:J=.) ; Formerly, this printed to: foo.a.b Now it prints: foo a.b This will be investigated further. « | ||
20 years agoChris Comparini committed change 4576 into | ||
20 years agoChris Comparini committed change 4575 into Fix to bug reported by Paul Forgey to the Jamming mailing list on 12 Oct 2004 with subject: [jamming] J= bug? In a nutshell, a join of an expansion... of a range of elements specified by $(v[n-m]) of a the :J=x modifier resulted in an empty list being returned from var_expand(). This was due to an incorrect assumption regarding whether or not we were at the end of a list of values to join. The bug manifested itself as: VAR = 1 2 3 4 ; Echo $(VAR[2-3]:J=.) ; # prints nothing! « | ||
21 years agoChris Comparini committed change 4438 into Sample jam projects. "rootless" documentation still needs work. | ||
21 years agoChris Comparini committed change 4399 into Generated results of changes from changelist 4392 and 4397. | ||
21 years agoChris Comparini committed change 4398 into Contains the results of changelists 4393 and 4394. (Generated file) | ||
21 years agoChris Comparini committed change 4397 into This is in reference to email from Daniel Weber <DaWeber@harmanbecker.com> on the Jamming mailing list. The problem as posed is essentially t...hat the SUBDIR_TOKENS are not set correctly when you SubInclude a Jamfile whose SubDir is not a direct child of of the SubIncluding Jamfile, and whose TOP is not the same as the including Jamfile. The result of his fix is that the SUBDIR_TOKENS, etc are set as relative to the including Jamfile's root when jam is called from the including tree, and as relative to its own TOP when jam is called from within the sub tree in which the included Jamfile resides. I'm not sure if this is correct behavior - my initial response is that I would expect the SUBDIR_TOKENS, etc. to be relative to the TOP most recently set by a call to SubDir. This seems like the most straightforward and modular possibility - a given Jam project would have the same behavior regardless of whether it is being compiled on its own or as a sub-part of a larger project. Nevertheless, the behavior Mr. Weber describes is clearly wrong so I'm integrating his fix. See change 4396 for a related test bed. « | ||
21 years agoChris Comparini committed change 4396 into Test bed for SubDir related issues. | ||
21 years agoChris Comparini committed change 4393 into | ||
21 years agoChris Comparini committed change 4392 into Link actions are now "together". | ||
21 years agoChris Comparini committed change 4385 into Added "keepend" on actions so highlight will terminate properly. (Doh!) | ||
21 years agoChris Comparini committed change 4384 into Slightly more correct handling of actions. | ||
21 years agoChris Comparini committed change 4383 into Jam syntax highlighting file for vim. Initial (somewhat rough) revision. | ||
21 years agoChris Comparini committed change 4379 into | ||
21 years agoChris Comparini committed change 4380 into | ||
21 years agoChris Comparini committed change 4378 into | ||
21 years agoChris Comparini committed change 4377 into Addition of interrupt check (from craig_mcpheeters/jam/src/...) | ||
21 years agoChris Comparini committed change 4376 into main declared as returning int. | ||
21 years agoChris Comparini committed change 4375 into Comment fixes and removal of unuused variables. | ||
21 years agoChris Comparini committed change 4373 into Use PATH_DELIM instead of "\\" on tempfile, (Modified from craig_mcpheeters/jam/src/execunix.c) | ||
21 years agoChris Comparini committed change 4374 into execwait declared void | ||
21 years agoChris Comparini committed change 4372 into Merged fflush from craig_mepheeters/jam/src/builtins.c (sans \#ifdef) | ||
21 years agoChris Comparini committed change 4370 into | ||
21 years agoChris Comparini committed change 4371 into No longer needed in this branch. | ||
21 years agoChris Comparini committed change 4332 into Re-branched, this time getting everyone's versions of jam. | ||
21 years agoChris Comparini committed change 4331 into Branch of what I hope is _everyone's_ jam branches, if that makes sense. | ||
21 years agoChris Comparini committed change 4329 into Initial setup as per public depot instructions. | ||
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).