summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-04 12:42:38 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-04 12:42:38 +0000
commitd5f9b1aac690e69a5c5ce5ffa94d6f2a9fbf02fc (patch)
treeb0aff911912d3abf0795bfff961b7b0bbbcc06d6
parent642b64fb12ae3ae24353e69cff02b0ccf7c97da1 (diff)
downloadATCD-d5f9b1aac690e69a5c5ce5ffa94d6f2a9fbf02fc.tar.gz
ChangeLogTag: Tue Sep 4 07:41:42 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--THANKS2
4 files changed, 23 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 83381322f42..331b84d1ee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
+Tue Sep 4 07:41:42 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * THANKS: Added Eyal Neuman <eyal@tradertools.com> to the hall of
+ fame.
+
Tue Sep 4 07:37:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/ACE.cpp: Fixed a bug with recv_n_i (). The problem was form
returning the exact number of bytes from the for loop. If the
loop had executed once and if we get 0 in the next recv_i ()
call, then we should be returning the number of bytes read in
- the previous iteration and not 0. Thanks to Eyal Neuman for this
- fix. This closes bug 1015.
+ the previous iteration and not 0. Thanks to Eyal Neuman
+ <eyal@tradertools.com> for this fix. This closes bug 1015.
Tue Sep 4 07:08:30 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 83381322f42..331b84d1ee0 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,11 +1,16 @@
+Tue Sep 4 07:41:42 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * THANKS: Added Eyal Neuman <eyal@tradertools.com> to the hall of
+ fame.
+
Tue Sep 4 07:37:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/ACE.cpp: Fixed a bug with recv_n_i (). The problem was form
returning the exact number of bytes from the for loop. If the
loop had executed once and if we get 0 in the next recv_i ()
call, then we should be returning the number of bytes read in
- the previous iteration and not 0. Thanks to Eyal Neuman for this
- fix. This closes bug 1015.
+ the previous iteration and not 0. Thanks to Eyal Neuman
+ <eyal@tradertools.com> for this fix. This closes bug 1015.
Tue Sep 4 07:08:30 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 83381322f42..331b84d1ee0 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,11 +1,16 @@
+Tue Sep 4 07:41:42 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * THANKS: Added Eyal Neuman <eyal@tradertools.com> to the hall of
+ fame.
+
Tue Sep 4 07:37:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/ACE.cpp: Fixed a bug with recv_n_i (). The problem was form
returning the exact number of bytes from the for loop. If the
loop had executed once and if we get 0 in the next recv_i ()
call, then we should be returning the number of bytes read in
- the previous iteration and not 0. Thanks to Eyal Neuman for this
- fix. This closes bug 1015.
+ the previous iteration and not 0. Thanks to Eyal Neuman
+ <eyal@tradertools.com> for this fix. This closes bug 1015.
Tue Sep 4 07:08:30 2001 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/THANKS b/THANKS
index 510628677c0..9a80bce6705 100644
--- a/THANKS
+++ b/THANKS
@@ -1323,6 +1323,8 @@ Peter Phillips <pphillip@opentext.com>
Kuznesov Yury <yury@newst.net>
Daniel Manfis <dany_100@yahoo.com>
Massimo Pichini <massimo@webbridges.it>
+Eyal Neuman <eyal@tradertools.com>
+
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile