sergei
|
c862aec17c
* cwstring.pp, Wide2AnsiMove: moved SetCodePage to the end, so it comes after the last SetLength. Necessary after r20209, because SetLength has been modified to always set the code page of its argument. Here it sets code page of 'dest' to CP_NONE, because dest is RawByteString.
|
il y a 13 ans |
michael
|
2b60a95896
* Recursive parsing
|
il y a 13 ans |
Jonas Maebe
|
6a5cf6cf8d
* always pass -arch parameter to linker when targetting Darwin, instead of
|
il y a 13 ans |
sergei
|
a2233d7991
* fpc_ansistr_setlength: fixed/refactored:
|
il y a 13 ans |
marco
|
2cfb20db60
* set BCD and time fields to NULL when an empty string is passed. Mantis #21204, patch by Ludo
|
il y a 13 ans |
sergei
|
7ff76caa73
* Removed 'inline' attribute from 6 overloaded pos() functions which contain a managed typecast. Inlining it leads to noticeable increase in code size without any sensible speed improvement.
|
il y a 13 ans |
Tomas Hajny
|
2ea60c9daf
* hopefully final correction (changed extension resulted in different length)
|
il y a 13 ans |
pierre
|
fa44c8cf5a
+ Add explicit rules for softfpu sfpux80 and sfpu128 units
|
il y a 13 ans |
pierre
|
6e81fe6abc
+ Add two new sotfpuu units with x80 or 128 bit support
|
il y a 13 ans |
pierre
|
f4a9b3d73b
+ Allow compilation as an external unit
|
il y a 13 ans |
pierre
|
3a3ab75e4a
+ regdatia64 phony target to generate all ia64 register include files
|
il y a 13 ans |
pierre
|
dbeca48e3d
+ New mkia64reg.pp source
|
il y a 13 ans |
Tomas Hajny
|
ee07ef72be
* corrected file extension and output in case of failure enhanced
|
il y a 13 ans |
pierre
|
6df8e06080
Add missing target cpu rtestriction for Objective C test tobjc38.pp
|
il y a 13 ans |
sergei
|
cea9c0384e
+ Added missing SafeArray* functions, Mantis #16046
|
il y a 13 ans |
sergei
|
f18767f6a8
* generic fpc_shortstr_assign: cleaned up
|
il y a 13 ans |
sergei
|
97e6e1fafd
* Changed generic StrCopy and StrECopy to use IndexByte+Move:
|
il y a 13 ans |
blikblum
|
903bb71e14
sqliteds: better approach to fix compilation with 2.4 and 2.6 fpc compiler
|
il y a 13 ans |
blikblum
|
0e675b5adc
sqliteds: fix compilation with 2.4 and 2.6 fpc compiler
|
il y a 13 ans |
Tomas Hajny
|
7c9d229772
* correction for compiler options
|
il y a 13 ans |
Jonas Maebe
|
1f83203117
* make self-pointer passed by reference not regable. Was not necessary
|
il y a 13 ans |
joost
|
7c9b93dd91
* Set for which targets these packages have to be compiled for
|
il y a 13 ans |
Jonas Maebe
|
74e721517d
* keep track of the type of symbolic floating point constants rather
|
il y a 13 ans |
svenbarth
|
a28a9a9521
* pdecobj.pas, object_dec:
|
il y a 13 ans |
sergei
|
6874aa9676
* Replaced i386 assembler IndexByte by more sophisticated implementation, larger in size but faster by factor from 2 (on Athlon X2 L310) to 5 (on Core2Duo E7200) for 512 byte buffers.
|
il y a 13 ans |
Jonas Maebe
|
f984a3d74e
- removed optimization that pops the current symtable off the symtablestack
|
il y a 13 ans |
joost
|
c0a501bdab
* Build os2units only in os/2 and emx targets
|
il y a 13 ans |
joost
|
ff81a5018f
* Template file for testing fpmake-building
|
il y a 13 ans |
marco
|
60ff11d19e
* changed bookmarksize to sizeof(longint) Mantis #13967
|
il y a 13 ans |
pierre
|
00ca9b4ce5
+ Support multithreaded windows executables inCheckPointer function
|
il y a 13 ans |