Jonas Maebe
|
1d8fcadefb
* fixed for 64 bit platforms after r16684
|
14 жил өмнө |
joost
|
319c2da797
* Implemented IHTMLDesignable
|
14 жил өмнө |
Jonas Maebe
|
8a389c16d7
* fixed indentation
|
14 жил өмнө |
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 жил өмнө |
sekelsenmat
|
d260e8b2ee
Adds a DXF reader and fixes an error in the Canvas output
|
14 жил өмнө |
sekelsenmat
|
dcfcce2dfc
opps, there was already a viewer. The converter can view
|
14 жил өмнө |
sekelsenmat
|
65e29e3984
Starts implementing a fpvectorial viewer
|
14 жил өмнө |
paul
|
0c9b40acb7
compiler: record operators
|
14 жил өмнө |
pierre
|
8a7b10586d
+ Use popuperr unit to avoid interactive error window
|
14 жил өмнө |
pierre
|
7d5b632896
Use MSWindows instead of Win32 conditional
|
14 жил өмнө |
pierre
|
e7dcc27cd9
Add popuperr unit on tests
|
14 жил өмнө |
pierre
|
c5b2096f40
Add TEST_BENCH config
|
14 жил өмнө |
pierre
|
e3b56a1bcb
|
14 жил өмнө |
paul
|
368c215070
compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables
|
14 жил өмнө |
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 жил өмнө |
joost
|
a9b8343a7e
* Add .note.GNU-stack section to .or files, so that executables do not get an executable stack, bug #16545
|
14 жил өмнө |
sergei
|
3a23a3ebe0
Initial support of parametrized dispinterface properties:
|
14 жил өмнө |
ivost
|
97e700bbcc
* enhanced date/time parser
|
14 жил өмнө |
ivost
|
1a66fb6f9b
* splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pas
|
14 жил өмнө |
Jonas Maebe
|
bbf0e35a51
+ Support for ARM CPS/CPSIE/CPSID instructions and mode flag bitfield
|
14 жил өмнө |
Jonas Maebe
|
d76ddcabe6
* don't give an internalerror when trying to explicitly apply an invalid
|
14 жил өмнө |
joost
|
1e92e576dd
* Use TDebugInfoDwarf2.appenddef_object's DoAppend also for writing the
|
14 жил өмнө |
paul
|
f9f316ac45
compiler: don't set a structure to routine if it accidentally match some (bug #0018452)
|
14 жил өмнө |
nickysn
|
fb943ef00b
* do not hog the CPU while waiting for an event under Win32
|
14 жил өмнө |
michael
|
673497d15b
* Patch from bug #18460
|
14 жил өмнө |
sergei
|
131b7fcdb2
* RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise.
|
14 жил өмнө |
marco
|
f06a903427
* bytelen function added, patch by Cyrax, mantis 18441
|
14 жил өмнө |
joost
|
d5de153e39
* Refactored TDebugInfoDwarf2.appenddef_object, no functional changes, to easy code-reuse for Dwarf3s appenddef_object
|
14 жил өмнө |
paul
|
8f7ada0db0
compiler: use anonymous inherited in all cases where the next token <> _ID (bug #0018443)
|
14 жил өмнө |
sergei
|
c0f6084c2e
* SysUtils.Format: Fixed behavior in case when format specifier contains both index and '*' for width/precision.
|
14 жил өмнө |