paul
|
c4fcdfce29
tests: fix tstrutils2 by Alexander Shishkin (mantis #0020390)
|
14 年之前 |
paul
|
33a67704ac
compiler: allow type conversions for ordinal types inside type declarations e.g inside enumerations like: Byte(0)..Byte(15)
|
14 年之前 |
Tomas Hajny
|
3bce487e30
* uses and resourcestrings moved to platform specific includes
|
14 年之前 |
joost
|
853f35757d
* Use the same logic for Dwarf-3 and Dwarf-2 output regarding symbol names. Solves problems resolving self in gdb and Dwarf-3.
|
14 年之前 |
joost
|
cd0b2e5288
* Use DW_OP_deref instead of DW_OP_push_object_deref. The latter is not recognized properly by gdb
|
14 年之前 |
Tomas Hajny
|
67612af07d
* fixes for Exec - execution of different application types, fixed memory leak and avoided queue name collisions
|
14 年之前 |
Tomas Hajny
|
f13c5fae05
* additional fixes for ExecuteProcess - running of DOS programs in current directory and proper closing of the created queue
|
14 年之前 |
Tomas Hajny
|
ceecda9d2e
* SysUtils do not depend on Dos any longer
|
14 年之前 |
Tomas Hajny
|
348268c3e5
* SysUtils do not depend on Dos any longer
|
14 年之前 |
Jonas Maebe
|
591230104b
* prevent the internal windows code page number -> iconv name and vice versa
|
14 年之前 |
Tomas Hajny
|
e9f6afe5e0
* fix for ExecuteProcess - starting of different executable types works properly now; dependency on unit Dos removed; redefinitions of imports from DosCalls removed also - unit DosCalls used directly now
|
14 年之前 |
michael
|
908f9865d4
* Fixed ExcludeLeadingPathDelimiter
|
14 年之前 |
michael
|
c0995c2ffd
* Moved string constant to sysconst
|
14 年之前 |
sergei
|
394c9022b8
* Fixed test for 64-bit targets
|
14 年之前 |
marco
|
64c8cebac2
* removed tests, moving them to integrated testsuite.
|
14 年之前 |
marco
|
e36183cbc8
* removing a temporary workaround in the db testsuite and a minor cleanup
|
14 年之前 |
marco
|
c1814c4328
* ftfmtbcd fields for Oracle. Mantis #19341
|
14 年之前 |
marco
|
aa9df955ee
* Improve support for returnvalues of calling statements.
|
14 年之前 |
paul
|
ff3791d1f3
compiler: emit constants of encoding 0 in CP_NONE/DefaultSystemCodePage encoding (depends on modes witch)
|
14 年之前 |
paul
|
d7ca7a0cba
compiler: emit resource strings in ansistring encoding
|
14 年之前 |
marco
|
1670560575
* fix for returned value is bigger than previous returned value in
|
14 年之前 |
paul
|
31afa4bd14
rtl: remove fpc_ansistr_append_xxx routines which are no longer used by the compiler
|
14 年之前 |
paul
|
7a74d2c2f8
compiler: reduce amount of hints and notes
|
14 年之前 |
paul
|
451e48a033
rtl: replace PChar -> PAnsiChar, Char -> AnsiChar in astrings.inc routines
|
14 年之前 |
paul
|
bcb0317209
rtl: eat $ffff encoding in more routines, fix Insert() procedure to preserve destination string codepage
|
14 年之前 |
paul
|
36851c86de
rtl: replace AnsiString to RawByteString arguments for Val() functions
|
14 年之前 |
paul
|
485695d4e6
compiler, rtl: pass codepage argument to all ansistring str() helpers to return result with correct codepage
|
14 年之前 |
paul
|
647218fd13
rtl: patch from Inoussa to complete TCharacter class implementation (mantis #0020302):
|
14 年之前 |
florian
|
9d31a0e2f8
* don't evaluate sizeof(<type param>) as a constant to avoid arithmetic errors in constant folding, resolves #20192
|
14 年之前 |
paul
|
6f185f2184
compiler: replace {$ifdef FPC_FULLVERSION<20700} with {$ifdef VER2_4} for including ccharset as in other compiler places
|
14 年之前 |