NetBSD/usr.bin/make
rillig 5cef7ec253 make: add more details to error message for numeric comparison
Before:
String comparison operator must be either == or !=

After:
Comparison with '>=' requires both operands 'no' and '10' to be numeric

Noticed by martin@ in pkgsrc/textproc/py-pygments.
2022-09-04 22:55:00 +00:00
..
PSD.doc
filemon Fix some unused warnings 2022-03-04 23:17:16 +00:00
unit-tests make: add more details to error message for numeric comparison 2022-09-04 22:55:00 +00:00
.cvsignore
Makefile make: remove test scenarios for old GCC versions 2022-05-03 19:05:34 +00:00
Makefile.boot make: document the available preprocessor definitions for Makefile.boot 2022-04-15 13:44:57 +00:00
arch.c make: merge duplicate code for expanding variable expressions 2022-01-15 18:34:41 +00:00
buf.c make: inline Buf_Clear 2022-01-08 17:25:19 +00:00
buf.h make: inline Buf_Clear 2022-01-08 17:25:19 +00:00
compat.c make: fix exit status for '-q' (since 1994) 2022-08-17 20:10:29 +00:00
cond.c make: add more details to error message for numeric comparison 2022-09-04 22:55:00 +00:00
config.h
dir.c make: fix grammar in comment of DirFindDot 2022-05-07 21:19:43 +00:00
dir.h
for.c make: clean up handling of .break in .for loops 2022-09-03 00:50:07 +00:00
hash.c make: fix mistakes, spelling and typos in comments and manual page 2022-02-09 21:09:24 +00:00
hash.h make: remove redundant declaration of HashIter_Init 2022-01-31 22:58:26 +00:00
job.c make: untangle output handling in jobs mode, remove redundant braces 2022-09-03 08:41:07 +00:00
job.h
lst.c make: fix memory leak in Lst_Remove (since 2020-10-23) 2022-02-26 11:57:21 +00:00
lst.h make: improve comments and a parameter name 2022-03-03 19:55:27 +00:00
main.c make: allow to randomize build order of targets 2022-05-07 17:49:47 +00:00
make.1 make: clean up handling of .break in .for loops 2022-09-03 00:50:07 +00:00
make.c make: fix exit status for '-q' (since 1994) 2022-08-17 20:10:29 +00:00
make.h make: add .break to terminate .for loop early 2022-09-02 16:24:31 +00:00
make_malloc.c
make_malloc.h
meta.c make: do not use __CONCAT and __STRING in meta_needed 2022-04-15 12:28:16 +00:00
meta.h
metachar.c
metachar.h make: rename is_shell_metachar, fix character conversion warning 2022-01-08 11:04:13 +00:00
parse.c make: clean up handling of .break in .for loops 2022-09-03 00:50:07 +00:00
pathnames.h
str.c make: clean up comments for string splitting and string matching 2022-06-11 09:24:07 +00:00
str.h
suff.c Fix some unused warnings 2022-03-04 23:17:16 +00:00
targ.c make: add .USEBEFORE to Targ_PrintType 2022-04-15 12:19:28 +00:00
test-variants.mk make: remove test variant without GMAKEEXPORT 2022-05-08 19:19:11 +00:00
trace.c make: prefer 'long long' over 'long' on 32-bit C99 platforms 2022-03-26 14:02:40 +00:00
trace.h
util.c
var.c make: prevent future out-of-bounds errors when parsing expressions 2022-08-24 22:09:40 +00:00