diff options
| -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 451cb60..71aedbd 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 c9e8350..b275088 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. |
