Commit Graph

27166 Commits

Author SHA1 Message Date
Tomas Hajny
12e66259c4 * aliases for np_ to increase compatibility
git-svn-id: trunk@9135 -
2007-11-04 20:06:33 +00:00
Jonas Maebe
ed7511de58 * safeguard the nf_block_with_exit flag when simplifying blockn and
statementn + test

git-svn-id: trunk@9134 -
2007-11-04 18:33:07 +00:00
joost
536a732823 * Reverted r8922 since r8914 contains a better fix
git-svn-id: trunk@9131 -
2007-11-04 15:41:08 +00:00
Károly Balogh
8674e35f45 * removed a_call_reg hack, not needed after peter's latest fix
git-svn-id: trunk@9130 -
2007-11-04 15:27:31 +00:00
peter
911f926274 * disabled float128
git-svn-id: trunk@9129 -
2007-11-04 14:41:51 +00:00
peter
263b7abc6f * check register type also for registers in references so we are
not mixing addressregisters and intregisters on m68k

git-svn-id: trunk@9128 -
2007-11-04 14:24:36 +00:00
Károly Balogh
14f958682c + first attempt to implement a_call_reg
+ various other changes

git-svn-id: trunk@9127 -
2007-11-04 01:40:02 +00:00
peter
edb56a85ac * updated
git-svn-id: trunk@9126 -
2007-11-03 23:50:02 +00:00
peter
adb02ecadf * localunitdir,globalunitdir added that will be used during compiling, if not provided the
default is to use the unitinstalldir
  * Add unit search dirs with wildcard, like fpc.cfg also does
  * Check for dependencies is a simple check if the package has a directory in the
    unit search dirs
  * force exitcode setting in run to not force the user to use Halt(Run)

git-svn-id: trunk@9125 -
2007-11-03 23:37:27 +00:00
peter
220567d30b * add fcl-process dependency
git-svn-id: trunk@9124 -
2007-11-03 23:34:25 +00:00
peter
6fcdfee5ec * install does not a build anymore
git-svn-id: trunk@9123 -
2007-11-03 23:06:40 +00:00
peter
a80ff2b469 * updated
git-svn-id: trunk@9122 -
2007-11-03 23:06:21 +00:00
peter
c345118331 * pass --localunitdir and --globalunitdir to fpmake
git-svn-id: trunk@9121 -
2007-11-03 22:38:47 +00:00
joost
14b583455c * Solved bug #9503
git-svn-id: trunk@9120 -
2007-11-03 22:30:18 +00:00
joost
9080909740 * TSQLQuery.StatementType should not be published
* Quote fieldnames in ApplyUpdates for connections which needs this + test (bug 9661)
 * Do not try to update the indexdefinitions if the TableName is unknown
 * Try to obtain the TableName even if the dataset is readonly

git-svn-id: trunk@9119 -
2007-11-03 22:20:45 +00:00
florian
ebc99e1bd6 * make clongdouble only a double on win64 and wince, on win32 we follow gcc
git-svn-id: trunk@9118 -
2007-11-03 21:47:29 +00:00
florian
e3085015f7 * continued to work on float128 stuff
git-svn-id: trunk@9117 -
2007-11-03 21:41:54 +00:00
peter
6577a39bab * merged into fpmake.pp
git-svn-id: trunk@9116 -
2007-11-03 20:20:03 +00:00
peter
604c918ba9 * debug shows directory/file checks
git-svn-id: trunk@9115 -
2007-11-03 20:19:30 +00:00
florian
c5dcc2109d * diabled it for windows
git-svn-id: trunk@9113 -
2007-11-03 18:39:14 +00:00
yury
c4ed91b9ff * Fixed warnings about EBP based access.
* Improved SetJmp and longJmp by not using stack frame.

git-svn-id: trunk@9112 -
2007-11-03 18:05:12 +00:00
yury
7230661978 * Fixed warnings about EBP based access.
git-svn-id: trunk@9111 -
2007-11-03 17:09:39 +00:00
Jonas Maebe
39463b45ad * fixed writestr io-check comment
git-svn-id: trunk@9110 -
2007-11-03 17:05:47 +00:00
yury
bb730eeae1 * Changed LPARAM back to ptrint for wince.
git-svn-id: trunk@9109 -
2007-11-03 16:58:47 +00:00
joost
53b6757c6e * Removed unused SetIndexDefs
* IndexDefs should not be passed as var to UpdateIndexDefs

