OSSP CVS Repository

ossp - History for /ossp-pkg/xds/regression-tests/xds-register.c
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Show Milestones

DateVersion Description
2001-Aug-08 21:15    1.8    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)

2001-Aug-01 17:25    1.7    Check-in [591]: Merged the whole contents of branch "callback-semantic-rewrite" into the main branch. The changes there include:

- A change of the callback semantics; callbacks do now return XDS_ERR_(UNDER|OVER)FLOW in case the buffer size doesn't fit. Rather than passing the differing byte size through the return code, it is stored in the location used_buffer_size points to -- a new parameter provided to all callbacks.

   In order to implement this, the framework, all callbacks and most
   of the test suits had to be adapted.

- internal.h now provides the macro xds_check_parameter(), which can be used to verify the contents of function parameters with assert() and if in one line. If assert()s are deactivated, the routine will still return XDS_ERR_INVALID_ARG.

   Because of this change, internal.h now includes the system header
   assert.h. This means that this include coulde be removed from
   almost all modules.

- internal.h now provides the macros xds_init_(en|de)coding_engine(). These can be used to comfortably verify a callback's parameters and to verify the buffer size. All engines have been rewritten to use these. By simons.

2001-Aug-01 15:26    1.6.2.2    Check-in [4265] on branch callback-semantic-rewrite: Now that internal.h includes assert.h we don't need to do that anymore. By simons. (diff)
2001-Aug-01 13:27    1.6.2.1    Check-in [4254] on branch callback-semantic-rewrite: Modified test suits to compile with the new headers. By simons. (diff)
2001-Jul-16 19:50    1.6    Check-in [4198]: Passing va_list parameters by value is fine, unless the called routine modifies the parameter list and you expect the change to propagate back to the mother routine. What is what we want. Hence, I changed the prototype of the engine callback to expect a pointer to va_list. By simons. (diff)
2001-Jul-09 21:10    1.5    Check-in [4195]: Removed unnecessary include statements. By simons. (diff)
2001-Jul-09 19:17    1.4    Check-in [4176]: Improved the test suite. By simons. (diff)
2001-Jul-08 17:58    1.3    Check-in [4171]: Implemented xds_unregister() function and added apropriate test cases. By simons. (diff)
2001-Jul-08 17:18    1.2    Check-in [4163]: - Removed the sanity checking code from dummy_callback: It won't be called in this test suite. Hence, the context for the registered callbacks can be NULL.

- Fixed old comments, which do not apply anymore.

- Added test at the end that ensures the entries are in alphabetical order. By simons. (diff)

2001-Jul-08 16:06    1.1    Check-in [4155]: Test module for the xds_register() function. By simons.

CVSTrac 2.0.1