log sources/utility_functions.sh @ 1707:427a9002ab2a draft

age author description
Sat, 24 Aug 2013 06:38:10 -0500 Rob Landley Move environment variable whitelisting functions to new variables.sh.
Sun, 23 Jun 2013 18:07:31 -0500 Rob Landley Whitelist one more variable.
Mon, 16 Apr 2012 21:31:22 -0500 Rob Landley The Gentoo version of patch is broken, and can't apply patches unless TMPDIR is set, so add it to the whitelist.
Sat, 24 Mar 2012 18:16:29 -0500 Rob Landley Brown-paper-bag bug: sanitize_environment assembles a whitelist in an environment variable, and didn't include that variable in the whitelist. (So if the variable name was already used, it wouldn't be at the end of the list, and would blank itself, and everything after it...)
Sat, 03 Dec 2011 17:51:38 -0600 Rob Landley Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting.
Fri, 17 Jun 2011 11:26:31 +0200 Alessio Igor Bogani Avoid sanitizing useful *_proxy environment variables
Sun, 22 May 2011 04:18:30 -0500 Rob Landley Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
Mon, 23 Aug 2010 00:27:44 -0500 Rob Landley Dereference symlink path segments in record-commands.sh.
Mon, 16 Aug 2010 21:38:33 -0500 Rob Landley If environment sanitizing lets TOOLCHAIN_PREFIX through, it should let HOST_ARCH through too. And while we're at it, separate inherited variables from locally defined ones.
Mon, 16 Aug 2010 15:00:35 -0500 Rob Landley Environment sanitizing screwed up the cross-compiler.sh wrapper. Fix it, rename PROGRAM_PREFIX to TOOLCHAIN_PREFIX, and put a guard around sources/include.sh so it's safe to include multiple times.
Tue, 03 Aug 2010 11:04:58 -0500 Rob Landley Teach environment sanitizing to allow STAGE_NAME override.
Mon, 26 Jul 2010 01:42:00 -0500 Rob Landley Make the environment sanitize logic slightly more robust in the face of multi-line environment variable values.
Sun, 25 Jul 2010 23:25:58 -0500 Rob Landley Add sanitize_environment to unset unrecognized environment variables.
Sun, 25 Jul 2010 14:18:25 -0500 Rob Landley Make BUILD_VERBOSE a little more verbose.
Fri, 09 Jul 2010 13:03:01 -0500 Rob Landley Output dienow's error message to stderr.
Sun, 13 Jun 2010 22:57:07 -0500 Rob Landley More trouble than its worth for FORK and QUIET to be separate knobs.
Sun, 16 May 2010 02:26:03 -0500 Rob Landley Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
Sat, 15 May 2010 12:41:14 -0500 Rob Landley Convert unstable() to is_in_list() taking the list to check as the second argument.
Sat, 15 May 2010 12:12:39 -0500 Rob Landley Remove unnecessary "function" label from shell functions.
Mon, 12 Apr 2010 00:02:32 -0500 Rob Landley NO_CLEANUP should prevent blank_tempdir from deleting stuff.
Wed, 24 Feb 2010 10:08:38 -0600 Rob Landley Add export_if_blank and make lots of build paths overrideable.
Sun, 03 Jan 2010 17:04:39 -0600 Rob Landley Largeish refactoring and cleanup of compiler build:
Tue, 22 Dec 2009 11:51:52 -0600 Rob Landley Minor cleanups and comments, introduce check_prerequisite function.
Fri, 04 Dec 2009 12:02:47 -0600 Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.