paul
|
60de075ebe
rtl: initialize CodePage field of ReadStr/WriteStr Text variables
|
před 14 roky |
paul
|
435b72bcb1
compiler: check left node to be ord const diring widechar/unicodechar to shortstring before executing the code related to tordconstn()
|
před 14 roky |
paul
|
8feb3806b8
tests: adapt test for codepage aware strings
|
před 14 roky |
paul
|
b8589d98cc
compiler: Don't allow duplicate property/procedure identifiers inside object declaration. The code which allowed this for delphi mode was initially written based on invalid test from mantis #0009176. Fixes bug #0020580.
|
před 14 roky |
paul
|
f685d67647
compiler: correctly traverse record fields while generating record constant (bug #0020594)
|
před 14 roky |
florian
|
6b4a5c3cf6
* default arm-linux to linux eabi, oabi is basically dead
|
před 14 roky |
florian
|
5d4607f65a
* ignore errors in setlength parsing inside a generic functin, resolves #20557
|
před 14 roky |
sekelsenmat
|
2df900652e
fpvectorial is now moved to lazarus/components/fpvectorial
|
před 14 roky |
florian
|
5fd5770059
* load/write loadnodeflags from/to ppu
|
před 14 roky |
florian
|
6ec0f2549a
* factored load node flags out of node flags to gain space
|
před 14 roky |
florian
|
d6e429e871
* .lpi version update
|
před 14 roky |
joost
|
65b7c1b515
* Same change as in r19552 for all other packages compiled with fpmake
|
před 14 roky |
joost
|
58a9e40e88
* Take INSTALL_BASEDIR into account on make install, this is used by rpm-building
|
před 14 roky |
joost
|
14ec31daff
* On go32v2, fppkg does not depend on fcl-net
|
před 14 roky |
paul
|
62b4ef3d1a
compiler: don't create a parasymtable for property if property has no parameters
|
před 14 roky |
sekelsenmat
|
aaabc35058
Disables compiling fpvectorial
|
před 14 roky |
paul
|
5c00cdf40d
rtl: correct ifdef for a code which assigns a codepage to textrec to use FPC_HAS_CPSTRING
|
před 14 roky |
florian
|
72425b49c9
* fixes bootstrapping with upcoming 2.6.x
|
před 14 roky |
sergei
|
6a3fe72de9
+ Support .rva directive in AT&T reader. Put it into base class because it generally applies to all targets with COFF output, but enabled for Windows targets only (others need additional testing).
|
před 14 roky |
paul
|
b7185a554c
rtl:
|
před 14 roky |
paul
|
ef0c4a1e5c
rtl: fix fpc_AnsiStr_To_AnsiStr source codepage check (less conversions should be done now from AnsiString type to the same codepage strings)
|
před 14 roky |
paul
|
e08c68f308
rtl: set codepages for TextRec field when Text file is opened + update this field for standard IO files when cwstring is used
|
před 14 roky |
paul
|
1ccf16358c
rtl: init widestring and unitcodestring managers before initialization of Standard IO files (stdin,stdout,stderr)
|
před 14 roky |
paul
|
2254dad68a
rtl: add SetTextCodePage, GetTextCodePage functions which set/get TTextRec.CodePage field
|
před 14 roky |
paul
|
e46e2c3ebd
compiler, rtl: extend TextRec record with CodePage field
|
před 14 roky |
paul
|
270fb09e87
rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ansi and console code pages
|
před 14 roky |
paul
|
3e29f0b179
rtl: make cwstring.pp dependent of dynlibs, load iconvctl dynamically
|
před 14 roky |
Jonas Maebe
|
9ee27c1606
* support for iOS-specific location of "localtime" time zone file
|
před 14 roky |
marco
|
4d00966be2
* reverted earlier change to logeventype on Michael's request.
|
před 14 roky |
marco
|
7daf8a19c2
* added ltnone logtype. Mantis #20544
|
před 14 roky |