Commit Verlauf

Autor SHA1 Nachricht Datum
  sergei cd1f8e14f4 * TRTTIWriter improvements: vor 14 Jahren
  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. vor 14 Jahren
  Jonas Maebe ce93333bda * fixed end of LaTeX environment after r16574 (mantis #18286) vor 14 Jahren
  paul bf3c098c18 compiler: check that records methods have implementation too. previously check worked only for some object types vor 14 Jahren
  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 vor 14 Jahren
  sergei b3aa9ac813 * Refactored TRTTIWriter by separating some commonly used code into procedures. Improves readability and reduces amount of typing; functionality stays unchanged. vor 14 Jahren
  marco 6f1f310ee9 * fix | separator char. Bug 6262D vor 14 Jahren
  marco de5ca33983 * fix one of two issues in mantis 6326, double click on watch entry invokes edit watch vor 14 Jahren
  paul 8c0c614d5a compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test vor 14 Jahren
  marco cd4425aa58 * patch from Lacak2, use dbconst for errormessage, mantis #0018161 vor 14 Jahren
  Tomas Hajny 934ab56c0a + most of OS/2 threading support implemented; not debugged yet though vor 14 Jahren
  marco 5f3a312d1b * paleobug solved, paste from windows now wraps lines to 200 char. Solves #4943 vor 14 Jahren
  michael 9e0b67a2cb * Support for multiple directories. vor 14 Jahren
  Jonas Maebe cec5843f95 * renamed objcdef.addencodedtype to objcaddencodedtype for consistency vor 14 Jahren
  Tomas Hajny 9b79fb3ac9 * avoid range error for sem_indefinite_wait - fix for web bug #18263 (EMX target) vor 14 Jahren
  Tomas Hajny 87c53a6e29 * Sem_Indefinite_Wait constant changed to avoid range check errors - fix for web bug #18263 vor 14 Jahren
  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. vor 14 Jahren
  marco cf49795f9e * fix for mantis 15820, override getnamepath as suggested by Paul. vor 14 Jahren
  marco fce3a5ca30 * patch from Darius that makes lower verbosity output more FPC language independant using -vq. Mantis #18051 vor 14 Jahren
  paul 0f15d89f0a compiler: formatting vor 14 Jahren
  sergei 49e3c30bd1 * Changed the test so it uses typecasting instead of calling the conversion helpers from VarUtils. vor 14 Jahren
  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) vor 14 Jahren
  marco c57c039362 * Update syntaxhighlight settings on desktop load. Partial fix for 5813. vor 14 Jahren
  marco c3ed1c41a1 * fix from mantis 17360, ISC_Status is 64-bit. (Lp64 vs LLp64 problem) vor 14 Jahren
  marco df16200a75 * Patch from LacaK2 fixing else clause of vartobcd, bug #16853 vor 14 Jahren
  marco 08a89597c6 * Patch from Andrew that allows to set CHM title on the cmdline. (Mantis 18246) vor 14 Jahren
  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. vor 14 Jahren
  marco d900dcb78f * patch from Andrew adding \uxxxx escapes and superscript, mantis 18245 vor 14 Jahren
  pierre 0fabda01a8 * Added code to support Windows 95 again vor 14 Jahren
  michael f3f04b3420 * Published all properties in template vor 14 Jahren