2010-08-14docs: move the Mercurial tutorial to the tutorials section
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Aug 2010 20:26:23 +0200] rev 2077
docs: move the Mercurial tutorial to the tutorials section

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-08-14docs: split into multiple files
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Aug 2010 16:37:11 +0200] rev 2076
docs: split into multiple files

The overview.txt file has evolved into more than just an overview.
Split it into chapters, and include the misc tutorials.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-08-10scripts: better sanitise the patch names
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Aug 2010 13:25:52 +0200] rev 2075
scripts: better sanitise the patch names

When generating the fixes-patches, better sanitise the generated
file names, as it seems to raise a few issues for some people.

2010-08-06complibs/cloog: with static ppl, correctly link with libm 1.8
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 06 Aug 2010 00:00:26 +0200] rev 2074
complibs/cloog: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 5526fb72a893f89286d6daa29da0161ca988a1d0)

2010-08-05cc/gcc: with static ppl, correctly link with libm 1.8
Darcy Watkins <dwatkins@tranzeo.com> [Thu, 05 Aug 2010 18:19:07 +0200] rev 2073
cc/gcc: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.
(transplanted from bcd33fce4db9c18223b59ecdc96f10bf6dd574de)

2010-08-06complibs/ppl: add latest version 0.11
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 06 Aug 2010 22:42:55 +0200] rev 2072
complibs/ppl: add latest version 0.11

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-08-06complibs/cloog: with static ppl, correctly link with libm
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 06 Aug 2010 00:00:26 +0200] rev 2071
complibs/cloog: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-08-05cc/gcc: with static ppl, correctly link with libm
Darcy Watkins <dwatkins@tranzeo.com> [Thu, 05 Aug 2010 18:19:07 +0200] rev 2070
cc/gcc: with static ppl, correctly link with libm

On some Fedora boxen (at least FC13), it is also required
to link with libm when static ppl is used.

2010-08-05complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0
Arnaud Lacombe <lacombar@gmail.com> [Thu, 05 Aug 2010 17:59:51 +0200] rev 2069
complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0

This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

2010-08-05libc/glibc: let glibc 3.3.6 link correctly
Arnaud Lacombe <lacombar@gmail.com> [Thu, 05 Aug 2010 17:59:50 +0200] rev 2068
libc/glibc: let glibc 3.3.6 link correctly

From http://sourceware.org/git/?p=glibc.git;a=commit;f=elf/Makefile;h=7c8a67320e26b8c11108bf0a3410d3aef9cf3486

Author: Ulrich Drepper <drepper@redhat.com>:
Commit log:
* elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
newer linker scripts.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>