<div dir="ltr">Hi,<div><br></div><div>btw. there is no info about few functions introduced by Generics.Collections patch, as I can see all of my work for RTL is now part of FPC 3.0 compiler ^^ :)<div><br></div><div><a href="http://bugs.freepascal.org/view.php?id=27206">http://bugs.freepascal.org/view.php?id=27206</a><br><div><br></div><div><div>procedure InitializeArray(p: Pointer; typeInfo: Pointer; elemCount: NativeUInt);</div><div>procedure CopyArray(Dest, Source, TypeInfo: Pointer; Count: NativeInt);<br></div><div>procedure FinalizeArray(P: Pointer; TypeInfo: Pointer; Count: NativeUInt);<br></div><div>procedure DynArrayClear(var A: Pointer; TypeInfo: Pointer);<br></div><div>procedure DynArraySetLength(var a: Pointer; typeInfo: Pointer; dimCnt: NativeInt; lengthVec: PNativeInt);<br></div><div>function DynArrayIndex(P: Pointer; const Indices: array of NativeInt; TypInfo: Pointer): Pointer; overload;<br></div><div>function DynArrayIndex(P: Pointer; const Indices: array of Integer; TypInfo: Pointer): Pointer; overload;</div><div>function DynArrayDim(typeInfo: Pointer): Integer;<br></div><div>function DynArraySize(A: Pointer): NativeInt;<br></div><div>function IsDynArrayRectangular(const DynArray: Pointer; typeInfo: Pointer): Boolean;<br></div><div>function DynArrayBounds(const DynArray: Pointer; typeInfo: Pointer): TBoundArray;<br></div></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-11 16:33 GMT+02:00 Michael Van Canneyt:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The documentation is the only 'blocking' issue. Maybe for good measure some extra fixes need to be merged.<br>
<br>
I have documented the remaining identifiers in the reference documentation, but the new language features still need to be documented; Normally, the biggest part can be done tomorrow and the day after.<br>
<br>
After that (as in: as of monday) as far as I am concerned, RC1 may be built.</blockquote></div><br><div class="gmail_signature">best regards,<br>Maciej Izak</div>
</div></div>