yury
|
8d95da3fea
* Windows: Reworked handling of command line arguments to properly support Unicode:
|
5 rokov pred |
michael
|
541bf05b94
* Add overloaded version of AssignFile with codepage. See bug ID #34889
|
6 rokov pred |
florian
|
7741b495bd
- duplicate defintion of TBoundArray removed, resolves #32530
|
7 rokov pred |
michael
|
4f02942b55
* Fix bug #31526, missing FixedInt FixedUInt from Delphi Berlin
|
8 rokov pred |
marco
|
b33da605f3
* move tendian to objpas, alias in sysutils, types. mantis #31150
|
8 rokov pred |
svenbarth
|
947c876ba3
* use the indirect start and end symbols for the resource string table (affects both the compiler and the RTL)
|
9 rokov pred |
svenbarth
|
e3060130a4
Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets).
|
9 rokov pred |
Jonas Maebe
|
0c904e92ff
* moved TResourceStringRecord from the objpas to the system unit so it can be
|
9 rokov pred |
Jonas Maebe
|
4494565a15
- removed RESSTRSECTIONS-related checks, FPC 2.6.4 has it
|
10 rokov pred |
michael
|
a4502a50d5
* Added TArray generic
|
10 rokov pred |
florian
|
5030ff05b5
* take care of feature defines
|
10 rokov pred |
nickysn
|
a0f08f3d5c
* objpas.IntegerArray on 16 and 8-bit CPUs made as large as possible without
|
11 rokov pred |
nickysn
|
a4ac2a3538
* fixed compilation of unit objpas in i8086 large memory model
|
11 rokov pred |
nickysn
|
fb20791cbe
* replaced all the remaining uses of nativeint in the rtl with either sizeint
|
11 rokov pred |
nickysn
|
b6075c59c1
* changed to for loop counters in the resource string helper routines from
|
11 rokov pred |
nickysn
|
f2cf516529
* set objpas.integer = smallint on 16-bit and 8-bit CPUs. Rationale:
|
11 rokov pred |
nickysn
|
ae28ecd5f8
* changed the for loop counters in the resource string helper routines to be
|
11 rokov pred |
nickysn
|
5242ed7864
* changed TResStrInitTable.Count and TWStrInitTablesTable.Count to nativeint
|
11 rokov pred |
nickysn
|
49b65fedd9
* TResourceStringTableList.Count type changed from ptrint to nativeint. Both
|
11 rokov pred |
svenbarth
|
4ea89d01ea
Somewhat a fix for Mantis #25025 : added generic variants of the TEnumerable/TEnumerator interfaces. Added to unit ObjPas, because mode ObjFPC does not allow overloading of types with generics (which would be the case in unit System). Also the two interfaces are not completely Delphi compatible on purpose! In Delphi they inherit from corresponding non generic interfaces, but this leads in FPC as well as in Delphi to problems.
|
12 rokov pred |
Jonas Maebe
|
acb27f726a
* assignfile(ansistring) -> assignfile(rawbytestring)
|
12 rokov pred |
Jonas Maebe
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 rokov pred |
Jonas Maebe
|
112fafc6fd
+ paramstr(longint):unicode string function in uuchar
|
12 rokov pred |
florian
|
feed492568
* fixes to compile objpas i8086
|
12 rokov pred |
florian
|
0215f00490
* fix compilation of objpas if ansistrings are disabled as requested by Michael Ring on fpc-devel
|
12 rokov pred |
sergei
|
186cbaaf18
* Ansistring versions of MkDir,ChDir,RmDir: make a full copy of argument string. This is necessary because underlying implementations can modify directory separators in argument, causing crash if argument resides in read-only memory. This is also consistent with shortstring variants of same procedures.
|
12 rokov pred |
sergei
|
3b904943e7
* Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable.
|
13 rokov pred |
sergei
|
0c3c8a8745
* Cast HashValue to Longint, otherwise empty strings (which have hash=$FFFFFFFF) cause range check error when RTL is compiled with -Cr.
|
14 rokov pred |
sergei
|
689d4b3ecc
+ Mantis #19651: Generate table of typed string constants which are initialized with resourcestrings, so they are updated when SetResourceStrings or SetUnitResourceStrings is called.
|
14 rokov pred |
florian
|
63403e5199
* *Dir(<ansistring>) functions need to check io result as well, resolves #19977
|
14 rokov pred |