[Hamlib-developer] [Hamlib/Hamlib] 0508a1: Shrink scope of some iteration variables
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: GeoBaltz <no...@gi...> - 2026-07-04 14:34:14
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 0508a165c5335fe7715c80f2f09162cc12d33563 https://github.com/Hamlib/Hamlib/commit/0508a165c5335fe7715c80f2f09162cc12d33563 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M tests/ampctl_parse.c M tests/rigctl_parse.c M tests/rotctl_parse.c Log Message: ----------- Shrink scope of some iteration variables Commit: 862590a996491685a993f72776cd01def95d06cb https://github.com/Hamlib/Hamlib/commit/862590a996491685a993f72776cd01def95d06cb Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M src/ext.c M src/iofunc.c M src/misc.c M src/register.c Log Message: ----------- Shrink some more iteration variable scopes Drop a duplicate rig_debug() Commit: edfc721f04b48dd86dd84c52a11a6d7fee591242 https://github.com/Hamlib/Hamlib/commit/edfc721f04b48dd86dd84c52a11a6d7fee591242 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M amplifiers/elecraft/kpa.c M rotators/amsat/if100.c M rotators/grbltrk/grbltrk.c M rotators/ts7400/include/io.c M security/security.c M src/rig.c M src/settings.c Log Message: ----------- And a few more Commit: 7b8dbf50d29d6a1ba8c46777bb814c56272aa872 https://github.com/Hamlib/Hamlib/commit/7b8dbf50d29d6a1ba8c46777bb814c56272aa872 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M rigs/icom/ic7800.c M rigs/icom/icom.c M rigs/kenwood/kenwood.c Log Message: ----------- Still more scope reductions Commit: 88ba3e3bade068c4f73068835d3824ee78c4adf3 https://github.com/Hamlib/Hamlib/commit/88ba3e3bade068c4f73068835d3824ee78c4adf3 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M rigs/yaesu/ft857.c M rigs/yaesu/ftx1/ftx1_audio.c M rigs/yaesu/ftx1/ftx1_ctcss.c M rigs/yaesu/ftx1/ftx1_cw.c M rigs/yaesu/ftx1/ftx1_menu.c M rigs/yaesu/newcat.c M rigs/yaesu/vr5000.c M rigs/yaesu/yaesu.c Log Message: ----------- Reduce some more scoping Commit: e00b1baed948ddf3be0c354e447935bbf2781a4a https://github.com/Hamlib/Hamlib/commit/e00b1baed948ddf3be0c354e447935bbf2781a4a Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M rigs/dummy/aclog.c M rigs/dummy/dummy.c M rigs/dummy/dummy_common.c M rigs/dummy/flrig.c M rigs/dummy/gqrx.c M rigs/dummy/sdrsharp.c M rigs/dummy/tci1x.c Log Message: ----------- Clean up what we can in rigs/dummy/ Commit: 2360882b0caf87f5815650665d180c2fa87e825e https://github.com/Hamlib/Hamlib/commit/2360882b0caf87f5815650665d180c2fa87e825e Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M rigs/aor/aor.c M rigs/drake/drake.c M rigs/flexradio/dttsp.c M rigs/flexradio/sdr1k.c M simulators/simts890.c M src/misc.c Log Message: ----------- Still more scope shrinkage Commit: 4c84693d5de9765dd25a491d9d8be84655d43142 https://github.com/Hamlib/Hamlib/commit/4c84693d5de9765dd25a491d9d8be84655d43142 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-24 (Wed, 24 Jun 2026) Changed paths: M rigs/kenwood/elecraft.c M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h Log Message: ----------- Make some flags boolean Show that there are only two states for these variables. Commit: 9fbfaf08fe92f11073d9ed8f4baf9c7b6357e385 https://github.com/Hamlib/Hamlib/commit/9fbfaf08fe92f11073d9ed8f4baf9c7b6357e385 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-28 (Sun, 28 Jun 2026) Changed paths: M rigs/yaesu/newcat.c M rigs/yaesu/newcat.h Log Message: ----------- Make more variables boolean Clean up formatting in newcat.h Commit: 32fbe874e5b2978622188c795b73aa99e8bb3397 https://github.com/Hamlib/Hamlib/commit/32fbe874e5b2978622188c795b73aa99e8bb3397 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-30 (Tue, 30 Jun 2026) Changed paths: M rigs/icom/icom.c M rigs/icom/icom.h Log Message: ----------- Make a few Icom switches boolean Note that variables x1cx03_possibly and x1ax03_supported are declared and defined for several rigs, but those variables are not currently referenced or tested in the code. Commit: 3bed166fd613bbc529d6f54f525f8609b0260f5d https://github.com/Hamlib/Hamlib/commit/3bed166fd613bbc529d6f54f525f8609b0260f5d Author: George Baltz N3GB <Geo...@gm...> Date: 2026-07-01 (Wed, 01 Jul 2026) Changed paths: M simulators/sim.h M simulators/simic705.c M simulators/simic7300.c Log Message: ----------- Update a couple of simulators Yet another failed attempt to test code via simulator; x25/x26 commands gave bogus answers. So, another round of general cleanups for a couple of simulated rigs. Fix detection of bad headers Always send well-formed ACK/NAK frames Add missing values to 0x26 messages Fix bad responses when VFOB is active Remove duplicate debug messages Add some vendor-specific data and definitions to sim.h Partial removal of rig.h dependencies/definitions Compare: https://github.com/Hamlib/Hamlib/compare/102e31c1fa65...3bed166fd613 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |