Infrequently Noted

Alex Russell on browsers, standards, and the process of progress.

Updated Standalone SigSlot

I've updated the Signals and Slots library package.

This update includes fixes for a problem that prevented calls to signals from returning the value returned by the signal method as well as expanded documentation, a new makefile, and a new README file that includes something like a changelog.

A new feature with this release is the addition of a flag (sig.lock) that toggles whether or not slots will be called when a signal is emitted. Setting sig.lock to true will have the general effect of turning the signals and slots mechanism off.

As always, please contact me if you've got problems, suggestions, or just want to tell me how you're using the library.