home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.testers
- Path: sparky!uunet!bcstec!plato!mlssun12!brennan
- From: brennan@baker.ds.boeing.com (Michael D Brennan)
- Subject: mawk1.1.2d-beta for MsDOS
- Message-ID: <C0CqFn.2EJ@plato.ds.boeing.com>
- Sender: nntp@plato.ds.boeing.com
- Organization: Boeing Computer Services
- X-Newsreader: TIN [version 1.1 PL8]
- Date: Mon, 4 Jan 1993 22:57:22 GMT
- Lines: 29
-
-
- I've made some changes to mawk1.1.2 specifically for DOS.
- Most important, internal conversions to integer are now to long
- so DOS and unix mawk behave the same. For example
-
-
- print 2^30
-
- prints as an integer and
-
- printf "%d"
-
-
- is the same as
-
- printf "%ld".
-
- (Also a regular expression bug in large model is fixed).
-
- I'm looking for beta testers. Anyone interested drop me
- a note.
-
- I have diffs from 1.1.2 for the source or else
- zipped uuencoded executables.
-
- --
- Mike Brennan
- brennan@boeing.com
-
-