0
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make previous commit compatible with Delphi 12.1 by using a simple {$WARNINGS OFF}, like it already does in a few other places. More... 28 days ago
'Fix' warning on Delphi 12.3 (and probably on 12.2 as well). More... about 1 month ago
better support of array of const More... 3 months ago
Merge branch 'master' of github.com:remobjects/pascalscript More... 4 months ago
better support of AnsiString More... 4 months ago
TForm ShowModal is virtual, at least on Seattle and newer. More... 6 months ago
Add TCustomForm's PopupMode and PopupParent. Docs say Seattle has this and links of earlier docs don't seem to work anymore. More... 7 months ago
#241: Param with type "array of const" doesn't work More... 10 months ago
#272: Delphi 12.2 Warning: W1075 Overloading a similar index type by declaring an array property 'Items' More... 10 months ago
Don't know since when exactly but at least in Sydney TStream.CopyFrom has a third parameter. More... 11 months ago
Fix 7e96130b. More... about 1 year ago
Fix 1cabc173. More... about 1 year ago
Improve previous: Use AnyString instead of const because types like Integer don't work because of the lack of 'var' in the prototypes. Putting 'var' + 'const' does not work at run time and was not able to fix this. Also improve AnyString: the compiler didn't actually check that an AnyString parameter in the call was actually a string type, instead it accepted any type as if the prototype said 'const'. More... about 1 year ago
Fix two TStream issues: 1) It's not abstract anymore. Don't know since when exactly but at least in Sidney it's not abstract. 2) Read/Write(Buffer) prototype is bad and very impractical on Unicode. Make it like it really is: they accept a var of any type and this can be done in PS by using 'const' as the type and still _not_ using 'var'. Tested it to work unchanged when a string type is used in the call anyway. Also note this fix has no runtime changes so it's not surprising that it still works. More... about 1 year ago
Remove really old and non-functional email adress. More... about 1 year ago
Merge branch 'master' of github.com:remobjects/pascalscript More... about 1 year ago
#267: Array of const broken? More... about 1 year ago
Make this work on Unicode: var S: set of AnsiChar; begin S := ['a', 'b']; end; More... about 1 year ago
Add TLinkLabel from Delphi 2010. More... about 1 year ago
fix for exception support in x64. incomplete More... over 1 year ago
better x64 support: use class helpers for registration properties and methods More... over 1 year ago
0: fix for prev More... over 1 year ago
266: Error when calling delphi function in x64 mode More... almost 2 years ago
D29 packages were added More... almost 2 years ago
266: Error when calling delphi function in x64 mode More... almost 2 years ago
problems with x32/x64 call were fixed More... almost 3 years ago
problems with x32/x64 call were fixed More... almost 3 years ago
0: issue with compiling in delphi7 More... almost 3 years ago
fix for #232 (#257) More... over 3 years ago
Delphi 11 support was added More... almost 4 years ago