sergei
|
b50cf9a42a
* TRTTIWriter.fields_write_rtti_data: refactoring. Since TAsmList allows random access, a separate loop iteration to count fields is redundant. Simply count the actually written fields, then insert result before field data.
|
14 years ago |
Jonas Maebe
|
ce93333bda
* fixed end of LaTeX environment after r16574 (mantis #18286)
|
14 years ago |
paul
|
bf3c098c18
compiler: check that records methods have implementation too. previously check worked only for some object types
|
14 years ago |
paul
|
92d6503704
compiler: rename _EQUAL token to _EQ to prevent problems with adding delphi operator names which contains "EQUAL" name, also rename _UNEQUAL to _NE for consistency
|
14 years ago |
sergei
|
b3aa9ac813
* Refactored TRTTIWriter by separating some commonly used code into procedures. Improves readability and reduces amount of typing; functionality stays unchanged.
|
14 years ago |
marco
|
6f1f310ee9
* fix | separator char. Bug 6262D
|
14 years ago |
marco
|
de5ca33983
* fix one of two issues in mantis 6326, double click on watch entry invokes edit watch
|
14 years ago |
paul
|
8c0c614d5a
compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test
|
14 years ago |
marco
|
cd4425aa58
* patch from Lacak2, use dbconst for errormessage, mantis #0018161
|
14 years ago |
Tomas Hajny
|
934ab56c0a
+ most of OS/2 threading support implemented; not debugged yet though
|
14 years ago |
marco
|
5f3a312d1b
* paleobug solved, paste from windows now wraps lines to 200 char. Solves #4943
|
14 years ago |
michael
|
9e0b67a2cb
* Support for multiple directories.
|
14 years ago |
Jonas Maebe
|
cec5843f95
* renamed objcdef.addencodedtype to objcaddencodedtype for consistency
|
14 years ago |
Tomas Hajny
|
9b79fb3ac9
* avoid range error for sem_indefinite_wait - fix for web bug #18263 (EMX target)
|
14 years ago |
Tomas Hajny
|
87c53a6e29
* Sem_Indefinite_Wait constant changed to avoid range check errors - fix for web bug #18263
|
14 years ago |
sergei
|
331a72c8d6
* ncnv.pas, insert_varargstypeconv(): Do not cast a string literal to AnsiString if it has been already casted to Wide/UnicodeString, resolves #18266.
|
14 years ago |
marco
|
cf49795f9e
* fix for mantis 15820, override getnamepath as suggested by Paul.
|
14 years ago |
marco
|
fce3a5ca30
* patch from Darius that makes lower verbosity output more FPC language independant using -vq. Mantis #18051
|
14 years ago |
paul
|
0f15d89f0a
compiler: formatting
|
14 years ago |
sergei
|
49e3c30bd1
* Changed the test so it uses typecasting instead of calling the conversion helpers from VarUtils.
|
14 years ago |
paul
|
f3af6a83f7
compiler: put static symbol for typed consts declared in classes/records/objects into unit symtable to fix problems with linking and add absolute symbol into record symtable pointed to that static symbol (fixes test test/terecs3.pp on unixes)
|
14 years ago |
marco
|
c57c039362
* Update syntaxhighlight settings on desktop load. Partial fix for 5813.
|
14 years ago |
marco
|
c3ed1c41a1
* fix from mantis 17360, ISC_Status is 64-bit. (Lp64 vs LLp64 problem)
|
14 years ago |
marco
|
df16200a75
* Patch from LacaK2 fixing else clause of vartobcd, bug #16853
|
14 years ago |
marco
|
08a89597c6
* Patch from Andrew that allows to set CHM title on the cmdline. (Mantis 18246)
|
14 years ago |
sergei
|
34ffb184a8
* MASM and NASM assembler writers, added check for InlineLevel>0 so it suppresses entire source file processing, not just output of source lines. Without this, auto-generated instructions cause output of bogus line information. GAS writer already has similar check.
|
14 years ago |
marco
|
d900dcb78f
* patch from Andrew adding \uxxxx escapes and superscript, mantis 18245
|
14 years ago |
pierre
|
0fabda01a8
* Added code to support Windows 95 again
|
14 years ago |
michael
|
f3f04b3420
* Published all properties in template
|
14 years ago |
michael
|
c7fe965f2c
Fix for 18239
|
14 years ago |