diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-01 01:06:56 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-01 01:06:56 +0000 |
| commit | 5bd5c98130a7a6e1b3181c7eb47f9290de8a83eb (patch) | |
| tree | e36b3a4ab7838021d2a7c667345fa4d932896c5b | |
| parent | de18388fd207fb108f64150516b179c3c74f289d (diff) | |
| download | ppe42-gcc-5bd5c98130a7a6e1b3181c7eb47f9290de8a83eb.tar.gz ppe42-gcc-5bd5c98130a7a6e1b3181c7eb47f9290de8a83eb.zip | |
2000-05-31 Nathan Myers <ncm@cantrip.org>
* docs/thanks.html: edit own credits
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34324 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/docs/thanks.html | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 451cb6059e7..71aedbd148a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2000-05-31 Nathan Myers <ncm@cantrip.org> + + * docs/thanks.html: edit own credits + 2000-05-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix. diff --git a/libstdc++-v3/docs/thanks.html b/libstdc++-v3/docs/thanks.html index c9e8350a6ae..b2750885dad 100644 --- a/libstdc++-v3/docs/thanks.html +++ b/libstdc++-v3/docs/thanks.html @@ -69,11 +69,11 @@ this work on scrap paper and the backs of envelopes would have been... difficult. - <LI>Nathan Myers for inflicting locales on the rest of us, working on - iostream, string and string documentation (!), fixing that - __black_count loop that so many people bugged us about, and creating - the initial documentation (DESIGN, CHECKLIST, and so forth). Huge - chunks of the MT-safe code are also due to his work. + <LI>Nathan Myers for architecture and authorship through the first + three snapshots, including implementation of locale infrastructure, + string, shadow C headers, and the initial project documentation + (DESIGN, CHECKLIST, and so forth). Later, more work on MT-safe + string and shadow headers. <LI>Felix Natter for documentation on porting. |

