Conversation
Updated JclSysInfo.pas to detect Windows 10 May 2019 Update
… we have to make sure we use its replacement if available (Issue #6670)
…pull them from a not existand fork but from the original URL.
… try to pull them from a not existand fork but from the original URL." This reverts commit 3f5355e.
Added NtfsIsJunctionPoint, NtfsIsSymlink, NtfsGetSymlinkDestination and NtfsGetReparsePointDestination with optional RemovePathPrefix option.
…ctionality to the Queue container classes.
… array list if the parent array list is only referenced through an object reference instead of an interface reference.
…t linked list if the parent linked list is only referenced through an object reference instead of an interface reference.
…tor if the parent vector is only referenced through an object reference instead of an interface reference.
…t binary tree if the parent binary tree is only referenced through an object reference instead of an interface reference.
…e fix ensures the data is actually copied.
…ures both values and keys are actually compared.
…ode from the current source tree.
…ler-searchpath Fix the compiler search path of devtools (jpp, jppContainers and jppExceptionDialogs).
…gnDataTo Fix a memory bug in the AssignDataTo method of the sorted map containers.
JclQueues: Add missing AutoGrow, AutoPack and Grow methods.
…ator-memory-corruption Fix memory corruption in the array list (TJclArrayList<T>) iterator.
…rator-memory-corruption Fix memory corruption in the linked list (TJclLinkedList<T>) iterator.
…r-memory-corruption Fix memory corruption in the vector (TJclVector<T>) iterator.
…rator-memory-corruption Fix memory corruption in the binary tree iterators.
…quals Fix a bug in the MapEquals method of the sorted map containers.
…t binary tree if the parent binary tree is only referenced through an object reference instead of an interface reference.
CharIsInvalidFileNameCharacter added
…rator-memory-corruption-part-2 Fix memory corruption in the binary tree iterators. (follow up to pull request #68)
Windows 11 25H2 detection
…a (PeDump.pas) - discussion 148
…hild.SectionListViewData FIX for Integer Overflow in procedure TPeDumpChild.SectionListViewData
JclIDEUtils: RadToolName defaults to 'RAD Studio'
Member
|
This PR makes no sense at all, with many merges in all directions. |
JclIDEUtils: fix memory leaks in ReadInstallations
JclIDEUtils: Add `IDEUpdateNumber` property to get RAD Studio update info
…by not checking for the 9A cp opcode (which is not valid in 64-bit mode)
…cl-gender-neutral into Arctic-Circuits-gender-neutral
Fix typo: ddc32 -> dcc32
…ace info into executable
- JclDebug: rename CheckHeadersSpace -> AdjustHeadersSpace (it now adjusts SizeOfHeaders through a var parameter) - JclDebug: wrap the MovePointerToRawData loop body in begin/end so the zero-raw-section comment and guard are clearly inside the loop - JclDebug: add blank lines before the SizeOfHeaders and checksum comment blocks - JclPeImage: add the mandatory blank line before InsertHeaderSpace - JclPeImage: factor the duplicated 32/64-bit header-grow blocks into a single nested helper EnsureSectionHeaderSpace. The section table is at the same file offset for both targets, so the 32-bit mapping helpers locate it for both; only the per-target SizeOfHeaders bump stays in the caller. No behavior change. Verified compiling under dcc32/dcc64, and that the grow path still yields signtool-acceptable 32- and 64-bit images (a faithful pre-fix image is still rejected with 0x800700C1). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ers-signtool changes to fix PE header corruption when inserting exception stack trace
…an be empty or invalid strings, and as such must not raise an exception but rather use default values that make sure the test returns false to mimic what MSBuild does.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing JCL 2.7 Build 5676 StackTrackExample in RADStudio 10.4.2, x32
The Result is
function name and line number is not visible.
So, does JCL 2.7 supports function names and line numbers in RADStudio 10.4.2?