reiniero
|
7275f30360
* fcl-db: readme for sql parser/scanner/lexer; based on Michael's message http://www.mail-archive.com/fpc-devel%40lists.freepascal.org/msg18680.html
|
před 11 roky |
sergei
|
c76dedfd31
* MIPS: re-enable peephole optimizations which got disabled by r27106 and were not restored in r27147. Unfortunately such things are hard to detect reliably in automated way.
|
před 11 roky |
nickysn
|
70732aedbb
* ti8086nodeutils.InsertMemorySizes: stack segment creation moved to a separate
|
před 11 roky |
sergei
|
886159e73a
* Renamed testdll2.pp into ttdllex1.pp so it falls into same chunk with ttdllexe.pp and can be located at runtime.
|
před 11 roky |
sergei
|
128cdd2a65
* Renamed testdll.pp into ttdlltes1.pp so it falls into same chunk with ttdlltest.pp and can be located at runtime.
|
před 11 roky |
sergei
|
bdb2993277
* Renamed tlib* tests so all file names of dependent tests differ only in last letter. This fixes failures caused by inability to locate dlls at runtime.
|
před 11 roky |
sergei
|
4202343033
* MIPS: emit ".set nomips16" and ".set noreorder" directives for procedures declared as "assembler nostackframe", as it is done for regular procedures. Handwritten assembler routines typically utilize delay slots, and it is desirable that assembler does not mess it up.
|
před 11 roky |
michael
|
6c7ab322a1
* Applied patch from Laco to fix bug ID #25939
|
před 11 roky |
michael
|
2e8e50a24b
* Applied patch from Laco to fix bug ID #25939
|
před 11 roky |
lacak
|
ae3f0f3752
fcl-db: base: introduce TParam.AsBytes + test
|
před 11 roky |
lacak
|
62782f1904
fcl-db: tests: some tests expects, that GetNDataset (FPDEV table) returns records ordered by ID. In some cases when in test record is updated (f.e. TestRefresh) this record appears at end when dataset is reopened.
|
před 11 roky |
Jonas Maebe
|
bee20f79f0
* save original widestring manager on entry and restore it on exit, so that
|
před 11 roky |
nickysn
|
a52d8abe38
* changed the default stack size in the i8086 far data memory models to 16 KB
|
před 11 roky |
Jonas Maebe
|
02d36c56f7
* fixed compilation (changes after testing :/ )
|
před 11 roky |
Jonas Maebe
|
5bc6a2e934
* synchronised JVM versions of generic include files with current generic
|
před 11 roky |
Jonas Maebe
|
5e1a895e95
* removed JVM-specific creation of methodpointertype and
|
před 11 roky |
sergei
|
274c2fc82f
* handle_ln_const: if/else branches were swapped, correct values are: ln(0)=-Inf and ln(-#)=NaN.
|
před 11 roky |
marco
|
aebe66d0cf
* some fixes and a lot of updating of Hungarian names. Mantis #26196
|
před 11 roky |
marco
|
b7aff4eae0
* flush output on halt. Patch by Mattias mantis #26225
|
před 11 roky |
marco
|
0a0739b916
* improved winexec comment, updated copyright year and add minor comment to gettickcount64
|
před 11 roky |
sergei
|
a8bc2085e8
- Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc.
|
před 11 roky |
sergei
|
e5f6f9c3a1
- powerpc and powerpc64: cleaned out code corresponding to FPC_STRTOSHORTSTRINGPROC not defined (obsolete and removed from other targets long ago). Also merged strpas.inc files into powerpc*.inc, because by now they are included only once and therefore don't need to be separate files.
|
před 11 roky |
sergei
|
a94187c79b
- ARM: cleaned out code corresponding to FPC_STRTOSHORTSTRINGPROC not defined (obsolete and removed from other targets long ago).
|
před 11 roky |
reiniero
|
e8a3715afd
* fcl-db: limit blob memory usage when using unidirectional datasets. Patch by Laco. Issue #24509
|
před 11 roky |
Jonas Maebe
|
19c310f5d3
* fixed unit name
|
před 11 roky |
Károly Balogh
|
f3bbad26c3
m68k: use MOVEA without size to load values to address regs. use a_op_const_reg in a_op_const_ref for smarter const loading when necessary
|
před 11 roky |
nickysn
|
47a7a9835a
* added hack to support stack exceeding 32kb in size in the i8086 far data
|
před 11 roky |
svenbarth
|
2c6d3f1428
Read the deref of the fieldvarsym into the correct variable. I wonder how this ever went past the test suite O.o
|
před 11 roky |
nickysn
|
e9cb275f66
* put the i8086-msdos stack segment in a separate object file
|
před 11 roky |
nickysn
|
d4565aeec2
* in i8086 far data memory models add reference to the beginning of stack from
|
před 11 roky |