joost
|
f011d02833
* Raise an exception when a TBufDataset is opened while there is no dataset created
|
13 years ago |
joost
|
cbb8b23c71
* fixed the recognition of xml-files using the TBufDataset.filename property
|
13 years ago |
svenbarth
|
4fc7515591
* pdecsub.pas, parse_proc_dec: always parse operator overload heads as block type bt_body so that operators like ">", "=>" or "<>" are resolved to the correct tokens ("<>" would be a sequence of "_LSHARPBRACKET _RSHARPBRACKET" instead of _NE otherwise). Fixes Mantis #21127
|
13 years ago |
marco
|
343b8e299c
* Mantis #21995, rewrite mantis #17199 changes (IB datetime milliseconds)
|
13 years ago |
svenbarth
|
def357287e
* revert revision 21251 for pdecvar.pas: not generating the bss-data for the static symbol for a generic breaks linking with debug info enabled; I'll need to find a better solution to avoid unneeded use of space (luckily it wasn't needed to fix any bug ^^)
|
13 years ago |
Jonas Maebe
|
db955f842f
* fixed (harmless) range check errors
|
13 years ago |
Jonas Maebe
|
641b259aed
* adjusted thlcg.g_rangecheck() implementation so it can be used for all
|
13 years ago |
Jonas Maebe
|
11e9f95580
* fixed (not harmless) class cast error when indexing an array[orddef] using
|
13 years ago |
Jonas Maebe
|
95b8b95c9c
* fixed (harmless) class cast error
|
13 years ago |
Jonas Maebe
|
41d86f2b26
* fixed (harmless) class cast error when checking whether an aggregate
|
13 years ago |
Jonas Maebe
|
003a30db6b
- reverted r21246, it breaks tcalext3/5 on x86
|
13 years ago |
Jonas Maebe
|
24be42d509
* changed "crc" variable from longint to cardinal to avoid (harmless) range
|
13 years ago |
joost
|
50704e55c8
* Implemented TBufDataset.MergeChangelog
|
13 years ago |
Jonas Maebe
|
ab914a8ae3
* the code page of unicodestring/widestring on big endian targets is
|
13 years ago |
joost
|
67ab61dcc8
* Moved .ReadOnly property from TSQLQuery to TBufDataset
|
13 years ago |
joost
|
e2d43a63b2
* Added Lazarus gui-frontend for db unit-tests.
|
13 years ago |
joost
|
a5bfcb026d
* Fixed case-insensitive filtering on filters like *blah*
|
13 years ago |
svenbarth
|
5b1b194b47
* pdecvar.pas, read_record_fields: don't generate BSS-data for generic static fields (doesn't fix any specific bug, but we don't need space reserved for the field)
|
13 years ago |
Jonas Maebe
|
f8c815b3db
* print expected output when an error occurs, rather than two times the
|
13 years ago |
marco
|
2661bd406c
* Patch to correct parameter types in IDropSource by Cobines, mantis #21971
|
13 years ago |
Jonas Maebe
|
64f3ba3299
* clarified description of -Xd, it is not always required for
|
13 years ago |
Jonas Maebe
|
50d2fa7134
* after changing a modeswitch, only change related module/localswitches that
|
13 years ago |
Jonas Maebe
|
9568693664
* removed superfluous sign extension from a_load_subsetreg_reg() (the value
|
13 years ago |
michael
|
82cf4cd89a
* Default Modulename can be set
|
13 years ago |
marco
|
e1283a3e0e
* handle milliseconds in IB timestamps, patch by Zipfelvo, improved by Lacak2.
|
13 years ago |
marco
|
a0becaa727
* fix size of pthread_rwlock_t. Mantis #21552 Fields are now opaque.
|
13 years ago |
marco
|
9e03a58c3d
* Patch to implement TSQLite3ConnectionDef from Silvio Clecio, Mantis #21930
|
13 years ago |
marco
|
4edd31b41e
* helper procedure to calc min/max of a spline. Mantis #19669, Patch by A. Klenin.
|
13 years ago |
marco
|
4a782b1411
* tcflow and tcsendbreak fix for open/net
|
13 years ago |
florian
|
6b8f452804
* get_frame_*/get_caller_* does not work yet on MIPS
|
13 years ago |