Description: relative high prio revs to be reviewed by others (active) Revisions in this set 56f0a71466be36f158e239238517287a47e59335,99680eb88c425cd71edf808d6084fa51a636696c,0dabe496019e970e657cc95f3c34d45ddc3fe4ef,8b24033e93b3cc381cd27a137149ca5cd870ebba,f3c377f8d1e689d70f39e831701ab243162030c2,25c6f3a667b24d7d9f9f165e0a5eb6b37dadb357,c152796bf3a25f2a9fbc9fdd67f0d1cdb31dbca4,bfa5bf80e20e47101e4253f920895acb098436b4,4e06d66d7fb98e634e4e86a1d43f3856da429fec,b596b71130a1b18e08388c0d5853968043e0deb2,86c036d9ed8a63040dbe4adf22c96668d94fc7cb,46de243fe607d4117a40994bb7b135013708f617,5418ccf31ebfe3857cfa784367f22eab253e1f22,fdac8f4e43961e247e7899514b96c66cc5e4183a commit 56f0a71466be36f158e239238517287a47e59335 Author: Károly Balogh Date: Sun Jan 13 16:23:18 2019 +0000 heaptrc: empty the array for the call trace, otherwise the trace dump code will just dump the rest of the array as well, on systems where the heap is not initialized to zero, or if the memory area has been re-used git-svn-id: trunk@40856 - M rtl/inc/heaptrc.pp --- commit 99680eb88c425cd71edf808d6084fa51a636696c Author: florian Date: Sun Dec 22 22:51:53 2019 +0000 * patch by Anton Kavalenka: heaptrc: Improve tracing by printing actual module name (ether EXE or DLL), resolves #36130 git-svn-id: trunk@43710 - M rtl/inc/heaptrc.pp --- commit 0dabe496019e970e657cc95f3c34d45ddc3fe4ef Author: florian Date: Sun Dec 22 23:34:22 2019 +0000 * fix building on non-unix/windows targets git-svn-id: trunk@43711 - M rtl/inc/heaptrc.pp --- commit 8b24033e93b3cc381cd27a137149ca5cd870ebba Author: florian Date: Sun Dec 22 23:39:44 2019 +0000 * last fix was most likely not complete git-svn-id: trunk@43712 - M rtl/inc/heaptrc.pp --- commit f3c377f8d1e689d70f39e831701ab243162030c2 Author: svenbarth Date: Tue Apr 21 06:05:39 2020 +0000 * use accessor functions to work with the TContext record git-svn-id: trunk@44935 - M rtl/win64/seh64.inc --- commit 25c6f3a667b24d7d9f9f165e0a5eb6b37dadb357 Author: svenbarth Date: Tue Apr 21 06:05:43 2020 +0000 * the prefetch bug handling is specific to x86_64 git-svn-id: trunk@44936 - M rtl/win64/seh64.inc --- commit c152796bf3a25f2a9fbc9fdd67f0d1cdb31dbca4 Author: svenbarth Date: Tue Apr 21 06:05:46 2020 +0000 * rename RunErrorCodex64 to a more appropriate RunErrorCodeSEH git-svn-id: trunk@44937 - M rtl/win64/seh64.inc --- commit bfa5bf80e20e47101e4253f920895acb098436b4 Author: svenbarth Date: Tue Apr 21 06:05:55 2020 +0000 * inside the Win64 system unit convert FPC_USE_WIN64_SEH to a SYSTEM_USE_WIN_SEH git-svn-id: trunk@44939 - M rtl/win64/seh64.inc M rtl/win64/system.pp --- commit 4e06d66d7fb98e634e4e86a1d43f3856da429fec Author: svenbarth Date: Tue Apr 21 06:05:59 2020 +0000 + implement RTL functionality for SEH for aarch64-win64 git-svn-id: trunk@44940 - M rtl/win64/seh64.inc M rtl/win64/system.pp --- commit b596b71130a1b18e08388c0d5853968043e0deb2 Author: florian Date: Fri Sep 18 19:28:53 2020 +0000 * patch by Joe care to make fv more 64 Bit save, resolves #37772 git-svn-id: trunk@46893 - M packages/fv/src/sysmsg.pas M packages/fv/src/views.pas M packages/fv/src/w32smsg.inc --- commit 86c036d9ed8a63040dbe4adf22c96668d94fc7cb Author: pierre Date: Tue Apr 13 20:57:18 2021 +0000 Explicitly disable range and overflow checking to avoid troubles with pointer arithmetics git-svn-id: trunk@49198 - M rtl/inc/heaptrc.pp --- commit 46de243fe607d4117a40994bb7b135013708f617 Author: marcoonthegit Date: Sat Jun 18 14:50:13 2022 +0200 * fix bootstrap with 3.2.2, whi M rtl/inc/heaptrc.pp --- commit 5418ccf31ebfe3857cfa784367f22eab253e1f22 Author: marcoonthegit Date: Sat Jun 18 14:52:24 2022 +0200 * fix bootstrapping *BSD with 3.2.2, which isn't flagged as supporting weakexternal on those targets M rtl/inc/heaptrc.pp --- commit fdac8f4e43961e247e7899514b96c66cc5e4183a Author: Michaël Van Canneyt Date: Mon Mar 6 14:58:04 2023 +0100 * Dotted filenames for package openssl A packages/openssl/namespaced/Api.Openssl.pas A packages/openssl/namespaced/System.Net.Fpopenssl.pp A packages/openssl/namespaced/System.Net.Opensslsockets.pp A packages/openssl/namespaces.lst M packages/openssl/src/fpopenssl.pp M packages/openssl/src/openssl.pas M packages/openssl/src/opensslsockets.pp