mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
LICENSE:
Mention files derived from musl library.
runtime/process_getopt:
Process files from ../getopt/*.[ch] to produce
mercury_getopt.h, mercury_getopt.c, mercury_getopt_long.c.
runtime/mercury_getopt.h:
runtime/mercury_getopt.c:
runtime/mercury_getopt_long.c:
Add files generated by process_getopt.
runtime/Mmakefile:
Update list of source files.
util/Mmakefile:
Use musl getopt if the system C library does not have getopt().
tests/debugger/browser_test.exp:
tests/debugger/browser_test.exp2:
tests/debugger/browser_test.exp3:
tests/hard_coded/runtime_opt.exp:
Update expected error messages to match new getopt() output.
changed exp output
16 lines
601 B
Plaintext
16 lines
601 B
Plaintext
Option `--nondetstack-size-kwords=256 --small-nondetstack-size-kwords=256':
|
|
Hello world (with non-standard options).
|
|
|
|
Option `--nondet-stack-size-kwords=256 --small-nondet-stack-size-kwords=256':
|
|
Hello world (with non-standard options).
|
|
|
|
Option `--detstack-size=128 --small-detstack-size=128':
|
|
Hello world (with non-standard options).
|
|
|
|
Option `--this-is-not-a-real-option':
|
|
mercury_runtime: unrecognized option: `this-is-not-a-real-option'
|
|
The MERCURY_OPTIONS environment variable contains an invalid option.
|
|
Please refer to the Environment Variables section of the Mercury
|
|
User's Guide for details.
|
|
|