Re: [fpc-devel] fnmatch (linux), where is the external code/symbol located?

2023-10-25 Thread Alfred via fpc-devel
Additional source-link: https://gitlab.gnome.org/rburton/gdk-pixbuf/-/blob/GTK_MULTIHEAD_MERGEPOINT_28_03_02/gtk/fnmatch.c#L61 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] fnmatch (linux), where is the external code/symbol located?

2023-10-25 Thread Alfred via fpc-devel
AFAIK, the GTK fnmatch can be found here: https://codebrowser.dev/gtk/include/fnmatch.h.html But I am 100% in favour of only using fnmatch from glibc ! ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailm

Re: [fpc-devel] Quick question on VMT / writeable or protected memory

2021-04-14 Thread Alfred via fpc-devel
The mORMot[1] sources could give you some info. During runtime, it patches the exe-memory to redirect function calls. Hard part was to get around the W^X memory protection on some BSD's. Look at: procedure PatchCode(Old,New: pointer; Size: integer; Backup: pointer; inside SynCommons.pas functio

[fpc-devel] Public access of FPC features and settings

2021-03-07 Thread Alfred via fpc-devel
Looks good. Thanks. My conclusion: we need more of this ! No kidding. This XML output is very useful. And, naturally, I would like to ask for more. If more is given, the use of a scheme would make it very convenient (easy) to add new content and to read this new content. But anyhow, this output

[fpc-devel] Public access of FPC features and settings

2021-03-07 Thread Alfred via fpc-devel
Hello, As a follow-up on a Lazarus feature request. Among other applications, Lazarus uses some hard-coded list that represent FPC features. Like supported MCU and boards. It would be (much) more convenient to parse the FPC output itself to supply this info. And that could be made easy by usi

[fpc-devel] Creating uf2 files for arm-embedded and Raspberry Pi Pico

2021-01-25 Thread Alfred via fpc-devel
As there is (hopefully) more embedded and freertos coming to FPC trunk soon, I would like to ask for a feature. Would it be possible to emit the -Wp definition ? And perhaps also the -Cp definition ? Using embedded-freertos now requires me to use a -Wp setting and a manual definition of this -

[fpc-devel] Github hosting of FPC utilities and [stable] sources

2020-10-13 Thread Alfred via fpc-devel
Hello to All, Again I would like to ask for a central GIT repo of FPC [stable] sources and FPC external utilities. Arguments. FPC [stable] sources. On newest macOS, svn is no longer made available (by Xcode). Only git command line tools are installed. To accommodate for this, I am hosting s