summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-10-26build system: configure: error_msg(), warning_msg(): add terminating newline.midipix1-2/+2
2019-10-26build system: configure: added verify_safe_path().midipix1-0/+26
2019-10-26build system: normalize quoting of printf format argument.midipix3-15/+15
2019-10-26build system: configure: replace echo with printf.midipix1-3/+3
2019-10-26build system: configure: spare some cats.midipix1-8/+8
2019-10-23build system: configure: do not create cfgdefs.mk and userdefs.mk with --help.midipix1-18/+18
2019-10-20build system: configure: semantic compatibility: --srcdir <--> --source-dir.midipix2-0/+4
2019-10-20build system: configure: replace dirname(1) with command language primitives.midipix1-1/+1
2019-10-20build system: configure: config_status(): ensure consistent output.midipix1-1/+1
2019-10-20build system: employ the cd -- <dir> idiom for good measure.midipix2-3/+3
2019-10-20build system: replace $(pwd) with $(pwd -P) for explicit/consistent behavior.midipix2-3/+3
2019-10-20build system: ccenv.sh: ccenv_set_cc_bits(): word-splitting resilience.midipix1-4/+4
2019-10-20build system: ccenv.sh: support shells with private loop iteration variables.midipix1-6/+9
2019-10-19build system: ccenv.sh: accommodate shells that lack (default) word splitting.midipix1-3/+3
2019-10-18build system: configure: config_failure(): ensure initialization of mb_success.midipix1-1/+2
2019-10-18build system: configure: config_success(): support non-conforming/nested traps.midipix1-0/+5
2019-10-18build system: configure: support shells with function-specific $0.midipix1-1/+5
2019-10-18build system: configure: accommodate shells that lack (default) word splitting.midipix2-10/+10
2019-10-17driver: resolve conflicting and/or incompatible command-line arguments.midipix1-8/+110
2019-10-17build system: ccenv.sh: ccenv_output_defs(): refactor for style consistency.midipix1-1/+2
2019-10-17build system: ccenv.sh: further accommodate pattern caveats of old ash(1).midipix1-72/+83
2019-10-17build system: ccenv.sh: accommodate pattern caveats of old ash(1).midipix1-5/+13
2019-10-17build system: configure: accommodate pattern caveats of old ash(1).midipix1-77/+77
2019-10-16driver: --heuristics: respect explicit --disable-shared and/or -static.midipix1-3/+0
2019-08-21build system: pkgconf.sh: output Libs and Ldflags more elegantly.midipix1-2/+2
2019-08-21build system: pkgconf.sh: add missing -L switch (oversight).midipix1-2/+2
2019-08-21build system: pkgconf.sh: properly handle empty prefix variable.midipix1-0/+8
2019-06-29driver: added FC support.midipix3-1/+5
2019-06-18driver: set correct return value upon --help or --help=all.midipix2-4/+5
2019-06-18slbt_exec_compile(): adding missing -fPIC bits for the --tag=F77.midipix1-5/+12
2019-06-12driver: added -XCClinker support.midipix2-0/+8
2019-05-07Do not refer to on-the-fly compound literals out of scope.midipix1-10/+12
2019-04-24driver: added F77 support.midipix3-1/+5
2019-02-23build system: configure: make --all-shared and --all-static mutually exclusive.midipix1-0/+2
2019-02-19driver, compile & link mode: support arbitrary & known compiler wrappers.midipix6-13/+69
2019-02-18build system: mktemp(1): provide template, explicitly remove temporary files.midipix1-2/+12
2019-02-17build system: ccenv: attemt to use otool for binary format detection.midipix1-1/+20
2019-02-17build system: configure: host/target may only be set via explicit arguments.midipix1-2/+0
2019-02-13build system: ccenv_find_tool(): support an optional tool-compatibility test.midipix1-2/+9
2019-02-13build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.midipix2-2/+2
2019-01-10build system: empty archives: remove dependency on dirs.tag, mkdir -p lib.midipix1-1/+2
2019-01-09build system: empty archive generation: added missing dependency on dirs.tag.midipix1-1/+1
2019-01-09build system: core: whitespace meditation.midipix1-40/+40
2019-01-09build system: core: allow cfgdefs.mk to pre-set core variables.midipix1-11/+11
2019-01-09build system: Makefile.in: disabled implicit suffix-based rules.midipix1-0/+2
2019-01-09build system: ccenv: added -c to the cc driver-based definition of $(AS).midipix1-1/+1
2019-01-03config.project: define project-specific default native {c|ld}flags.midipix1-0/+4
2019-01-03build system: configure: support project-specific default native {c|ld}flags.midipix1-0/+4
2019-01-03build system: ccenv_set_os_pe_switches(): fix typo.midipix1-1/+1
2019-01-02build system: moved handling of pe-specific variables to ccenv.midipix7-13/+46