diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-08-07 23:25:26 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-08-07 23:25:26 +0200 |
commit | 2603401fa1f899a8ff60ec6a134d5bd511073a9d (patch) | |
tree | ccac6e11638ddeee8da94055b53f4fdfde73aa5c /source_repositories | |
parent | d72694b33a81919368365da2c35d5b4a264648e0 (diff) | |
download | web-2603401fa1f899a8ff60ec6a134d5bd511073a9d.tar.gz web-2603401fa1f899a8ff60ec6a134d5bd511073a9d.tar.bz2 web-2603401fa1f899a8ff60ec6a134d5bd511073a9d.zip |
IRC.
Diffstat (limited to 'source_repositories')
-rw-r--r-- | source_repositories/glibc.mdwn | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn index fabd7cab..e8288b5b 100644 --- a/source_repositories/glibc.mdwn +++ b/source_repositories/glibc.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -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 |