marco
|
78138162a6
* GUID_NULL constant added. Delphi compat, bug10494
|
17 年之前 |
marco
|
c6e2d72e3c
* D7 compat, neginfinity (bug 10490)
|
17 年之前 |
marco
|
bce663bb43
* Fix for 10491, pdatetime now defined.
|
17 年之前 |
yury
|
e475735c43
* ifdefed fatal error messages in exception handling to be available only if debugging is needed.
|
17 年之前 |
yury
|
e209ccd439
* GetVariantProp and SetVariantProp implementation by Anton Kavalenka (mantis #10478).
|
17 年之前 |
yury
|
3a5cfb7575
* Fixed compilation.
|
17 年之前 |
yury
|
e5f3a6b631
* Fixed compilation.
|
17 年之前 |
yury
|
c4e60fd1a5
- Removed systhrd.inc from targets where thread manager is stub by default. Stub is installed in common thread.inc file if DISABLE_NO_THREAD_MANAGER is not defined.
|
17 年之前 |
yury
|
0dcad4d822
* Implemented late thread manager initialization. Thread manager code is not included to executable if thread stuff are not used. WinCE executable size is reduced by 4KB, Win32 executable size is reduced by 3KB. No testsuite regressions.
|
17 年之前 |
yury
|
e00bacdcef
* Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now.
|
17 年之前 |
yury
|
93e62a3c0d
* Raise range error exception directly to prevent note "Local variable "rcheck" is assigned but never used".
|
17 年之前 |
yury
|
cd03a2893b
* Explicitly increment and decrement ref count to keep copy of destination string in fpc_AnsiStr_Concat_multi and fpc_WideStr_Concat_multi. It prevents note "Local variable "destcopy" is assigned but never used".
|
17 年之前 |
yury
|
eadfbb5027
* Removed unused local variable.
|
17 年之前 |
yury
|
5f8bd39408
* Implemented TFMTBcdFactory.Clear and TFMTBcdFactory.Copy methods.
|
17 年之前 |
yury
|
79a1b1a485
* Converted user defined note to info message.
|
17 年之前 |
yury
|
4b3015802a
* Removed workaround for bug #9827, since it was fixed.
|
17 年之前 |
yury
|
b52338d0bd
* Converted user defined note to info message.
|
17 年之前 |
yury
|
42481bec33
* Removed user defined warnings about GetVariantProp/SetVariantProp is not implemented. I created bug report #10478 instead of these warnings.
|
17 年之前 |
yury
|
05c1305ef0
* Converted user defined notes to comments.
|
17 年之前 |
yury
|
de9af7191b
* Converted user defined warnings to comments.
|
17 年之前 |
yury
|
ff78a443db
* Removed user defined warning "TextMode not implemented yet!!", since TextMode will not be implemented for Windows anyway...
|
17 年之前 |
daniel
|
68731ae067
+ Assembler implementation of mod/div.
|
17 年之前 |
daniel
|
823432146a
* Only overload findresource with an ansistring variant if
|
17 年之前 |
Vincent Snijders
|
d28f943b0e
+ rstconv: add support for -c XXX parameter to add header containing the CharSet to a .po-file
|
17 年之前 |
yury
|
e5f8426f61
* Prevent warning about automatic type conversion when using VAL with COMP type on x86.
|
17 年之前 |
yury
|
203939b9a5
* Don't use deprecated functions.
|
17 年之前 |
yury
|
9bca56ac44
* Don't issue "Local variable is assigned but never used" warning for external variables.
|
17 年之前 |
yury
|
a2daf2e86d
* Activated again workaround of dead code warnings on (errorcode > maxExitCode) condition.
|
17 年之前 |
yury
|
be62a4408e
* mime-type added.
|
17 年之前 |
Jonas Maebe
|
c05f18a1b0
* catch duplicate field declarations in a single class in Delphi mode
|
17 年之前 |