Release 2.3.2
(September 27, 2009)
Minor modification
Functional change
Significant change
Revision identifier
Source Updates
Logix/rcs_document_editor -
r 1.2 :
Added comment (#) marks.
Logix/install -
r 2.9 :
Updated version number.
Logix/utils.cp -
r 1.4 :
Added export convert_seconds.
Logix/system/display_server.cp -
r 1.3 :
Added abilty to "copy" (to string) formatted lists.
Logix/system/library_server/spi_library.cp -
r 1.3 :
Added is_channel/3, isnt_channel/3 and user_event/2 for dynamic parameter
type check.
Logix/system/transform/self.cp -
r 1.5 :
Fixed <language>#<sublanguage> attribute.
Logix/system/transform/biospi/bio_constants.cp -
r 1.3 :
Renamed strings and variables.
Logix/system/transform/biospi/call.cp -
r 1.5 :
Added user macros pause, continue, record_data, record_item, record_note.
Logix/system/transform/biospi/call.cp -
r 1.6 :
Added caller/callee compile-time parameter type mismatch check.
Logix/system/transform/biospi/call.cp -
r 1.7 :
Renamed strings and variables.
Logix/system/transform/biospi/optimize.cp -
r 1.2 :
Renamed strings and variables.
Logix/system/transform/biospi/self.cp -
r 1.5 :
Renamed strings and variables.
Logix/system/transform/biospi/self.cp -
r 1.6 :
Added guard predicates delay(Rate) and delay(Rate, Weighter).
Logix/system/transform/biospi/servers.cp -
r 1.4 :
Renamed strings and variables.
Logix/system/transform/biospi/servers.cp -
r 1.5 :
Changed some comments.
Logix/system/transform/biospi/spc.cp -
r 1.3 :
Added check for <receive> argument mismatch; added calls to library
tests for parameter type mismatch; unwrap <channel> and <variable>.
Logix/system/transform/biospi/spc.cp -
r 1.4 :
Renamed strings and variables.
Logix/system/transform/biospi/spc.cp -
r 1.5 :
Corrected minor bug resulting from user error in specification of a channel
rate or weighter.
Logix/system/transform/biospi/utilities.cp -
r 1.5 :
Wrap <channel> and <variable> <transmission> <arguments>.
Logix/system/Logix_Users/SpiFcp_Users/spi_monitor.cp -
r 1.3 :
Added record_item, record_note, continue (replaces resume); renaming; minor
debug stream element changes.
Logix/system/Logix_Users/SpiFcp_Users/spi_record.cp -
r 1.4 :
Complete revision correcting pause, idle, completions handling; changed
spi_monitor interface.
Logix/system/Logix_Users/SpiFcp_Users/user_macros.cp -
r 1.5 :
Added run macros; removed record help lines.
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/ambient_list.cp -
r 1.3 :
Added handling for pause, note and item; use server's Events stream.
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/ambient_server.cp -
r 1.4 :
Additional run exports; special handling of Events (particularly terminated);
added record_note;
interchanged record_item and record_data (use latter for reset, et al).
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/ambient_server.cp -
r 1.5 :
Unwrap <channel> and <variable>
<transmission> <arguments> for <direction> and
<capability>.
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/user_macros.cp -
r 1.4 :
Ammended ambient_server interface (use run with Events).
New Binary Files
Logix/Bin/utils.bin -
r 1.4
Logix/system/Bin/display.bin -
r 1.3
Logix/system/library_server/Bin/spi_library.bin -
r 1.2
Logix/system/transform/Bin/self.bin -
r 1.3
Logix/system/transform/biospi/Bin/self.bin -
r 1.10
Logix/system/Logix_Users/SpiFcp_Users/Bin/spi_record.bin -
r 1.5
Logix/system/Logix_Users/SpiFcp_Users/Bin/user_macros.bin -
r 1.5
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/Bin/ambient_list.bin -
r 1.3
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/Bin/ambient_server.bin -
r 1.6
Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users/Bin/user_macros.bin -
r 1.5
This script may be used to update the Logix and bin file content,
starting in Efcp-release.
pushd Logix/Bin
cvs update
cd ../system/Bin
cvs update
cd ../library_server/Bin
cvs update
cd ../../transform/Bin
cvs update
cd ../biospi/Bin
cvs update
cd ../../../Logix_Users/SpiFcp_Users/Bin
cvs update
cd ../BioSpi_Users/Bin
cvs update
popd
Suggested method:
cd Efcp-release
copy the script to
updater
source updater
Possibly due to a recent crash related to nongnu.org, you may see an error
diagnostic, including:
CVS update: conflicts found in spi_record.bin
To correct this problem:
cd Logix/system/Logix_Users/SpiFcp_Users/Bin
rm spi_record.bin
cvs update
Next: 2.3.3
Previous: 2.3.1
Up: Index