#fpc #freepascal #compiler #fpcobj #pascal

Tomas Hajny fdbd928453 * utils package still stay as standalone zip for smaller utilities in the main directory, but the source file name is one character longer than before now 10 lat temu
compiler d24382e8f8 * x86 AT&T writer: never ever drop "@GOTPCREL" relocation, because it results in corrupted code (at least, "mov foo@GOTPCREL(%rip),%reg" must change to "lea foo(%rip),%reg" to remain equivalent, but this must be handled elsewhere anyway. Assembler writer should just write generated code as is). 10 lat temu
ide c9f73354af Avoid CopyFile over itself fp.cfg after copying fp.ini, thus avoiding misleading ErrorBox 10 lat temu
installer fdbd928453 * utils package still stay as standalone zip for smaller utilities in the main directory, but the source file name is one character longer than before now 10 lat temu
packages d8ce1caea3 fcl-db: postgresql: Fix AV in UnprepareStatement (TPQCursor.tr is nil). 10 lat temu
rtl 284074c4e8 * OS/2 UnicodeStringManager functions finished (except for CharLengthPChar and CodePointLength which only make sense after they get a codepage parameter as discussed with Jonas); fix for #6295 10 lat temu
tests 26cd3dc58a * %OS -> %target, the former is invalid and breaks the entire run. 10 lat temu
utils 8d4b7f8b97 * search directory given by FPCDIR for the *.cod files as well as /usr/local/lib/fpc/lexyacc/ and /usr/lib/fpc/lexyacc/ on unix (despite current dir), resolves #27326 10 lat temu
.gitattributes 94a51e26a0 + support of winapi directive 10 lat temu
.gitignore 4c9b01dc26 * Removed empty tests directory from svn 11 lat temu
Makefile 3af91db14d + added msdos to the NOUTILSTARGETS 10 lat temu
Makefile.fpc 3af91db14d + added msdos to the NOUTILSTARGETS 10 lat temu
fpmake.pp df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 lat temu
fpmake_add1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 lat temu
fpmake_proc1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 lat temu