[Harbour] SF.net SVN: harbour-project:[13745] trunk/harbour
vszakats at users.sourceforge.net
vszakats at users.sourceforge.net
Tue Feb 2 15:46:07 EST 2010
Revision: 13745
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13745&view=rev
Author: vszakats
Date: 2010-02-02 20:45:51 +0000 (Tue, 02 Feb 2010)
Log Message:
-----------
2010-02-02 21:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbpgsql/postgres.c
+ Added GC support for all remaining pointer types (result/cancel/FILE).
+ Added RTE when wrong pointer or wrong number of parameter is passed
to functions.
This means that behavior is now INCOMPATIBLE when wrong parameters
are encountered in these functions.
; Destructor functions PQFREECANCEL(), PQCLOSE(), PQCLEAR() marked
as 'deprecated'.
These are not needed, it's enough to assign NIL to their holder
variables on .prg level.
% Cleanups along the way.
; TODO: Fix sloppy parameter checking which only check number of
parameters instead of enforcing expected type.
; Please test.
* contrib/hbpgsql/tests/async.prg
* contrib/hbpgsql/tests/test.prg
* contrib/hbpgsql/tests/cache.prg
* contrib/hbpgsql/tests/stress.prg
% Replaced deprecated destructor functions with '<var> := NIL'.
* utils/hbmk2/hbmk2.prg
* Formatting.
Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbpgsql/postgres.c
trunk/harbour/contrib/hbpgsql/tests/async.prg
trunk/harbour/contrib/hbpgsql/tests/cache.prg
trunk/harbour/contrib/hbpgsql/tests/stress.prg
trunk/harbour/contrib/hbpgsql/tests/test.prg
trunk/harbour/utils/hbmk2/hbmk2.prg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Harbour
mailing list