{ "!", _BANG_t }, { "!=", _BANG_EQUALS_t }, { "&", _AMPER_t }, { "&&", _AMPERAMPER_t }, { "(", _LPAREN_t }, { ")", _RPAREN_t }, { "+=", _PLUS_EQUALS_t }, { ":", _COLON_t }, { ";", _SEMIC_t }, { "<", _LANGLE_t }, { "<=", _LANGLE_EQUALS_t }, { "=", _EQUALS_t }, { ">", _RANGLE_t }, { ">=", _RANGLE_EQUALS_t }, { "?=", _QUESTION_EQUALS_t }, { "[", _LBRACKET_t }, { "]", _RBRACKET_t }, { "actions", ACTIONS_t }, { "bind", BIND_t }, { "case", CASE_t }, { "default", DEFAULT_t }, { "else", ELSE_t }, { "existing", EXISTING_t }, { "for", FOR_t }, { "if", IF_t }, { "ignore", IGNORE_t }, { "in", IN_t }, { "include", INCLUDE_t }, { "local", LOCAL_t }, { "on", ON_t }, { "piecemeal", PIECEMEAL_t }, { "quietly", QUIETLY_t }, { "return", RETURN_t }, { "rule", RULE_t }, { "switch", SWITCH_t }, { "together", TOGETHER_t }, { "updated", UPDATED_t }, { "while", WHILE_t }, { "{", _LBRACE_t }, { "|", _BAR_t }, { "||", _BARBAR_t }, { "}", _RBRACE_t },
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 1643 | Michael Allard | Merging latest 2.4-rc2 sources. | ||
#1 | 1554 | Michael Allard | My copy of the public jam sources. | ||
//guest/perforce_software/jam/src/jamgramtab.h | |||||
#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 |