OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.6 | 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.5 | Check-in [4242]: The test values I used were too large to fit into a signed integer. Fixed that. By simons. (diff) | |
1.4 | Check-in [550]: Use xds_(u)int(8|16|32|64) instead of the system defines. By simons. | |
1.3 | Check-in [4210]: Added missing linefeed at the end of printf() output. By simons. (diff) | |
1.2 | Check-in [4209]: Implemented decoding engines for the integer data types and extended the existing test suites to verify them. By simons. (diff) | |
1.1 | Check-in [4205]: Implemented encoding routines for 64 bit integers and added the apropriate test suites. By simons. |