Revision history for ProPgStorageClasses


Revision [21284]

Last edited on 2016-04-01 07:53:26 by fxm [Added link to BYREF (variables)]
Additions:
- ##[[KeyPgDim|Dim]]##, ##[[KeyPgRedim|Redim]]##, ##[[KeyPgVar|Var]]##, ##[[KeyPgShared|Shared]]##, ##[[KeyPgByrefVariables|Byref (variables)]]##
Deletions:
- ##[[KeyPgDim|Dim]]##, ##[[KeyPgRedim|Redim]]##, ##[[KeyPgVar|Var]]##, ##[[KeyPgShared|Shared]]##


Revision [20662]

Edited on 2016-02-10 16:13:31 by DkLwikki [Update link format]
Additions:
//Automatic// variables, objects and arrays are defined using the ##[[KeyPgDim|Dim]]##, ##[[KeyPgRedim|Redim]]## and ##[[KeyPgVar|Var]]## keywords without the ##[[KeyPgShared|Shared]]## specifier.
//Static// variables, objects and arrays are declared using the ##[[KeyPgStatic|Static]]## keyword. Entities declared using the ##[[KeyPgShared|Shared]]## specifier are implicitly //static//. All entities declared within a procedure that is declared using the ##[[KeyPgStatic|Static]]## specifier are also implicitly //static//.
//Static// variables, objects and arrays have internal linkage by default, unless previously declared using the ##[[KeyPgExtern|Extern]]## or ##[[KeyPgCommon|Common]]## keywords.
- In DOS and Windows platforms, the size of the program stack can be adjusted at compile-time using the ##//-t//## [[CompilerCmdLine|command-line switch]]. In Linux platforms, the size of the program stack can be adjusted at load-time by modifying ##/etc/security/limits.conf##, or on a per-thread basis using the shell builtin ##ulimit##.
- ##[[KeyPgExtern|Extern]]##, ##[[KeyPgCommon|Common]]##
- ##[[KeyPgDim|Dim]]##, ##[[KeyPgRedim|Redim]]##, ##[[KeyPgVar|Var]]##, ##[[KeyPgShared|Shared]]##
- ##[[KeyPgStatic|Static]]##
- [[ProPgVarProcLinkage|Linkage]]
Deletions:
//Automatic// variables, objects and arrays are defined using the ##[[KeyPgDim Dim]]##, ##[[KeyPgRedim Redim]]## and ##[[KeyPgVar Var]]## keywords without the ##[[KeyPgShared Shared]]## specifier.
//Static// variables, objects and arrays are declared using the ##[[KeyPgStatic Static]]## keyword. Entities declared using the ##[[KeyPgShared Shared]]## specifier are implicitly //static//. All entities declared within a procedure that is declared using the ##[[KeyPgStatic Static]]## specifier are also implicitly //static//.
//Static// variables, objects and arrays have internal linkage by default, unless previously declared using the ##[[KeyPgExtern Extern]]## or ##[[KeyPgCommon Common]]## keywords.
- In DOS and Windows platforms, the size of the program stack can be adjusted at compile-time using the ##//-t//## [[CompilerCmdLine command-line switch]]. In Linux platforms, the size of the program stack can be adjusted at load-time by modifying ##/etc/security/limits.conf##, or on a per-thread basis using the shell builtin ##ulimit##.
- ##[[KeyPgExtern Extern]]##, ##[[KeyPgCommon Common]]##
- ##[[KeyPgDim Dim]]##, ##[[KeyPgRedim Redim]]##, ##[[KeyPgVar Var]]##, ##[[KeyPgShared Shared]]##
- ##[[KeyPgStatic Static]]##
- [[ProPgVarProcLinkage Linkage]]


Revision [10920]

The oldest known version of this page was created on 2007-08-23 12:00:17 by LaananFisher [Update link format]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode