ivost
|
3f7f4a9ddf
* accidentially disabled usage of windows unit
|
16 年之前 |
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...
|
16 年之前 |
yury
|
89d466a3dc
* Fixed writing debug link for external symbols file. Bug #13041.
|
16 年之前 |
Jonas Maebe
|
6f12cb03db
* if no locking is specified, also request an exclusive lock for solaris
|
16 年之前 |
Jonas Maebe
|
78f6e5ff6e
* fixed fmShareDenyNone for Solaris
|
16 年之前 |
marco
|
c13f553b9b
* comment added previous commit
|
16 年之前 |
joost
|
6ceb016593
* Do not set the Transaction property of a TDatabase while assigning TSQLTransaction.Database when the TSQLTransaction is loaded from stream
|
16 年之前 |
joost
|
1d66bf0764
* Use the transaction of the query when assigning blob-parameters, not the connections transaction
|
16 年之前 |
ivost
|
2730c5f705
* made libxml2 headers Lazarus "Codetools" compatible
|
16 年之前 |
marco
|
33133d00da
* polybezierto and polydraw corrected as per Mantis 13112
|
16 年之前 |
Jonas Maebe
|
6581c8dec5
* hopefully final fix to unix locking: specifying no locking mode again
|
16 年之前 |
Jonas Maebe
|
adaae268ae
* don't perform fmShareDenyNone/fmShareExclusive check for unix, as it
|
16 年之前 |
Jonas Maebe
|
8a0c16edb6
* fixed the placement of some fileclose() calls
|
16 年之前 |
michael
|
b1f3d5de97
* Fixed tfile2 so it compiles and runs on windows
|
16 年之前 |
Jonas Maebe
|
213c00b17f
* updated check for minimum version required to build trunk (at least
|
16 年之前 |
marco
|
017f7b2528
* log* defines.
|
16 年之前 |
florian
|
acb06dac1b
+ Wp<Controllertype> support for arm and avr
|
16 年之前 |
Jonas Maebe
|
b39cc14c47
* regenerated after patch to Makefile.fpc in r12636
|
16 年之前 |
Jonas Maebe
|
be2d246327
* also let fcl-xml depend on iconvenc for beos and haiku
|
16 年之前 |
michael
|
e29d652dbe
* Reversed dependency of fcl-xml so it checks the platform names which need the dependency
|
16 年之前 |
marco
|
6ab2cae3cc
* deprecated (for 2.4) some functions that take a shortstring path.
|
16 年之前 |
florian
|
1221a10ceb
* some cosmetic changes
|
16 年之前 |
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.
|
16 年之前 |
florian
|
56ef86333d
* limit IDE stack to 3M on windows to avoid trouble at IDE startup at least on XP x64
|
16 年之前 |
florian
|
9869a2b29d
* set stacksize in the main program, it makes no sense to set it in fpcdefs.inc and parse it a zillion times
|
16 年之前 |
florian
|
a3d784b8e5
* internal coff linker takes care of min./max. stack size as well as pe flags
|
16 年之前 |
florian
|
05031b9522
- removed quotes from TEST_REMOTEOPT as mentioned some days ago on fpc-devel
|
16 年之前 |
florian
|
17e62ae5e4
+ build embedded rtl
|
16 年之前 |
florian
|
6b17415106
+ delete base.build-stamp.*
|
16 年之前 |
florian
|
775e4f353c
+ make target buildbase
|
16 年之前 |