[Hamlib-developer] [Hamlib/Hamlib] 676c39: Declare local functions as local
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2024-09-11 04:26:29
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 676c39a9d0d42385d04285474d3a4f24d32ac4b7 https://github.com/Hamlib/Hamlib/commit/676c39a9d0d42385d04285474d3a4f24d32ac4b7 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M rigs/kenwood/ts890s.c Log Message: ----------- Declare local functions as local Commit: 99535c06822b7b66885e164d327c273fb14fc42a https://github.com/Hamlib/Hamlib/commit/99535c06822b7b66885e164d327c273fb14fc42a Author: George Baltz N3GB <Geo...@gm...> Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/ts890s.c M rigs/kenwood/ts990s.c Log Message: ----------- Implement rig_get_clock for TS-890S Should also work for TS-990S, but no H/W to test Plus stub for set_clock. Commit: b667e31dcf56fd6a65512eb88e59ef55437c8577 https://github.com/Hamlib/Hamlib/commit/b667e31dcf56fd6a65512eb88e59ef55437c8577 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M tests/rigctl_parse.c Log Message: ----------- Fix wrong utc_offset Only compare magnitude when checking for only hours given. Offsets west of UTC could be off by a factor of 100. Commit: 5f6554c797cb57d8053f47d4f72a27a570436ead https://github.com/Hamlib/Hamlib/commit/5f6554c797cb57d8053f47d4f72a27a570436ead Author: George Baltz N3GB <Geo...@gm...> Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M src/misc.c Log Message: ----------- Use a reliable source for TZ offset Both the POSIX and Linux man pages for localtime_r() state that localtime_r need not set the global variable timezone. I found that '\set_clock local' was using an offset of -0500 instead of -0400 (EDT). Change date_strget to use tm_gmtoff. Commit: 1ff85278640c8f4da639ee2a8640abc1a9d7d386 https://github.com/Hamlib/Hamlib/commit/1ff85278640c8f4da639ee2a8640abc1a9d7d386 Author: George Baltz N3GB <Geo...@gm...> Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M simulators/simts890.c Log Message: ----------- Add just enough to simts890.c to fake kenwood_get_clock. Still needs a settable synthetic clock for kenwood_set_clock. Time zone offsets need to be tied to both clocks, and to strftime. When finished copy to simts990.c, dropping P6 from CK0. Commit: f4bb956bf90fc22d2bb21cce5dc16ba4a07346b8 https://github.com/Hamlib/Hamlib/commit/f4bb956bf90fc22d2bb21cce5dc16ba4a07346b8 Author: Michael Black <mdb...@ya...> Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/ts890s.c M rigs/kenwood/ts990s.c M simulators/simts890.c M src/misc.c M tests/rigctl_parse.c Log Message: ----------- Merge pull request #1610 from GeoBaltz/fix17 Implement kenwood_get_clock + fixes for TZ offsets Compare: https://github.com/Hamlib/Hamlib/compare/a9f4a35c7deb...f4bb956bf90f To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |