summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* * regenerate Makefilessvenbarth2020-06-06372-372/+7905
* + add support for Z80 MSX-DOS to fpmakesvenbarth2020-06-061-2/+3
* Amiga: make the fullscreen video draggable, map Help Key to F20marcus2020-06-062-4/+6
* pas2js: specialized rtti with forward classmattias2020-06-064-33/+178
* fcl-passrc: fixed mem leak on error parsing genericmattias2020-06-055-11/+27
* pas2js: parse $optimizationmattias2020-06-053-19/+131
* fcl-passrc: parse $optimizationmattias2020-06-052-60/+123
* * Fix bug ID 37159: upstream patchesmichael2020-06-041-5/+26
* pas2js: fixed rtti record field anonymous arraymattias2020-06-032-5/+40
* Variants: add varQWord to OrdinalVarTypes and varDecimal to FloatVarTypesondrej2020-06-031-2/+2
* pas2js: rename overloads in specialized membersmattias2020-06-014-103/+221
* fcl-passrc: resolver: ClassScope_Recordmattias2020-06-011-2/+6
* pas2js: fixed check if specialized class interface is neededmattias2020-06-014-7/+147
* * make properties file binary the same for chms with binary index.marco2020-05-311-2/+15
* * Add dictionary tests for comparison with pas2jsmichael2020-05-313-2/+470
* pas2js: filer: restore specialize classmattias2020-05-312-76/+161
* fcl-passrc: fixed specialize while-do and with-domattias2020-05-303-3/+51
* fcl-passrc: resolver: nicer incompatible types anonymous proc and proc typemattias2020-05-303-8/+83
* pas2js: filer: started delay specializemattias2020-05-301-8/+16
* fcl-passrc: specialize varargs of tmattias2020-05-294-7/+70
* pas2js: async function exit(promise)mattias2020-05-283-7/+141
* * Moved constant to rtlconstsmichael2020-05-281-2/+2
* * Add nullable (bug ID 0037128)michael2020-05-282-0/+130
* fcl-passrc: allow external class function asyncmattias2020-05-271-1/+1
* pas2js: async proc typemattias2020-05-273-4/+90
* * Reset operator after variable listmichael2020-05-271-2/+3
* * Various small fixesmichael2020-05-273-15/+53
* * ObjCCategorymichael2020-05-276-33/+83
* * Allow pekIdent message typemichael2020-05-271-0/+1
* * Fix warnings and hintsmichael2020-05-273-16/+61
* AmigaOS4: fixed TDosList recordmarcus2020-05-261-40/+31
* * Descriptive error messagesmichael2020-05-261-11/+11
* * Start ObjCClass supportmichael2020-05-265-11/+102
* pas2js: calling async function returns promise, await(async proc);mattias2020-05-263-168/+572
* fcl-passrc: made async a procedure type modifier, distinguish function result...mattias2020-05-263-86/+244
* * Patch to try more 1.1 library names on windows (bug ID 37137)michael2020-05-261-0/+6
* * Expose status vector in interbase code, adapted patch by Joeny Ang. bug ID ...michael2020-05-261-10/+23
* fcl-db: do not include <> characters to parameter names. Issue 37142ondrej2020-05-251-1/+1
* tosunits: fixed the palette to be ST only (9 bits) in the example picture, th...karoly2020-05-231-2/+2
* tosunits: added another example which shows a DEGAS format picturekaroly2020-05-233-0/+2094
* fcl-passrc: try except on do else end without semicolon at do statementmattias2020-05-232-1/+41
* fcl-passrc: added tkOtherwise in all mdoes except ISO and ExtPasmattias2020-05-232-49/+50
* pas2js: fixed typomattias2020-05-231-1/+1
* tosunits: added some more xbios callskaroly2020-05-231-0/+7
* * fix compilation after r45461svenbarth2020-05-221-1/+8
* * Test for otherwise without semicolon before it (laz sources)michael2020-05-222-6/+37
* * Add missing calling conventionsmichael2020-05-223-3/+61
* * Trim content of directivesmichael2020-05-222-0/+13
* Amiga: optimized video unit drawingmarcus2020-05-211-104/+169
* * Fix for samesitemichael2020-05-201-1/+1