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. (diff) | |
1.5 | Check-in [550]: Use xds_(u)int(8|16|32|64) instead of the system defines. By simons. | |
1.4 | Check-in [4215]: Added stub for XDR routine that's called differently on FreeBSD. By simons. (diff) | |
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 [4203]: Added test suites for the encoding of int32 and uint32 values in XDR. By simons. |