git-svn-id: trunk@9107 -
2007-11-03 16:08:34 +00:00
florian
6ac5ed6a47 * store character constants converted to shortstrings unaligned
git-svn-id: trunk@9106 -
2007-11-03 16:07:18 +00:00
florian
c794ec6de0 * fix Index*Word for CPUs requiring proper alignment
git-svn-id: trunk@9105 -
2007-11-03 15:51:11 +00:00
yury
9759a9d9c1 * Reverted r9101, because it causes problems. We must find a better solution to get rid of these warnings.
git-svn-id: trunk@9104 -
2007-11-03 13:09:41 +00:00
yury
c99a8da474 * Fixed forward declarations to match implementation.
git-svn-id: trunk@9103 -
2007-11-03 12:58:26 +00:00
yury
4662eb98fc * Fixed warnings.
git-svn-id: trunk@9102 -
2007-11-03 12:22:54 +00:00
yury
cc31f2d720 * Changed LPARAM type to be ptruint instaed of ptrint to fix confusing warnings in SendMessage/PostMessage when pointer is passed in lparam. It should not lead to problems.
git-svn-id: trunk@9101 -
2007-11-03 12:18:16 +00:00
joost
73f2423c06 * Recognize Timestamp records as TDateTime fields
* Fixed TDateTimes which are before the year 1900

git-svn-id: trunk@9100 -
2007-11-03 12:05:15 +00:00
joost
7d0bf5064a * Fixed data/time/datetime fields
git-svn-id: trunk@9099 -
2007-11-03 11:19:34 +00:00
joost
0fcf57fc1c * Implemented RowsAffected and modified the test
git-svn-id: trunk@9098 -
2007-11-03 11:12:01 +00:00
yury
515017ece6 * Fixed warnings and notes.
git-svn-id: trunk@9097 -
2007-11-03 10:53:08 +00:00
yury
6a36ac786a * Fixed warnings.
git-svn-id: trunk@9095 -
2007-11-03 10:36:27 +00:00
yury
40c3092b99 * Fixed compilation.
git-svn-id: trunk@9094 -
2007-11-03 09:51:45 +00:00
joost
afe993756d * Enabled currency-fields test for sqlite3
git-svn-id: trunk@9093 -
2007-11-03 00:15:37 +00:00
joost
570b4e079d * Added recognition of FLOAT, CHAR and DECIMAL fields/records
git-svn-id: trunk@9092 -
2007-11-03 00:14:39 +00:00
joost
306670c74a * Fixed parameters if a query is executed for the second time
* Truncate stringfields at dsMaxStringSize

git-svn-id: trunk@9091 -
2007-11-02 23:53:38 +00:00
florian
b59fdbeb93 * CompareWord and CompareDWord fixed for building with <2.3.1
git-svn-id: trunk@9087 -
2007-11-02 23:33:57 +00:00
joost
9ff58eb46f * Fixed TField.Size handling
* Fixed crash on string-parameters

git-svn-id: trunk@9085 -
2007-11-02 23:23:12 +00:00
yury
13d948c07b * Fixed: import Address Table should contain the same data as Import Lookup Table.
* Perform import by name with index as hint, if both import name and import index are specified.
* Fixed import by ordinal when external linker is used.
* Fixed some warnings and notes.

git-svn-id: trunk@9083 -
2007-11-02 23:07:15 +00:00
florian
d9e0f078e1 * continued to play around with package support
git-svn-id: trunk@9075 -
2007-11-02 22:26:43 +00:00
joost
1f9443f90f * implemented GetFieldNames
* implemented GetTableNames
* added support for smallint fields

git-svn-id: trunk@9073 -
2007-11-02 22:10:28 +00:00
joost
a57b251450 * Close datasets before removing their transaction
git-svn-id: trunk@9072 -
2007-11-02 22:08:19 +00:00
peter
43c446e742 * add DumpExceptionBackTrace
git-svn-id: trunk@9071 -
2007-11-02 22:08:17 +00:00
joost
f5455d6358 * TestGetTables test added
* tablename in TestGetFieldNames case sensitive for mysql

git-svn-id: trunk@9070 -
2007-11-02 22:07:27 +00:00
florian
965bb41288 * fixed more rex placements
git-svn-id: trunk@9069 -
2007-11-02 21:30:43 +00:00
peter
676f477ddb * remove obsolete scripts
git-svn-id: trunk@9068 -
2007-11-02 21:21:56 +00:00