0
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the wrong TStream.Seek overload being called (at least in Rio) in the same way TStream.CopyFrom was fixed. Not sure what version introduced the problem so kept it at Rio. Also a cleanup for CopyFrom. More... over 6 years ago
0: avoid bug with safecall calls in delphi/linux More... over 6 years ago
Fix PropertyToString wide and Unicode strings bug. More... over 6 years ago
Fix TAnchorKind and add Anchors properties. More... over 6 years ago
Register TPanel.BevelKind as well. More... over 6 years ago
Rename ARM readme so it doesn't get picked up as the main Readme by GitHub. More... over 6 years ago
Added OnUseRegProc which is called once when a function added with Add(Delphi)Function is used by the script. More... over 6 years ago
Add 'AnyMethod' type which can be used to declare functions accepting any type of procedure. More... over 6 years ago
Added functin GetVarValue returning the Pointer of variable (#186) More... over 6 years ago
0: Delphi 10.3 Rio support was added More... over 6 years ago
Fix for #183 (#184) More... almost 7 years ago
Improved attribute support. Made GetString available outside the unit. More... almost 7 years ago
Fix for #73 (#182) More... about 7 years ago
Fix for #180 (https://github.com/remobjects/pascalscript/issues/180) (#181) More... about 7 years ago
Add ProcessDllImportEx2 which gives more info back to caller. More... about 7 years ago
Fix CopyVariantContents' btwidechar support. More... over 7 years ago
0: compatibility with latest RO/DA More... over 7 years ago
D25 packages should use D25 folders More... over 7 years ago
Fix constructor 64bit (#167) More... over 7 years ago
Update test for 64 bit / fpc: No PS methods (#166) More... over 7 years ago
fix compile (#162) More... over 7 years ago
spelling (#163) More... over 7 years ago
lpk add encoding (#164) More... over 7 years ago
fixes for tests (#165) More... over 7 years ago
Add support for 'array of _Enum_Type_' types for registered methods. (#160)
Rey
More... almost 8 years ago
The TPSTypeRec.CalcSize calculated the element size for base types btProcPtr and btPointer as 20 bytes under 64-bit, however it was assumed to be 24 bytes in several other places, thus leading to buffer overruns. This fix supersedes the patch for issue #150, changing the element size for both base types to 24 bytes and adjusting the code that previously assumed a size of 20 bytes. 32-bit code is not affected, since the element size was (and still is) 12 bytes in all cases. (#152) More... about 8 years ago
CPUX64 not implemented MyAllMethodsHandler More... about 8 years ago
X64 Windows Open Array Buffer Overrun More... about 8 years ago
Fixed a character encoding problem of Application.MessageBox method in Unicode Delphi (#146) More... over 8 years ago
eDefines.inc was updated More... over 8 years ago