home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / gawk2.0.t.Z / gawk2.0.t / version.c < prev   
Text File  |  1988-12-31  |  875b  |  23 lines

  1. char *version_string = "@(#)Gnu Awk (gawk) 2.01beta 13 Dec 1988\n" + 4;
  2.  
  3. /* 1.02        fixed /= += *= etc to return the new Left Hand Side instead
  4.         of the Right Hand Side */
  5.  
  6. /* 1.03        Fixed split() to treat strings of space and tab as FS if
  7.         the split char is ' '.
  8.  
  9.         Added -v option to print version number
  10.          
  11.         Fixed bug that caused rounding when printing large numbers  */
  12.  
  13. /* 2.00beta    Incorporated the functionality of the "new" awk as described
  14.         the book (reference not handy).  Extensively tested, but no 
  15.         doubt still buggy.  Badly needs tuning and cleanup, in
  16.         particular in memory management which is currently almost
  17.         non-existent. */
  18.  
  19.         /* JF:  Modified to compile under GCC, and fixed a few
  20.            bugs while I was at it.  I hope I didn't add any more.
  21.            I modified parse.y to reduce the number of reduce/reduce
  22.            conflicts.  There are still a few left. */
  23.