scripts/functions
2010-10-03 complibs: better deduce whether to backup complibs or not
2010-08-26 scripts/log: do not interpret log string as printf format
2010-08-26 scripts/log: do not interpret log string as printf format
2010-08-11 scripts: in case of failed download, remove partial files
2010-08-11 scripts: in case of failed download, remove partial files
2010-08-11 scripts: when downloading, use aria2 only when //
2010-07-30 Fix CT_SanitizePath
2010-07-29 scripts: remove . from $PATH
2010-07-29 scripts: remove . from $PATH
2010-07-18 scripts/functions: recognise Cygwin build hosts
2010-05-19 scripts/functions: Use stat correctly on non-GNU (BSD/Darwin) systems.
2010-04-13 scripts/functions: log the test strings
2010-04-13 scripts/functions: compress with gzip level 3, as stated in the documentation
2010-04-13 scripts/functions: add a save/restore handler
2010-04-13 scripts/functions: fix CT_Patch again
2010-04-13 scripts/functions: fix CT_Patch
2010-04-11 scripts/functions: make CT_Patch dumber
2010-04-09 scripts: prevent trailing - in CT_TARGET
2010-04-11 complibs: save directory with static complibs for stop/restart
2010-02-03 scripts/functions: fix date munging when ns are not available
2010-01-31 scripts: Do not create backup files when patching
2010-01-14 scripts/functions: add git wrapper
2010-01-12 scripts/functions: change handling of nochdir
2010-01-23 scripts/functions: do not compute CT_KERNEL_ARCH, it's obsolete
2010-01-16 scripts/functions: inverse log level ALL and DEBUG
2010-01-10 scrips/functions: fix downloads using curl
2010-01-09 scripts/functions: fix extraction
2010-01-07 config: don't force the vendor part in the tuple
2009-11-30 scripts: protect against partially extracted source
2009-11-30 scripts: handle custom or empty extension when extracting
2009-11-25 scripts/functions: do not double check if downloads are allowed
2010-01-03 scripts/functions: make aria2 less verbose when downloading
2010-01-01 scripts/functions: fix downloading with aria2
2010-01-01 scripts/functions: fix using Aria2
2009-12-30 scripts/functions: add aria2, a powerfull downloader
2009-12-29 scripts/functions: simplify wget vs. curl check
2009-11-16 config/global: enable not using patches at all
2009-10-26 libc/newlib: allow using CVS snapshots
2009-10-26 functions: allow using sub-dir of a module
2009-10-21 libc/newlib: allow using newlib with archs other than avr32
2009-10-23 scripts/functions: Fix a variable name.
2009-09-06 log functions: fix CT_DoLog and CT_DoExecLog
2009-08-31 config: add fallback to patch order
2009-08-31 config: add the local,bundled patch order
2009-08-31 config: make selecting the patch origin a choice rather than a bool
2009-08-31 functions: do not over-detect error when patching
2009-06-22 [functions] Allow newlines (\n) in log messages
2009-05-27 /devel/gcc-4.4:
2009-05-03 Update the newlib devel branch with stuff from /trunk@1498.
2009-04-19 Update the newlib devel branch with stuf from /trunk.
2009-04-20 There's no longer any reason to require GNU awk:
2009-04-19 Simplify the mirror settings.
2009-04-19 Get rid of the proxy settings, once and for all.
2009-04-06 Use "${awk}", not gawk.
2009-03-27 Only create the state dir if asked for a restartable build:
2009-03-27 Detect and abort on partially patched component.
2009-03-24 Log the save/restore messages at a level that is always visible.
2009-03-15 When patching, always assume the package has been previously extraacted (don't check).
2009-03-13 Correctly use CT_DoExecLog with wget and curl.
2009-03-08 Add CT_GetSVN to commonalise retrieval from SVN (ala CT_GetCVS).