summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/run.py
Commit message (Collapse)AuthorAge
* Got carried away when changing the tests to unbuffered I/O and changed moreMichi Henning2004-07-06
| | | | than necessary. Changed back now :-)
* Changed test scripts to use unbuffered I/O so when we run the scripts fromMichi Henning2004-07-06
| | | | | allTests.py, we get to see the output as it is produced, not line by line.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Fixed missing LD_LIBRARY_PATHBernard Normier2004-03-03
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Added --case-sensitive option.Michi Henning2002-09-17
|
* Added missing backslash in regular expressions to interpret "." as aMichi Henning2002-08-13
| | | | literal dot instead of a wildcard..
* Changed Slice parser to disallow leading underscore for identifiers.Michi Henning2002-07-25
| | | | | | | | Changed Slice parser to reject identifiers beginning with "Ice", unless the --ice option is used. Changed Slice parser to disallow identifiers that have a trailing "Operations", "Holder", "Helper", "Prx", or "Ptr", to avoid clashes with language mappings. Fixed tests and remaining code base to work correctly with the changed rules.
* added spaceMarc Laukien2002-07-09
|
* Added more case-insensitive checks for struct, exception, and classMichi Henning2002-07-01
| | | | | definitions. Changed parser to write diagnostics to stdout instead of stderr.
* fixMarc Laukien2002-05-06
|
* removed nonmutating as keywordMarc Laukien2002-01-25
|
* Some python changes.Matthew Newhook2001-12-06
|
* Minor mods to fix some typos, and to update the .depend to support the newAnthony Neal2001-11-20
| | | | SecurityException.ice file.
* fixesMarc Laukien2001-10-14
|
* sequence, dictionaryMarc Laukien2001-09-07
|
* fixesMarc Laukien2001-09-03
|
* Ice.PrintProcessId, run.py cleanupMarc Laukien2001-08-21
|
* IcePack/simpleMarc Laukien2001-08-16
|
* IcePack ; restructuringMarc Laukien2001-08-15