Jonas Maebe
|
b3b404db4b
* handle any char constant -> p(wide)char conversions via cunicodestringtype
|
hace 12 años |
Jonas Maebe
|
3c3ad705f1
* changed fpc_(u)char_to_shortstr() from a procedure into a function, like
|
hace 12 años |
svenbarth
|
5be1a905e8
Fix FindNext for NativeNT.
|
hace 12 años |
Jonas Maebe
|
40ff1c77ca
* updated GetWindowsSpecialDir():string so it uses the -A or -W api call
|
hace 12 años |
Jonas Maebe
|
63e8d0c31c
* do not yet map GetCommandLine() to GetCommandLineW() with -dFPC_UNICODE_RTL,
|
hace 12 años |
Jonas Maebe
|
5b09435055
* explicitly call several windows *A() versions of APIs so the intended
|
hace 12 años |
Jonas Maebe
|
efa95bed66
* changes so the compiler can be compiled with a unicode RTL without warnings
|
hace 12 años |
Jonas Maebe
|
2da7c3f05c
* changed declarations in finah.inc and diskh.inc from ansistring to
|
hace 12 años |
Jonas Maebe
|
65ecd1273d
* removed warning when GetEnvironmentVariable() does not return a
|
hace 12 años |
Jonas Maebe
|
f9f041d470
* SystemOldNAme -> SystemOldName
|
hace 12 años |
Jonas Maebe
|
91079d1327
* ensure that constant string concatenations don't result in converting
|
hace 12 años |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
hace 12 años |
Jonas Maebe
|
df97cd65d9
* don't adjust directory separators in fexpand when we're compiling the
|
hace 12 años |
Jonas Maebe
|
26b7f5a36c
* ensure that fexpand(ansistring) never converts its argument to a code page
|
hace 12 años |
Jonas Maebe
|
14d62028ff
* don't convert ansistrings when calling setcodepage() with a code page
|
hace 12 años |
Jonas Maebe
|
b115231ea4
* never change the code page of a non-empty string when calling setlength on
|
hace 12 años |
Jonas Maebe
|
8d1090269e
* synchronised with trunk r25259
|
hace 12 años |
sergei
|
3a12e94d21
* TVMTWriter.writeinterfaceids: pass target asmlist as parameter.
|
hace 12 años |
pierre
|
c92eaebf34
Fix option passing for freebsd ans netbsd, add -Xd for linux also
|
hace 12 años |
michael
|
cdc7ee0998
* Fix authorization header
|
hace 12 años |
marco
|
9f34e4237c
* remove forgotten debug feature, (uses dbugintf,which is not part of the
|
hace 12 años |
michael
|
ae4810edd6
* Restore old behaviour for caNone for Action
|
hace 12 años |
michael
|
b1c111b423
* Mark transaction as closed in caNone case of EndTranscation
|
hace 12 años |
michael
|
75362b0bb8
* Fixed ROLLBACK : all statements must be unprepared
|
hace 12 años |
michael
|
abae19b553
* Reworked pool to a thread list
|
hace 12 años |
michael
|
ae19359a7c
* Thread-safe connection pool
|
hace 12 años |
florian
|
d23a5b7c7d
* store break/continue usage in a variable
|
hace 12 años |
florian
|
cfcb4cab26
* simplify body of for loop before unrolling
|
hace 12 años |
florian
|
5d4a094799
* calculate complexity of exit nodes correctly
|
hace 12 años |
florian
|
0a22199738
* always use the varrec size retrieved from the system unit when advancing to the next element
|
hace 12 años |