2009-02-02 17:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/doc/cmpopt.txt
    * svn ps svn:keywords "Author Date Id Revision"
    * minor cleanup
This commit is contained in:
Przemyslaw Czerpak
2009-02-02 16:30:42 +00:00
parent 77df7fd78f
commit aa8d8e73af
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-02 17:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/doc/cmpopt.txt
* svn ps svn:keywords "Author Date Id Revision"
* minor cleanup
2009-02-02 11:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/fm.c
! fixed typo in default FM module setting/

View File

@@ -14,10 +14,10 @@ optimized at compile time:
- Clipper compatible:
AT( <cConst1>, <cConst2> ) // Clipper wrongly calculates
// "" $ <cConst> as .T.
// AT( "", <cConst> ) as 1
CHR( <nConst> )
UPPER( <cConst> ) // <cConst> cannot contain characters different then
[0-9A-Za-z]
[0-9A-Za-z ]
- Harbour extension: