diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c204d5610d..a1a20e18eb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-03-13 03:45 UTC-0800 Ron Pinkas + * contrib/dot/pp.txt + * Updated status of newly added support. + 2001-03-13 03:30 UTC-0800 Ron Pinkas * contrib/dot/pp.prg * contrib/dot/rp_run.ch diff --git a/harbour/contrib/dot/pp.txt b/harbour/contrib/dot/pp.txt index e475e1446f..98e1d67c21 100644 --- a/harbour/contrib/dot/pp.txt +++ b/harbour/contrib/dot/pp.txt @@ -35,12 +35,10 @@ PP has 3 personalities which are tied tightly together. - LOCALS have scoping of locals but are implemented as privates so you can't have a LOCAL and a PRIVATE with the same name. - - Inline assignment is not supported in the declaration. - b. Non declared variable are not auto-created on assignment (yet). c. It does support definition and execution of prg defined - FUNCTIONs/PROCEDUREs but does *not* support PARAMETERs (yet). + FUNCTIONs/PROCEDUREs. d. It does not (yet) support WHILE and FOR loops.