OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.4 | Check-in
[634]:
First cut of the ruthless style adjustments to OSSP XDS:
o adjust source tree to follow OSSP source tree style by heavily combining sources into smaller sets (needs more work when still missing parts are added later) o automatic re-indentation of sources with GNU indent (still needs manual review and adjustments; will follow) These two heavy steps were mostly done automatically with the help of two helper scripts written in Perl. So expect more manual adjustments to follow... By rse. | |
1.3 | Check-in [4240]: Removed printing of long long values so that the tests don't run into portability problems. By simons. (diff) | |
1.2 | Check-in [4237]: Use %lld instead of %Ld. By simons. (diff) | |
1.1 | Check-in [561]: Added XML implementations for uint32, int64, and uint64. By simons. |