ChangeLog #2

  • //
  • guest/
  • david_turner/
  • jam/
  • src/
  • ChangeLog
  • View
  • Commits
  • Open Download .zip Download (561 B)
2001-08-27  David Turner    <[email protected]>

	* compile.c (evaluate_rule): fixed a bug that crashed Jam when an
	indirect rule invocation was using an undefined variable name, for
	example:  result = [ $(fooo) bar ] ;  where "fooo" is undefined..


2001-08-21  David Turner    <[email protected]>

	* Jambase, jambase.c, Makefile: updated the HP-UX support for FT-Jam
	for some strange reasons, the "-Ae" compiler flag must be used when
	compiling jam and using it to compile C source files..
	
	Thanks to Toon Knapen <[email protected]> for the details..

# Change User Description Committed
#2 789 david_turner fixed a bug in "evaluate_rule" where using an undefined variable
named in an indirect rule invokation caused a Jam crash..
#1 772 david_turner added a ChangeLog to keep track of what's going on
(sorry, I just don't trust Perforce enough for now)

updated the Jambase and Makefile to support HP-UX correctly
(for some strange reasons, ftjam fails to build on it without
 the '-Ae' compilation flag)