nickysn
|
0c2054b9a3
+ allow disabling the Extended/SGH 1006 mouse tracking mode introduced in r29773
|
10 tahun lalu |
florian
|
5946328ed6
* CPUs not having CMOV apparently do not support the newly introduced Multibyte NOPs (Agner, Optimizing subroutines in assembly
|
10 tahun lalu |
florian
|
de17e9fa1c
+ cpu capability CPUX86_HAS_CMOV
|
10 tahun lalu |
nickysn
|
6ef8a8afc9
* fixed bug which caused Ctrl-F1..F4 to be erroneously identified as
|
10 tahun lalu |
nickysn
|
5a8d02999f
+ support the keycodes returned for Ctrl-F1..F4, Alt-F1..F4 and Shift-F1..F4 on
|
10 tahun lalu |
nickysn
|
97f2067762
+ added support for the xterm enhanced/SGH 1006 mouse tracking mode. Tested
|
10 tahun lalu |
florian
|
255c4feef6
* new code alignment fillings based on the discussion at http://www.lazarusforum.de/viewtopic.php?f=10&t=8487
|
10 tahun lalu |
florian
|
ba3f0281b0
* fix compilation errors with -O2 due to dfa based warnings
|
10 tahun lalu |
svenbarth
|
d849734acd
Specialize the correct generic if it has the same name as another generic that is located at another place of the type hierarchy.
|
10 tahun lalu |
svenbarth
|
5a344ee263
Rework the way how "specialize" is handled. Instead of initializing the specialization of a full type declaration (including unit name and parent types) it is now considered part of the specialized type itself. This means that for example the following code:
|
10 tahun lalu |
marco
|
b2b56a4791
* Patch by Luiz (mantis #27503) that fixes a procedure-type that has
|
10 tahun lalu |
lacak
|
add4e800be
fcl-db: sqlite: cosmetic + simplify code
|
10 tahun lalu |
lacak
|
0182f49b7b
fcl-db: odbc: add support for ftFmtBCD parameters. Bind them as string to support BCD values with precision > 10^38 (max.supported by SQL_NUMERIC_STRUCT)
|
10 tahun lalu |
nickysn
|
a445b4730b
+ added breakpoint flags parameter to TGDBController.BreakpointInsert. The
|
10 tahun lalu |
pierre
|
2095698a17
Use FPC_LOCALS_ARE_STACK_REG_RELATIVE macro to fix test for mips/mipsel
|
10 tahun lalu |
sergei
|
124592899f
* fcl-xml: dropped using 'hack classes', which cause runtime errors if compiled with -CR. Resolves #27447.
|
10 tahun lalu |
marco
|
7350dae037
* bug #24317 wrapper function for eventsink.disconnect
|
10 tahun lalu |
lacak
|
17832b250b
fcl-db: oracle: correct typo?
|
10 tahun lalu |
lacak
|
9fbf3494b4
fcl-db: implement setter and getter for TFloatField.AsBCD
|
10 tahun lalu |
pierre
|
97fccfd3bf
Also display raw response inside GDB window if DEBUG conditional is set
|
10 tahun lalu |
pierre
|
6887eb739a
Correctly display pchar longer than high(string) nito several lines in TGDBWindow.WriteText method
|
10 tahun lalu |
marcus
|
da3ce1a6d5
AROS: Added ELF structures to AmigaDOS
|
10 tahun lalu |
Károly Balogh
|
c421f4d91e
do not include outputexedir in linker resname. it causes the path to be double-included when cross-compiling with -st and -FE on Liunuxes. also, be consistent between linking on host and target.
|
10 tahun lalu |
pierre
|
6ce8aeed27
+ mips/mipsel libraries need PIC
|
10 tahun lalu |
lacak
|
2a2078e7f7
fcl-db: odbc: implements RefreshLastInsertID for autoincrementing columns.
|
10 tahun lalu |
nickysn
|
a861bbc5ae
- removed last_breakpoint_number from the gdb/mi interface. It didn't work in
|
10 tahun lalu |
nickysn
|
c754fa35d2
* fixed the passing of the breakpoint number to the DoSelectSourceLine method,
|
10 tahun lalu |
nickysn
|
9f31c26996
* handle properly stopping on a watchpoint in the gdb/mi debugger
|
10 tahun lalu |
nickysn
|
186e86b353
* compilation of gdbcon.pp fixed after r29746
|
10 tahun lalu |
nickysn
|
df234bd7fe
+ added method WatchpointInsert to TGDBController, with a gdb/mi implementation
|
10 tahun lalu |