Jonas Maebe
|
c1b1eadb98
* factored out the intialization of uinttype/sinttype/ptruinttype/ptrsinttype
|
13 жил өмнө |
michael
|
264a013087
* Example from Reinier Olislagers to demo TFBAdmin component (bug 22012)
|
13 жил өмнө |
michael
|
3296858f44
* Added TFBAdmin component from Ludo Brands (bug 22012)
|
13 жил өмнө |
paul
|
62a91ef626
compiler: don't search symbol in other symtables than in found nested class, fix wrong test + add another one
|
13 жил өмнө |
paul
|
62b59235ca
compiler: fix accessing typed constants inside class declaration (bug #21941)
|
13 жил өмнө |
svenbarth
|
b3595893c8
pgenutil.pas, generate_specialization: set the correct module index, so that warnings, etc. that are generated for a type declaration are printed using the module where the generic came from (this is already done for method bodies, but not for declarations)
|
13 жил өмнө |
svenbarth
|
810bd7ddab
+ symtable.pas, tspecializesymtable.create: SymList and DefList do not need to own the symbols and defs as they are moved to another symtable before the specialize symtable is destroyed (avoids the need to call "extract" on those lists)
|
13 жил өмнө |
paul
|
d79eee8ed1
compiler: write a warning if unit should be compiled with built-in system codepage for ansistring constants but this codepage is not known by the compiler
|
13 жил өмнө |
joost
|
f011d02833
* Raise an exception when a TBufDataset is opened while there is no dataset created
|
13 жил өмнө |
joost
|
cbb8b23c71
* fixed the recognition of xml-files using the TBufDataset.filename property
|
13 жил өмнө |
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 жил өмнө |
marco
|
343b8e299c
* Mantis #21995, rewrite mantis #17199 changes (IB datetime milliseconds)
|
13 жил өмнө |
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 жил өмнө |
Jonas Maebe
|
db955f842f
* fixed (harmless) range check errors
|
13 жил өмнө |
Jonas Maebe
|
641b259aed
* adjusted thlcg.g_rangecheck() implementation so it can be used for all
|
13 жил өмнө |
Jonas Maebe
|
11e9f95580
* fixed (not harmless) class cast error when indexing an array[orddef] using
|
13 жил өмнө |
Jonas Maebe
|
95b8b95c9c
* fixed (harmless) class cast error
|
13 жил өмнө |
Jonas Maebe
|
41d86f2b26
* fixed (harmless) class cast error when checking whether an aggregate
|
13 жил өмнө |
Jonas Maebe
|
003a30db6b
- reverted r21246, it breaks tcalext3/5 on x86
|
13 жил өмнө |
Jonas Maebe
|
24be42d509
* changed "crc" variable from longint to cardinal to avoid (harmless) range
|
13 жил өмнө |
joost
|
50704e55c8
* Implemented TBufDataset.MergeChangelog
|
13 жил өмнө |
Jonas Maebe
|
ab914a8ae3
* the code page of unicodestring/widestring on big endian targets is
|
13 жил өмнө |
joost
|
67ab61dcc8
* Moved .ReadOnly property from TSQLQuery to TBufDataset
|
13 жил өмнө |
joost
|
e2d43a63b2
* Added Lazarus gui-frontend for db unit-tests.
|
13 жил өмнө |
joost
|
a5bfcb026d
* Fixed case-insensitive filtering on filters like *blah*
|
13 жил өмнө |
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 жил өмнө |
Jonas Maebe
|
f8c815b3db
* print expected output when an error occurs, rather than two times the
|
13 жил өмнө |
marco
|
2661bd406c
* Patch to correct parameter types in IDropSource by Cobines, mantis #21971
|
13 жил өмнө |
Jonas Maebe
|
64f3ba3299
* clarified description of -Xd, it is not always required for
|
13 жил өмнө |
Jonas Maebe
|
50d2fa7134
* after changing a modeswitch, only change related module/localswitches that
|
13 жил өмнө |