Ondrej Pokorny
|
d502a38f20
TFPHTTPConnection: clear FBuffer when read from it in ReadRequestContent
|
4 лет назад |
Ondrej Pokorny
|
675312c201
*http client: rewind RequestBody in SendRequest
|
4 лет назад |
Yuriy Sydorov
|
64ddf22e1b
* TP compatibility: For retro CPUs always copy the function result to
|
4 лет назад |
Yuriy Sydorov
|
c78e9557f8
* Added support for the old Turbo Pascal INLINE(data/data/...) statement.
|
4 лет назад |
Yuriy Sydorov
|
122ed4b76a
* Support for sleb128 and uleb128 constants in the NASM writer.
|
4 лет назад |
Ondrej Pokorny
|
5479663e56
Move GetStatusCode from fphttpserver.pp to httpprotocol.pp in order to use it outside fphttpserver
|
4 лет назад |
Ondrej Pokorny
|
c64c0e617d
fphttpclient keepalive: failed socket operations raise exceptions - try to reconnect also in this case
|
4 лет назад |
florian
|
246bff92d2
+ include fcl-passrc in regression tests
|
4 лет назад |
Karl-Michael Schindler
|
dd4b4af6a5
compiler/msg/errord*.msg: Update of German error messages
|
4 лет назад |
FPK
|
bc2ed1a560
Merge branch 'main' into 'main'
|
4 лет назад |
Michaël Van Canneyt
|
5022d0e772
Merge branch 'main' of gitlab.com:freepascal.org/fpc/source into main
|
4 лет назад |
Michaël Van Canneyt
|
a7d608dd43
* Add DB testsuite config file to ignore list
|
4 лет назад |
Yuriy Sydorov
|
07698050e5
* Before r35961 (back in 2017) some simple assignment optimizations, such as "x:=x+y" to "inc(x,y)", were performed when -O2 in tassignmentnode.simplify. In r35961 these optimizations were moved to a separate pass which is enabled only when -O3 by cs_opt_use_load_modify_store. This separate pass can benefit from other optimization. But worse code is generated with -O2 since then.
|
4 лет назад |
Don
|
d147533c94
Remove "r" from FPC revision.
|
4 лет назад |
florian
|
777d536d9b
* extended routines int/frac/trunc shouldn't mess with precision or exception flags, should fix #39275
|
4 лет назад |
florian
|
306fae299e
* patch by J. Gareth Moreton: AND/CMP optimisation, resolves #39287
|
4 лет назад |
Michaël Van Canneyt
|
25e937b0c9
* Correct reader signatures
|
4 лет назад |
Michaël Van Canneyt
|
2f81580e04
* cast empty string to char no longer compiles
|
4 лет назад |
Michaël Van Canneyt
|
776790d014
* Rework packet handling
|
4 лет назад |
Michael Van Canneyt
|
5221388659
Merge branch 'ZeroSeparators' into 'main'
|
4 лет назад |
Ondrej Pokorny
|
a55794d80d
DateTimeToString: do not write #0 separators
|
4 лет назад |
Michael Van Canneyt
|
5997c13615
Merge branch 'WinDateSeparator' into 'main'
|
4 лет назад |
Ondrej Pokorny
|
0ae0e741cf
win: fix default ShortDateFormat and LongDateFormat
|
4 лет назад |
Ondrej Pokorny
|
2c81b44b1c
win: fix default ShortDateFormat and LongDateFormat
|
4 лет назад |
Yuriy Sydorov
|
10acbca828
* x86: Added the "test $-1,%reg" condition to the MovAndTest2Test optimization.
|
4 лет назад |
Marcus Sackrow
|
c0d57d03c2
amiga: removed some debugging settings
|
4 лет назад |
Marcus Sackrow
|
8117c97d92
amiga: FPC_DOKEYCONVERSION env var if key conversation Ansi to IBM should be done for every key
|
4 лет назад |
Marcus Sackrow
|
e1a75bf658
Amiga: Implemented GetVar for 1.x
|
4 лет назад |
Yuriy Sydorov
|
6a3f32ba69
* optimize tests for a single bit "(a and one_bit_mask_const) = <> one_bit_mask_const" into "(a and one_bit_mask_const) <> = 0" to enable further CPU specific optimizations.
|
4 лет назад |
Michaël Van Canneyt
|
45c6833258
* --example-dir support
|
4 лет назад |