joost
|
272cd13af6
* Write exception to console when no response is initialized
|
16 years ago |
Jonas Maebe
|
8cae53bb18
* fixed errors with parsing negative, >$99 and invalid BCD numbers in
|
16 years ago |
Vincent Snijders
|
2b780dbad4
* fixed typo in comment
|
16 years ago |
Jonas Maebe
|
5b08047d1c
* allow exlicit type conversions from class/interface to enums in Delphi
|
16 years ago |
joost
|
25c5d2658c
* Reverted work-around from r12744 now bug #12985 is fixed
|
16 years ago |
sergei
|
e75bad33e4
Applied a fix similar to r13047:
|
16 years ago |
sergei
|
b9ad8e3755
* Handle xml/xhtml style empty tags by emitting a pair of StartElement/EndElement events with
|
16 years ago |
sergei
|
b02aededf8
More progress with XPath:
|
16 years ago |
Jonas Maebe
|
58f4f7829c
* don't replace the vmt entries of unused published virtual methods with
|
16 years ago |
joost
|
17e322cf57
* Set FBufferCount to -1 instead of 0 when there are no buffers initialized. Bug #13539
|
16 years ago |
florian
|
80c0f33c0e
* patch by Sergei Gorelkin: fixes compilation with -dEXTDEBUG
|
16 years ago |
Jonas Maebe
|
e2b8792bd3
* do not initialize global reference-counted variables in the automatic
|
16 years ago |
Jonas Maebe
|
90b2d673df
* fixed opt/cpu settings for test
|
16 years ago |
Jonas Maebe
|
ca132e203f
* treat typecast(register) the same as typecast([register]) in assembler
|
16 years ago |
joost
|
1bf74a426b
* Fixed typo in r13026, could should not be commented
|
16 years ago |
marco
|
704c0adbd0
* iconvenc now also with dynlinking separate. Some fixes for OS X 10.3 and Haiku ported from cwstring
|
16 years ago |
Jonas Maebe
|
dbeb3e060f
* fixed internalerror(2007120903) when using -Cfsse2 in case an unsigned
|
16 years ago |
Jonas Maebe
|
533f533868
* changed destination parameter of getmem/getmemory from "var" to "out"
|
16 years ago |
Jonas Maebe
|
4771ca3ce1
* import iconv functions as libiconv_* instead of as iconv_* for ppc32
|
16 years ago |
Jonas Maebe
|
045ae3ab69
o fixed r13033:
|
16 years ago |
Jonas Maebe
|
37a2cff8fb
* fixed loading widestring constsym values from ppu files (mantis #13583)
|
16 years ago |
Jonas Maebe
|
f9a17c47bd
* write output to screen if log file(s) cannot be opened (mantis #12532)
|
16 years ago |
Jonas Maebe
|
8de8d4c29b
* don't call FPC_CHECKPOINTER for references built from a LOC_CONSTANT
|
16 years ago |
Jonas Maebe
|
a6f20cdba9
* align the stack pointer to alignment.localalignmax, fixes crashes on
|
16 years ago |
Jonas Maebe
|
1ad1eac9e8
* use monetary thousands separator if numerical thousands separator is #0
|
16 years ago |
Jonas Maebe
|
e8edc31a89
* don't insert thousandseparator if it is #0 (mantis #13552, patch by
|
16 years ago |
Jonas Maebe
|
10158da60e
* give an error when trying to use the offset of a non-byte-aligned field
|
16 years ago |
joost
|
6fc0f8f0d7
* Patch from Atilla Borka to add TCustomModule.Request and .Response properties (bug 13287)
|
16 years ago |
Jonas Maebe
|
2465126f60
* also check that nested procedures don't have any nested procedures
|
16 years ago |
Jonas Maebe
|
02b14b2d5d
* don't free deref info after using it, because it may be needed again
|
16 years ago |