summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* pastojs: fixed case char of widechar_literal, issue 34993mattias2019-02-033-44/+22
* pastojs: helpers: access helper fields from methodmattias2019-02-033-120/+416
* fcl-passrc: resolver: check record/type helper staticmattias2019-02-033-11/+95
* * Fix wrong typecast, fix warning when compilingmichael2019-02-021-3/+4
* fcl-passrc: resolver: nicer error message on invalid set element typemattias2019-01-311-2/+14
* pastojs fixed treating big ints as doublemattias2019-01-312-129/+215
* fcl-passrc: fixed treating big ints as extendedmattias2019-01-312-7/+19
* fcl-js: small optimizationmattias2019-01-311-8/+11
* * split the routines with asm versions into strict pascal and strict asm vers...nickysn2019-01-311-24/+75
* pastojs: not using TSelfExprmattias2019-01-311-3/+1
* fcl-passrc: resolver: not using TSelfExprmattias2019-01-312-33/+22
* pastojs: searching units in current module directory, Delphi compatibilitymattias2019-01-316-20/+91
* pastojs: intrinsics lo/hi, issue 34964, patch from Kryvichhmattias2019-01-305-9/+441
* * optimizations in SetVisualX and SetActiveX by using a table, instead of a c...nickysn2019-01-301-17/+11
* pastojs: nicer -Jm error message, check for (a,b)[]mattias2019-01-303-6/+13
* fcl-passrc: parser: fixed self.a[], self.a()mattias2019-01-302-29/+41
* * optimizations in SetActive200 and SetActive350nickysn2019-01-301-10/+4
* pastojs: fixed compilemattias2019-01-291-1/+2
* fcl-passrc: scanner: bool switch $gotomattias2019-01-294-15/+60
* pastojs: fixed write class varmattias2019-01-292-243/+273
* fcl-passrc: resolver: fixed name[][] for default property and adv record clas...mattias2019-01-291-3/+11
* * use eax instead of edi in GetPixel320, to avoid saving/restoring edinickysn2019-01-291-6/+4
* - ignore VideoOfs completely in the mode 13h routines (this mode has no video...nickysn2019-01-291-5/+1
* * moved the assembler declaration in PutPixel320 and GetPixel320 to be on the...nickysn2019-01-291-4/+2
* - don't preserve edx and ecx in GetPixel320, because they don't need to be pr...nickysn2019-01-291-4/+0
* - removed commented out video page code from GetPixel320nickysn2019-01-291-1/+0
* - removed the REGCALL ifdefs from GetPixel320nickysn2019-01-291-5/+0
* + comment in GetPixel320 with the parameter locationsnickysn2019-01-291-0/+2
* * use different registers to avoid a mov instruction in PutPixel320nickysn2019-01-291-4/+3
* - don't save/restore eax and ecx in PutPixel320, because they don't need to b...nickysn2019-01-291-4/+0
* - removed the commented out video page code from PutPixel320nickysn2019-01-291-1/+0
* - removed the REGCALL ifdefs from PutPixel320nickysn2019-01-291-8/+0
* + added comment to PutPixel320 with the parameter locationsnickysn2019-01-291-0/+3
* * declare all registers as clobbered by int 10h in the asm block in SetVisual...nickysn2019-01-281-9/+1
* * SetVisual200 and SetVisual350 combined into one routine SetVisual200_350, b...nickysn2019-01-281-26/+6
* - removed the unnecessary code from SetVisual200 (the start address that is b...nickysn2019-01-281-12/+0
* + added comments with the parameter locations in SetCGAPalette and SetCGABordernickysn2019-01-281-6/+2
* + added comment to CallInt10 with the parameter locationnickysn2019-01-281-3/+1
* + added comment in the beginning of seg_bytemove, containing the parameter lo...nickysn2019-01-281-0/+5
* * converted seg_xorword, seg_orword and seg_andword to pure asm routinesnickysn2019-01-281-99/+102
* fcl-passrc: resolver: fixed find ancestor propertymattias2019-01-274-15/+115
* resolver: test record helper constructormattias2019-01-273-7/+168
* fcl-passrc: removed okgeneric, it bites generic interfacemattias2019-01-273-23/+15
* fcl-passrc: resolver: fixed error during parsing with-domattias2019-01-272-11/+78
* * Fix bug ID 32923 using patch from Margersmichael2019-01-271-1/+1
* * Patch from Margers to fix bug ID 13757michael2019-01-271-3/+2
* pastojs: shorten 1.0E12 to 1E12, issue 34942mattias2019-01-263-6/+51
* fcl-passrc: resolver: type helper constructorsmattias2019-01-264-163/+563
* - removed 'ifndef tp' directivesnickysn2019-01-251-6/+0
* - removed destroyed register lists from pure asm routinesnickysn2019-01-251-2/+2