[fpc-pascal] FPC roadmap?

Maciej Izak hnb.code at gmail.com
Thu Jun 11 21:17:15 CEST 2015


Hi,

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 ^^ :)

http://bugs.freepascal.org/view.php?id=27206

procedure InitializeArray(p: Pointer; typeInfo: Pointer; elemCount:
NativeUInt);
procedure CopyArray(Dest, Source, TypeInfo: Pointer; Count: NativeInt);
procedure FinalizeArray(P: Pointer; TypeInfo: Pointer; Count: NativeUInt);
procedure DynArrayClear(var A: Pointer; TypeInfo: Pointer);
procedure DynArraySetLength(var a: Pointer; typeInfo: Pointer; dimCnt:
NativeInt; lengthVec: PNativeInt);
function DynArrayIndex(P: Pointer; const Indices: array of NativeInt;
TypInfo: Pointer): Pointer; overload;
function DynArrayIndex(P: Pointer; const Indices: array of Integer;
TypInfo: Pointer): Pointer; overload;
function DynArrayDim(typeInfo: Pointer): Integer;
function DynArraySize(A: Pointer): NativeInt;
function IsDynArrayRectangular(const DynArray: Pointer; typeInfo: Pointer):
Boolean;
function DynArrayBounds(const DynArray: Pointer; typeInfo: Pointer):
TBoundArray;


2015-06-11 16:33 GMT+02:00 Michael Van Canneyt:
>
> The documentation is the only 'blocking' issue. Maybe for good measure
> some extra fixes need to be merged.
>
> 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.
>
> After that (as in: as of monday) as far as I am concerned, RC1 may be
> built.


best regards,
Maciej Izak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20150611/d20c7a3d/attachment.html>


More information about the fpc-pascal mailing list