Commit History

Author SHA1 Message Date
  Jonas Maebe 1d8fcadefb * fixed for 64 bit platforms after r16684 14 years ago
  joost 319c2da797 * Implemented IHTMLDesignable 14 years ago
  Jonas Maebe 8a389c16d7 * fixed indentation 14 years ago
  sergei caa786af56 * xmlread.pp, fixed condition that was causing an infinite loop in case when a malformed xml contained a null character within whitespace (to be exact, within parts processed by SkipS procedure). Great thanks to alexs75 for finding and supplying such xml file :) 14 years ago
  sekelsenmat d260e8b2ee Adds a DXF reader and fixes an error in the Canvas output 14 years ago
  sekelsenmat dcfcce2dfc opps, there was already a viewer. The converter can view 14 years ago
  sekelsenmat 65e29e3984 Starts implementing a fpvectorial viewer 14 years ago
  paul 0c9b40acb7 compiler: record operators 14 years ago
  pierre 8a7b10586d + Use popuperr unit to avoid interactive error window 14 years ago
  pierre 7d5b632896 Use MSWindows instead of Win32 conditional 14 years ago
  pierre e7dcc27cd9 Add popuperr unit on tests 14 years ago
  pierre c5b2096f40 Add TEST_BENCH config 14 years ago
  pierre e3b56a1bcb 14 years ago
  paul 368c215070 compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables 14 years ago
  paul dad8313512 compiler: handle dispinterfaces the same way as com interfaces because they are IDispatch descendants: increment/decrement they references in assignments and parameters passing by _AddRef, _Release 14 years ago
  joost a9b8343a7e * Add .note.GNU-stack section to .or files, so that executables do not get an executable stack, bug #16545 14 years ago
  sergei 3a23a3ebe0 Initial support of parametrized dispinterface properties: 14 years ago
  ivost 97e700bbcc * enhanced date/time parser 14 years ago
  ivost 1a66fb6f9b * splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pas 14 years ago
  Jonas Maebe bbf0e35a51 + Support for ARM CPS/CPSIE/CPSID instructions and mode flag bitfield 14 years ago
  Jonas Maebe d76ddcabe6 * don't give an internalerror when trying to explicitly apply an invalid 14 years ago
  joost 1e92e576dd * Use TDebugInfoDwarf2.appenddef_object's DoAppend also for writing the 14 years ago
  paul f9f316ac45 compiler: don't set a structure to routine if it accidentally match some (bug #0018452) 14 years ago
  nickysn fb943ef00b * do not hog the CPU while waiting for an event under Win32 14 years ago
  michael 673497d15b * Patch from bug #18460 14 years ago
  sergei 131b7fcdb2 * RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise. 14 years ago
  marco f06a903427 * bytelen function added, patch by Cyrax, mantis 18441 14 years ago
  joost d5de153e39 * Refactored TDebugInfoDwarf2.appenddef_object, no functional changes, to easy code-reuse for Dwarf3s appenddef_object 14 years ago
  paul 8f7ada0db0 compiler: use anonymous inherited in all cases where the next token <> _ID (bug #0018443) 14 years ago
  sergei c0f6084c2e * SysUtils.Format: Fixed behavior in case when format specifier contains both index and '*' for width/precision. 14 years ago