2008-04-17Moving around the files in config/ broke the tools/addToolVersion.sh script.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 21:04:23 +0000] rev 448
Moving around the files in config/ broke the tools/addToolVersion.sh script.
Fix that.

/trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++-------------
/trunk/config/kernel/linux.in | 6 3 3 0 +++---
/trunk/config/kernel.in | 2 1 1 0 +-
/trunk/config/cc.in | 2 1 1 0 +-
/trunk/config/libc.in | 4 2 2 0 ++--
5 files changed, 20 insertions(+), 20 deletions(-)

2008-04-17Re-order the target sub-menu, so that architectures are alphabetically ordered.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 20:51:26 +0000] rev 447
Re-order the target sub-menu, so that architectures are alphabetically ordered.

${prefix}/config/target.in | 12 6 6 0 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

2008-04-17Move config files around, and clean up the mess in the config/ directory.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 20:26:25 +0000] rev 446
Move config files around, and clean up the mess in the config/ directory.

config/kernel/kernel_linux.in | 12 6 6 0 +-
config/paths.in | 89 0 89 0 ----------------
config/kernel_linux_headers_install.in | 168 0 168 0 ------------------------------
config/kernel.in | 2 1 1 0
config/kernel_linux_headers_copy.in | 42 0 42 0 --------
config/cc.in | 2 1 1 0
config/logging.in | 110 0 110 0 --------------------
config/build-behave.in | 45 0 45 0 --------
config/libc_uClibc.in | 101 0 101 0 ------------------
config/kernel_linux_headers_sanitised.in | 62 0 62 0 -----------
config/ct-behave.in | 82 0 82 0 ---------------
config/kernel_linux.in | 134 0 134 0 ------------------------
config/global.in | 10 5 5 0 +-
config/download_extract.in | 171 0 171 0 -------------------------------
config/cc_gcc.in | 130 0 130 0 ------------------------
config/libc_glibc.in | 124 0 124 0 ----------------------
config/libc.in | 4 2 2 0
17 files changed, 15 insertions(+), 1273 deletions(-)

2008-04-17Break-down config/global.in into smaller, much more maintainable files.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 20:02:07 +0000] rev 445
Break-down config/global.in into smaller, much more maintainable files.

config/paths.in | 419 1 418 0 --------------------------------------------------------
1 file changed, 1 insertion(+), 418 deletions(-)

2008-04-17Cleanup building the snapshot version number.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 19:21:32 +0000] rev 444
Cleanup building the snapshot version number.

configure | 18 10 8 0 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

2008-04-17Commit a long-standing eye-dcandy change in a log, that got lost in a vi crash...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 19:16:17 +0000] rev 443
Commit a long-standing eye-dcandy change in a log, that got lost in a vi crash...

scripts/build/tools/sstrip.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-17Add an option to use a SOCKS 4/5 proxy to connect to the internet.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 18:07:26 +0000] rev 442
Add an option to use a SOCKS 4/5 proxy to connect to the internet.
As for the HTTP proxy, this is completetly untested, as I have no such proxy at home.

scripts/crosstool.sh | 45 31 14 0 +++++++++++++++++--------
config/global.in | 95 81 14 0 +++++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 112 insertions(+), 28 deletions(-)

2008-04-13Allow using an HTTP proxy to tunnel FTP and HTTP requests.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 22:46:02 +0000] rev 441
Allow using an HTTP proxy to tunnel FTP and HTTP requests.

scripts/crosstool.sh | 14 14 0 0 +++++++++++++
config/global.in | 54 54 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)

2008-04-13Fix a comment.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 18:25:30 +0000] rev 440
Fix a comment.

functions | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

2008-04-13Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on his
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 18:16:58 +0000] rev 439
Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on his
network, most probably due to proxies. Have downloaders (wget and curl)
timeout on too slow connections (they don't by default).

scripts/functions | 17 12 5 0 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)