head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.112 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.110 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.108 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.106 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.104 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.102 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.100 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.98 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.96 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.94 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.92 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.90 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.88 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.86 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.84 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.82 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.80 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.78 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.76 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.74 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.72 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.70 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.68 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.64 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.44 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.66 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.62 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.60 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.58 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.56 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.54 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.52 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.50 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.48 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.46 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.42 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.40 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.38 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.36 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.34 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.32 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.30 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.28 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.26 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.24 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.22 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.20 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.18 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.16 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.14 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.12 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.10 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.8 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.6 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.4 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2012.05.10.20.53.30; author dholland; state Exp; branches; next ; desc @@ 1.1 log @Pass -Wall. Fix a number of minor bugs and possibly some major ones. Should also fix clang build. PKGREVISION++ @ text @$NetBSD$ - don't use implicit int - don't index arrays with signed char --- src/word.c~ 2012-05-10 19:25:36.000000000 +0000 +++ src/word.c @@@@ -18,7 +18,7 @@@@ * left edge of the current window * Returns TRUE on success, FALSE on errors. */ -PASCAL NEAR wrapword(f, n) +int PASCAL NEAR wrapword(f, n) int f; /* default flag */ int n; /* numeric argument */ @@@@ -74,7 +74,7 @@@@ int n; /* numeric argument */ * performed by the "backchar" and "forwchar" routines. Error if you try to * move beyond the buffers. */ -PASCAL NEAR backword(f, n) +int PASCAL NEAR backword(f, n) int f,n; /* prefix flag and argument */ @@@@ -100,7 +100,7 @@@@ int f,n; /* prefix flag and argument */ * Move the cursor forward by the specified number of words. All of the motion * is done by "forwchar". Error if you try and move beyond the buffer's end. */ -PASCAL NEAR forwword(f, n) +int PASCAL NEAR forwword(f, n) int f,n; /* prefix flag and argument */ @@@@ -127,7 +127,7 @@@@ int f,n; /* prefix flag and argument */ * Move forward to the end of the nth next word. Error if you move past * the end of the buffer. */ -PASCAL NEAR endword(f, n) +int PASCAL NEAR endword(f, n) int f,n; /* prefix flag and argument */ @@@@ -155,7 +155,7 @@@@ int f,n; /* prefix flag and argument */ * convert any characters to upper case. Error if you try and move beyond the * end of the buffer. Bound to "M-U". */ -PASCAL NEAR upperword(f, n) +int PASCAL NEAR upperword(f, n) int f,n; /* prefix flag and argument */ @@@@ -192,7 +192,7 @@@@ int f,n; /* prefix flag and argument */ * convert characters to lower case. Error if you try and move over the end of * the buffer. Bound to "M-L". */ -PASCAL NEAR lowerword(f, n) +int PASCAL NEAR lowerword(f, n) int f,n; /* prefix flag and argument */ @@@@ -230,7 +230,7 @@@@ int f,n; /* prefix flag and argument */ * characters to lower case. Error if you try and move past the end of the * buffer. Bound to "M-C". */ -PASCAL NEAR capword(f, n) +int PASCAL NEAR capword(f, n) int f,n; /* prefix flag and argument */ @@@@ -280,7 +280,7 @@@@ int f,n; /* prefix flag and argument */ * command for the right number of characters. With a zero argument, just * kill one word and no whitespace. Bound to "M-D". */ -PASCAL NEAR delfword(f, n) +int PASCAL NEAR delfword(f, n) int f,n; /* prefix flag and argument */ @@@@ -372,7 +372,7 @@@@ int f,n; /* prefix flag and argument */ * counting the characters. When dot is finally moved to its resting place, * fire off the kill command. Bound to "M-Rubout" and to "M-Backspace". */ -PASCAL NEAR delbword(f, n) +int PASCAL NEAR delbword(f, n) int f,n; /* prefix flag and argument */ @@@@ -442,7 +442,7 @@@@ char c; { /* if we are using the table.... */ if (wlflag) - return(wordlist[c]); + return(wordlist[(unsigned char)c]); /* else use the default hard coded check */ if (is_letter(c)) @@@@ -454,7 +454,7 @@@@ char c; return(FALSE); } -PASCAL NEAR fillpara(f, n) /* Fill the current paragraph according to the +int PASCAL NEAR fillpara(f, n) /* Fill the current paragraph according to the current fill column */ int f, n; /* Default flag and Numeric argument */ @@@@ -600,7 +600,7 @@@@ char *para; /* string buffer containing } } -PASCAL NEAR killpara(f, n) /* delete n paragraphs starting with the current one */ +int PASCAL NEAR killpara(f, n) /* delete n paragraphs starting with the current one */ int f; /* default flag */ int n; /* # of paras to delete */ @@@@ -635,7 +635,7 @@@@ int n; /* # of paras to delete */ along with average word sizes, # of chars, etc, and report on them. */ -PASCAL NEAR wordcount(f, n) +int PASCAL NEAR wordcount(f, n) int f, n; /* ignored numeric arguments */ @