[fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Paul Ishenin
Hello, FPC developers' list I have found that next functions are not described here: http://freepascal.org/docs-html/rtl/system/index.html The functions are: - BitSizeOf - Finalize - get_frame - Initialize - Pack - ReadStr - Unaligned - Unpack - WriteStr It is difficult to find any

Re: [fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Jonas Maebe
On 20 Jul 2009, at 17:12, Paul Ishenin wrote: I have found that next functions are not described here: http://freepascal.org/docs-html/rtl/system/index.html Several of them are 2.3.1, so it's normal that they are not yet in the documentation. The functions are: - BitSizeOf It's

Re: [fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Michael Van Canneyt
On Mon, 20 Jul 2009, Paul Ishenin wrote: Hello, FPC developers' list I have found that next functions are not described here: http://freepascal.org/docs-html/rtl/system/index.html The functions are: - BitSizeOf - Finalize - get_frame - Initialize - Pack - ReadStr - Unaligned - Unpack -

Re: [fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Paul Ishenin
Jonas Maebe wrote: Several of them are 2.3.1, so it's normal that they are not yet in the documentation. Ah. Then it is ok. - Pack - ReadStr - Unpack - WriteStr These come straight from ISO (Standard or Extended) Pascal and behave exactly as described in the standards: * Pack, Unpack: