openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
pascalscript
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
1 day
ago.
Jun 24, 2025 — Jun 24, 2026
Showing page 1 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Couple of fixes (including a double free bug) and some dead code removal.
Martijn Laan
More...
25 days ago
Fix confusing error on all of these:
Martijn Laan
More...
about 1 month ago
Fix tokenizer accepting bare # and bare #$ as valid literals, without any value.
Martijn Laan
More...
about 1 month ago
Minor cleanup / clarification. Not an actual change.
Martijn Laan
More...
about 1 month ago
Small UIntToStr cleanup.
Martijn Laan
More...
about 2 months ago
Remove extremely outdated changelog.
Martijn Laan
More...
about 2 months ago
Add UIntToStr, UInt64ToStr, StrToUInt64, StrToUInt64Def standard procedures, mimicing the 4 signed versions. Assuming all compilers which support the underlying signed functions also support the unsigned ones.
Martijn Laan
More...
about 2 months ago
Fix StringOfChar (also available as Replicate) breaking on wide chars.
Martijn Laan
More...
about 2 months ago
2 unrelated fixes: Compiler: fix calling Assigned on UnicodeString and WideString. Runtime: fix bad (W)StrGet index out of range handling. (W)StrSet already got it right.
Martijn Laan
More...
about 2 months ago
Fix 'as' short-circuiting without doing a proper type check like it should, and like 'is' does.
Martijn Laan
More...
about 2 months ago
Fix small record handling in x86.inc. x64.inc and arm64.inc got it right already.
Martijn Laan
More...
about 2 months ago
Fix runtime type mismatch on Variant for-loop. This failed at runtime:
Martijn Laan
More...
about 2 months ago
Another TryEvalConst fix: was missing string cases for <, >, <= and >=. So it worked for = and <> only.
Martijn Laan
More...
about 2 months ago
Fix another type mismatch error, when casting constants from or to floats.
Martijn Laan
More...
about 2 months ago
Fix type mismatch error when 'reverse' casting enum constants as well.
Martijn Laan
More...
about 2 months ago
Fix type mismatch error when casting enum constants.
Martijn Laan
More...
about 2 months ago
Fix for-loop infinite loop when counter is at its type's max value.
Martijn Laan
More...
about 2 months ago
Third ReadInteger fix: Pass minus sign to ReadInteger for negative integer literals.
Martijn Laan
More...
about 2 months ago
Another ReadInteger fix: add support for '$8000000000000000'.
Martijn Laan
More...
about 2 months ago
Fix ReadInteger parsing of large integer literals which require using UInt64, by using Val.
Martijn Laan
More...
about 2 months ago
Fix Cm_cv use-after-free issue.
Martijn Laan
More...
2 months ago
Fix yet more bugs and memory leaks.
Martijn Laan
More...
3 months ago
More bug fixes.
Martijn Laan
More...
3 months ago
Fix CLX DialogHandle and CreateHandle.
Martijn Laan
More...
3 months ago
Fix TFont.Pitch, TCanvas.CopyMode and TComponent.ComponentState types. Remove unused duplicate TControl.ShowHint helpers. Remove unused TDragObject.DragTarget (unused because compiler doesnt register it).
Martijn Laan
More...
3 months ago
Add comment about TScrollingWinControl issue.
Martijn Laan
More...
3 months ago
Fix multiple issues where the compiler allows more than what the runtime supports. Mostly (but not entirely) this is FPC stuff which was disabled at run-time but not at compile-time.
Martijn Laan
More...
3 months ago
Fix a few bugs and memory leaks.
Martijn Laan
More...
3 months ago
Fix various other bugs and do cleanup.
Martijn Laan
More...
3 months ago
Fix TPSStringList.Destroy slow code + TPSList.IndexOf Cardinal underflow if FCount (which is Cardinal) equals 0.
Martijn Laan
More...
3 months ago
←
1
2
3
4
5
6
7
8
9
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree