jamgramtab.h #3

  • //
  • guest/
  • perforce_software/
  • jam/
  • src/
  • jamgramtab.h
  • View
  • Commits
  • Open Download .zip Download (896 B)
	{ "!", _BANG },
	{ "!=", _BANG_EQUALS },
	{ "&", _AMPER },
	{ "&&", _AMPERAMPER },
	{ "(", _LPAREN },
	{ ")", _RPAREN },
	{ "+=", _PLUS_EQUALS },
	{ ":", _COLON },
	{ ";", _SEMIC },
	{ "<", _LANGLE },
	{ "<=", _LANGLE_EQUALS },
	{ "=", _EQUALS },
	{ ">", _RANGLE },
	{ ">=", _RANGLE_EQUALS },
	{ "?=", _QUESTION_EQUALS },
	{ "[", _LBRACKET },
	{ "]", _RBRACKET },
	{ "actions", ACTIONS },
	{ "bind", BIND },
	{ "case", CASE },
	{ "default", DEFAULT },
	{ "else", ELSE },
	{ "existing", EXISTING },
	{ "for", FOR },
	{ "if", IF },
	{ "ignore", IGNORE },
	{ "in", IN },
	{ "include", INCLUDE },
	{ "local", LOCAL },
	{ "on", ON },
	{ "piecemeal", PIECEMEAL },
	{ "quietly", QUIETLY },
	{ "return", RETURN },
	{ "rule", RULE },
	{ "switch", SWITCH },
	{ "together", TOGETHER },
	{ "updated", UPDATED },
	{ "while", WHILE },
	{ "{", _LBRACE },
	{ "|", _BAR },
	{ "||", _BARBAR },
	{ "}", _RBRACE },
# Change User Description Committed
#6 3065 Perforce staff Support for 'actions ...
maxline value', to set a command
specific maxline (rather than the OS-specific maximum).

Undocumented.
#5 2514 rmg Update derived files that are included in the source distro.
#4 1580 rmg Changes for 2.4beta.

Yes, Christopher, I brashly said "2.4-dev WAS the beta" at tea
yesterday, but I've since come to my better instincts (got
chicken?), so this one will say

  rmg $ jam -v
  Jam 2.4beta. OS=LINUX. Copyright 1993-2002 Christopher Seiwald.

for a week or two, at least.
#3 1319 rmg Jam 2.3 + Perforce's internal changes.

This change is a drop of the Perforce internal Jam changes
since the 2.3 public release. The individual changes
represented herein are preserved in the
//guest/richard_geiger/intjam/ branch.

The intent of this drop is to provide a base, from which other
contributors' Jam branches may be integrated into. It is not
intended to become a packaged release in this state. We will
be integrating changes from other users prior to creating the
next packaged release.

Please refer to the src/RELNOTES file for an overview of the
changes present in this integration.

  - Richard Geiger
  Open Source Engineer at Perforce
#2 486 Perforce staff Jam 2.3.
 See RELNOTES for a list of changes from 2.2.x.

Just about every source file was touched when jam got ANSI-fied.
#1 2 laura Add Jam/MR 2.2 source