michael
|
373e6a78d7
* Support reading gifs
|
6 年之前 |
michael
|
fe505c12a9
* Patch from Anton Kavalenka to fix gif reading (bug ID 35134)
|
6 年之前 |
yury
|
3a43ffd57b
* arm: Include pi_needs_got to current_procinfo.flags when the GOT register is accessed. It forces proper initialization of the GOT register at the beginning of a procedure. This fixes storing of a double constant to a field in a packed record and other rare copy operations when PIC is enabled.
|
6 年之前 |
yury
|
3e8c7f66b7
* arm: Fixed crash while loading double constants with PIC enabled. This is the regression after r41129. The crash has occurred due to usage of a rare code path. It will be fixed in the next commit.
|
6 年之前 |
yury
|
ad6642edc0
* android: Fixed stdio redirection for threads.
|
6 年之前 |
yury
|
c0e1ec9121
* pas2jni: Fixed exception handling.
|
6 年之前 |
yury
|
fa4596a08f
* ppudump: Fixed warnings with -O3.
|
6 年之前 |
yury
|
9a3ddf650c
* ppudump: Use buffered write when outputting to json or xml. It improves the output speed a lot.
|
6 年之前 |
Mattias Gaertner
|
25cb06f021
pastojs: overflow checking for integer operators +,-,* outside nativeint
|
6 年之前 |
yury
|
496693d77b
* pas2jni: Fixed handling of array variables.
|
6 年之前 |
Mattias Gaertner
|
de59341cb7
pastojs: fixed MinMaxSafeIntDouble for significand bits instead of explicit bits
|
6 年之前 |
Mattias Gaertner
|
5d62a1cfcd
fcl-passrc: fixed MinMaxSafeIntDouble for significand bits instead of explicit bits
|
6 年之前 |
Mattias Gaertner
|
d6f5792f36
fcl-js: fixed MinMaxSafeIntDouble for significand bits instead of explicit bits
|
6 年之前 |
Mattias Gaertner
|
8569bd2bf6
fcl-js: write 1.20E1 as 1.2E1
|
6 年之前 |
Mattias Gaertner
|
8ee668ad05
pastojs: range checking for type helpers and var/out arguments
|
6 年之前 |
Mattias Gaertner
|
97bbae538b
fcl-passrc: parser: mode objfpc: generic function name<>...
|
6 年之前 |
yury
|
f7f1286e51
* pas2jni: Return null if a method pointer is empty.
|
6 年之前 |
yury
|
6d95018c80
* pas2jni: Properly handle Java exceptions when calling a callback Java method.
|
6 年之前 |
Mattias Gaertner
|
d0c9392d5e
pastojs: clean up
|
6 年之前 |
Mattias Gaertner
|
4282b61e9f
fcl-js: clean up
|
6 年之前 |
Mattias Gaertner
|
0b0ecc0647
pas2js: fixed rtl.freeLoc to return null if already null
|
6 年之前 |
Mattias Gaertner
|
d4a5f7e2e1
pas2js: docs
|
6 年之前 |
Mattias Gaertner
|
1a977e8efd
pastojs: implemented class constructors
|
6 年之前 |
Mattias Gaertner
|
894aebf8dd
fcl-passrc: usenanalyzer: class constructor/destructor
|
6 年之前 |
Mattias Gaertner
|
34515b09cf
fcl-js: added TJSUnaryBracketsExpression, needed for (function(){})
|
6 年之前 |
nickysn
|
0a228b9115
+ added missing dependencies on Unix-like platforms - unit 'keyboard' uses unit
|
6 年之前 |
joost
|
0814dad0ba
* Fixed mistake in r41325, bug #35099
|
6 年之前 |
Mattias Gaertner
|
3ecfa10417
pastojs: fixed mark impl scope ref of VarRecs
|
6 年之前 |
Mattias Gaertner
|
73e1846222
resolver: treat array of const as open array
|
6 年之前 |
Mattias Gaertner
|
3cb31b75a7
pastojs: fixed typecast jsvalue(anobject/interface)
|
6 年之前 |