Commit Verlauf

Autor SHA1 Nachricht Datum
  ivost 0f519439b5 * reverted r12690 and r12691 vor 16 Jahren
  ivost 7f2c77a407 * temporarly disabled GetInterface(iidstr: .... to keep fpc compiling vor 16 Jahren
  ivost c61a0784cb * assign an Interface to TGuid was not possible (const Guid: TGuid = IUnknown) vor 16 Jahren
  marco 57e65411ad * fix for libxml2xml vor 16 Jahren
  ivost 3f7f4a9ddf * accidentially disabled usage of windows unit vor 16 Jahren
  yury 8bbb39b630 * MaxBitFlags must not exceed MaxInt atm. After r12443, MaxBitFlags was $3FFFFFFE0. "unreachable code" warning indicated that something is wrong. Please fix all warning/notes to eliminate possible coding errors... vor 16 Jahren
  yury 89d466a3dc * Fixed writing debug link for external symbols file. Bug #13041. vor 16 Jahren
  Jonas Maebe 6f12cb03db * if no locking is specified, also request an exclusive lock for solaris vor 16 Jahren
  Jonas Maebe 78f6e5ff6e * fixed fmShareDenyNone for Solaris vor 16 Jahren
  marco c13f553b9b * comment added previous commit vor 16 Jahren
  joost 6ceb016593 * Do not set the Transaction property of a TDatabase while assigning TSQLTransaction.Database when the TSQLTransaction is loaded from stream vor 16 Jahren
  joost 1d66bf0764 * Use the transaction of the query when assigning blob-parameters, not the connections transaction vor 16 Jahren
  ivost 2730c5f705 * made libxml2 headers Lazarus "Codetools" compatible vor 16 Jahren
  marco 33133d00da * polybezierto and polydraw corrected as per Mantis 13112 vor 16 Jahren
  Jonas Maebe 6581c8dec5 * hopefully final fix to unix locking: specifying no locking mode again vor 16 Jahren
  Jonas Maebe adaae268ae * don't perform fmShareDenyNone/fmShareExclusive check for unix, as it vor 16 Jahren
  Jonas Maebe 8a0c16edb6 * fixed the placement of some fileclose() calls vor 16 Jahren
  michael b1f3d5de97 * Fixed tfile2 so it compiles and runs on windows vor 16 Jahren
  Jonas Maebe 213c00b17f * updated check for minimum version required to build trunk (at least vor 16 Jahren
  marco 017f7b2528 * log* defines. vor 16 Jahren
  florian acb06dac1b + Wp<Controllertype> support for arm and avr vor 16 Jahren
  Jonas Maebe b39cc14c47 * regenerated after patch to Makefile.fpc in r12636 vor 16 Jahren
  Jonas Maebe be2d246327 * also let fcl-xml depend on iconvenc for beos and haiku vor 16 Jahren
  michael e29d652dbe * Reversed dependency of fcl-xml so it checks the platform names which need the dependency vor 16 Jahren
  marco 6ab2cae3cc * deprecated (for 2.4) some functions that take a shortstring path. vor 16 Jahren
  florian 1221a10ceb * some cosmetic changes vor 16 Jahren
  joost 689ca30b21 * Allocate and de-allocate the statement-handle in the PrepareStatement and UnPrepareStatements instead of the TODBCConnection.Destroy and .Create procedures. Because as long as the statements arent de-allocated, the tables used in the statements are still locked. The result was that a select and a drop table on the same table were not possible within one TSQLQuery object. vor 16 Jahren
  florian 56ef86333d * limit IDE stack to 3M on windows to avoid trouble at IDE startup at least on XP x64 vor 16 Jahren
  florian 9869a2b29d * set stacksize in the main program, it makes no sense to set it in fpcdefs.inc and parse it a zillion times vor 16 Jahren
  florian a3d784b8e5 * internal coff linker takes care of min./max. stack size as well as pe flags vor 16 Jahren