27
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete DerivedNormalizationProps.txt More... over 4 years ago
Delete CaseFolding.txt More... over 4 years ago
Updated Unicode resource files after the generator application has been fixed by OBones. More... over 4 years ago
Pull changes from upstream/master into this branch More... over 4 years ago
Unicode 12 has very large numbers (Issue #63) More... over 4 years ago
New categories found in Unicode 12 (Issue #63) More... over 4 years ago
New character categories from Unicode 12 (Issue #63) More... over 4 years ago
Avoid useless conversions More... over 4 years ago
In alphabetical order, for easier lookup More... over 4 years ago
Merge pull request #75 from cycocrew/master More... over 4 years ago
Added detection of Windows 10 November 2019 Update in JclSysInfo.pas
jean.fabien.connault
as Jean-Fabien Connault
More... over 4 years ago
Merge pull request #73 from gjdoornink/feature/fix-JclBinaryTrees-Iterator-memory-corruption-part-2 More... over 4 years ago
CharIsInvalidPathCharacter published CharIsInvalidFileNameCharacter added
jens.fudickar
as Jens Fudickar
More... over 4 years ago
Ensure the binary tree iterator does not inadvertently free the parent binary tree if the parent binary tree is only referenced through an object reference instead of an interface reference. More... over 4 years ago
Merge pull request #70 from gjdoornink/feature/fix-JclSortedMaps-MapEquals
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #68 from gjdoornink/feature/fix-JclBinaryTrees-Iterator-memory-corruption
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #67 from gjdoornink/feature/fix-JclVectors-Iterator-memory-corruption
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #66 from gjdoornink/feature/fix-JclLinkedLists-Iterator-memory-corruption
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #65 from gjdoornink/feature/fix-JclArrayLists-Iterator-memory-corruption
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #64 from gjdoornink/feature/fix-JclQueues-Grow-Pack
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #69 from gjdoornink/feature/fix-JclSortedMaps-AssignDataTo
ahuser
as Andreas Hausladen
More... over 4 years ago
Merge pull request #71 from gjdoornink/feature/fix-devtools-jpp-compiler-searchpath
ahuser
as Andreas Hausladen
More... over 4 years ago
LoadLibrary return 0 (Win32) if it fails not HINSTANCE_ERROR (Win16)
ahuser
as Andreas Hausladen
More... over 4 years ago
Fix the compiler search path to ensure the compiler uses the source code from the current source tree. More... over 4 years ago
Fix a bug in the MapEquals method of the sorted map containers to ensures both values and keys are actually compared. More... over 4 years ago
Fix a bug in the AssignDataTo method of the sorted map containers. The fix ensures the data is actually copied. More... over 4 years ago
Ensure the binary tree iterator does not inadvertently free the parent binary tree if the parent binary tree is only referenced through an object reference instead of an interface reference. More... over 4 years ago
Ensure the vector iterator does not inadvertently free the parent vector if the parent vector is only referenced through an object reference instead of an interface reference. More... over 4 years ago
Ensure the linked list iterator does not inadvertently free the parent linked list if the parent linked list is only referenced through an object reference instead of an interface reference. More... over 4 years ago
Ensure the array list iterator does not inadvertently free the parent array list if the parent array list is only referenced through an object reference instead of an interface reference. More... over 4 years ago