summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * missing regenerated fpcmake.incjonas2020-07-111-374/+368
* + strip leading zeros in numeric labels in iso/extended pascal mode also in...florian2020-07-112-1/+17
* Adapt tsysteminfo.shortname string field length to MacOSclassicpierre2020-07-101-1/+1
* * regenerated Makesfilesjonas2020-07-10448-10380/+23693
* * regeneratedjonas2020-07-101-1/+1
* * fixed compilationjonas2020-07-101-1/+1
* * synchronised with r445 of the universal interfacesjonas2020-07-10473-2356/+4338
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-10119-2827/+2853
* * variables can have the same name as the main program in iso mode, resolve...florian2020-07-102-0/+9
* Do not use .hidden for systems_wince, as is done for systems_windowspierre2020-07-101-1/+1
* tarmunaryminusnode.pass_1 must call inherited method for system_arm_wincepierre2020-07-101-2/+3
* Add z80 to PPC_TARGETS to reove ppcz80 on cleanpierre2020-07-102-4/+4
* Disable all utils for zxspectrum and msxdospierre2020-07-101-2/+1
* Disable bzip2 package for msxdos (Data element tool large error)pierre2020-07-101-1/+1
* Only try to use softfpu functions when fputype is fpu_softpierre2020-07-091-2/+2
* Try to fix tarmunaryminusnode.pass_1pierre2020-07-091-10/+1
* * patch by Christo Crause: fix volatile registers for call0 abi, resolves #...florian2020-07-091-1/+1
* daemonapp: virtual ShowHelpondrej2020-07-091-1/+1
* Add softfpu feature for z80 cpupierre2020-07-091-0/+4
* * Fix from Pascal Riekenberg for bug ID 37309 (font search failure)michael2020-07-091-7/+4
* * properly calc new src register for OP_XORflorian2020-07-081-1/+1
* pas2js: fixed assign record with field of dynamic arraymattias2020-07-082-19/+23
* Fix ShowHistory, by avoiding ordering by TR_ID which is not monotoneous anymorepierre2020-07-071-3/+3
* * AAarch64: handle initializations of vector registers with zero properlyflorian2020-07-071-9/+16
* * fix test to check result properly as pointed out by Bi0T1N in the bug tra...florian2020-07-071-0/+3
* Avoid rewriting revision.inc if content is unchangedpierre2020-07-071-12/+18
* Use FPCOPT variable instead of OPT, to also pass BINUTILSPREFIX as -XP optio...pierre2020-07-072-5/+11
* Make sure that we do not read passed the end of OPTSTRING variablepierre2020-07-061-2/+2
* * clean upflorian2020-07-061-7/+1
* Fix overflow when value is high(int64) in OptPass1And methodpierre2020-07-061-1/+2
* Fix cycle with -CriotR option on aarch64-linuxpierre2020-07-061-0/+2
* * fix abs() intrinsic optimisation, resolves #37301florian2020-07-052-6/+19
* + Xtensa: more cpu capabilitesflorian2020-07-044-8/+21
* * (modified) patch by Michael Ring from the mailing list to fix linking for...florian2020-07-041-1/+3
* bump ppudump copyright yearkaroly2020-07-041-2/+2
* + handle OS_128 in mm codeflorian2020-07-031-0/+2
* * regeneratedflorian2020-07-031-1/+33
* + add intrdat targetflorian2020-07-031-0/+10
* * fix compilation with newer FPCflorian2020-07-031-0/+2
* * Patch from Pawel Dmitruk to add CDATA and comment supportmichael2020-07-031-2/+75
* fphttpserver: gracefully close open connections at server destroyondrej2020-07-031-4/+36
* fphttpserver: fix endless loop in case of open connectionsondrej2020-07-031-1/+1
* * set mm register subreg properly when cleaning them with xorflorian2020-07-021-2/+3
* Obsolete system_mips_embedded, as it is a duplicate of system_mipseb_embeddedpierre2020-07-022-2/+2
* Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI gene...pierre2020-07-021-6/+7
* * use the fpu on suitable x86 targets to copy extended valuesflorian2020-07-011-1/+7
* * delay setting of pd_body and pd_implement till the header of a genericflorian2020-06-302-1/+23
* pas2js: doc about extending JS functionmattias2020-06-291-0/+7
* pas2js: doc about extending JS functionmattias2020-06-291-4/+57
* pas2js: fixed try exit(value) finally read Result endmattias2020-06-294-21/+183