Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!ihnp4!inuxc!pur-ee!uiucdcs!liberte From: liberte@uiucdcs.UUCP (liberte ) Newsgroups: net.bugs.v7 Subject: Re: V7 awk bug - (nf) Message-ID: <6448@uiucdcs.UUCP> Date: Wed, 28-Mar-84 22:29:31 EST Article-I.D.: uiucdcs.6448 Posted: Wed Mar 28 22:29:31 1984 Date-Received: Fri, 30-Mar-84 02:55:24 EST Lines: 26 #R:utzoo:-366400:uiucdcs:8300001:000:751 uiucdcs!liberte Mar 28 15:58:00 1984 We worked on figureing out what the bug might be on our Berkeley 4.1 and 4.2 and learned the following: on 4.1 - If you repeat the split(... line , it doesnt work in a different way and comes up with some garbage. If you repeat it again (three times) then it works correctly. - If you use a literal string instead of $2, it may work if another call to split interferes in some way - an order dependency. If you use a regular variable with a string value instead, it doesnt work in another way, sometimes. on 4.2 - Field variables seemed to work correctly, but the regular variable had yet another different problem. This version of awk includes a bug fix from net.bugs.4bsd by sun!shannon, Dec 10, 1983 Daniel LaLiberte (uiucdcs!liberte)