提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe 40ff1c77ca * updated GetWindowsSpecialDir():string so it uses the -A or -W api call 12 年之前
  Jonas Maebe 63e8d0c31c * do not yet map GetCommandLine() to GetCommandLineW() with -dFPC_UNICODE_RTL, 12 年之前
  Jonas Maebe 5b09435055 * explicitly call several windows *A() versions of APIs so the intended 12 年之前
  Jonas Maebe efa95bed66 * changes so the compiler can be compiled with a unicode RTL without warnings 12 年之前
  Jonas Maebe 2da7c3f05c * changed declarations in finah.inc and diskh.inc from ansistring to 12 年之前
  Jonas Maebe 65ecd1273d * removed warning when GetEnvironmentVariable() does not return a 12 年之前
  Jonas Maebe f9f041d470 * SystemOldNAme -> SystemOldName 12 年之前
  Jonas Maebe 91079d1327 * ensure that constant string concatenations don't result in converting 12 年之前
  Jonas Maebe af3f12f60c * rawbytestring/unicodestring versions of findfirst/findnext/findclose 12 年之前
  Jonas Maebe df97cd65d9 * don't adjust directory separators in fexpand when we're compiling the 12 年之前
  Jonas Maebe 26b7f5a36c * ensure that fexpand(ansistring) never converts its argument to a code page 12 年之前
  Jonas Maebe 14d62028ff * don't convert ansistrings when calling setcodepage() with a code page 12 年之前
  Jonas Maebe b115231ea4 * never change the code page of a non-empty string when calling setlength on 12 年之前
  Jonas Maebe 8d1090269e * synchronised with trunk r25259 12 年之前
  sergei 3a12e94d21 * TVMTWriter.writeinterfaceids: pass target asmlist as parameter. 12 年之前
  pierre c92eaebf34 Fix option passing for freebsd ans netbsd, add -Xd for linux also 12 年之前
  michael cdc7ee0998 * Fix authorization header 12 年之前
  marco 9f34e4237c * remove forgotten debug feature, (uses dbugintf,which is not part of the 12 年之前
  michael ae4810edd6 * Restore old behaviour for caNone for Action 12 年之前
  michael b1c111b423 * Mark transaction as closed in caNone case of EndTranscation 12 年之前
  michael 75362b0bb8 * Fixed ROLLBACK : all statements must be unprepared 12 年之前
  michael abae19b553 * Reworked pool to a thread list 12 年之前
  michael ae19359a7c * Thread-safe connection pool 12 年之前
  florian d23a5b7c7d * store break/continue usage in a variable 12 年之前
  florian cfcb4cab26 * simplify body of for loop before unrolling 12 年之前
  florian 5d4a094799 * calculate complexity of exit nodes correctly 12 年之前
  florian 0a22199738 * always use the varrec size retrieved from the system unit when advancing to the next element 12 年之前
  nickysn fe4cac96be + added overloads to tai_const.Createname and Create_type_name, which take a Tasmsymtype parameter; to be used for declaring external symbols which reside in the data segment with AT_DATA, which is necessary for i8086 medium and compact memory models (where code and data pointers are of different size) 12 年之前
  nickysn 7ae9c5b668 + added optional Tasmsymtype parameter to TAsmData.RefAsmSymbol and WeakRefAsmSymbol to allow specifying things like AT_DATA for external symbols that reside in the data segment, which is needed for i8086 medium and compact memory models 12 年之前
  florian b29591ffd3 * fix msdos rtl makefile for newer makes 12 年之前