| Commit message (Expand) | Author | Age | Files | Lines |
* | * regenerated Makefiles | florian | 2020-03-21 | 372 | -560/+6233 |
* | + Xtensa: support in the build utilities | florian | 2020-03-20 | 1 | -42/+43 |
* | * Enable CORS | michael | 2020-03-16 | 6 | -52/+66 |
* | * Common CORS handling | michael | 2020-03-16 | 8 | -113/+319 |
* | * Fixes in CORS handling | michael | 2020-03-15 | 1 | -1/+4 |
* | * netdb: Always return False by GetHostByName() and GetHostByAddr() in the li... | yury | 2020-03-15 | 1 | -2/+4 |
* | * netdb: Fixed ResolveAddress6(). The long deprecated suffix "ip6.int" has be... | yury | 2020-03-13 | 1 | -1/+1 |
* | * netdb: Added the netdb implementation based on libc. Is is activated by the... | yury | 2020-03-13 | 1 | -39/+329 |
* | * Build cnetdb for android. | yury | 2020-03-13 | 2 | -2/+2 |
* | * Some small improvements, multiple documents allowed, help message | michael | 2020-03-13 | 1 | -5/+33 |
* | * SAX example | michael | 2020-03-13 | 1 | -0/+89 |
* | fcl-passrc: resolver: test helper from last unit | mattias | 2020-03-12 | 1 | -3/+5 |
* | * fix for bug 36722. Assigning result of compare(w)str to shortint risks ove... | marco | 2020-03-11 | 1 | -4/+4 |
* | * Parse the keywords in fppkg-repositories | joost | 2020-03-08 | 1 | -0/+3 |
* | * Add category, support tags for package | michael | 2020-03-08 | 3 | -23/+32 |
* | * Fix bug 36758, patch from Marcin Wiazowski to always use writebuffer | michael | 2020-03-07 | 1 | -12/+5 |
* | * Allow setting compiler options in the fppkg config file | michael | 2020-03-07 | 2 | -2/+16 |
* | fcl-db: fix memory corruption in bufdataset. Issue #36747 | ondrej | 2020-03-07 | 1 | -2/+8 |
* | * fix _win64->win64 also for jedi, mantis #36751 | marco | 2020-03-06 | 3 | -46/+46 |
* | * patch by marcin mantis 36765. Avoid double free, and add some more nillin... | marco | 2020-03-06 | 4 | -5/+15 |
* | * in decompress stream use eDEcompresserror, patch by Marcin mantis #36757 | marco | 2020-03-06 | 1 | -1/+1 |
* | * some const added, from Serbod github | marco | 2020-03-06 | 1 | -17/+24 |
* | * fix precedence of IS operator, resolves #35909 | florian | 2020-03-06 | 1 | -1/+1 |
* | * Missing file added to fpmake.pp | joost | 2020-03-03 | 1 | -0/+1 |
* | * let win64 also define _win32. Some function prototypes are under that | marco | 2020-03-03 | 1 | -0/+1 |
* | * _win64 fixes. Commctrl still has it but has now the correct define. | marco | 2020-03-03 | 2 | -2/+2 |
* | * second patch by Evgeniy Shtrenyov for #36737 to improve backward compatib... | florian | 2020-03-02 | 1 | -1/+14 |
* | * fix compilation of simpleserver on non-Unix systems | svenbarth | 2020-02-28 | 1 | -1/+1 |
* | * patch by Evgeniy to overcome fp.ini line length limit for help files, res... | florian | 2020-02-27 | 1 | -16/+12 |
* | * Fix sourcezip make target, correcting mixed case input file names. | pierre | 2020-02-27 | 4 | -5/+5 |
* | * renamed nodejsfs to node.js | michael | 2020-02-23 | 2 | -2/+2 |
* | * fixed ifdef after upgrade to 10.10 headers (patch by Hans Luijten, | jonas | 2020-02-22 | 1 | -1/+1 |
* | pas2js: typeinfo(specialization) | mattias | 2020-02-20 | 4 | -7/+87 |
* | pas2js: not storing specialized elements | mattias | 2020-02-20 | 5 | -204/+358 |
* | fcl-passrc: resolver: check proc args procedural type by signature in mode ob... | mattias | 2020-02-18 | 3 | -6/+36 |
* | fcl-passrc: on incompatible procedural arg types write params | mattias | 2020-02-18 | 2 | -33/+64 |
* | fcl-passrc: forbid type reference to TGeneric.Something | mattias | 2020-02-17 | 2 | -0/+24 |
* | fcl-passrc: fixed alias type of member type | mattias | 2020-02-17 | 2 | -1/+26 |
* | fcl-passrc: resolver: show params of incompatible procedural types | mattias | 2020-02-17 | 2 | -9/+190 |
* | * hopefully finally fix of r44186 | florian | 2020-02-16 | 1 | -1/+1 |
* | Revert part of previous commit, not related to typos fixes | pierre | 2020-02-16 | 1 | -1/+1 |
* | * fix typo | hajny | 2020-02-16 | 1 | -3/+3 |
* | * Fixed the assignment of licenses of packages | joost | 2020-02-15 | 1 | -0/+1 |
* | * Fix bug ID 36701 | michael | 2020-02-15 | 1 | -1/+2 |
* | * Correct typo | michael | 2020-02-15 | 1 | -4/+4 |
* | * Fix bug ID 36603 | michael | 2020-02-15 | 1 | -4/+10 |
* | * fix mkparsedisplayname 3rd parameter, and overload the alternative. | marco | 2020-02-15 | 1 | -1/+2 |
* | pas2js: allow ExtClass<JSValue>:=ExtClass<Word> | mattias | 2020-02-14 | 3 | -7/+95 |
* | pas2js: no warning on typecast TGen<JSValue>(aGen<Word>) or TGen<Word>(aGen<J... | mattias | 2020-02-14 | 3 | -8/+94 |
* | * fix TVector.Reserve after IncreaseCapacity changes, resolves #36698 | florian | 2020-02-13 | 1 | -7/+13 |