From: Eric S. Raymond Date: Tue, 11 Nov 2014 18:28:05 +0000 (-0500) Subject: Git transition patch X-Git-Tag: emacs-24.4.90~234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac03795dc46ec150e2cabda756f31f6d10055c86;p=emacs.git Git transition patch All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made. --- diff --git a/ChangeLog b/ChangeLog index 83d7a9833e4..ce0e09902d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2014-11-11 Eric S. Raymond + + * Makefile.in: git transition - set VCWITNESS appropriately for git. + + All bzr revision IDS, and all CVS revision IDs for which a commit + could be identified, were changed to time-date!committer version + stamps. All .cvsignore files in the history became .gitignore + files. Fixes-bug annotations from bzr were copied into the + corresponding commit comments. + + (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org. + The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.) + + Committer/author email addresses are generally correct for the + transition day, not necessarily when the comit was originally + made. + 2014-11-05 Glenn Morris * Makefile.in (install-info, uninstall): Restore pre-2012-12-13 diff --git a/Makefile.in b/Makefile.in index ed0e2bc450f..4391c2c61ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -374,12 +374,17 @@ lib lib-src lisp nt: Makefile FRC # all preloaded elisp files, and only then dump the actual src/emacs, which # is not wrong, but is overkill in 99.99% of the cases. # +# Ideally, VCSWITNESS should be a file that is modified whenever the +# repository registers a commit from either a local checkin or a +# repository pull. In git there is no single file that guarantees +# this, but the local log for the current head should be close enough. +# # Note the use of single quotes in the value of vcswitness. # This passes an unexpanded $srcdir to src's Makefile, which then # expands it using its own value of srcdir (which points to the # source directory of src/). src: Makefile FRC - dirstate='.bzr/checkout/dirstate'; \ + dirstate='.git/logs/HEAD'; \ vcswitness='$$(srcdir)/../'$$dirstate; \ [ -r "$(srcdir)/$$dirstate" ] || vcswitness=''; \ cd $@ || exit; \ diff --git a/admin/ChangeLog b/admin/ChangeLog index 6dfd0ebafc2..d87cd6bc2a3 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,9 @@ +2014-11-11 Eric S. Raymond + + * make-tarball.txt, update-copyright, admin/notes/bugtracker, + admin/notes/tags, admin/update-copyright, admin/update_autogen: + admin/repo.notes: git transition. + 2014-11-09 Eli Zaretskii * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Use diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index c15db52d472..9603c616ae1 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -7,8 +7,7 @@ Steps to take before starting on the first pretest in any release sequence: 0. The release branch (e.g. emacs-24) should already have been made and you should use it for all that follows. Diffs from this - branch should be going to the emacs-diffs mailing list (see - admin/notes/bzr section on bzr-email plugin). + branch should be going to the emacs-diffs mailing list. 1. Decide on versions of automake and autoconf, and ensure you will have them available for the duration of the release process. @@ -24,8 +23,8 @@ Steps to take before starting on the first pretest in any release sequence: General steps (for each step, check for possible errors): -1. `bzr update' (for a bound branch), or `bzr pull'. - bzr status # check for locally modified files +1. git pull # fetch from the repository + git status # check for locally modified files 2. Regenerate the etc/AUTHORS file: M-: (require 'authors) RET @@ -66,9 +65,8 @@ General steps (for each step, check for possible errors): 5. Copy lisp/loaddefs.el to lisp/ldefs-boot.el. Commit etc/AUTHORS, lisp/ldefs-boot.el, and the files changed - by M-x set-version. Use a commit log message that bzrmerge.el - will ignore (eg "Bump version..."). - For a release, also commit the ChangeLog files in all directories. + by M-x set-version. For a release, also commit the ChangeLog + files in all directories. If someone else made a commit between step 1 and now, you need to repeat from step 4 onwards. (You can commit the files @@ -84,7 +82,7 @@ General steps (for each step, check for possible errors): If this is the first pretest of a major release, just comparing with the previous release may overlook many new files. You can try - something like `find . | sort' in a clean bzr tree, and compare the + something like `find . | sort' in a clean repository, and compare the results against the new tar contents. 7. tar -xf emacs-NEW.tar; cd emacs-NEW @@ -96,7 +94,7 @@ General steps (for each step, check for possible errors): M-x ediff. Especially check that Info files aren't built, and that no autotools (autoconf etc) run. -8. cd EMACS_ROOT_DIR && bzr tag TAG +8. cd EMACS_ROOT_DIR && git tag TAG TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release. 9. Decide what compression schemes to offer. diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 7947b17973b..3d9df200f44 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -487,44 +487,6 @@ the bug web-pages. http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html -** Bazaar stuff - -*** You can use `bzr commit --fixes debbugs:123' to mark that a commit fixes -Emacs bug 123. You will first need to add a line to one of your -configuration files, ~/.bazaar/bazaar.conf or ~/.bazaar/locations.conf: - -bugtracker_debbugs_url = http://debbugs.gnu.org/{id} - -Here "{id}" is a literal string, a placeholder that will be replaced -by the bug number you specify after `--fixes debbugs:' in the bzr -command line (123 in the example above). - -In the bazaar.conf file, this setting should go into the [DEFAULT] -section. - -In the locations.conf file, it should go into the branch-specific -configuration section for the branch where you want this to be in -effect. For example, if you want this to be in effect for the branch -located at `/home/projects/emacs/trunk', you need to have this in your -~/.bazaar/locations.conf file: - -[/home/projects/emacs/trunk] -bugtracker_debbugs_url = http://debbugs.gnu.org/{id} - -If you want to use this in all Emacs branches whose common parent is -`/home/projects/emacs', put the setting in the [/home/projects/emacs] -section. See "bzr help configuration" for more information about -the *.conf files, their location and formats. See "bzr help bugs" for -more information about the bugtracker_debbugs_url setting. - -See also log-edit-rewrite-fixes in .dir-locals.el. - -Note that all this does is add some metadata to the commit, it doesn't -actually mark the bug as closed in the tracker. You can see this -information with `bzr log', and it will show up as a link in a recent -loggerhead installation, or with some of the graphical frontends to -`bzr log'. - ** Gnus-specific voodoo *** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group diff --git a/admin/notes/repo b/admin/notes/repo index 9b5e6ca9417..ded10324f63 100644 --- a/admin/notes/repo +++ b/admin/notes/repo @@ -17,10 +17,6 @@ version-control systems. That is, they should consist of * Commit to the right branch -You can view the available Emacs branches at - -http://bzr.savannah.gnu.org/r/emacs/ - Development normally takes places on the trunk. Sometimes specialized features are developed on separate branches before possibly being merged to the trunk. @@ -93,9 +89,9 @@ Some of the files in Emacs are copied from gnulib. To synchronize these files from the version of gnulib that you have checked out into a sibling directory of your branch, type "admin/merge-gnulib"; this will check out the latest version of gnulib if there is no sibling -directory already. It is a good idea to run "bzr status" afterwards, +directory already. It is a good idea to run "git status" afterwards, so that if a gnulib module added a file, you can record the new file -using "bzr add". After synchronizing from gnulib, do a "make" in the +using "git add". After synchronizing from gnulib, do a "make" in the usual way. To change the set of gnulib modules, change the GNULIB_MODULES @@ -107,93 +103,22 @@ removes a file, then remove the corresponding files by hand. * Backporting a bug-fix from the trunk to a branch (e.g. "emacs-24"). Indicate in the commit log that there is no need to merge the commit -to the trunk. Anything that matches `bzrmerge-skip-regexp' will do; -eg start the commit message with "Backport:". This is helpful for the -person merging the release branch to the trunk. +to the trunk, e.g. start the commit message with "Backport:". This is +helpful for the person merging the release branch to the trunk. http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00262.html * How to merge changes from emacs-24 to trunk -The following description uses bound branches, presumably it works in -a similar way with unbound ones. - -0) (This step is only necessary if using bzr older than 2.4.0.) -Get the bzr changelog_merge plugin: - -cd ~/.bazaar/plugins -bzr branch http://bazaar.launchpad.net/~spiv/bzr-changelog-merge/trunk changelog_merge - -This plugin should make merging ChangeLogs smoother. It merges new -entries to the top of the file, rather than trying to fit them in -mid-way through. Newer versions of the plugin should also be able to -deal with changes to *old* ChangeLog entries, that should not be -floated to the head of the file (see launchpad#723968). - -It is included in bzr from 2.4.0 onwards, so remember to delete the -copy in ~/.bazaar if you upgrade bzr. - -Maybe the default Emacs behavior without this plugin is better, -though, it's not clear yet. - -1) Get clean, up-to-date copies of the emacs-24 and trunk branches. -Check for any uncommitted changes with bzr status. - -2) M-x cd /path/to/trunk - -The first time only, do this: -cd .bzr/branch -Add the following line to branch.conf: -changelog_merge_files = ChangeLog - -3) load admin/bzrmerge.el - -4) M-x bzrmerge RET /path/to/emacs-24 RET - -It will prompt about revisions that should be skipped, based on the -regexp in bzrmerge-missing. If there are more revisions that you know -need skipping, you'll have to do that by hand. - -5) It will stop if there are any conflicts. Resolve them. -Using smerge-mode, there are menu items to skip to the next conflict, -and to take either the trunk, branch, or both copies. - -6) After resolving all conflicts, you might need to run the bzmerge -command again if there are more revisions still to merge. - -Do not commit (or exit Emacs) until you have run bzrmerge to completion. - -Before committing, check bzr status and bzr diff output. -If you have run bzrmerge enough times, the "pending merge tip" in bzr -status should be the last revision from the emacs-24 branch, and -bzr status -v should show all the revisions you expect to merge. - -(Note that it will also show "skipped" revisions. This is expected, -and is due to a technical limitation of bzr. The log data for those -revisions gets merged, the actual changes themselves do not. -http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00609.html ) - -Notes: - -1) If a file is modified in emacs-24, and deleted in the trunk, you -get a "contents conflict". Assuming the changes don't need to be in -the trunk at all, use `bzr resolve path/to/file --take-this' to keep the -trunk version. Prior to bzr 2.2.3, this may fail. You can just -delete the .OTHER etc files by hand and use bzr resolve path/to/file. - -* Sanity-checking branch merges +[The section on git merge procedure has not yet been written] Inspect the ChangeLog entries (e.g. in case too many entries have been -included or whitespace between entries needs fixing). bzrmerge tries -to fix up the dates to today's date, but it only does this where there -are conflicts. If you used the changelog_merge plugin, there won't be -any conflicts, and (at time of writing) you will need to adjust dates -by hand. In any case, if someone made multiple ChangeLog entries on -different days in the branch, you may wish to collapse them all to a -single entry for that author in the trunk (because in the trunk they -all appear under the same date). Obviously, if there are multiple -changes to the same file by different authors, don't break the logical -ordering in doing this. +included or whitespace between entries needs fixing). If someone made +multiple ChangeLog entries on different days in the branch, you may +wish to collapse them all to a single entry for that author in the +trunk (because in the trunk they all appear under the same date). +Obviously, if there are multiple changes to the same file by different +authors, don't break the logical ordering in doing this. You may see conflicts in autoload md5sums in comments. Strictly speaking, the right thing to do is merge everything else, resolve the @@ -203,241 +128,42 @@ value before committing. * Re-adding a file that has been removed from the repository -It's easy to get this wrong. Let's suppose you've done: - -bzr remove file; bzr commit - -and now, sometime later, you realize this was a mistake and file needs -to be brought back. DON'T just do: +Let's suppose you've done: -bzr add file; bzr commit +git rm file; git commit -a -This restores file, but without its history (`bzr log file' will be -very short). This is because file gets re-added with a new file-id -(use `bzr file-id file' to see the id). +You can just restore a copy of the file and then re-add it; +git does not have per-file history so this will not harm +anything. -Instead of adding the file, try: +Alternatively, you can do -bzr revert -rN file; bzr commit +git revert XXXXX -where revision N+1 is the one where file was removed. - -You could also try `bzr add --file-ids-from', if you have a copy of -another branch where file still exists. +where XXXXX is the hash of the commit in which file was removed. +This backs out the entire changeset the deletion was part of, +which is often more appropriate. * Undoing a commit (uncommitting) -It is possible to undo/remove a bzr commit (ie, to uncommit). -Only do this if you really, really, need to. For example, if you -somehow made a commit that triggers a bug in bzr itself. -Don't do it because you made a typo in a commit or the log. - -If you do need to do this, do it as soon as possible, because the -longer you leave it, the more work is involved. - -0. First, tell emacs-devel that you are going to do this, and suggest -people not commit anything to the affected branch for the duration. - -In the following, replace USER with your Savannah username, and -BRANCH with the name of the branch. -Let's assume that revno 100 is the bad commit, and that there have -been two more commits after that (because nothing is ever easy). - -1. Ensure your copy of the branch is up-to-date (for a bound -branch, bzr up; for an unbound branch, bzr pull) and has no local -changes (bzr st). - -2. Make a record of the commits you are going to undo: -bzr diff -c 102 > /tmp/102.diff -etc - -Also record the commit message, author, and any --fixes information. - -3. Most Emacs branches are set up to prevent just this kind of thing. -So we need to disable that protection: - -bzr config append_revisions_only=False \ - -d bzr+ssh://USER@bzr.savannah.gnu.org/emacs/BRANCH/ - -4. Undo the commits: -bzr uncommit -r -4 - -This will show the commits it is going to undo, and prompt you to confirm. - -5. If using an unbound branch: -bzr push --overwrite - -6. Now, replay the commits you just undid (obviously, fix whatever it -was in the bad commit that caused the problem): - -patch -p0 < /tmp/100.diff -bzr commit --author ... --fixes ... -F /tmp/100.log -etc - -7. If using an unbound branch: -bzr push - -8. Finally, re-enable the branch protection: -bzr config append_revisions_only=True \ - -d bzr+ssh://USER@bzr.savannah.gnu.org/emacs/BRANCH/ - -9. Tell emacs-devel that it is ok to use the branch again. -Anyone with local changes should back them up before doing anything. - -For a bound branch, bzr up will convert any of the undone commits to a -pending merge. Just bzr revert these away. - -For an unbound branch, bzr pull will complain about diverged branches -and refuse to do anything. Use bzr pull --overwrite. - -* Loggerhead - -Loggerhead is the bzr tool for viewing a repository over http (similar -to ViewVC). The central version is at http://bzr.savannah.gnu.org/lh/emacs, -but if you just like the way this interface presents data, then if -you have your own copy of the repository, you can operate your own -Loggerhead server in stand-alone mode, and so help to reduce the load -on Savannah: - - bzr branch lp:loggerhead ~/.bazaar/plugins/loggerhead - cd /path/to/emacs/bzr - bzr serve --http - -You may need to install some Python dependencies to get this command to work. -For example, on RHEL6 I needed: +If you have not pushed the commit, you may be able to use `git reset +--hard' with a hash argument to revert the your local repo copy to the +pre-commit state. - yum install python-paste python-simplejson - yum --enablerepo=epel install python-simpletal +If you have pushed commit, resetting will be ineffective because it +will only vanish the commit in your local copy. Instead, use `git +revert', giving it the commit ID as argument. This will create a +new commit that backs out the change. Then push that. -Then point your web-browser to http://127.0.0.1:8080/ . +Note that git will generate a log message for the revert that includes +a git hash. Please edit this to refer to the commit by the first line +of its log comment, or by committer and date, or by something else +that is not the hash. As noted previously, it is best to avoid hashes +in comments in case we someday have to change version-control systems +again. * Bisecting This is a semi-automated way to find the revision that introduced a bug. +Browse `git help bisect' for technical instructions. -First, get the bzr bisect plugin if you do not have it already: - - cd ~/.bazaar/plugins - bzr branch lp:bzr-bisect bisect - -`bzr help bisect' should work now. - -It's probably simplest to make a new copy of the branch to work in -from this point onwards. - -Identify the last known "good" revision where the relevant issue is -NOT present (e.g. maybe Emacs 24.1). Let's say this is revision 1000. - - bzr bisect start - bzr bisect no -r 1000 - -At this point, bzr will switch to the mid-point of revision 1000 and -the current revision. If you know that the issue was definitely -present in some specific revision (say 2000), you can use: - - bzr bisect yes -r 2000 - -Now bzr switches to revision 1500. - -Now test whether the issue is present. You might need to rebuild -Emacs to do this, or if you know the problem is in a specific Lisp -file, you might be able to get away with just loading that one file in -current Emacs. - -If the issue is present, use - - bzr bisect yes - -If it is not, use - - bzr bisect no - -Repeat until you zero-in on the specific revision. - -When finished, use - - bzr bisect reset - -or simply delete the entire branch if you created it just for this. - -* Commit emails - -** Old method: bzr-hookless-email -https://launchpad.net/bzr-hookless-email - -Runs hourly via cron. Must ask Savannah admins to enable/disable it -for each branch. Stores the last revision that it mailed as -last_revision_mailed in branch.conf on the server. Breaks with bzr 2.6: - -http://lists.gnu.org/archive/html/savannah-hackers-public/2013-05/msg00000.html - -Fix from https://bugs.launchpad.net/bzr-hookless-email/+bug/988195 -only partially works. Breaks again on every merge commit: - -https://lists.ubuntu.com/archives/bazaar/2013q2/075520.html -http://lists.gnu.org/archive/html/savannah-hackers-public/2013-05/msg00024.html - -You can force it to skip the merge commit by changing the value for -last_revision_mailed, eg: - -bzr config last_revision_mailed=xfq.free@gmail.com-20130603233720-u1aumaxvf3o0rlai -d bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/trunk/ - -** New method: bzr-email plugin -https://launchpad.net/bzr-email -http://lists.gnu.org/archive/html/savannah-hackers-public/2013-06/msg00007.html - -Runs on commit. Projects can enable it themselves by using `bzr -config' to set post_commit_to option for a branch. See `bzr help email' -(if you have the plugin installed) for other options. - -The From: address will be that of your Savannah account, rather than -your `bzr whoami' information. - -Note: if you have the bzr-email plugin installed locally, then when -you commit to the Emacs repository it will also try to send a commit -email from your local machine. If your machine is not configured to -send external mail, this will just fail. In any case, you may prefer -to either remove the plugin from your machine, or disable it for Emacs -branches. You can do this either by editing branch.conf in your Emacs -branches, to override the server setting (untested; not sure this -works), or by adding an entry to ~/.bazaar/locations.conf: - - [bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/*/] - post_commit_to = "" - -You have to use locations.conf rather than bazaar.conf because the -latter has a lower priority than branch.conf. - -* Using git-bzr - -** initially - -You can use Git locally to talk to the Bazaar repo as a "remote" repo -via git-bzr (aka git-remote-bzr). Initial clone: - - git clone bzr::bzr+ssh://USER@bzr.sv.gnu.org/emacs/trunk e - -This creates the working dir e/ (with subdir .git, etc). Disk usage -is 13G (as of early 2014), so you will probably want to repack: - - git repack -a -d -f --window=250 --depth=250 --window-memory=N - -where N is chosen to avoid swapping. E.g., given 512MB RAM, N="200m" -results in "du -sh .git" => 559M, about double the smallest reported -value (obtained with "deprecated" command "git gc --aggressive"). - -** steady-state - -Use "fetch", "pull" and other remote-to-local commands as usual. - -For "push", the Emacs Bazaar repo is configured with - - append_revisions_only = True - -so some versions of git-remote-bzr may raise AppendRevisionsOnlyViolation -(in func do_export) instead of displaying a "non fast-forward" message -and skipping the branch. See: - - http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00436.html - -which includes a provisional patch to git-remote-bzr to do that. diff --git a/admin/notes/tags b/admin/notes/tags index 9c3700f2e4d..a1e1b86429c 100644 --- a/admin/notes/tags +++ b/admin/notes/tags @@ -5,1002 +5,999 @@ and hence were removed. See: http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00042.html -(UPDATE: It seems tag deletion is basically impossible in bzr, so all -these tags came back.) - In the unlikely event that you need them, the removed tags were: -tag revision +tag version stamp -amigados-merge 14846 -before-thomas-posix1996 16843 -gcc-2_8_1-980401 20893 -gcc-2_8_1-980402 21795 -gcc-2_8_1-980407 20893 -gcc-2_8_1-980412 20893 -gcc-2_8_1-980413 20893 -gcc-2_8_1-980419 21502 -gcc-2_8_1-980426 21502 -gcc-2_8_1-980502 21795 -gcc-2_8_1-980513 21795 -gcc-2_8_1-980525 22147 -gcc-2_8_1-980529 22147 -gcc-2_8_1-980608 22147 -gcc-2_8_1-980609 22147 -gcc-2_8_1-980627 22478 -gcc-2_8_1-980705 22478 -gcc-2_8_1-980718 22478 -gcc-2_8_1-980811 22971 -gcc-2_8_1-980813 23005 -gcc-2_8_1-980928 23338 -gcc-2_8_1-980929 23338 -gcc-2_8_1-RELEASE 20893 -gcc_2_8_1-980315 20893 -gcc_2_8_1-980929 23338 -glibc-2_0_2 16843 -gnumach-release-1-1 17693 -gnumach-release-1-1-1 17693 -gnumach-release-1-1-2 18209 -gnumach-release-1-1-3 18209 -hurd-release-0-2 18209 -jimb-sync-Nov-3-1992 1552 -libc20x-97031 16843 -libc20x-970306 16843 -libc20x-970316 16843 -libc20x-970318 16843 -libc20x-970319 16843 -libc20x-970404 16843 -libc-1-90 15360 -libc-1-91 15451 -libc-1-92 15463 -libc-1-93 15702 -libc-950402 11085 -libc-950411 11255 -libc-950722 12418 -libc-950723 12418 -libc-950922 12859 -libc-951016 12859 -libc-951018 13231 -libc-951029 13231 -libc-951031 13231 -libc-951101 13231 -libc-951102 13231 -libc-951103 13231 -libc-951104 13231 -libc-951105 13231 -libc-951106 13231 -libc-951107 13231 -libc-951108 13231 -libc-951109 13231 -libc-951110 13231 -libc-951111 13231 -libc-951112 13231 -libc-951113 13231 -libc-951114 13231 -libc-951115 13231 -libc-951116 13231 -libc-951117 13231 -libc-951118 13231 -libc-951119 13231 -libc-951120 13231 -libc-951121 13231 -libc-951122 13231 -libc-951123 13231 -libc-951124 13231 -libc-951125 13231 -libc-951126 13231 -libc-951127 13231 -libc-951128 13231 -libc-951129 13231 -libc-951130 13231 -libc-951201 13679 -libc-951202 13679 -libc-951203 13679 -libc-951204 13679 -libc-951206 13686 -libc-951208 13693 -libc-951209 13693 -libc-951210 13693 -libc-951211 13693 -libc-951212 13704 -libc-951213 13704 -libc-951214 13730 -libc-951215 13730 -libc-951216 13741 -libc-951217 13741 -libc-951218 13741 -libc-951219 13741 -libc-951220 13741 -libc-951221 13741 -libc-951222 13741 -libc-951223 13741 -libc-951224 13741 -libc-951225 13741 -libc-951226 13741 -libc-951227 13741 -libc-951228 13741 -libc-951229 13741 -libc-951230 13741 -libc-951231 13741 -libc-960101 13741 -libc-960102 13741 -libc-960103 13741 -libc-960104 13741 -libc-960105 13741 -libc-960106 13741 -libc-960107 13741 -libc-960108 13741 -libc-960109 13741 -libc-960110 13741 -libc-960111 13741 -libc-960112 13741 -libc-960113 13741 -libc-960114 13741 -libc-960115 13741 -libc-960116 14192 -libc-960117 14192 -libc-960118 14213 -libc-960119 14213 -libc-960120 14213 -libc-960121 14213 -libc-960122 14213 -libc-960123 14213 -libc-960124 14213 -libc-960125 14213 -libc-960126 14213 -libc-960127 14213 -libc-960128 14213 -libc-960129 14213 -libc-960130 14213 -libc-960131 14213 -libc-960201 14449 -libc-960202 14449 -libc-960203 14473 -libc-960204 14473 -libc-960205 14473 -libc-960206 14473 -libc-960207 14473 -libc-960208 14473 -libc-960209 14473 -libc-960210 14473 -libc-960211 14540 -libc-960212 14548 -libc-960213 14562 -libc-960214 14562 -libc-960215 14562 -libc-960216 14562 -libc-960217 14562 -libc-960218 14562 -libc-960219 14562 -libc-960220 14562 -libc-960221 14562 -libc-960222 14562 -libc-960223 14562 -libc-960224 14562 -libc-960225 14562 -libc-960226 14562 -libc-960227 14562 -libc-960228 14562 -libc-960229 14562 -libc-960302 14724 -libc-960303 14724 -libc-960304 14724 -libc-960305 14753 -libc-960306 14764 -libc-960307 14764 -libc-960308 14764 -libc-960309 14764 -libc-960310 14764 -libc-960311 14764 -libc-960312 14764 -libc-960313 14764 -libc-960314 14764 -libc-960315 14809 -libc-960316 14809 -libc-960317 14809 -libc-960318 14809 -libc-960319 14809 -libc-960320 14809 -libc-960321 14809 -libc-960322 14855 -libc-960323 14855 -libc-960324 14855 -libc-960325 14855 -libc-960326 14855 -libc-960327 14855 -libc-960328 14855 -libc-960329 14912 -libc-960330 14912 -libc-960331 14912 -libc-960401 14912 -libc-960402 14912 -libc-960403 14912 -libc-960404 14912 -libc-960405 14912 -libc-960406 14912 -libc-960407 14912 -libc-960408 14912 -libc-960409 14962 -libc-960410 14962 -libc-960411 14962 -libc-960412 14962 -libc-960413 15014 -libc-960414 15014 -libc-960415 15014 -libc-960416 15014 -libc-960417 15014 -libc-960418 15014 -libc-960419 15014 -libc-960420 15014 -libc-960421 15014 -libc-960422 15014 -libc-960423 15014 -libc-960424 15014 -libc-960425 15014 -libc-960426 15014 -libc-960427 15014 -libc-960428 15014 -libc-960429 15014 -libc-960430 15014 -libc-960501 15014 -libc-960502 15014 -libc-960503 15014 -libc-960504 15014 -libc-960505 15014 -libc-960506 15014 -libc-960507 15014 -libc-960508 15014 -libc-960509 15014 -libc-960510 15014 -libc-960511 15014 -libc-960512 15014 -libc-960513 15014 -libc-960514 15014 -libc-960515 15014 -libc-960516 15014 -libc-960517 15014 -libc-960518 15014 -libc-960519 15014 -libc-960520 15014 -libc-960521 15261 -libc-960522 15278 -libc-960523 15278 -libc-960524 15278 -libc-960525 15287 -libc-960526 15287 -libc-960527 15287 -libc-960528 15287 -libc-960529 15287 -libc-960530 15287 -libc-960531 15287 -libc-960601 15287 -libc-960602 15287 -libc-960603 15287 -libc-960604 15319 -libc-960605 15334 -libc-960606 15334 -libc-960607 15334 -libc-960608 15360 -libc-960609 15360 -libc-960610 15360 -libc-960611 15360 -libc-960612 15360 -libc-960613 15360 -libc-960614 15360 -libc-960615 15360 -libc-960616 15360 -libc-960617 15360 -libc-960618 15360 -libc-960619 15451 -libc-960620 15451 -libc-960621 15463 -libc-960622 15463 -libc-960623 15463 -libc-960624 15463 -libc-960625 15463 -libc-960626 15463 -libc-960627 15463 -libc-960628 15463 -libc-960629 15554 -libc-960630 15554 -libc-960701 15554 -libc-960702 15554 -libc-960703 15554 -libc-960704 15554 -libc-960705 15554 -libc-960706 15554 -libc-960707 15554 -libc-960708 15620 -libc-960709 15620 -libc-960710 15620 -libc-960711 15620 -libc-960712 15620 -libc-960713 15620 -libc-960714 15620 -libc-960715 15673 -libc-960716 15702 -libc-960717 15702 -libc-960718 15702 -libc-960719 15702 -libc-960720 15702 -libc-960721 15702 -libc-960722 15702 -libc-960723 15702 -libc-960724 15702 -libc-960725 15702 -libc-960726 15702 -libc-960727 15702 -libc-960728 15702 -libc-960729 15702 -libc-960730 15702 -libc-960731 15702 -libc-960801 15702 -libc-960802 15702 -libc-960803 15702 -libc-960804 15702 -libc-960805 15702 -libc-960806 15702 -libc-960807 15702 -libc-960808 15702 -libc-960809 15702 -libc-960810 15702 -libc-960811 15702 -libc-960812 15702 -libc-960813 15702 -libc-960814 15702 -libc-960815 15702 -libc-960816 15702 -libc-960817 15702 -libc-960818 15702 -libc-960819 15702 -libc-960820 15702 -libc-960821 15702 -libc-960822 15702 -libc-960823 15702 -libc-960824 15702 -libc-960825 15702 -libc-960826 15702 -libc-960827 15702 -libc-960828 15702 -libc-960829 15702 -libc-960830 15702 -libc-960831 15702 -libc-960901 15702 -libc-960902 15702 -libc-960903 15702 -libc-960904 15702 -libc-960905 15702 -libc-960906 15702 -libc-960907 15702 -libc-960908 15702 -libc-960909 15702 -libc-960910 15702 -libc-960911 15702 -libc-960912 15702 -libc-960913 16178 -libc-960918 16190 -libc-960919 16190 -libc-960920 16190 -libc-960921 16190 -libc-960922 16190 -libc-960923 16190 -libc-960925 16307 -libc-960926 16307 -libc-960927 16307 -libc-960928 16307 -libc-960929 16307 -libc-961001 16307 -libc-961004 16307 -libc-961005 16307 -libc-961006 16307 -libc-961007 16307 -libc-961008 16307 -libc-961009 16307 -libc-961010 16307 -libc-961011 16307 -libc-961012 16307 -libc-961013 16307 -libc-961014 16307 -libc-961015 16307 -libc-961016 16307 -libc-961017 16307 -libc-961018 16307 -libc-961019 16307 -libc-961020 16307 -libc-961021 16307 -libc-961022 16307 -libc-961023 16307 -libc-961024 16307 -libc-961025 16307 -libc-961026 16307 -libc-961027 16307 -libc-961028 16307 -libc-961029 16482 -libc-961030 16482 -libc-961031 16482 -libc-961101 16482 -libc-961102 16482 -libc-961103 16482 -libc-961104 16482 -libc-961105 16482 -libc-961106 16482 -libc-961107 16482 -libc-961108 16540 -libc-961109 16540 -libc-961110 16540 -libc-961111 16540 -libc-961114 16576 -libc-961115 16576 -libc-961116 16576 -libc-961117 16576 -libc-961118 16576 -libc-961119 16576 -libc-961120 16601 -libc-961121 16602 -libc-961203 16607 -libc-961204 16607 -libc-961205 16607 -libc-961206 16607 -libc-961207 16607 -libc-961208 16638 -libc-961209 16638 -libc-961210 16638 -libc-961211 16664 -libc-961212 16664 -libc-961213 16664 -libc-961214 16664 -libc-961215 16664 -libc-961216 16664 -libc-961217 16664 -libc-961218 16664 -libc-961219 16664 -libc-961220 16664 -libc-961221 16664 -libc-961222 16664 -libc-961223 16664 -libc-961224 16664 -libc-961225 16664 -libc-961226 16664 -libc-961227 16664 -libc-961228 16664 -libc-961229 16664 -libc-961230 16664 -libc-961231 16664 -libc-970101 16802 -libc-970102 16802 -libc-970103 16802 -libc-970104 16821 -libc-970105 16833 -libc-970106 16833 -libc-970107 16833 -libc-970108 16843 -libc-970109 16843 -libc-970110 16843 -libc-970111 16843 -libc-970112 16843 -libc-970113 16843 -libc-970114 16843 -libc-970115 16843 -libc-970116 16843 -libc-970117 16843 -libc-970118 16843 -libc-970119 16843 -libc-970120 16843 -libc-970121 16843 -libc-970122 16843 -libc-970123 16843 -libc-970124 16843 -libc-970125 16843 -libc-970126 16843 -libc-970127 16843 -libc-970128 16843 -libc-970129 16843 -libc-970130 16843 -libc-970131 16843 -libc-970201 16843 -libc-970202 16843 -libc-970203 16843 -libc-970204 16843 -libc-970205 16843 -libc-970206 16843 -libc-970207 16843 -libc-970208 16843 -libc-970209 16843 -libc-970210 16843 -libc-970211 16843 -libc-970212 16843 -libc-970213 16843 -libc-970214 16843 -libc-970215 16843 -libc-970216 16843 -libc-970217 16843 -libc-970218 16843 -libc-970219 16843 -libc-970220 16843 -libc-970221 16843 -libc-970222 16843 -libc-970223 16843 -libc-970224 16843 -libc-970225 16843 -libc-970226 16843 -libc-970227 16843 -libc-970228 16843 -libc-970301 16843 -libc-970302 16843 -libc-970303 16843 -libc-970304 16843 -libc-970305 16843 -libc-970306 16843 -libc-970307 16843 -libc-970308 16843 -libc-970309 16843 -libc-970310 16843 -libc-970311 16843 -libc-970312 16843 -libc-970313 16843 -libc-970314 16843 -libc-970315 16843 -libc-970316 16843 -libc-970317 16843 -libc-970318 16843 -libc-970319 16843 -libc-970320 16843 -libc-970321 16843 -libc-970322 16843 -libc-970323 16843 -libc-970324 16843 -libc-970325 17242 -libc-970326 17242 -libc-970327 17242 -libc-970328 17242 -libc-970329 17242 -libc-970330 17242 -libc-970331 17242 -libc-970401 17242 -libc-970402 17242 -libc-970403 17242 -libc-970404 17242 -libc-970405 17242 -libc-970406 17242 -libc-970407 17242 -libc-970408 17242 -libc-970409 17242 -libc-970410 17242 -libc-970411 17242 -libc-970412 17404 -libc-970413 17404 -libc-970414 17404 -libc-970415 17404 -libc-970416 17404 -libc-970417 17404 -libc-970418 17500 -libc-970419 17500 -libc-970420 17500 -libc-970421 17500 -libc-970422 17500 -libc-970423 17500 -libc-970424 17500 -libc-970425 17500 -libc-970426 17500 -libc-970427 17500 -libc-970428 17500 -libc-970429 17500 -libc-970430 17500 -libc-970501 17500 -libc-970502 17500 -libc-970503 17500 -libc-970504 17500 -libc-970505 17500 -libc-970506 17675 -libc-970507 17675 -libc-970508 17693 -libc-970509 17693 -libc-970510 17693 -libc-970511 17693 -libc-970512 17693 -libc-970513 17693 -libc-970514 17693 -libc-970515 17693 -libc-970516 17693 -libc-970517 17693 -libc-970518 17693 -libc-970519 17693 -libc-970520 17693 -libc-970521 17693 -libc-970522 17693 -libc-970523 17693 -libc-970524 17693 -libc-970525 17693 -libc-970526 17693 -libc-970527 17693 -libc-970528 17693 -libc-970529 17693 -libc-970530 17693 -libc-970531 17693 -libc-970601 17693 -libc-970602 17693 -libc-970603 17693 -libc-970604 17693 -libc-970605 17693 -libc-970606 18148 -libc-970607 18148 -libc-970608 18164 -libc-970609 18174 -libc-970610 18209 -libc-970611 18209 -libc-970612 18209 -libc-970613 18209 -libc-970614 18209 -libc-970615 18209 -libc-970616 18209 -libc-970617 18209 -libc-970618 18209 -libc-970619 18209 -libc-970620 18209 -libc-970621 18209 -libc-970622 18209 -libc-970624 18421 -libc-970625 18421 -libc-970626 18421 -libc-970627 18421 -libc-970628 18473 -libc-970629 18473 -libc-970630 18473 -libc-970701 18473 -libc-970702 18473 -libc-970703 18473 -libc-970704 18473 -libc-970705 18473 -libc-970707 18663 -libc-970708 18663 -libc-970709 18663 -libc-970710 18663 -libc-970713 18663 -libc-970715 18780 -libc-970717 18824 -libc-970718 18824 -libc-970719 18824 -libc-970720 18824 -libc-970721 18889 -libc-970722 18889 -libc-970723 18889 -libc-970724 18889 -libc-970725 18889 -libc-970726 18889 -libc-970727 19000 -libc-970728 19000 -libc-970729 19030 -libc-970730 19030 -libc-970731 19030 -libc-970801 19030 -libc-970802 19074 -libc-970803 19074 -libc-970804 19074 -libc-970805 19074 -libc-970806 19074 -libc-970807 19074 -libc-970808 19074 -libc-970809 19074 -libc-970810 19074 -libc-970811 19074 -libc-970812 19074 -libc-970813 19074 -libc-970814 19074 -libc-970815 19074 -libc-970816 19074 -libc-970817 19074 -libc-970818 19074 -libc-970819 19074 -libc-970820 19074 -libc-970821 19074 -libc-970822 19074 -libc-970823 19472 -libc-970824 19472 -libc-970825 19472 -libc-970826 19472 -libc-970827 19541 -libc-970828 19541 -libc-970829 19541 -libc-970830 19541 -libc-970831 19541 -libc-970901 19541 -libc-970902 19541 -libc-970903 19541 -libc-970904 19541 -libc-970905 19541 -libc-970906 19766 -libc-970907 19766 -libc-970908 19766 -libc-970911 19861 -libc-970912 19861 -libc-970913 19861 -libc-970914 19861 -libc-970915 19861 -libc-970916 19861 -libc-970917 19861 -libc-970918 19861 -libc-970919 19861 -libc-970920 19861 -libc-970921 19861 -libc-970922 19861 -libc-970923 19861 -libc-970924 19861 -libc-970925 19861 -libc-970926 19861 -libc-970927 19861 -libc-970928 19861 -libc-970929 19861 -libc-970930 19861 -libc-971001 19861 -libc-971018 19861 -libc-971019 19861 -libc-971020 19861 -libc-971021 19861 -libc-971022 19861 -libc-971023 19861 -libc-971024 19861 -libc-971025 19861 -libc-971026 19861 -libc-971027 19861 -libc-971028 19861 -libc-971029 19861 -libc-971030 19861 -libc-971031 19861 -libc-971101 19861 -libc-971102 19861 -libc-971103 19861 -libc-971104 19861 -libc-971105 19861 -libc-971106 19861 -libc-971107 19861 -libc-971108 19861 -libc-971109 19861 -libc-971110 19861 -libc-971111 19861 -libc-971112 19861 -libc-971113 19861 -libc-971114 19861 -libc-971115 19861 -libc-971116 19861 -libc-971117 19861 -libc-971118 19861 -libc-971120 19861 -libc-971121 19861 -libc-971122 19861 -libc-971123 19861 -libc-971124 19861 -libc-971125 19861 -libc-971126 19861 -libc-971127 19861 -libc-971128 19861 -libc-971129 19861 -libc-971130 19861 -libc-971201 19861 -libc-971203 19861 -libc-971204 19861 -libc-971205 19861 -libc-971206 19861 -libc-971207 19861 -libc-971208 19861 -libc-971209 19861 -libc-971210 19861 -libc-971211 19861 -libc-971212 19861 -libc-971213 19861 -libc-971214 19861 -libc-971217 19861 -libc-971218 19861 -libc-971219 19861 -libc-971220 19861 -libc-971221 19861 -libc-971222 19861 -libc-971223 19861 -libc-971224 19861 -libc-971225 19861 -libc-971226 19861 -libc-971227 19861 -libc-971228 19861 -libc-971229 19861 -libc-971230 19861 -libc-971231 19861 -libc-980103 19861 -libc-980104 19861 -libc-980105 19861 -libc-980106 19861 -libc-980107 19861 -libc-980108 19861 -libc-980109 19861 -libc-980110 19861 -libc-980111 19861 -libc-980112 19861 -libc-980114 19861 -libc-980115 19861 -libc-980116 19861 -libc-980117 19861 -libc-980118 19861 -libc-980119 19861 -libc-980120 19861 -libc-980121 19861 -libc-980122 19861 -libc-980123 19861 -libc-980124 19861 -libc-980125 19861 -libc-980126 19861 -libc-980127 19861 -libc-980128 19861 -libc-980129 20797 -libc-980130 20797 -libc-980212 20832 -libc-980213 20832 -libc-980214 20893 -libc-980215 20893 -libc-980216 20893 -libc-980217 20893 -libc-980218 20893 -libc-980219 20893 -libc-980220 20893 -libc-980221 20893 -libc-980222 20893 -libc-980223 20893 -libc-980224 20893 -libc-980225 20893 -libc-980226 20893 -libc-980227 20893 -libc-980228 20893 -libc-980301 20893 -libc-980302 20893 -libc-980303 20893 -libc-980304 20893 -libc-980306 20893 -libc-980307 20893 -libc-980308 20893 -libc-980309 20893 -libc-980310 20893 -libc-980311 20893 -libc-980312 20893 -libc-980313 20893 -libc-980314 20893 -libc-980315 20893 -libc-980316 20893 -libc-980317 20893 -libc-980318 20893 -libc-980319 20893 -libc-980320 20893 -libc-980321 20893 -libc-980322 20893 -libc-980323 20893 -libc-980324 20893 -libc-980325 20893 -libc-980326 20893 -libc-980327 20893 -libc-980328 20893 -libc-980329 20893 -libc-980330 20893 -libc-980331 20893 -libc-980401 20893 -libc-980402 20893 -libc-980403 20893 -libc-980404 20893 -libc-980405 20893 -libc-980406 20893 -libc-980407 20893 -libc-980408 20893 -libc-980409 20893 -libc-980410 20893 -libc-980411 20893 -libc-980412 20893 -libc-980413 20893 -libc-980414 20893 -libc-980428 20893 -libc-980429 20893 -libc-980430 20893 -libc-980501 20893 -libc-980502 20893 -libc-980503 20893 -libc-980504 20893 -libc-980505 20893 -libc-980506 20893 -libc-980507 20893 -libc-980508 20893 -libc-980509 20893 -libc-980510 20893 -libc-980512 20893 -libc-980513 20893 -libc-980514 20893 -libc-980515 20893 -libc-980516 20893 -libc-980517 20893 -libc-980518 20893 -libc-980519 20893 -libc-980520 20893 -libc-980521 20893 -libc-980522 20893 -libc-980523 20893 -libc-980524 20893 -libc-980525 20893 -libc-980526 20893 -libc-980527 20893 -libc-980528 20893 -libc-980529 20893 -libc-980530 20893 -libc-980531 20893 -libc-980601 20893 -libc-980602 20893 -libc-980603 20893 -libc-980604 20893 -libc-980605 20893 -libc-980606 20893 -libc-980607 20893 -libc-980608 20893 -libc-980609 20893 -libc-980610 20893 -libc-980611 20893 -libc-980612 20893 -libc-980613 20893 -libc-980614 22478 -libc-980615 22478 -libc-980616 22478 -libc-980617 22478 -libc-980618 22478 -libc-980619 22478 -libc-980620 22478 -libc-980621 22478 -libc-980622 22478 -libc-980623 22478 -libc-980624 22478 -libc-980625 22478 -libc-980626 22478 -libc-980627 22478 -libc-980628 22478 -libc-980629 22478 -libc-980630 22478 -libc-980701 22478 -libc-980702 22478 -libc-980703 22478 -libc-980704 22478 -libc-980705 22478 -libc-980706 22478 -libc-980707 22478 -libc-980708 22478 -libc-980709 22478 -libc-980710 22478 -libc-980711 22478 -libc-980712 22478 -libc-980713 22478 -libc-980714 22478 -libc-980715 22478 -libc-980716 22478 -libc-980717 22478 -libc-980718 22478 -libc-980719 22478 -libc-980720 22787 -libc_1_09 10803 -make-3-72-9 10364 -make-3-72-10 10364 -make-3-72-11 10364 -make-3-72-12 10364 -make-3-72-13 10364 -make-3-73 10364 -make-3-73-1 10364 -make-3-73-2 10364 -make-3-73-3 11789 -make-3-74 11789 -make-3-74-1 12800 -make-3-74-2 12800 -make-3-74-3 14458 -make-3-74-4 14846 -make-3-74-5 15594 -make-3-74-6 15594 -make-3-74-7 15594 -make-3-75 15594 -make-3-75-1 18912 -make-3-75-91 18912 -make-3-75-92 19342 -make-3-75-93 21502 -make-3-76 19768 -make-3-76-1 19768 -release-0-0 15702 -release-0-1 15702 -release-1-0 17404 -Release_5_25 24283 -root-libc-2_0_x-branch 16843 +amigados-merge 1996-03-20T01:08:11Z!roland@gnu.org +before-thomas-posix1996 1997-01-07T19:29:28Z!djm@gnu.org +gcc-2_8_1-980401 1998-02-13T12:16:46Z!kenner@gnu.org +gcc-2_8_1-980402 1998-04-27T23:48:59Z!drepper@redhat.com +gcc-2_8_1-980407 1998-02-13T12:16:46Z!kenner@gnu.org +gcc-2_8_1-980412 1998-02-13T12:16:46Z!kenner@gnu.org +gcc-2_8_1-980413 1998-02-13T12:16:46Z!kenner@gnu.org +gcc-2_8_1-980419 1998-04-14T00:02:53Z!drepper@redhat.com +gcc-2_8_1-980426 1998-04-14T00:02:53Z!drepper@redhat.com +gcc-2_8_1-980502 1998-04-27T23:48:59Z!drepper@redhat.com +gcc-2_8_1-980513 1998-04-27T23:48:59Z!drepper@redhat.com +gcc-2_8_1-980525 1998-05-19T07:09:32Z!drepper@redhat.com +gcc-2_8_1-980529 1998-05-19T07:09:32Z!drepper@redhat.com +gcc-2_8_1-980608 1998-05-19T07:09:32Z!drepper@redhat.com +gcc-2_8_1-980609 1998-05-19T07:09:32Z!drepper@redhat.com +gcc-2_8_1-980627 1998-06-13T19:51:10Z!kenner@gnu.org +gcc-2_8_1-980705 1998-06-13T19:51:10Z!kenner@gnu.org +gcc-2_8_1-980718 1998-06-13T19:51:10Z!kenner@gnu.org +gcc-2_8_1-980811 1998-08-09T22:42:36Z!rms@gnu.org +gcc-2_8_1-980813 1998-08-12T21:32:31Z!rms@gnu.org +gcc-2_8_1-980928 1998-09-28T11:03:36Z!bje@air.net.au +gcc-2_8_1-980929 1998-09-28T11:03:36Z!bje@air.net.au +gcc-2_8_1-RELEASE 1998-02-13T12:16:46Z!kenner@gnu.org +gcc_2_8_1-980315 1998-02-13T12:16:46Z!kenner@gnu.org +gcc_2_8_1-980929 1998-09-28T11:03:36Z!bje@air.net.au +glibc-2_0_2 1997-01-07T19:29:28Z!djm@gnu.org +gnumach-release-1-1 1997-05-07T19:19:04Z!Thomas +gnumach-release-1-1-1 1997-05-07T19:19:04Z!Thomas +gnumach-release-1-1-2 1997-06-10T04:18:36Z!rms@gnu.org +gnumach-release-1-1-3 1997-06-10T04:18:36Z!rms@gnu.org +hurd-release-0-2 1997-06-10T04:18:36Z!rms@gnu.org +jimb-sync-Nov-3-1992 1992-11-07T05:29:26Z!jimb@redhat.com +libc20x-97031 1997-01-07T19:29:28Z!djm@gnu.org +libc20x-970306 1997-01-07T19:29:28Z!djm@gnu.org +libc20x-970316 1997-01-07T19:29:28Z!djm@gnu.org +libc20x-970318 1997-01-07T19:29:28Z!djm@gnu.org +libc20x-970319 1997-01-07T19:29:28Z!djm@gnu.org +libc20x-970404 1997-01-07T19:29:28Z!djm@gnu.org +libc-1-90 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-1-91 1996-06-18T18:23:57Z!ian@cygnus.com +libc-1-92 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-1-93 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-950402 1995-03-22T08:54:39Z!rms@gnu.org +libc-950411 1995-04-07T07:32:44Z!rms@gnu.org +libc-950722 1995-06-28T21:57:23Z!kenner@gnu.org +libc-950723 1995-06-28T21:57:23Z!kenner@gnu.org +libc-950922 1995-08-15T02:33:42Z!bothner@cygnus.com +libc-951016 1995-08-15T02:33:42Z!bothner@cygnus.com +libc-951018 1995-10-16T15:40:29Z!law@redhat.com +libc-951029 1995-10-16T15:40:29Z!law@redhat.com +libc-951031 1995-10-16T15:40:29Z!law@redhat.com +libc-951101 1995-10-16T15:40:29Z!law@redhat.com +libc-951102 1995-10-16T15:40:29Z!law@redhat.com +libc-951103 1995-10-16T15:40:29Z!law@redhat.com +libc-951104 1995-10-16T15:40:29Z!law@redhat.com +libc-951105 1995-10-16T15:40:29Z!law@redhat.com +libc-951106 1995-10-16T15:40:29Z!law@redhat.com +libc-951107 1995-10-16T15:40:29Z!law@redhat.com +libc-951108 1995-10-16T15:40:29Z!law@redhat.com +libc-951109 1995-10-16T15:40:29Z!law@redhat.com +libc-951110 1995-10-16T15:40:29Z!law@redhat.com +libc-951111 1995-10-16T15:40:29Z!law@redhat.com +libc-951112 1995-10-16T15:40:29Z!law@redhat.com +libc-951113 1995-10-16T15:40:29Z!law@redhat.com +libc-951114 1995-10-16T15:40:29Z!law@redhat.com +libc-951115 1995-10-16T15:40:29Z!law@redhat.com +libc-951116 1995-10-16T15:40:29Z!law@redhat.com +libc-951117 1995-10-16T15:40:29Z!law@redhat.com +libc-951118 1995-10-16T15:40:29Z!law@redhat.com +libc-951119 1995-10-16T15:40:29Z!law@redhat.com +libc-951120 1995-10-16T15:40:29Z!law@redhat.com +libc-951121 1995-10-16T15:40:29Z!law@redhat.com +libc-951122 1995-10-16T15:40:29Z!law@redhat.com +libc-951123 1995-10-16T15:40:29Z!law@redhat.com +libc-951124 1995-10-16T15:40:29Z!law@redhat.com +libc-951125 1995-10-16T15:40:29Z!law@redhat.com +libc-951126 1995-10-16T15:40:29Z!law@redhat.com +libc-951127 1995-10-16T15:40:29Z!law@redhat.com +libc-951128 1995-10-16T15:40:29Z!law@redhat.com +libc-951129 1995-10-16T15:40:29Z!law@redhat.com +libc-951130 1995-10-16T15:40:29Z!law@redhat.com +libc-951201 1995-11-30T21:59:48Z!bothner@cygnus.com +libc-951202 1995-11-30T21:59:48Z!bothner@cygnus.com +libc-951203 1995-11-30T21:59:48Z!bothner@cygnus.com +libc-951204 1995-11-30T21:59:48Z!bothner@cygnus.com +libc-951206 1995-12-04T18:22:22Z!law@redhat.com +libc-951208 1995-12-06T11:57:46Z!erich@uruk.org +libc-951209 1995-12-06T11:57:46Z!erich@uruk.org +libc-951210 1995-12-06T11:57:46Z!erich@uruk.org +libc-951211 1995-12-06T11:57:46Z!erich@uruk.org +libc-951212 1995-12-12T00:47:21Z!bothner@cygnus.com +libc-951213 1995-12-12T00:47:21Z!bothner@cygnus.com +libc-951214 1995-12-13T21:43:08Z!ian@cygnus.com +libc-951215 1995-12-13T21:43:08Z!ian@cygnus.com +libc-951216 1995-12-16T03:32:35Z!scox@redhat.com +libc-951217 1995-12-16T03:32:35Z!scox@redhat.com +libc-951218 1995-12-16T03:32:35Z!scox@redhat.com +libc-951219 1995-12-16T03:32:35Z!scox@redhat.com +libc-951220 1995-12-16T03:32:35Z!scox@redhat.com +libc-951221 1995-12-16T03:32:35Z!scox@redhat.com +libc-951222 1995-12-16T03:32:35Z!scox@redhat.com +libc-951223 1995-12-16T03:32:35Z!scox@redhat.com +libc-951224 1995-12-16T03:32:35Z!scox@redhat.com +libc-951225 1995-12-16T03:32:35Z!scox@redhat.com +libc-951226 1995-12-16T03:32:35Z!scox@redhat.com +libc-951227 1995-12-16T03:32:35Z!scox@redhat.com +libc-951228 1995-12-16T03:32:35Z!scox@redhat.com +libc-951229 1995-12-16T03:32:35Z!scox@redhat.com +libc-951230 1995-12-16T03:32:35Z!scox@redhat.com +libc-951231 1995-12-16T03:32:35Z!scox@redhat.com +libc-960101 1995-12-16T03:32:35Z!scox@redhat.com +libc-960102 1995-12-16T03:32:35Z!scox@redhat.com +libc-960103 1995-12-16T03:32:35Z!scox@redhat.com +libc-960104 1995-12-16T03:32:35Z!scox@redhat.com +libc-960105 1995-12-16T03:32:35Z!scox@redhat.com +libc-960106 1995-12-16T03:32:35Z!scox@redhat.com +libc-960107 1995-12-16T03:32:35Z!scox@redhat.com +libc-960108 1995-12-16T03:32:35Z!scox@redhat.com +libc-960109 1995-12-16T03:32:35Z!scox@redhat.com +libc-960110 1995-12-16T03:32:35Z!scox@redhat.com +libc-960111 1995-12-16T03:32:35Z!scox@redhat.com +libc-960112 1995-12-16T03:32:35Z!scox@redhat.com +libc-960113 1995-12-16T03:32:35Z!scox@redhat.com +libc-960114 1995-12-16T03:32:35Z!scox@redhat.com +libc-960115 1995-12-16T03:32:35Z!scox@redhat.com +libc-960116 1996-01-16T01:58:43Z!kenner@gnu.org +libc-960117 1996-01-16T01:58:43Z!kenner@gnu.org +libc-960118 1996-01-17T23:54:58Z!dje@gnu.org +libc-960119 1996-01-17T23:54:58Z!dje@gnu.org +libc-960120 1996-01-17T23:54:58Z!dje@gnu.org +libc-960121 1996-01-17T23:54:58Z!dje@gnu.org +libc-960122 1996-01-17T23:54:58Z!dje@gnu.org +libc-960123 1996-01-17T23:54:58Z!dje@gnu.org +libc-960124 1996-01-17T23:54:58Z!dje@gnu.org +libc-960125 1996-01-17T23:54:58Z!dje@gnu.org +libc-960126 1996-01-17T23:54:58Z!dje@gnu.org +libc-960127 1996-01-17T23:54:58Z!dje@gnu.org +libc-960128 1996-01-17T23:54:58Z!dje@gnu.org +libc-960129 1996-01-17T23:54:58Z!dje@gnu.org +libc-960130 1996-01-17T23:54:58Z!dje@gnu.org +libc-960131 1996-01-17T23:54:58Z!dje@gnu.org +libc-960201 1996-01-31T19:14:05Z!ian@cygnus.com +libc-960202 1996-01-31T19:14:05Z!ian@cygnus.com +libc-960203 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960204 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960205 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960206 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960207 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960208 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960209 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960210 1996-02-03T01:03:27Z!gnu@the-meissners.org +libc-960211 1996-02-10T13:26:26Z!kenner@gnu.org +libc-960212 1996-02-11T23:40:37Z!rms@gnu.org +libc-960213 1996-02-12T23:15:30Z!dje@gnu.org +libc-960214 1996-02-12T23:15:30Z!dje@gnu.org +libc-960215 1996-02-12T23:15:30Z!dje@gnu.org +libc-960216 1996-02-12T23:15:30Z!dje@gnu.org +libc-960217 1996-02-12T23:15:30Z!dje@gnu.org +libc-960218 1996-02-12T23:15:30Z!dje@gnu.org +libc-960219 1996-02-12T23:15:30Z!dje@gnu.org +libc-960220 1996-02-12T23:15:30Z!dje@gnu.org +libc-960221 1996-02-12T23:15:30Z!dje@gnu.org +libc-960222 1996-02-12T23:15:30Z!dje@gnu.org +libc-960223 1996-02-12T23:15:30Z!dje@gnu.org +libc-960224 1996-02-12T23:15:30Z!dje@gnu.org +libc-960225 1996-02-12T23:15:30Z!dje@gnu.org +libc-960226 1996-02-12T23:15:30Z!dje@gnu.org +libc-960227 1996-02-12T23:15:30Z!dje@gnu.org +libc-960228 1996-02-12T23:15:30Z!dje@gnu.org +libc-960229 1996-02-12T23:15:30Z!dje@gnu.org +libc-960302 1996-03-01T14:57:49Z!roland@gnu.org +libc-960303 1996-03-01T14:57:49Z!roland@gnu.org +libc-960304 1996-03-01T14:57:49Z!roland@gnu.org +libc-960305 1996-03-05T03:02:45Z!erik@naggum.no +libc-960306 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960307 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960308 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960309 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960310 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960311 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960312 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960313 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960314 1996-03-05T23:34:58Z!kenner@gnu.org +libc-960315 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960316 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960317 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960318 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960319 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960320 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960321 1996-03-15T00:14:04Z!ian@cygnus.com +libc-960322 1996-03-21T23:26:26Z!dje@gnu.org +libc-960323 1996-03-21T23:26:26Z!dje@gnu.org +libc-960324 1996-03-21T23:26:26Z!dje@gnu.org +libc-960325 1996-03-21T23:26:26Z!dje@gnu.org +libc-960326 1996-03-21T23:26:26Z!dje@gnu.org +libc-960327 1996-03-21T23:26:26Z!dje@gnu.org +libc-960328 1996-03-21T23:26:26Z!dje@gnu.org +libc-960329 1996-03-29T01:49:55Z!dje@gnu.org +libc-960330 1996-03-29T01:49:55Z!dje@gnu.org +libc-960331 1996-03-29T01:49:55Z!dje@gnu.org +libc-960401 1996-03-29T01:49:55Z!dje@gnu.org +libc-960402 1996-03-29T01:49:55Z!dje@gnu.org +libc-960403 1996-03-29T01:49:55Z!dje@gnu.org +libc-960404 1996-03-29T01:49:55Z!dje@gnu.org +libc-960405 1996-03-29T01:49:55Z!dje@gnu.org +libc-960406 1996-03-29T01:49:55Z!dje@gnu.org +libc-960407 1996-03-29T01:49:55Z!dje@gnu.org +libc-960408 1996-03-29T01:49:55Z!dje@gnu.org +libc-960409 1996-04-08T20:19:10Z!gnu@the-meissners.org +libc-960410 1996-04-08T20:19:10Z!gnu@the-meissners.org +libc-960411 1996-04-08T20:19:10Z!gnu@the-meissners.org +libc-960412 1996-04-08T20:19:10Z!gnu@the-meissners.org +libc-960413 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960414 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960415 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960416 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960417 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960418 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960419 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960420 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960421 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960422 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960423 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960424 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960425 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960426 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960427 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960428 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960429 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960430 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960501 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960502 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960503 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960504 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960505 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960506 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960507 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960508 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960509 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960510 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960511 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960512 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960513 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960514 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960515 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960516 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960517 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960518 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960519 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960520 1996-04-13T00:06:54Z!bothner@cygnus.com +libc-960521 1996-05-20T16:02:45Z!law@redhat.com +libc-960522 1996-05-21T22:55:56Z!roland@gnu.org +libc-960523 1996-05-21T22:55:56Z!roland@gnu.org +libc-960524 1996-05-21T22:55:56Z!roland@gnu.org +libc-960525 1996-05-24T22:34:49Z!roland@gnu.org +libc-960526 1996-05-24T22:34:49Z!roland@gnu.org +libc-960527 1996-05-24T22:34:49Z!roland@gnu.org +libc-960528 1996-05-24T22:34:49Z!roland@gnu.org +libc-960529 1996-05-24T22:34:49Z!roland@gnu.org +libc-960530 1996-05-24T22:34:49Z!roland@gnu.org +libc-960531 1996-05-24T22:34:49Z!roland@gnu.org +libc-960601 1996-05-24T22:34:49Z!roland@gnu.org +libc-960602 1996-05-24T22:34:49Z!roland@gnu.org +libc-960603 1996-05-24T22:34:49Z!roland@gnu.org +libc-960604 1996-06-03T12:51:33Z!kwzh@gnu.org +libc-960605 1996-06-05T04:12:46Z!bothner@cygnus.com +libc-960606 1996-06-05T04:12:46Z!bothner@cygnus.com +libc-960607 1996-06-05T04:12:46Z!bothner@cygnus.com +libc-960608 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960609 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960610 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960611 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960612 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960613 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960614 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960615 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960616 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960617 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960618 1996-06-08T01:25:20Z!bothner@cygnus.com +libc-960619 1996-06-18T18:23:57Z!ian@cygnus.com +libc-960620 1996-06-18T18:23:57Z!ian@cygnus.com +libc-960621 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960622 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960623 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960624 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960625 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960626 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960627 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960628 1996-06-20T16:20:05Z!gnu@the-meissners.org +libc-960629 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960630 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960701 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960702 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960703 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960704 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960705 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960706 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960707 1996-06-28T17:28:58Z!kenner@gnu.org +libc-960708 1996-07-07T17:26:50Z!dje@gnu.org +libc-960709 1996-07-07T17:26:50Z!dje@gnu.org +libc-960710 1996-07-07T17:26:50Z!dje@gnu.org +libc-960711 1996-07-07T17:26:50Z!dje@gnu.org +libc-960712 1996-07-07T17:26:50Z!dje@gnu.org +libc-960713 1996-07-07T17:26:50Z!dje@gnu.org +libc-960714 1996-07-07T17:26:50Z!dje@gnu.org +libc-960715 1996-07-14T18:09:15Z!tege@swox.com +libc-960716 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960717 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960718 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960719 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960720 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960721 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960722 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960723 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960724 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960725 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960726 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960727 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960728 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960729 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960730 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960731 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960801 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960802 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960803 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960804 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960805 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960806 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960807 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960808 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960809 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960810 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960811 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960812 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960813 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960814 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960815 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960816 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960817 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960818 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960819 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960820 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960821 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960822 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960823 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960824 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960825 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960826 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960827 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960828 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960829 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960830 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960831 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960901 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960902 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960903 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960904 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960905 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960906 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960907 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960908 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960909 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960910 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960911 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960912 1996-07-16T04:47:46Z!kwzh@gnu.org +libc-960913 1996-09-13T03:46:14Z!rms@gnu.org +libc-960918 1996-09-15T00:49:22Z!kenner@gnu.org +libc-960919 1996-09-15T00:49:22Z!kenner@gnu.org +libc-960920 1996-09-15T00:49:22Z!kenner@gnu.org +libc-960921 1996-09-15T00:49:22Z!kenner@gnu.org +libc-960922 1996-09-15T00:49:22Z!kenner@gnu.org +libc-960923 1996-09-15T00:49:22Z!kenner@gnu.org +libc-960925 1996-09-24T02:44:17Z!kenner@gnu.org +libc-960926 1996-09-24T02:44:17Z!kenner@gnu.org +libc-960927 1996-09-24T02:44:17Z!kenner@gnu.org +libc-960928 1996-09-24T02:44:17Z!kenner@gnu.org +libc-960929 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961001 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961004 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961005 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961006 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961007 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961008 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961009 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961010 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961011 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961012 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961013 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961014 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961015 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961016 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961017 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961018 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961019 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961020 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961021 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961022 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961023 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961024 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961025 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961026 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961027 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961028 1996-09-24T02:44:17Z!kenner@gnu.org +libc-961029 1996-10-29T02:56:12Z!rms@gnu.org +libc-961030 1996-10-29T02:56:12Z!rms@gnu.org +libc-961031 1996-10-29T02:56:12Z!rms@gnu.org +libc-961101 1996-10-29T02:56:12Z!rms@gnu.org +libc-961102 1996-10-29T02:56:12Z!rms@gnu.org +libc-961103 1996-10-29T02:56:12Z!rms@gnu.org +libc-961104 1996-10-29T02:56:12Z!rms@gnu.org +libc-961105 1996-10-29T02:56:12Z!rms@gnu.org +libc-961106 1996-10-29T02:56:12Z!rms@gnu.org +libc-961107 1996-10-29T02:56:12Z!rms@gnu.org +libc-961108 1996-11-08T07:35:31Z!djm@gnu.org +libc-961109 1996-11-08T07:35:31Z!djm@gnu.org +libc-961110 1996-11-08T07:35:31Z!djm@gnu.org +libc-961111 1996-11-08T07:35:31Z!djm@gnu.org +libc-961114 1996-11-14T02:06:05Z!bothner@cygnus.com +libc-961115 1996-11-14T02:06:05Z!bothner@cygnus.com +libc-961116 1996-11-14T02:06:05Z!bothner@cygnus.com +libc-961117 1996-11-14T02:06:05Z!bothner@cygnus.com +libc-961118 1996-11-14T02:06:05Z!bothner@cygnus.com +libc-961119 1996-11-14T02:06:05Z!bothner@cygnus.com +libc-961120 1996-11-19T18:40:34Z!djm@gnu.org +libc-961121 1996-11-20T21:28:32Z!djm@gnu.org +libc-961203 1996-11-21T22:20:09Z!Thomas +libc-961204 1996-11-21T22:20:09Z!Thomas +libc-961205 1996-11-21T22:20:09Z!Thomas +libc-961206 1996-11-21T22:20:09Z!Thomas +libc-961207 1996-11-21T22:20:09Z!Thomas +libc-961208 1996-12-07T22:47:59Z!kenner@gnu.org +libc-961209 1996-12-07T22:47:59Z!kenner@gnu.org +libc-961210 1996-12-07T22:47:59Z!kenner@gnu.org +libc-961211 1996-12-11T00:37:52Z!djm@gnu.org +libc-961212 1996-12-11T00:37:52Z!djm@gnu.org +libc-961213 1996-12-11T00:37:52Z!djm@gnu.org +libc-961214 1996-12-11T00:37:52Z!djm@gnu.org +libc-961215 1996-12-11T00:37:52Z!djm@gnu.org +libc-961216 1996-12-11T00:37:52Z!djm@gnu.org +libc-961217 1996-12-11T00:37:52Z!djm@gnu.org +libc-961218 1996-12-11T00:37:52Z!djm@gnu.org +libc-961219 1996-12-11T00:37:52Z!djm@gnu.org +libc-961220 1996-12-11T00:37:52Z!djm@gnu.org +libc-961221 1996-12-11T00:37:52Z!djm@gnu.org +libc-961222 1996-12-11T00:37:52Z!djm@gnu.org +libc-961223 1996-12-11T00:37:52Z!djm@gnu.org +libc-961224 1996-12-11T00:37:52Z!djm@gnu.org +libc-961225 1996-12-11T00:37:52Z!djm@gnu.org +libc-961226 1996-12-11T00:37:52Z!djm@gnu.org +libc-961227 1996-12-11T00:37:52Z!djm@gnu.org +libc-961228 1996-12-11T00:37:52Z!djm@gnu.org +libc-961229 1996-12-11T00:37:52Z!djm@gnu.org +libc-961230 1996-12-11T00:37:52Z!djm@gnu.org +libc-961231 1996-12-11T00:37:52Z!djm@gnu.org +libc-970101 1996-12-31T20:54:33Z!ian@cygnus.com +libc-970102 1996-12-31T20:54:33Z!ian@cygnus.com +libc-970103 1996-12-31T20:54:33Z!ian@cygnus.com +libc-970104 1997-01-03T13:38:47Z!kenner@gnu.org +libc-970105 1997-01-05T03:44:26Z!miles@gnu.org +libc-970106 1997-01-05T03:44:26Z!miles@gnu.org +libc-970107 1997-01-05T03:44:26Z!miles@gnu.org +libc-970108 1997-01-07T19:29:28Z!djm@gnu.org +libc-970109 1997-01-07T19:29:28Z!djm@gnu.org +libc-970110 1997-01-07T19:29:28Z!djm@gnu.org +libc-970111 1997-01-07T19:29:28Z!djm@gnu.org +libc-970112 1997-01-07T19:29:28Z!djm@gnu.org +libc-970113 1997-01-07T19:29:28Z!djm@gnu.org +libc-970114 1997-01-07T19:29:28Z!djm@gnu.org +libc-970115 1997-01-07T19:29:28Z!djm@gnu.org +libc-970116 1997-01-07T19:29:28Z!djm@gnu.org +libc-970117 1997-01-07T19:29:28Z!djm@gnu.org +libc-970118 1997-01-07T19:29:28Z!djm@gnu.org +libc-970119 1997-01-07T19:29:28Z!djm@gnu.org +libc-970120 1997-01-07T19:29:28Z!djm@gnu.org +libc-970121 1997-01-07T19:29:28Z!djm@gnu.org +libc-970122 1997-01-07T19:29:28Z!djm@gnu.org +libc-970123 1997-01-07T19:29:28Z!djm@gnu.org +libc-970124 1997-01-07T19:29:28Z!djm@gnu.org +libc-970125 1997-01-07T19:29:28Z!djm@gnu.org +libc-970126 1997-01-07T19:29:28Z!djm@gnu.org +libc-970127 1997-01-07T19:29:28Z!djm@gnu.org +libc-970128 1997-01-07T19:29:28Z!djm@gnu.org +libc-970129 1997-01-07T19:29:28Z!djm@gnu.org +libc-970130 1997-01-07T19:29:28Z!djm@gnu.org +libc-970131 1997-01-07T19:29:28Z!djm@gnu.org +libc-970201 1997-01-07T19:29:28Z!djm@gnu.org +libc-970202 1997-01-07T19:29:28Z!djm@gnu.org +libc-970203 1997-01-07T19:29:28Z!djm@gnu.org +libc-970204 1997-01-07T19:29:28Z!djm@gnu.org +libc-970205 1997-01-07T19:29:28Z!djm@gnu.org +libc-970206 1997-01-07T19:29:28Z!djm@gnu.org +libc-970207 1997-01-07T19:29:28Z!djm@gnu.org +libc-970208 1997-01-07T19:29:28Z!djm@gnu.org +libc-970209 1997-01-07T19:29:28Z!djm@gnu.org +libc-970210 1997-01-07T19:29:28Z!djm@gnu.org +libc-970211 1997-01-07T19:29:28Z!djm@gnu.org +libc-970212 1997-01-07T19:29:28Z!djm@gnu.org +libc-970213 1997-01-07T19:29:28Z!djm@gnu.org +libc-970214 1997-01-07T19:29:28Z!djm@gnu.org +libc-970215 1997-01-07T19:29:28Z!djm@gnu.org +libc-970216 1997-01-07T19:29:28Z!djm@gnu.org +libc-970217 1997-01-07T19:29:28Z!djm@gnu.org +libc-970218 1997-01-07T19:29:28Z!djm@gnu.org +libc-970219 1997-01-07T19:29:28Z!djm@gnu.org +libc-970220 1997-01-07T19:29:28Z!djm@gnu.org +libc-970221 1997-01-07T19:29:28Z!djm@gnu.org +libc-970222 1997-01-07T19:29:28Z!djm@gnu.org +libc-970223 1997-01-07T19:29:28Z!djm@gnu.org +libc-970224 1997-01-07T19:29:28Z!djm@gnu.org +libc-970225 1997-01-07T19:29:28Z!djm@gnu.org +libc-970226 1997-01-07T19:29:28Z!djm@gnu.org +libc-970227 1997-01-07T19:29:28Z!djm@gnu.org +libc-970228 1997-01-07T19:29:28Z!djm@gnu.org +libc-970301 1997-01-07T19:29:28Z!djm@gnu.org +libc-970302 1997-01-07T19:29:28Z!djm@gnu.org +libc-970303 1997-01-07T19:29:28Z!djm@gnu.org +libc-970304 1997-01-07T19:29:28Z!djm@gnu.org +libc-970305 1997-01-07T19:29:28Z!djm@gnu.org +libc-970306 1997-01-07T19:29:28Z!djm@gnu.org +libc-970307 1997-01-07T19:29:28Z!djm@gnu.org +libc-970308 1997-01-07T19:29:28Z!djm@gnu.org +libc-970309 1997-01-07T19:29:28Z!djm@gnu.org +libc-970310 1997-01-07T19:29:28Z!djm@gnu.org +libc-970311 1997-01-07T19:29:28Z!djm@gnu.org +libc-970312 1997-01-07T19:29:28Z!djm@gnu.org +libc-970313 1997-01-07T19:29:28Z!djm@gnu.org +libc-970314 1997-01-07T19:29:28Z!djm@gnu.org +libc-970315 1997-01-07T19:29:28Z!djm@gnu.org +libc-970316 1997-01-07T19:29:28Z!djm@gnu.org +libc-970317 1997-01-07T19:29:28Z!djm@gnu.org +libc-970318 1997-01-07T19:29:28Z!djm@gnu.org +libc-970319 1997-01-07T19:29:28Z!djm@gnu.org +libc-970320 1997-01-07T19:29:28Z!djm@gnu.org +libc-970321 1997-01-07T19:29:28Z!djm@gnu.org +libc-970322 1997-01-07T19:29:28Z!djm@gnu.org +libc-970323 1997-01-07T19:29:28Z!djm@gnu.org +libc-970324 1997-01-07T19:29:28Z!djm@gnu.org +libc-970325 1997-03-24T20:38:28Z!dje@gnu.org +libc-970326 1997-03-24T20:38:28Z!dje@gnu.org +libc-970327 1997-03-24T20:38:28Z!dje@gnu.org +libc-970328 1997-03-24T20:38:28Z!dje@gnu.org +libc-970329 1997-03-24T20:38:28Z!dje@gnu.org +libc-970330 1997-03-24T20:38:28Z!dje@gnu.org +libc-970331 1997-03-24T20:38:28Z!dje@gnu.org +libc-970401 1997-03-24T20:38:28Z!dje@gnu.org +libc-970402 1997-03-24T20:38:28Z!dje@gnu.org +libc-970403 1997-03-24T20:38:28Z!dje@gnu.org +libc-970404 1997-03-24T20:38:28Z!dje@gnu.org +libc-970405 1997-03-24T20:38:28Z!dje@gnu.org +libc-970406 1997-03-24T20:38:28Z!dje@gnu.org +libc-970407 1997-03-24T20:38:28Z!dje@gnu.org +libc-970408 1997-03-24T20:38:28Z!dje@gnu.org +libc-970409 1997-03-24T20:38:28Z!dje@gnu.org +libc-970410 1997-03-24T20:38:28Z!dje@gnu.org +libc-970411 1997-03-24T20:38:28Z!dje@gnu.org +libc-970412 1997-04-11T20:40:28Z!ian@cygnus.com +libc-970413 1997-04-11T20:40:28Z!ian@cygnus.com +libc-970414 1997-04-11T20:40:28Z!ian@cygnus.com +libc-970415 1997-04-11T20:40:28Z!ian@cygnus.com +libc-970416 1997-04-11T20:40:28Z!ian@cygnus.com +libc-970417 1997-04-11T20:40:28Z!ian@cygnus.com +libc-970418 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970419 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970420 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970421 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970422 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970423 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970424 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970425 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970426 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970427 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970428 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970429 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970430 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970501 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970502 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970503 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970504 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970505 1997-04-17T18:00:12Z!ian@cygnus.com +libc-970506 1997-05-05T22:04:41Z!bothner@cygnus.com +libc-970507 1997-05-05T22:04:41Z!bothner@cygnus.com +libc-970508 1997-05-07T19:19:04Z!Thomas +libc-970509 1997-05-07T19:19:04Z!Thomas +libc-970510 1997-05-07T19:19:04Z!Thomas +libc-970511 1997-05-07T19:19:04Z!Thomas +libc-970512 1997-05-07T19:19:04Z!Thomas +libc-970513 1997-05-07T19:19:04Z!Thomas +libc-970514 1997-05-07T19:19:04Z!Thomas +libc-970515 1997-05-07T19:19:04Z!Thomas +libc-970516 1997-05-07T19:19:04Z!Thomas +libc-970517 1997-05-07T19:19:04Z!Thomas +libc-970518 1997-05-07T19:19:04Z!Thomas +libc-970519 1997-05-07T19:19:04Z!Thomas +libc-970520 1997-05-07T19:19:04Z!Thomas +libc-970521 1997-05-07T19:19:04Z!Thomas +libc-970522 1997-05-07T19:19:04Z!Thomas +libc-970523 1997-05-07T19:19:04Z!Thomas +libc-970524 1997-05-07T19:19:04Z!Thomas +libc-970525 1997-05-07T19:19:04Z!Thomas +libc-970526 1997-05-07T19:19:04Z!Thomas +libc-970527 1997-05-07T19:19:04Z!Thomas +libc-970528 1997-05-07T19:19:04Z!Thomas +libc-970529 1997-05-07T19:19:04Z!Thomas +libc-970530 1997-05-07T19:19:04Z!Thomas +libc-970531 1997-05-07T19:19:04Z!Thomas +libc-970601 1997-05-07T19:19:04Z!Thomas +libc-970602 1997-05-07T19:19:04Z!Thomas +libc-970603 1997-05-07T19:19:04Z!Thomas +libc-970604 1997-05-07T19:19:04Z!Thomas +libc-970605 1997-05-07T19:19:04Z!Thomas +libc-970606 1997-06-06T01:21:12Z!rms@gnu.org +libc-970607 1997-06-06T01:21:12Z!rms@gnu.org +libc-970608 1997-06-08T01:57:13Z!rms@gnu.org +libc-970609 1997-06-09T04:56:02Z!rms@gnu.org +libc-970610 1997-06-10T04:18:36Z!rms@gnu.org +libc-970611 1997-06-10T04:18:36Z!rms@gnu.org +libc-970612 1997-06-10T04:18:36Z!rms@gnu.org +libc-970613 1997-06-10T04:18:36Z!rms@gnu.org +libc-970614 1997-06-10T04:18:36Z!rms@gnu.org +libc-970615 1997-06-10T04:18:36Z!rms@gnu.org +libc-970616 1997-06-10T04:18:36Z!rms@gnu.org +libc-970617 1997-06-10T04:18:36Z!rms@gnu.org +libc-970618 1997-06-10T04:18:36Z!rms@gnu.org +libc-970619 1997-06-10T04:18:36Z!rms@gnu.org +libc-970620 1997-06-10T04:18:36Z!rms@gnu.org +libc-970621 1997-06-10T04:18:36Z!rms@gnu.org +libc-970622 1997-06-10T04:18:36Z!rms@gnu.org +libc-970624 1997-06-23T17:53:11Z!law@redhat.com +libc-970625 1997-06-23T17:53:11Z!law@redhat.com +libc-970626 1997-06-23T17:53:11Z!law@redhat.com +libc-970627 1997-06-23T17:53:11Z!law@redhat.com +libc-970628 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970629 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970630 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970701 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970702 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970703 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970704 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970705 1997-06-27T19:20:14Z!kenner@gnu.org +libc-970707 1997-07-07T08:40:20Z!rms@gnu.org +libc-970708 1997-07-07T08:40:20Z!rms@gnu.org +libc-970709 1997-07-07T08:40:20Z!rms@gnu.org +libc-970710 1997-07-07T08:40:20Z!rms@gnu.org +libc-970713 1997-07-07T08:40:20Z!rms@gnu.org +libc-970715 1997-07-14T19:53:44Z!rms@gnu.org +libc-970717 1997-07-16T14:45:30Z!erich@uruk.org +libc-970718 1997-07-16T14:45:30Z!erich@uruk.org +libc-970719 1997-07-16T14:45:30Z!erich@uruk.org +libc-970720 1997-07-16T14:45:30Z!erich@uruk.org +libc-970721 1997-07-21T00:58:41Z!kenner@gnu.org +libc-970722 1997-07-21T00:58:41Z!kenner@gnu.org +libc-970723 1997-07-21T00:58:41Z!kenner@gnu.org +libc-970724 1997-07-21T00:58:41Z!kenner@gnu.org +libc-970725 1997-07-21T00:58:41Z!kenner@gnu.org +libc-970726 1997-07-21T00:58:41Z!kenner@gnu.org +libc-970727 1997-07-26T19:01:01Z!bothner@cygnus.com +libc-970728 1997-07-26T19:01:01Z!bothner@cygnus.com +libc-970729 1997-07-28T23:37:45Z!drepper@redhat.com +libc-970730 1997-07-28T23:37:45Z!drepper@redhat.com +libc-970731 1997-07-28T23:37:45Z!drepper@redhat.com +libc-970801 1997-07-28T23:37:45Z!drepper@redhat.com +libc-970802 1997-08-01T18:09:30Z!rms@gnu.org +libc-970803 1997-08-01T18:09:30Z!rms@gnu.org +libc-970804 1997-08-01T18:09:30Z!rms@gnu.org +libc-970805 1997-08-01T18:09:30Z!rms@gnu.org +libc-970806 1997-08-01T18:09:30Z!rms@gnu.org +libc-970807 1997-08-01T18:09:30Z!rms@gnu.org +libc-970808 1997-08-01T18:09:30Z!rms@gnu.org +libc-970809 1997-08-01T18:09:30Z!rms@gnu.org +libc-970810 1997-08-01T18:09:30Z!rms@gnu.org +libc-970811 1997-08-01T18:09:30Z!rms@gnu.org +libc-970812 1997-08-01T18:09:30Z!rms@gnu.org +libc-970813 1997-08-01T18:09:30Z!rms@gnu.org +libc-970814 1997-08-01T18:09:30Z!rms@gnu.org +libc-970815 1997-08-01T18:09:30Z!rms@gnu.org +libc-970816 1997-08-01T18:09:30Z!rms@gnu.org +libc-970817 1997-08-01T18:09:30Z!rms@gnu.org +libc-970818 1997-08-01T18:09:30Z!rms@gnu.org +libc-970819 1997-08-01T18:09:30Z!rms@gnu.org +libc-970820 1997-08-01T18:09:30Z!rms@gnu.org +libc-970821 1997-08-01T18:09:30Z!rms@gnu.org +libc-970822 1997-08-01T18:09:30Z!rms@gnu.org +libc-970823 1997-08-22T14:49:11Z!law@redhat.com +libc-970824 1997-08-22T14:49:11Z!law@redhat.com +libc-970825 1997-08-22T14:49:11Z!law@redhat.com +libc-970826 1997-08-22T14:49:11Z!law@redhat.com +libc-970827 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970828 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970829 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970830 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970831 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970901 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970902 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970903 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970904 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970905 1997-08-26T09:21:29Z!kenner@gnu.org +libc-970906 1997-09-05T18:08:34Z!law@redhat.com +libc-970907 1997-09-05T18:08:34Z!law@redhat.com +libc-970908 1997-09-05T18:08:34Z!law@redhat.com +libc-970911 1997-09-10T21:16:20Z!law@redhat.com +libc-970912 1997-09-10T21:16:20Z!law@redhat.com +libc-970913 1997-09-10T21:16:20Z!law@redhat.com +libc-970914 1997-09-10T21:16:20Z!law@redhat.com +libc-970915 1997-09-10T21:16:20Z!law@redhat.com +libc-970916 1997-09-10T21:16:20Z!law@redhat.com +libc-970917 1997-09-10T21:16:20Z!law@redhat.com +libc-970918 1997-09-10T21:16:20Z!law@redhat.com +libc-970919 1997-09-10T21:16:20Z!law@redhat.com +libc-970920 1997-09-10T21:16:20Z!law@redhat.com +libc-970921 1997-09-10T21:16:20Z!law@redhat.com +libc-970922 1997-09-10T21:16:20Z!law@redhat.com +libc-970923 1997-09-10T21:16:20Z!law@redhat.com +libc-970924 1997-09-10T21:16:20Z!law@redhat.com +libc-970925 1997-09-10T21:16:20Z!law@redhat.com +libc-970926 1997-09-10T21:16:20Z!law@redhat.com +libc-970927 1997-09-10T21:16:20Z!law@redhat.com +libc-970928 1997-09-10T21:16:20Z!law@redhat.com +libc-970929 1997-09-10T21:16:20Z!law@redhat.com +libc-970930 1997-09-10T21:16:20Z!law@redhat.com +libc-971001 1997-09-10T21:16:20Z!law@redhat.com +libc-971018 1997-09-10T21:16:20Z!law@redhat.com +libc-971019 1997-09-10T21:16:20Z!law@redhat.com +libc-971020 1997-09-10T21:16:20Z!law@redhat.com +libc-971021 1997-09-10T21:16:20Z!law@redhat.com +libc-971022 1997-09-10T21:16:20Z!law@redhat.com +libc-971023 1997-09-10T21:16:20Z!law@redhat.com +libc-971024 1997-09-10T21:16:20Z!law@redhat.com +libc-971025 1997-09-10T21:16:20Z!law@redhat.com +libc-971026 1997-09-10T21:16:20Z!law@redhat.com +libc-971027 1997-09-10T21:16:20Z!law@redhat.com +libc-971028 1997-09-10T21:16:20Z!law@redhat.com +libc-971029 1997-09-10T21:16:20Z!law@redhat.com +libc-971030 1997-09-10T21:16:20Z!law@redhat.com +libc-971031 1997-09-10T21:16:20Z!law@redhat.com +libc-971101 1997-09-10T21:16:20Z!law@redhat.com +libc-971102 1997-09-10T21:16:20Z!law@redhat.com +libc-971103 1997-09-10T21:16:20Z!law@redhat.com +libc-971104 1997-09-10T21:16:20Z!law@redhat.com +libc-971105 1997-09-10T21:16:20Z!law@redhat.com +libc-971106 1997-09-10T21:16:20Z!law@redhat.com +libc-971107 1997-09-10T21:16:20Z!law@redhat.com +libc-971108 1997-09-10T21:16:20Z!law@redhat.com +libc-971109 1997-09-10T21:16:20Z!law@redhat.com +libc-971110 1997-09-10T21:16:20Z!law@redhat.com +libc-971111 1997-09-10T21:16:20Z!law@redhat.com +libc-971112 1997-09-10T21:16:20Z!law@redhat.com +libc-971113 1997-09-10T21:16:20Z!law@redhat.com +libc-971114 1997-09-10T21:16:20Z!law@redhat.com +libc-971115 1997-09-10T21:16:20Z!law@redhat.com +libc-971116 1997-09-10T21:16:20Z!law@redhat.com +libc-971117 1997-09-10T21:16:20Z!law@redhat.com +libc-971118 1997-09-10T21:16:20Z!law@redhat.com +libc-971120 1997-09-10T21:16:20Z!law@redhat.com +libc-971121 1997-09-10T21:16:20Z!law@redhat.com +libc-971122 1997-09-10T21:16:20Z!law@redhat.com +libc-971123 1997-09-10T21:16:20Z!law@redhat.com +libc-971124 1997-09-10T21:16:20Z!law@redhat.com +libc-971125 1997-09-10T21:16:20Z!law@redhat.com +libc-971126 1997-09-10T21:16:20Z!law@redhat.com +libc-971127 1997-09-10T21:16:20Z!law@redhat.com +libc-971128 1997-09-10T21:16:20Z!law@redhat.com +libc-971129 1997-09-10T21:16:20Z!law@redhat.com +libc-971130 1997-09-10T21:16:20Z!law@redhat.com +libc-971201 1997-09-10T21:16:20Z!law@redhat.com +libc-971203 1997-09-10T21:16:20Z!law@redhat.com +libc-971204 1997-09-10T21:16:20Z!law@redhat.com +libc-971205 1997-09-10T21:16:20Z!law@redhat.com +libc-971206 1997-09-10T21:16:20Z!law@redhat.com +libc-971207 1997-09-10T21:16:20Z!law@redhat.com +libc-971208 1997-09-10T21:16:20Z!law@redhat.com +libc-971209 1997-09-10T21:16:20Z!law@redhat.com +libc-971210 1997-09-10T21:16:20Z!law@redhat.com +libc-971211 1997-09-10T21:16:20Z!law@redhat.com +libc-971212 1997-09-10T21:16:20Z!law@redhat.com +libc-971213 1997-09-10T21:16:20Z!law@redhat.com +libc-971214 1997-09-10T21:16:20Z!law@redhat.com +libc-971217 1997-09-10T21:16:20Z!law@redhat.com +libc-971218 1997-09-10T21:16:20Z!law@redhat.com +libc-971219 1997-09-10T21:16:20Z!law@redhat.com +libc-971220 1997-09-10T21:16:20Z!law@redhat.com +libc-971221 1997-09-10T21:16:20Z!law@redhat.com +libc-971222 1997-09-10T21:16:20Z!law@redhat.com +libc-971223 1997-09-10T21:16:20Z!law@redhat.com +libc-971224 1997-09-10T21:16:20Z!law@redhat.com +libc-971225 1997-09-10T21:16:20Z!law@redhat.com +libc-971226 1997-09-10T21:16:20Z!law@redhat.com +libc-971227 1997-09-10T21:16:20Z!law@redhat.com +libc-971228 1997-09-10T21:16:20Z!law@redhat.com +libc-971229 1997-09-10T21:16:20Z!law@redhat.com +libc-971230 1997-09-10T21:16:20Z!law@redhat.com +libc-971231 1997-09-10T21:16:20Z!law@redhat.com +libc-980103 1997-09-10T21:16:20Z!law@redhat.com +libc-980104 1997-09-10T21:16:20Z!law@redhat.com +libc-980105 1997-09-10T21:16:20Z!law@redhat.com +libc-980106 1997-09-10T21:16:20Z!law@redhat.com +libc-980107 1997-09-10T21:16:20Z!law@redhat.com +libc-980108 1997-09-10T21:16:20Z!law@redhat.com +libc-980109 1997-09-10T21:16:20Z!law@redhat.com +libc-980110 1997-09-10T21:16:20Z!law@redhat.com +libc-980111 1997-09-10T21:16:20Z!law@redhat.com +libc-980112 1997-09-10T21:16:20Z!law@redhat.com +libc-980114 1997-09-10T21:16:20Z!law@redhat.com +libc-980115 1997-09-10T21:16:20Z!law@redhat.com +libc-980116 1997-09-10T21:16:20Z!law@redhat.com +libc-980117 1997-09-10T21:16:20Z!law@redhat.com +libc-980118 1997-09-10T21:16:20Z!law@redhat.com +libc-980119 1997-09-10T21:16:20Z!law@redhat.com +libc-980120 1997-09-10T21:16:20Z!law@redhat.com +libc-980121 1997-09-10T21:16:20Z!law@redhat.com +libc-980122 1997-09-10T21:16:20Z!law@redhat.com +libc-980123 1997-09-10T21:16:20Z!law@redhat.com +libc-980124 1997-09-10T21:16:20Z!law@redhat.com +libc-980125 1997-09-10T21:16:20Z!law@redhat.com +libc-980126 1997-09-10T21:16:20Z!law@redhat.com +libc-980127 1997-09-10T21:16:20Z!law@redhat.com +libc-980128 1997-09-10T21:16:20Z!law@redhat.com +libc-980129 1998-01-28T18:01:29Z!ian@cygnus.com +libc-980130 1998-01-28T18:01:29Z!ian@cygnus.com +libc-980212 1998-02-03T18:27:31Z!kenner@gnu.org +libc-980213 1998-02-03T18:27:31Z!kenner@gnu.org +libc-980214 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980215 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980216 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980217 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980218 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980219 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980220 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980221 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980222 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980223 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980224 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980225 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980226 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980227 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980228 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980301 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980302 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980303 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980304 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980306 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980307 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980308 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980309 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980310 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980311 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980312 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980313 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980314 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980315 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980316 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980317 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980318 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980319 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980320 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980321 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980322 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980323 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980324 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980325 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980326 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980327 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980328 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980329 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980330 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980331 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980401 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980402 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980403 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980404 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980405 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980406 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980407 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980408 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980409 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980410 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980411 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980412 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980413 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980414 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980428 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980429 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980430 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980501 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980502 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980503 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980504 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980505 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980506 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980507 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980508 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980509 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980510 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980512 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980513 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980514 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980515 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980516 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980517 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980518 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980519 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980520 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980521 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980522 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980523 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980524 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980525 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980526 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980527 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980528 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980529 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980530 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980531 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980601 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980602 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980603 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980604 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980605 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980606 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980607 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980608 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980609 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980610 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980611 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980612 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980613 1998-02-13T12:16:46Z!kenner@gnu.org +libc-980614 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980615 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980616 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980617 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980618 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980619 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980620 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980621 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980622 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980623 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980624 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980625 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980626 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980627 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980628 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980629 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980630 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980701 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980702 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980703 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980704 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980705 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980706 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980707 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980708 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980709 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980710 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980711 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980712 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980713 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980714 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980715 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980716 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980717 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980718 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980719 1998-06-13T19:51:10Z!kenner@gnu.org +libc-980720 1998-07-19T22:11:47Z!rms@gnu.org +libc_1_09 1995-02-23T00:08:39Z!kenner@gnu.org +make-3-72-9 1995-01-07T16:57:36Z!roland@gnu.org +make-3-72-10 1995-01-07T16:57:36Z!roland@gnu.org +make-3-72-11 1995-01-07T16:57:36Z!roland@gnu.org +make-3-72-12 1995-01-07T16:57:36Z!roland@gnu.org +make-3-72-13 1995-01-07T16:57:36Z!roland@gnu.org +make-3-73 1995-01-07T16:57:36Z!roland@gnu.org +make-3-73-1 1995-01-07T16:57:36Z!roland@gnu.org +make-3-73-2 1995-01-07T16:57:36Z!roland@gnu.org +make-3-73-3 1995-05-10T15:03:48Z!roland@gnu.org +make-3-74 1995-05-10T15:03:48Z!roland@gnu.org +make-3-74-1 1995-08-07T20:48:08Z!roland@gnu.org +make-3-74-2 1995-08-07T20:48:08Z!roland@gnu.org +make-3-74-3 1996-02-01T18:44:05Z!kwzh@gnu.org +make-3-74-4 1996-03-20T01:08:11Z!roland@gnu.org +make-3-74-5 1996-07-03T23:05:19Z!mrs@apple.com +make-3-74-6 1996-07-03T23:05:19Z!mrs@apple.com +make-3-74-7 1996-07-03T23:05:19Z!mrs@apple.com +make-3-75 1996-07-03T23:05:19Z!mrs@apple.com +make-3-75-1 1997-07-22T21:35:43Z!rms@gnu.org +make-3-75-91 1997-07-22T21:35:43Z!rms@gnu.org +make-3-75-92 1997-08-14T02:16:15Z!eggert@twinsun.com +make-3-75-93 1998-04-14T00:02:53Z!drepper@redhat.com +make-3-76 1997-09-05T21:01:56Z!psmith@BayNetworks.com +make-3-76-1 1997-09-05T21:01:56Z!psmith@BayNetworks.com +release-0-0 1996-07-16T04:47:46Z!kwzh@gnu.org +release-0-1 1996-07-16T04:47:46Z!kwzh@gnu.org +release-1-0 1997-04-11T20:40:28Z!ian@cygnus.com +Release_5_25 1999-02-08T16:53:18Z!barry@zope.org +root-libc-2_0_x-branch 1997-01-07T19:29:28Z!djm@gnu.org diff --git a/admin/update-copyright b/admin/update-copyright index ce58168684e..5612d7f7386 100755 --- a/admin/update-copyright +++ b/admin/update-copyright @@ -45,8 +45,7 @@ sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ } && rm $emacsver.aux && -# FIXME: command will soon need to be replaced with "git ls-files" -repo_files=$(bzr ls -RV --kind file) && +repo_files=$(git ls-files) && # Do not update the copyright of files that have one or more of the # following problems: diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index d78692c40ff..882773bcb5e 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE @@ -120,9 +120,9 @@ Manual, for how to write good log entries. ** The patch itself. -If you are accessing the Bazaar repository, make sure your copy is -up-to-date (e.g. with `bzr pull'), then use - bzr diff --no-aliases --diff-options=-cp +If you are accessing the Emacs repository, make sure your copy is +up-to-date (e.g. with `git pull'), then use + git diff Else, use diff -cp OLD NEW diff --git a/etc/ChangeLog b/etc/ChangeLog index f2de0f9ba97..f1bfc5c62c8 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-11-11 Eric S. Raymond + + * CONTRIBUTE: git transition. + 2014-10-20 Glenn Morris * Version 24.4 released.