hamlib/include
George Baltz N3GB 1d549a58c5 Remove morse_mutex
It was never used as a real mutex, since nobody but morse_data_handler
  ever really held a lock on it; it was tested, but only to short-circuit
  some queries to use cache.
It was also in static storage so it was not rig-specific, and in a shared
  object but never initialized for sharing.

Thread contention is handled by rig_lock().
2026-06-02 11:47:31 -04:00
..
hamlib Remove morse_mutex 2026-06-02 11:47:31 -04:00
bandplan.h Fix ambiguity between system includes and Hamlib includes 2025-07-22 23:33:57 +02:00
Makefile.am Basic infrastructure for moving internal structures out of rig.h 2025-07-10 09:54:03 -04:00
num_stdio.h Fix issue where Hamlib attempts to use memory returned by setlocale() after being freed. 2025-05-22 21:18:38 -05:00