You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added results of compiling with Delphi 12 for all snippets with no pre-existing compile results for that compiler (issue #27).
Fixed memory leak in the CountOccurences function (issue #54).
Updated GetGIFSize function to work around a deprecated warning with Delphi 12 and some earlier compilers because of a call to SysUtils.StrLComp which has been moved to the AnsiStrings unit (issue #52).