Recovered from cvs revision 2007-09-07 03:08:00

This commit is contained in:
2007-09-07 23:14:00 +00:00
parent 495d085cba
commit f212242f01
43 changed files with 836 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: Awk.cs,v 1.1 2007/09/03 03:50:39 bacon Exp $
* $Id: Awk.cs,v 1.2 2007/09/06 09:37:42 bacon Exp $
*/
using System;
@@ -142,10 +142,10 @@ namespace ase.com
set { awk.SupportBlockless = value; }
}
public bool StringBaseOne
public bool BaseOne
{
get { return awk.StringBaseOne; }
set { awk.StringBaseOne = value; }
get { return awk.BaseOne; }
set { awk.BaseOne = value; }
}
public bool StripSpaces