summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Patch from Bart Broersma to fix writing unicode strings in the Windowsjoost2019-02-224-25/+156
* * aarch64: According to ARM64 ABI, function's arguments and the result are no...yury2019-02-222-7/+123
* * Add gif to help messagemichael2019-02-221-1/+1
* * Support reading gifsmichael2019-02-221-1/+3
* * Patch from Anton Kavalenka to fix gif reading (bug ID 35134)michael2019-02-221-4/+4
* * arm: Include pi_needs_got to current_procinfo.flags when the GOT register i...yury2019-02-201-0/+5
* * arm: Fixed crash while loading double constants with PIC enabled. This is t...yury2019-02-201-1/+1
* * android: Fixed stdio redirection for threads.yury2019-02-202-8/+23
* * pas2jni: Fixed exception handling.yury2019-02-201-5/+1
* * ppudump: Fixed warnings with -O3.yury2019-02-201-3/+6
* * ppudump: Use buffered write when outputting to json or xml. It improves the...yury2019-02-204-17/+49
* pastojs: overflow checking for integer operators +,-,* outside nativeintmattias2019-02-205-113/+202
* * pas2jni: Fixed handling of array variables.yury2019-02-201-3/+7
* pastojs: fixed MinMaxSafeIntDouble for significand bits instead of explicit bitsmattias2019-02-201-21/+21
* fcl-passrc: fixed MinMaxSafeIntDouble for significand bits instead of explici...mattias2019-02-202-4/+4
* fcl-js: fixed MinMaxSafeIntDouble for significand bits instead of explicit bitsmattias2019-02-201-2/+2
* fcl-js: write 1.20E1 as 1.2E1mattias2019-02-201-0/+9
* pastojs: range checking for type helpers and var/out argumentsmattias2019-02-202-81/+291
* fcl-passrc: parser: mode objfpc: generic function name<>...mattias2019-02-183-15/+63
* * pas2jni: Return null if a method pointer is empty.yury2019-02-181-0/+2
* * pas2jni: Properly handle Java exceptions when calling a callback Java method.yury2019-02-181-2/+14
* pastojs: clean upmattias2019-02-171-1/+1
* fcl-js: clean upmattias2019-02-171-1/+1
* pas2js: fixed rtl.freeLoc to return null if already nullmattias2019-02-171-2/+2
* pas2js: docsmattias2019-02-171-4/+6
* pastojs: implemented class constructorsmattias2019-02-174-130/+411
* fcl-passrc: usenanalyzer: class constructor/destructormattias2019-02-174-25/+191
* fcl-js: added TJSUnaryBracketsExpression, needed for (function(){})mattias2019-02-172-17/+45
* + added missing dependencies on Unix-like platforms - unit 'keyboard' uses unitnickysn2019-02-171-1/+2
* * Fixed mistake in r41325, bug 35099joost2019-02-171-4/+3
* pastojs: fixed mark impl scope ref of VarRecsmattias2019-02-161-3/+8
* resolver: treat array of const as open arraymattias2019-02-162-6/+35
* pastojs: fixed typecast jsvalue(anobject/interface)mattias2019-02-162-18/+47
* pastojs: fixed version check using current versionmattias2019-02-161-2/+3
* * Fix bug ID 35098 (count param)michael2019-02-161-7/+21
* * Add overloaded version of AssignFile with codepage. See bug ID 34889michael2019-02-161-0/+29
* * Patch from Ondrej Pokorny, to demonstrate alpha blending modemichael2019-02-169-30/+153
* pas2js: fixed compileserver.lpi unitpathsmattias2019-02-161-0/+1
* pas2js: set trunk version 1.5.1mattias2019-02-162-2/+2
* pas2js: compileserver: fixed mimetypes under darwinmattias2019-02-161-12/+31
* * Actually call InitLeadBytesmichael2019-02-161-0/+1
* * Complete the implementation of IsLeadCharmichael2019-02-163-0/+43
* * let the ARM code generator use the generic tcg.a_load_ref_cgpara() insteadjonas2019-02-162-55/+33
* pastojs: use VarRecs only if calledmattias2019-02-162-14/+66
* * Fix bug ID 34854michael2019-02-161-2/+8
* Fix bug ID 35086: TParser should reset position (tentative)michael2019-02-161-1/+9
* * Add overloaded version of stringreplace with replacement count (ID 23987)michael2019-02-167-9/+43
* pas2js: docsmattias2019-02-151-1/+0
* pas2js: docsmattias2019-02-151-1/+8
* pastojs: array of constmattias2019-02-1510-84/+711