{ "!", _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 | |
---|---|---|---|---|---|
#1 | 1425 | Michael Roach | Creating initial guest branch of public/jam | ||
//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 |