summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* * regenerated Makefilesflorian2020-03-21372-560/+6233
* + Xtensa: support in the build utilitiesflorian2020-03-201-42/+43
* * Enable CORSmichael2020-03-166-52/+66
* * Common CORS handlingmichael2020-03-168-113/+319
* * Fixes in CORS handlingmichael2020-03-151-1/+4
* * netdb: Always return False by GetHostByName() and GetHostByAddr() in the li...yury2020-03-151-2/+4
* * netdb: Fixed ResolveAddress6(). The long deprecated suffix "ip6.int" has be...yury2020-03-131-1/+1
* * netdb: Added the netdb implementation based on libc. Is is activated by the...yury2020-03-131-39/+329
* * Build cnetdb for android.yury2020-03-132-2/+2
* * Some small improvements, multiple documents allowed, help messagemichael2020-03-131-5/+33
* * SAX examplemichael2020-03-131-0/+89
* fcl-passrc: resolver: test helper from last unitmattias2020-03-121-3/+5
* * fix for bug 36722. Assigning result of compare(w)str to shortint risks ove...marco2020-03-111-4/+4
* * Parse the keywords in fppkg-repositoriesjoost2020-03-081-0/+3
* * Add category, support tags for packagemichael2020-03-083-23/+32
* * Fix bug 36758, patch from Marcin Wiazowski to always use writebuffermichael2020-03-071-12/+5
* * Allow setting compiler options in the fppkg config filemichael2020-03-072-2/+16
* fcl-db: fix memory corruption in bufdataset. Issue #36747ondrej2020-03-071-2/+8
* * fix _win64->win64 also for jedi, mantis #36751marco2020-03-063-46/+46
* * patch by marcin mantis 36765. Avoid double free, and add some more nillin...marco2020-03-064-5/+15
* * in decompress stream use eDEcompresserror, patch by Marcin mantis #36757marco2020-03-061-1/+1
* * some const added, from Serbod githubmarco2020-03-061-17/+24
* * fix precedence of IS operator, resolves #35909florian2020-03-061-1/+1
* * Missing file added to fpmake.ppjoost2020-03-031-0/+1
* * let win64 also define _win32. Some function prototypes are under that marco2020-03-031-0/+1
* * _win64 fixes. Commctrl still has it but has now the correct define.marco2020-03-032-2/+2
* * second patch by Evgeniy Shtrenyov for #36737 to improve backward compatib...florian2020-03-021-1/+14
* * fix compilation of simpleserver on non-Unix systemssvenbarth2020-02-281-1/+1
* * patch by Evgeniy to overcome fp.ini line length limit for help files, res...florian2020-02-271-16/+12
* * Fix sourcezip make target, correcting mixed case input file names.pierre2020-02-274-5/+5
* * renamed nodejsfs to node.jsmichael2020-02-232-2/+2
* * fixed ifdef after upgrade to 10.10 headers (patch by Hans Luijten,jonas2020-02-221-1/+1
* pas2js: typeinfo(specialization)mattias2020-02-204-7/+87
* pas2js: not storing specialized elementsmattias2020-02-205-204/+358
* fcl-passrc: resolver: check proc args procedural type by signature in mode ob...mattias2020-02-183-6/+36
* fcl-passrc: on incompatible procedural arg types write paramsmattias2020-02-182-33/+64
* fcl-passrc: forbid type reference to TGeneric.Somethingmattias2020-02-172-0/+24
* fcl-passrc: fixed alias type of member typemattias2020-02-172-1/+26
* fcl-passrc: resolver: show params of incompatible procedural typesmattias2020-02-172-9/+190
* * hopefully finally fix of r44186florian2020-02-161-1/+1
* Revert part of previous commit, not related to typos fixespierre2020-02-161-1/+1
* * fix typohajny2020-02-161-3/+3
* * Fixed the assignment of licenses of packagesjoost2020-02-151-0/+1
* * Fix bug ID 36701michael2020-02-151-1/+2
* * Correct typomichael2020-02-151-4/+4
* * Fix bug ID 36603michael2020-02-151-4/+10
* * fix mkparsedisplayname 3rd parameter, and overload the alternative. marco2020-02-151-1/+2
* pas2js: allow ExtClass<JSValue>:=ExtClass<Word>mattias2020-02-143-7/+95
* pas2js: no warning on typecast TGen<JSValue>(aGen<Word>) or TGen<Word>(aGen<J...mattias2020-02-143-8/+94
* * fix TVector.Reserve after IncreaseCapacity changes, resolves #36698florian2020-02-131-7/+13