head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.50 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.48 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.44 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.24 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.46 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.42 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.40 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.38 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.36 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.34 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.32 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.30 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.28 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.26 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.22 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.20 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.18 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.16 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.14 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.12 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.10 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.8 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.6 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.4 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2021.02.04.14.10.07; author gdt; state dead; branches; next 1.1; commitid 62oeF7ElncBTPoGC; 1.1 date 2014.12.15.08.36.40; author mef; state Exp; branches; next ; commitid By8bzigPbOLx572y; desc @@ 1.2 log @ham/xlog: Update to 2.0.20 pkgsrc changes: - drop workaround for upstream bug fixed in this release - rename patchfile per pkglint - Changes for xlog version 2.0.20 - 2021-jan-30 * Updated cty.dat 20210127 (cty-3102) * Added FST4 support and 5m/8m bands for ADIF 3.1.1 * Added /dev/ttyUSB0 and /dev/ttyUSB1 to the hamlib device menu * Logeditor can hide TX(RST) and RX (RST) (useful for VHF contests) * ADIF exports Distance and Azimuth correctly if enabled in Logeditor * Imports ADIF from wsjt-x on UDP port 2333 * Fixed use-after-free error discovered by Chris K2CR and valgrind * Fixed hash-table != null assert in dxcc.c * Fixed GLib-GObject-WARNING in log.c * Compiles cleanly with hamlib4 on ubuntu 18.04 and 20.04 @ text @$NetBSD: patch-src_logfile_edittest_c,v 1.1 2014/12/15 08:36:40 mef Exp $ error: array subscript has type 'char' [-Werror=char-subscripts] --- src/logfile/editest.c~ 2012-11-04 00:46:05.000000000 +0900 +++ src/logfile/editest.c 2014-11-17 20:26:23.000000000 +0900 @@@@ -268,7 +268,7 @@@@ editest_qso_foreach (LOGDB * handle, break; case LOCATOR: /* HF logs don't have locator, but useless NR */ - qfield = g_strdup ( isalpha(field[0]) ? field : ""); + qfield = g_strdup ( isalpha((unsigned char) field[0]) ? field : ""); break; default: qfield = g_strdup (field); @ 1.1 log @(upstream) update 2.0.5 to 2.0.12 - Changes for xlog version 2.0.12 - 2014-apr-01 * Updated cty.dat to 20140331 (cty-2404) - Changes for xlog version 2.0.11 - 2013-nov-16 * Updated cty.dat to 20131009 * Fixed "Write and Click All" * Increased log name limit to 30 characters * Fixed truncated "QSO " label in main window * Fixed dxcc 3 character callsigns - Changes for xlog version 2.0.10 - 2013-July-22 * Fix compilation warning in labels.c regarding strptime * Convert all compilation warnings into errors * Get rid of the "unused-but-set-variable" warnings - Changes for xlog version 2.0.9 - 2013-July-20 * Fix month to number conversion for non-English languages in Cabrillo export (thank you Alex EW1LN for reporting the problem and testing the fix) * Modify date in TSV file to be ISO 8601 format to aid in spreadsheet import * Updated cty.dat to 20130625 - Changes for xlog version 2.0.8 - 2013-May-23 * Fix Debian lint issue (config.sub config.guess) * Merge Debian bug #617374 fix into dxcc.c to avoid segfault * Fix cabrillo import - incorporate patch from Thomas (DL1JBE) Beierlein * Updated cty.dat to 20130510 - Changes for xlog version 2.0.7 - 2013-March-31 * Fixed remarks box for Unity et al (bug #38637) * Updated cty.dat to 20130312 (CTY-2303) - Changes for xlog version 2.0.6 - 2013-March-01 * First version with new maintainer: Andy Stewart, KB1OIQ * Updated to Cabrillo v3 format - export and import (bug #37740) * Added preference setting for "Are You Sure" dialog on exit (bug #37761) * Updated cty.dat to 20130222 (CTY-2302) (bug #37748) * Updated to Amateur Data Interchange Format (ADIF) 2.2.7 format (bug #37741) ** Added a large number(!) of modes ** Added the 560m band * Fixed cosmetic issues with the scoring window (bug #37743) * Fixed Ubuntu bug #608718: Keyer window displayed, hitting return in RX(RST) with no call logged bogus QSO. * Fixed Task #10916 - user preference to save Cabrillo freq or band * New manual from Chris Story (K6RWJ) * Entering "callsigns" like "3D2/R" will show proper DXCC entity in scoring window locator box for all except WAE countries. @ text @d1 1 a1 1 $NetBSD$ @