Jonas Maebe
|
adaae268ae
* don't perform fmShareDenyNone/fmShareExclusive check for unix, as it
|
16 years ago |
Jonas Maebe
|
8a0c16edb6
* fixed the placement of some fileclose() calls
|
16 years ago |
michael
|
b1f3d5de97
* Fixed tfile2 so it compiles and runs on windows
|
16 years ago |
Jonas Maebe
|
213c00b17f
* updated check for minimum version required to build trunk (at least
|
16 years ago |
marco
|
017f7b2528
* log* defines.
|
16 years ago |
florian
|
acb06dac1b
+ Wp<Controllertype> support for arm and avr
|
16 years ago |
Jonas Maebe
|
b39cc14c47
* regenerated after patch to Makefile.fpc in r12636
|
16 years ago |
Jonas Maebe
|
be2d246327
* also let fcl-xml depend on iconvenc for beos and haiku
|
16 years ago |
michael
|
e29d652dbe
* Reversed dependency of fcl-xml so it checks the platform names which need the dependency
|
16 years ago |
marco
|
6ab2cae3cc
* deprecated (for 2.4) some functions that take a shortstring path.
|
16 years ago |
florian
|
1221a10ceb
* some cosmetic changes
|
16 years ago |
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 years ago |
florian
|
56ef86333d
* limit IDE stack to 3M on windows to avoid trouble at IDE startup at least on XP x64
|
16 years ago |
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 years ago |
florian
|
a3d784b8e5
* internal coff linker takes care of min./max. stack size as well as pe flags
|
16 years ago |
florian
|
05031b9522
- removed quotes from TEST_REMOTEOPT as mentioned some days ago on fpc-devel
|
16 years ago |
florian
|
17e62ae5e4
+ build embedded rtl
|
16 years ago |
florian
|
6b17415106
+ delete base.build-stamp.*
|
16 years ago |
florian
|
775e4f353c
+ make target buildbase
|
16 years ago |
joost
|
46ebc7b768
* Replaced longint by clong, and the hardcoded length of 4 by SizeOf(clong)
|
16 years ago |
joost
|
358eec969f
* The primary key obtained using SQLPrimaryKeys is not always present with the same name in the list of indexes returned by SQLStatistics. (for example see Firebird-bug-tracker ODBC-56) In that case the PK obtained by SQLPrimaryKeys is added to IndexDefs, even if that leads to a duplicate entry for a index under two different names
|
16 years ago |
joost
|
349ff010a1
' * Do not use a space as FieldNamesQuoteChar but an empty string, so that parameters are parsed correctly
|
16 years ago |
joost
|
6fc3f2e809
* Do not treat a single colon followed by a space as a parameter
|
16 years ago |
marco
|
1533599426
* regionsize now ptruint, mantis 13077
|
16 years ago |
florian
|
1b79f2ebcf
* improved feature defines
|
16 years ago |
florian
|
c127154efa
o Haiku patches by Olivier Coursiere
|
16 years ago |
Jonas Maebe
|
f9556bad39
* fixed ESysEIntr checking for fpflock
|
16 years ago |
Jonas Maebe
|
4a829da2fc
* fixed fileopen when not specifying any sharing (should not perform any
|
16 years ago |
Jonas Maebe
|
9fabb0b127
* fixed file locking of files opened as read- or write-only on solaris
|
16 years ago |
Jonas Maebe
|
6851d6d8e0
* fixed solaris flock type
|
16 years ago |