**** RELEASE-0_5_4 Fixed a bug in the microDXP driver where the wrong acquisition value name was used when setting the preamplifier type value. **** RELEASE-0_5_3 Eliminated a potential problem in the gain calibration in the Saturn PSL driver. Add the USB driver to the Saturn-only DLL distribution. Saturn driver now accepts 'usb' as a valid interface type. Removed some noisy debugging statements from the MD driver. Fixed bug in microDXP gain trim interpretation. Fixed bug in microDXP PSL driver where the wrong value of bin width was being used. Added error reporting for serial port overrun issues to the MD driver. Added ability to set the XUP backup file path as a board operation to the microDXP PSL driver. Added advanced filter acquisition values to the microDXP driver. Major changes to Makearch.LINUX to support building the CAMAC driver on Linux. (This work in still in progress and the Linux build should still be considered to be 'in-flux' at the moment.) plxlib.dll binary removed from release as it is not integrated into the MD layer yet. **** RELEASE-0_5_0 Added new header 'psl_dxp4c2x.h' for the dxp-2x PSL driver Added new board operation for dxp-2x: "get_preset_tick" Major changes to microDXP driver to support microManager v2.0 (See "Programming the microDXP Using Handel" for a complete description") md_win95 now uses a smarter algorithm for serial port communications Removed (some) unnecessary debugging messages Implemented new routines in the API: (Handel) xiaGetVersionInfo() xiaSetIOPriority() (Xerxes) dxp_get_version_info() dxp_set_io_priority() Added 'plxlib' library (Only available, like seriallib, as a pre-built library on Win32) Started documenting all public Handel routines with Doxygen Modified dxp4c2x driver to not pause in dxp_end_run() **** RELEASE-0_4_6 Merged Saturn code from TRUNK that fixed a bug that affected the 40 MHz hardware **** RELEASE-0_4_4 2004-02-27 18:00 Brendan * src/g200_psl.c (1.13): Added code to account for decimated data being captured in the FIFO (alpha project). Implemented using a 'hard-wired' constant FIFO_DECIMATION. **** RELEASE-0_4_3 **** RELEASE-0_4_2 2004-01-28 15:58 patrick * src/x10p_psl.c (1.23): Reformatted a long comment block to fit on a 80 character wide screen Fixed a serious bug in pslDoParam() where the value was incorrectly being cast into a parameter_t/unsigned short where it should really be cast into a double and then cast into an unsigned short. This is the preliminary fix for Bug #39. **** RELEASE-0_4_1 2003-12-02 13:57 patrick * t/: handel_run_control_t.c (1.7), handel_run_params_t.c (1.8), handel_system_t.c (1.4): Fixed Linux compiler warnings. 2003-12-02 13:21 patrick * t/handel_dyn_module_t.c (1.10): Added some more logic to hack around a situation where the compilation fails with EXCLUDE_[type] (or other combinations that activate said EXCLUDE) defined. 2003-12-02 12:45 patrick * src/xerxes.c (1.15): Fixed error where detChan wasn't being dereferenced before printing. 2003-11-21 17:18 patrick * t/handel_system_t.c (1.3): Added test for reading/writing blocks of external memory. 2003-11-20 14:49 patrick * src/xerxes.c (1.14): Initial implementation of dxp_write_memory(). 2003-11-20 14:49 patrick * src/x10p_psl.c (1.21): Removed some unused variables that were causing warnings. 2003-11-20 14:48 patrick * src/handel_system.c (1.7): Initial support for writing memory in xiaMemoryOperation(). 2003-11-20 13:19 patrick * src/xerxes.c (1.13): Changed to dxp_read_memory() from dxp_readout_memory(). 2003-11-20 13:19 patrick * src/handel_system.c (1.6): Calls dxp_read_memory() instead of dxp_readout_memory() now. 2003-11-20 13:18 patrick * src/: dxp4c.c (1.8), g200.c (1.11), polaris.c (1.10), udxp.c (1.7), udxps.c (1.7): Changed to dxp_read_mem(). Added stubs for dxp_write_mem(). 2003-11-20 13:18 patrick * inc/xia_xerxes_structures.h (1.8): Changed to DXP_READ_MEM. Added DXP_WRITE_MEM. 2003-11-20 13:17 patrick * inc/xia_xerxes.h (1.8): Converted dxp_readout_memory() to dxp_read_memory(). Added prototypes for dxp_write_memory(). 2003-11-20 13:14 patrick * inc/: xia_dxp4c.h (1.7), xia_g200.h (1.9), xia_polaris.h (1.8), xia_udxp.h (1.7), xia_udxps.h (1.8), xia_x10p.h (1.8): Changed dxp_read_memory() to dxp_read_mem(). Added dxp_write_mem(). 2003-11-20 13:13 patrick * inc/xerxes.h (1.7): Converted dxp_readout_memory() to dxp_read_memory(). Added prototypes for dxp_write_memory(). 2003-11-20 10:21 patrick * inc/handel_errors.h (1.7): Added error code for an invalid string format. 2003-11-20 10:21 patrick * inc/handel_constants.h (1.3): Added constant for handel_system tests. 2003-11-20 10:20 patrick * inc/: handel.h (1.4), xia_handel.h (1.6): Added prototype for xiaMemoryOperation(). 2003-11-17 15:14 patrick * src/xerxes_test.c (1.2): Changed dxp_unit_test() so that it could be called from the Handel unit test routine as another test. 2003-11-17 15:13 patrick * src/handel_test.c (1.8): Added Xerxes unit testing. 2003-11-17 15:12 patrick * inc/handel_constants.h (1.2): Added XIA_XERXES_TEST_MASK for the Xerxes unit tests. 2003-11-17 15:12 patrick * inc/: xerxes.h (1.6), xia_xerxes.h (1.7): Changed dxp_unit_test() prototype so that it could be called from the Handel unit test routine as another test. 2003-11-17 13:20 patrick * src/x10p_psl.c (1.20): Changed pslUserSetup() to configure all acquisition values instead of just the "accepted" defaults. [Bug 5] 2003-11-14 17:42 patrick * src/: make_handel.mak (1.17), make_handel_vba.mak (1.12): Updated dependencies for handel_file.$(OBJ) and handel_test.$(OBJ). 2003-11-14 17:41 patrick * src/handel_test.c (1.7): Moved helper routines that were contained in the individual test files into the central test file. 2003-11-14 17:41 patrick * src/handel_file.c (1.4): Added unit test framework. 2003-11-14 17:39 patrick * src/dxp4c2x_psl.c (1.13): Added new debugging statements to track start and stop of runs. 2003-11-14 17:32 patrick * inc/xia_handel.h (1.5): Modified xiaUnitTests() prototype to take an unsigned short instead of argc, argv. 2003-11-14 17:29 patrick * inc/handel_test.h (1.10): Modified RUN macro to make log file easier to read. Removed HANDEL_API from the unit test prototypes. Added global helper function prototypes. 2003-11-14 17:25 patrick * inc/handel.h (1.3): Changed xiaUnitTests() prototype to accept an unsigned short instead of argc and argv. 2003-11-14 17:24 patrick * inc/handel_constants.h (1.1): Initial commit. 2003-11-14 17:23 patrick * t/: handel_detchan_t.c (1.2), handel_dyn_module_t.c (1.8), handel_run_control_t.c (1.6), handel_run_params_t.c (1.7), handel_t.c (1.3), xerxes_t.c (1.2): Removed HANDEL_API from the SHARED routines to prevent a problem where the routines are assigned to a function pointer that doesn't have SHARED defined. 2003-11-14 17:19 patrick * t/handel_file_t.c (1.1): Initial commit. 2003-11-12 18:22 patrick * t/handel_run_params_t.c (1.6): Added test for "repetitive" setting of SCA limits. This exposed a problem in _pslDoSCA() where pslSetDefault() wasn't being called. 2003-11-12 18:21 patrick * t/handel_run_control_t.c (1.5): Removed some DEBUG statements. 2003-11-12 18:20 patrick * src/make_xerxes.mak (1.13): Added xerxes_test to dependencies and build. 2003-11-12 18:20 patrick * src/handel_test.c (1.6): Modified test order. 2003-11-12 18:18 patrick * src/: dxp4c2x_psl.c (1.12), x10p_psl.c (1.19): Added missing pslSetDefault() call to _pslDoSCA(). 2003-11-12 16:00 patrick * src/xerxes.c (1.11): Modified dxp_read_memory() calling parameters to better define the use of the routine. 2003-11-12 15:57 patrick * inc/xerxes_test.h (1.1): Initial commit of unit testing framework for Xerxes. 2003-11-12 15:54 patrick * inc/: xerxes.h (1.5), xia_xerxes.h (1.6): Added unit testing framework for Xerxes. 2003-11-12 15:53 patrick * src/xerxes_test.c (1.1), t/xerxes_t.c (1.1): Initial commit of unit testing framework for Xerxes. 2003-11-12 15:52 patrick * src/dxp4c.c (1.7), src/g200.c (1.10), src/polaris.c (1.9), src/udxp.c (1.6), src/udxps.c (1.6), inc/xia_dxp4c.h (1.6), inc/xia_g200.h (1.8), inc/xia_polaris.h (1.7), inc/xia_udxp.h (1.6), inc/xia_udxps.h (1.7), inc/xia_x10p.h (1.7), inc/xia_xerxes_structures.h (1.7): Modified dxp_read_memory() calling parameters to better define the use of the routine. 2003-11-06 17:02 patrick * src/x10p_psl.c (1.18): Added 'sca' and 'sca_length' run data support. 2003-11-06 17:01 patrick * src/dxp4c2x_psl.c (1.11): Changed 'sca_len' to 'sca_length'. 2003-11-06 16:57 patrick * t/handel_run_control_t.c (1.4): Added more SCA tests. Added Saturn SCA tests. 2003-11-06 16:57 patrick * t/handel_run_params_t.c (1.5): Added a stubbed-out test for growing the number of SCAs. TBD. 2003-11-05 17:41 patrick * t/handel_run_control_t.c (1.3): Modified tests to reflect changes to SCA code. 2003-11-05 17:41 patrick * inc/xia_xerxes_structures.h (1.6): Changed function pointer for DXP_READ_SCA to use unsigned long. 2003-11-05 17:40 patrick * inc/: xerxes.h (1.4), xia_xerxes.h (1.5): Changed prototype for dxp_readout_sca() to use unsigned long. 2003-11-05 17:39 patrick * inc/handel_test.h (1.9): Minor syntax changes to the RUN() macro. 2003-11-05 17:38 patrick * inc/: xia_dxp4c.h (1.5), xia_g200.h (1.7), xia_polaris.h (1.6), xia_udxp.h (1.5), xia_udxps.h (1.6), xia_x10p.h (1.6): Modified dxp_read_sca() prototype to use unsigned long instead of unsigned short in the return array type. 2003-11-05 17:37 patrick * src/dxp4c2x_psl.c (1.10): Major changes to SCA code to reflect the philosophy that Handel only returns the portion of the SCA data buffer defined by "number_of_scas", not the entire buffer as Xerxes does. Ultimately, pslGetRunData() should pull this data from the Module structure instead of using the Defaults. 2003-11-05 17:36 patrick * src/xerxes.c (1.10): Modified dxp_readout_sca() to return an array of unsigned longs. 2003-11-05 17:30 patrick * src/: dxp4c.c (1.6), g200.c (1.9), polaris.c (1.8), udxp.c (1.5), udxps.c (1.5): Changed sca array from unsigned short to unsigned long. 2003-11-05 12:22 patrick * t/handel_run_control_t.c (1.2): Added tests for reading out the SCA data buffer. 2003-11-05 12:19 patrick * inc/: xia_dxp4c.h (1.4), xia_g200.h (1.6), xia_polaris.h (1.5), xia_udxp.h (1.4), xia_udxps.h (1.5), xia_x10p.h (1.5), xia_xerxes_structures.h (1.5): Support for dxp_read_sca(). 2003-11-05 12:18 patrick * src/xerxes.c (1.9): Initial implementation of dxp_readout_sca(). 2003-11-05 12:18 patrick * src/dxp4c2x_psl.c (1.9): Initial implementation of _pslGetSCAData(). 2003-11-05 12:17 patrick * src/: g200.c (1.8), polaris.c (1.7), udxp.c (1.4), udxps.c (1.4): Added support for dxp_read_sca(). 2003-11-05 11:53 patrick * src/dxp4c.c (1.5): Added support for dxp_read_sca(). 2003-11-04 13:59 patrick * inc/xia_xerxes_structures.h (1.4): Added function pointer for DXP_GET_SCA_LENGTH. 2003-11-04 13:56 patrick * inc/xia_xerxes.h (1.4): Added prototypes for dxp_nsca() and dxp_readout_sca(). 2003-11-04 13:39 patrick * inc/xerxes.h (1.3): Added prototypes for dxp_nsca() and dxp_readout_sca(). 2003-11-04 13:30 patrick * inc/handel_test.h (1.8): Added prototype for xiaHandelRunControlTest(). 2003-11-04 13:29 patrick * t/handel_run_control_t.c (1.1): Initial commit. 2003-11-04 13:28 patrick * src/xerxes.c (1.8): Added dxp_nsca() and dxp_readout_sca(). 2003-11-04 13:17 patrick * src/make_xerxes.mak (1.12): Added xia_assert.$(OBJ) to link and xia_assert.h to dependency. 2003-11-04 13:16 patrick * src/: make_handel.mak (1.16), make_handel_vba.mak (1.11): Added handel_run_control_t.c dependency. 2003-11-04 12:57 patrick * src/handel_test.c (1.5): Added xiaHandelRunControlTest(). 2003-11-04 12:32 patrick * src/handel_run_control.c (1.4): Added testing code. 2003-11-04 12:31 patrick * src/dxp4c2x_psl.c (1.8): Initial support for pslGetSCALen(). 2003-11-04 12:08 patrick * src/dxp4c.c (1.4), src/g200.c (1.7), src/make_dxp4c.mak (1.12), src/make_dxp4c2x.mak (1.12), src/make_g200.mak (1.12), src/make_polaris.mak (1.12), src/make_udxp.mak (1.8), src/make_udxps.mak (1.8), src/make_x10p.mak (1.12), src/polaris.c (1.6), src/udxp.c (1.3), src/udxps.c (1.3), inc/xia_dxp4c.h (1.3), inc/xia_g200.h (1.5), inc/xia_polaris.h (1.4), inc/xia_udxp.h (1.3), inc/xia_udxps.h (1.4), inc/xia_x10p.h (1.4): Initial support for dxp_get_sca_length(). 2003-10-30 15:44 patrick * t/handel_run_params_t.c (1.4): Major tests for 2X SCA code. 2003-10-30 15:44 patrick * inc/xia_system.h (1.4): Added function pointer for freeSCAs. 2003-10-30 15:43 patrick * inc/handel_test.h (1.7): Added TEST_FAIL() macro. 2003-10-30 15:43 patrick * src/dxp4c2x_psl.c (1.7): Initial SCA support. 2003-10-30 15:43 patrick * src/handel.c (1.6): Heavy modifications to xiaFreeModule() as an interim solution to issue of free'ing SCAs and detChans. 2003-10-30 15:41 patrick * src/: g200_psl.c (1.12), polaris_psl.c (1.16), udxp_psl.c (1.5), udxps_psl.c (1.8), x10p_psl.c (1.17): Added new PSL function pointer freeSCAs. 2003-10-30 10:52 patrick * t/: handel_dyn_module_t.c (1.7), handel_run_params_t.c (1.3): Major test changes/additions. Added memory leak code to all most tests. 2003-10-30 10:51 patrick * t/handel_detchan_t.c (1.1): Initial commit. 2003-10-30 10:51 patrick * inc/xia_handel.h (1.4): Changed prototype for xiaDumpMemoryLeaks(). Added prototype for xiaCleanDetChanList(). 2003-10-30 10:49 patrick * inc/handel_test.h (1.6): Changes TEST() macro to not print tests that pass and to not exit() when a test fails. 2003-10-30 10:48 patrick * inc/handel_errors.h (1.6): Added XIA_BIN_MISMATCH. 2003-10-30 10:48 patrick * src/x10p_psl.c (1.16): Major changes to support SCA code. 2003-10-30 10:47 patrick * src/make_handel.mak (1.15): Modified handel_detchan and handel_run_params dependencies. 2003-10-30 10:47 patrick * src/handel_test.c (1.4): Added (then commented out) xiaHandelDetChanTest(). 2003-10-30 10:42 patrick * src/handel.c (1.5): Fixed portions of xiaFreeModule() that were not clearing all of the module memory. Some more work remains to be done w/r/t removing detChan Sets after a module is removed from the system. 2003-10-27 16:04 patrick * inc/xia_psl.h (1.5): Added prototype for pslDestroySCAs(). 2003-10-27 16:02 patrick * t/handel_dyn_module_t.c (1.6): Modified SCA initialization test. 2003-10-27 16:01 patrick * src/handel_dyn_module.c (1.11): Added initialization of 'sca_lo' and 'sca_hi' to the channel init routine. 2003-10-27 16:00 patrick * src/x10p_psl.c (1.15), t/handel_run_params_t.c (1.2): Major changes for the SCA support code. 2003-10-27 15:59 patrick * inc/handel_errors.h (1.5): Added XIA_SCA_OOR error constant. 2003-10-27 15:52 patrick * src/udxp_psl.c (1.4): Replaced MAXSYMBOL_LEN with MAX_DSP_PARAM_NAME_LEN. 2003-10-27 15:49 patrick * src/handel_dbg.c (1.3): Changed MAXSYMBOL_LEN constant to use the new MAX_DSP_PARAM_NAME_LEN constant. 2003-10-27 15:48 patrick * src/make_x10p_psl.mak (1.13): Nothing. 2003-10-27 15:44 patrick * src/Makefile (1.14): Moved 'assert' target to the front the build list. 2003-10-24 17:49 patrick * t/handel_run_params_t.c (1.1): Initial commit. 2003-10-24 17:49 patrick * t/handel_dyn_module_t.c (1.5): Added more 'sca' tests. 2003-10-24 17:48 patrick * inc/handel_test.h (1.5): Added prototype for xiaHandelRunParamsTest(). 2003-10-24 17:44 patrick * inc/xia_handel_structures.h (1.4): Added sca items to Channel_t structure. 2003-10-24 17:44 patrick * inc/xia_psl.h (1.4): Added prototype for pslGetModChan(). 2003-10-24 17:43 patrick * src/handel.c (1.4): Added some doxygen comments. 2003-10-24 17:41 patrick * src/handel_dyn_module.c (1.10): Renamed 'roi' to 'sca'. 2003-10-24 17:41 patrick * src/handel_run_params.c (1.5): Added some headers. #included the test source code file. 2003-10-24 17:40 patrick * src/handel_test.c (1.3): Added xiaHandelRunParamsTest() to the unit tests. 2003-10-24 17:39 patrick * src/make_assert.mak (1.1): Initial commit. 2003-10-24 17:39 patrick * src/make_dxp4c2x_psl.mak (1.12): Added assert.$(OBJ) to the link step and as a dependency of dxp4c2x_psl. 2003-10-24 17:38 patrick * src/make_g200_psl.mak (1.11): Added assert.$(OBJ) to the link step and as a dependency of polaris_psl. 2003-10-24 17:37 patrick * src/make_handel.mak (1.14): Added assert.$(OBJ) to the link step and as a dependency of handel. Added handel_run_params_t.c as a dependency of handel_run_params.$(OBJ). 2003-10-24 17:34 patrick * src/make_handel_vba.mak (1.10): Added assert.$(OBJ) to the link step and as a dependency of handel_vba. Added handel_run_params_t.c as a dependency of handel_run_params_vba.$(OBJ). 2003-10-24 17:31 patrick * src/make_polaris_psl.mak (1.13): Added assert.$(OBJ) to the link step and as a dependency of polaris_psl.$(OBJ). 2003-10-24 17:30 patrick * src/make_udxp_psl.mak (1.8): Added assert.$(OBJ) to the link step and as a dependency of udxp_psl.$(OBJ). 2003-10-24 17:30 patrick * src/make_udxps_psl.mak (1.8): Added assert.$(OBJ) to the link step and as a dependency of udxps_psl.$(OBJ). 2003-10-24 17:29 patrick * src/make_x10p_psl.mak (1.12): Added assert.$(OBJ) to the link step and as a dependency of x10p_psl.$(OBJ). 2003-10-24 16:51 patrick * src/Makefile (1.13): Added target to build common assert object. 2003-10-24 16:50 patrick * src/x10p_psl.c (1.14): Added pslDoNScas(). Added some ASSERTs to pslSetAcquisitionValues(). Reformatted some code. 2003-10-24 15:36 patrick * src/handel_file.c (1.3): Fixed bug (#127) by adding calls to fclose() in xiaReadINIFile(). 2003-10-22 14:59 wahl * src/g200_psl.c (1.11): Bug fix in boardOperation code...left out a strtok() 2003-10-21 17:03 patrick * src/handel_xerxes.c (1.5): Added Module pointers to some function calls. 2003-10-21 17:01 patrick * src/handel_system.c (1.4): Added a TODO comment. 2003-10-21 16:58 patrick * src/handel_run_params.c (1.4): Added Module pointer to some function calls. 2003-10-21 16:58 patrick * t/handel_dyn_module_t.c (1.4): Added more tests. 2003-10-21 16:57 patrick * src/: dxp4c2x_psl.c (1.6), g200_psl.c (1.10), polaris_psl.c (1.15), udxp_psl.c (1.3), udxps_psl.c (1.7), x10p_psl.c (1.13): Made changes to support some routines using Module pointers. 2003-10-21 16:56 wahl * src/: g200.c (1.6), g200_psl.c (1.9): Changes to allow read/write of registers from the boardOperation routine in Handel 2003-10-21 16:54 patrick * inc/xia_system.h (1.3): Added Module pointer argument to some function pointer definitions. 2003-10-21 16:51 patrick * inc/xia_psl.h (1.3): Added Module pointer argument to some function prototypes. 2003-10-17 18:01 wahl * src/handel_dyn_module.c (1.9): Minor bug fix to parsing of module section of INI files 2003-10-17 17:47 wahl * src/Makefile (1.11): change to silent makes 2003-10-17 17:43 patrick * t/handel_dyn_module_t.c (1.3): Major changes to test new handel_dyn_module.c. 2003-10-17 17:41 patrick * src/handel_dyn_detector.c (1.3): Added support for "positive" and "negative" to polarity settings. 2003-10-17 17:40 patrick * src/handel_dyn_module.c (1.8): Major changes. 2003-10-17 17:39 patrick * src/Makearch.WIN32 (1.6): Added __MEM_DBG__ flag to defines. 2003-10-17 17:38 patrick * inc/xia_module.h (1.3), src/make_handel.mak (1.13), src/make_handel_vba.mak (1.9): Major changes to support new handel_dyn_module.c. 2003-10-17 17:37 patrick * inc/xia_handel.h (1.3): Added xiaCheckMemory() prototype. 2003-10-17 17:37 patrick * inc/xia_common.h (1.4): Added STRNEQ macro. 2003-10-17 17:36 patrick * inc/handel_test.h (1.4): Modified RUN and TEST macros. 2003-10-17 17:35 patrick * inc/handel_errors.h (1.4): Added new error codes to support changes to handel_dyn_module.c. 2003-10-02 15:11 patrick * t/handel_dyn_module_t.c (1.2): Added lots of tests. 2003-10-02 15:11 patrick * inc/xia_assert.h (1.1): Initial commit of the ASSERT() macro. 2003-10-02 15:10 patrick * src/xia_assert.c (1.1): Initial commit of the assert implementation. 2003-10-02 15:08 patrick * src/: make_handel.mak (1.12), make_handel_vba.mak (1.8): Added assert code to Handel build. Modified some dependencies. 2003-10-02 15:07 patrick * src/handel_dyn_module.c (1.7): Major changes to the initialization code. 2003-10-02 15:06 patrick * inc/xia_handel_structures.h (1.3): Added Channel structure to Module structure. 2003-10-02 15:05 patrick * inc/handel_test.h (1.3): TEST() macro now flushes buffers before running its test. When running the shell through Emacs, the buffers weren't being flushed very often, which made it difficult to tell where the tests were failing. 2003-10-01 17:20 patrick * t/handel_dyn_module_t.c (1.1): Initial commit. 2003-10-01 17:19 patrick * t/handel_t.c (1.2): Major changes to work with new testing framework defined in handel_test.h. 2003-10-01 17:19 patrick * src/make_handel.mak (1.11): (Added): Dependencies on test code to handel_dyn_module target. 2003-10-01 17:18 patrick * src/handel_test.c (1.2): (Added): xiaHandelDynModuleTest() (Added): xiaSaveGlobalCtx() xiaRestoreGlobalCtx(). Factored out into the handel_test code since multiple test files will want to use it. 2003-10-01 17:17 patrick * src/handel_dyn_module.c (1.6): Initial changes to prepare for modifications to the Module struct. (Added): _init_module() routine. Currently only used by the unit tests. (Included): handel_dyn_module_t.c test code. 2003-10-01 17:15 patrick * inc/handel_test.h (1.2): Cleaned up and redefined the TEST/RUN macros for use in testing code. 2003-09-26 17:10 wahl * src/x10p_psl.c (1.12): Error in waiting for an ADC trace to end...it did not depend on the trace length and wait time...this would cause the routine to prematurely timeout with long ADC traces 2003-09-24 15:49 wahl * src/xerxes.c (1.7): Bug 114 fixed: empty strings used to report errors are filled in 2003-09-18 19:21 wahl * src/x10p_psl.c (1.11): Problem with getspecialrundata() not returning errors **** RELEASE-0_3_2 2003-10-15 15:51 patrick * configs/: Win_ALL_DLL.xia, Win_Saturn_DLL.xia: Added missing files to manifest. 2003-10-14 18:30 patrick * src/x10p.c: Fixed problem related to the problem detailed in bug 124. Changed a strlen() to a strlen() + 1. 2003-10-14 18:15 patrick * src/dxp4c2x.c: Fixed Bug 124: dxp_read_one_dspsymbol() was omitting the trailing NULL when copying the specified DSP parameter name to uppercase. 2003-10-14 18:12 patrick * inc/xia_dxp4c2x.h: Added MAX_DSP_PARAM_NAME_LEN constant.