paul
|
b3db8db481
merge r14133 from cpstrnew branch by paul except ptconst.pas which has a difficult merge conflict (code moved to another unit which is not at the branch during the revision):
|
14 lat temu |
paul
|
2162add8ac
merge r14132 from cpstrnew branch by paul:
|
14 lat temu |
paul
|
2023b618ac
merge r14131 from cpstrnew branch by paul:
|
14 lat temu |
paul
|
203ded84ec
merge r14121 from cpstrnew branch by paul:
|
14 lat temu |
paul
|
8cc22972a0
merge r13488 from cpstrnew branch by florian except ncgcon.pas which has a difficult merge conflict (code moved to another unit which is not at the branch during the revision):
|
14 lat temu |
paul
|
06af8f3e44
merge r13486 from cpstrnew branch by florian:
|
14 lat temu |
paul
|
ae0d732c8f
merge r13485 from cpstrnew branch by florian:
|
14 lat temu |
Jonas Maebe
|
1403e3df29
* renamed fpc_WChar_To_ShortStr() compilerproc to fpc_UChar_To_ShortStr() for
|
14 lat temu |
sergei
|
4ebc34c5e7
* Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt.
|
14 lat temu |
sergei
|
829ee9828d
* Added back pre-r17129 configuration of string range check helpers under {$ifdef ver2_4}. Without it, bootstrapping with 2.4.4 and -Cr is broken.
|
14 lat temu |
florian
|
fb84cb865b
* rebase to trunk@17295
|
14 lat temu |
sergei
|
3e6ad5f5aa
* tcgvecnode, simplified range checking for strings. Removed FPC_*STR_CHECKZERO helpers, and changed FPC_*STR_CHECKRANGE so they accept the original left node. Now strings are checked the same way as dynamic arrays, and the compiler part is considerably simpler.
|
14 lat temu |
sergei
|
1fcd40ee64
Continue fixing open array handling:
|
14 lat temu |
sergei
|
54bc8efa0b
* Fixed reference counting of open array parameters passed by value. RTTI of the array itself is useless in this case, as it does not provide correct element count. Now using dedicated helpers which take RTTI of array element and the element count. Resolves #18859.
|
14 lat temu |
florian
|
d5455cf6ac
+ software multiplication support for OS_16,OS_S16,OS_32,OS_S32
|
14 lat temu |
florian
|
e99c4d1950
+ support str(<boolean>,...), boolean is an enumeration type
|
14 lat temu |
Jonas Maebe
|
f4c31ecf3c
+ widestringmanager.codepointlengthproc added, which can be used to
|
15 lat temu |
Jonas Maebe
|
c706394a15
* part of r16407, forgot to commit
|
15 lat temu |
florian
|
24fea58b92
+ initial implementation of iso style gotos in iso mode
|
15 lat temu |
florian
|
79fa2eb539
* support of iso pascal like i/o in iso mode
|
15 lat temu |
florian
|
c506913e9b
* iso conformant writing of floats (using e instead of E) in iso mode
|
15 lat temu |
florian
|
8b3bd36ef0
* use iso reset/rewrite with automatic assignmentin iso mode
|
15 lat temu |
florian
|
d0ea23f39e
* write false/true lower case in iso mode
|
15 lat temu |
ivost
|
561997e8ef
* added fpc_class_is_corbaintf and fpc_class_cast_corbaintf compiler helper functions
|
15 lat temu |
ivost
|
d9a6e63ef0
* prepeared compiler functions for IS and cast operators
|
15 lat temu |
ivost
|
dc785f6f68
* implemented intf as object. When doing IInterface as TObject the compiler calls fpc_intf_as_class to query for the IImplementorGetter interface and then invokes GetObject to get the
|
15 lat temu |
paul
|
fcaac0ebe1
compiler,rtl - safecall handling:
|
15 lat temu |
paul
|
cf0a1b1af9
compiler: safecall exception handling:
|
15 lat temu |
Jonas Maebe
|
08a4ede9c4
* added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr)
|
15 lat temu |
marco
|
4104d9f481
* More pluggability of the RTL. Mantis 15124
|
16 lat temu |