diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-08-07 23:25:46 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-08-07 23:25:46 +0200 |
commit | 7c23e08a4294373332b473d25173e4187ede0d5a (patch) | |
tree | fc6b35f1a03e127b2ca663edfd432dd0ac06d469 /source_repositories | |
parent | c5a84cd2d1ac772e2fe187201a36cd9cccf3951c (diff) | |
parent | 2603401fa1f899a8ff60ec6a134d5bd511073a9d (diff) | |
download | web-7c23e08a4294373332b473d25173e4187ede0d5a.tar.gz web-7c23e08a4294373332b473d25173e4187ede0d5a.tar.bz2 web-7c23e08a4294373332b473d25173e4187ede0d5a.zip |
Merge remote-tracking branch 'fp/master'
Diffstat (limited to 'source_repositories')
-rw-r--r-- | source_repositories/glibc.mdwn | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn index 7ca89ae0..d9a470ae 100644 --- a/source_repositories/glibc.mdwn +++ b/source_repositories/glibc.mdwn @@ -9,13 +9,26 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] There is a repository for maintenance of [[/glibc]] for the Hurd's needs: -<http://git.savannah.gnu.org/cgit/hurd/glibc.git/>. +<http://git.savannah.gnu.org/cgit/hurd/glibc.git/>. It's mainly used for +testing glibc's master branch, but with all the patches that we need on top of +it, and also for development and sharing of (Hurd-specific) glibc patches. This repository uses [[TopGit]]. -*A plan for the Hurd-specific glibc repository*, thread -[begins](http://lists.gnu.org/archive/html/bug-hurd/2010-01/msg00062.html), -[continues](http://lists.gnu.org/archive/html/bug-hurd/2010-02/msg00021.html). +History: *A plan for the Hurd-specific glibc repository*, [[!message-id +"878wbp81ed.fsf@dirichlet.schwinge.homeip.net"]]. + + +# Relation to Debian glibc + +For a lot of topic branches there is a correspondence to a Debian glibc patch, +and vice-versa, which is also indicated by the Debian glibc patch files' names. + +Debian glibc is based on EGLIBC 2.13 and the Savannah hurd/glibc.git one is +tracking sourceware master. + +The Savannah hurd/glibc.git one does not/not yet include +[[libpthread|open_issues/libpthread]], [[open_issue/packaging_libpthread]]. # Usage |