Commit Graph

27543 Commits

Author SHA1 Message Date
Jonas Maebe
1445ca1198 * fixed GetDirs in case the last character of the passed directory
= PathDelim (called like that from the compiler)

git-svn-id: trunk@9274 -
2007-11-17 19:53:33 +00:00
Jonas Maebe
378fb7afd6 * regenerated for darwin/x86-64
git-svn-id: trunk@9273 -
2007-11-17 19:31:14 +00:00
michael
a8eb62ff54 Better for for checkcontrolmessage, based on Mattias Gaertner tip
git-svn-id: trunk@9268 -
2007-11-17 12:47:12 +00:00
michael
efdddfd82c * Patch from Steve Howe so daemon thread does not consume all CPU
git-svn-id: trunk@9267 -
2007-11-17 12:42:02 +00:00
michael
cb9608c149 * Replaced suspected copyright infringement of MomentSkewKurtosis with clean-room implementation by Vincent Snijders
git-svn-id: trunk@9265 -
2007-11-16 15:24:17 +00:00
yury
4e3547c7bf * Improved warning "Converting pointers to signed integers may result in wrong comparison results and range errors, use an unsigned type instead.":
- check for procedure and class pointers as well;
  - do not warn if typecasted pointer is passed as parameter or directly assigned to a variable. 

git-svn-id: trunk@9264 -
2007-11-16 13:52:19 +00:00
joost
807a18e109 * Added property CurrentAction
git-svn-id: trunk@9263 -
2007-11-15 15:15:49 +00:00
joost
606261a21d * Patch from Leonardo M. Ramé which adds sqlite3 to the example
git-svn-id: trunk@9261 -
2007-11-15 09:49:14 +00:00
peter
f0c4849f3a * another example
git-svn-id: trunk@9259 -
2007-11-14 23:16:55 +00:00
peter
6b38bfc780 * move example/test code to examples sub dir
git-svn-id: trunk@9258 -
2007-11-14 23:15:46 +00:00
peter
534048d62e * remove pkgcurl
git-svn-id: trunk@9257 -
2007-11-14 23:13:22 +00:00
peter
269d8ecf51 * split options in globaloptions and compileroptions
* use compileroptions to load settings for compiling fpmake
  * simple version check in config files

git-svn-id: trunk@9256 -
2007-11-14 23:10:09 +00:00
peter
f3e3ca1086 * remove obsolete 2.0.x files
git-svn-id: trunk@9255 -
2007-11-14 23:08:56 +00:00
joost
dc33a9bc87 * Not only a comma is a seperator in the from-clause of a query. Fixes bug #10148 (+test)
git-svn-id: trunk@9254 -
2007-11-14 22:08:01 +00:00
Jonas Maebe
5156a32936 * not for x86_64, it doesn't have an intel asm parser
git-svn-id: trunk@9253 -
2007-11-14 21:11:18 +00:00
Jonas Maebe
c8f270c556 + darwin/x86_64 gprof support
git-svn-id: trunk@9252 -
2007-11-14 20:47:55 +00:00
Jonas Maebe
82cf80d4ca * added missing tcasenode.derefnode override to process all the
case-blocks and the else-block

git-svn-id: trunk@9251 -
2007-11-14 19:40:28 +00:00
joost
465b41fbfd * Patch from Luiz Americo to set TStringField.Size:=dsMaxStringSize
git-svn-id: trunk@9250 -
2007-11-14 18:33:40 +00:00
michael
079890d53e * Replaced suspected copyright infringement of ExtractStrings with clean-room implementation by Luk Vandelaer
git-svn-id: trunk@9249 -
2007-11-14 08:41:00 +00:00
michael
adf0a0e267 * Fixed makefiles, added rtfexport to makefiles
git-svn-id: trunk@9248 -
2007-11-13 23:11:08 +00:00
peter
c30eed4069 * support <none> as empty version
* don't write not installed versions to status file

git-svn-id: trunk@9247 -
2007-11-13 23:09:04 +00:00
Marc Weustink
59f08ab878 + added shootout thread-ring benchmark
git-svn-id: trunk@9246 -
2007-11-13 21:53:53 +00:00
joost
dd25f17f96 * Patch from Luiz Americo to fix TField.Size issues
git-svn-id: trunk@9245 -
2007-11-13 21:24:18 +00:00
marco
3860a73084 * some new patches from Boguslaw
git-svn-id: trunk@9244 -
2007-11-13 20:30:56 +00:00
Jonas Maebe
2e9db26750 * truncate constant shortstrings at the callee side if they are passed
to a value parameter with a shorter length, and if they would not be
    implicitly passed by reference (if they are passed by reference, then
    the callee will perform a shortstring assign which will do the length
    truncation). Fixes tarray3 on x86_64

git-svn-id: trunk@9243 -
2007-11-13 20:21:29 +00:00
marco
e460c7c195 * Maskutils, #10149
git-svn-id: trunk@9242 -
2007-11-13 20:21:17 +00:00
Jonas Maebe
3c2fc7b226 * fixed test
git-svn-id: trunk@9241 -
2007-11-13 20:19:06 +00:00
peter
bd093b4b9e * give better error on corrupt packages.xml
* first installdependencies before downloading/unzipping packages
  * delete corrupt file if download failed

git-svn-id: trunk@9240 -
2007-11-13 19:35:17 +00:00
peter
e07b0ee147 * fix executable not found exception
git-svn-id: trunk@9239 -
2007-11-13 19:23:34 +00:00
peter
80008b5146 * fix unzipping of all files
* create outputdirectory if it doesn't exists

git-svn-id: trunk@9235 -
2007-11-13 18:47:45 +00:00
peter
ebbb2db336 * replace nodefaults with nofpccfg, the nodefaults was the same as not
specifying a config file

git-svn-id: trunk@9234 -
2007-11-13 18:38:14 +00:00
peter
ae45cfefce * pass --nofpccfg
git-svn-id: trunk@9233 -
2007-11-13 18:37:42 +00:00
Jonas Maebe
9f705776c9 * fixed disabling of inlining procedures/functions with nested
procedures/functions

git-svn-id: trunk@9232 -
2007-11-13 18:12:25 +00:00
peter
ff3f24265d * dependencies on database packages
git-svn-id: trunk@9231 -
2007-11-13 16:41:29 +00:00
Jonas Maebe
0511aa41c2 * add ../dbase directory to unit search path
git-svn-id: trunk@9230 -
2007-11-13 14:16:48 +00:00
Jonas Maebe
8e5acd85c9 * forgot to commit makefiles
git-svn-id: trunk@9229 -
2007-11-13 10:54:17 +00:00
Jonas Maebe
44e7fffed5 * move fcl-db/src/*.{inc,pp,pas} to fcl-db/base to be able to specify
dependendies of other subdirectories (such as export and datadict) on it
  * added .NOTPARALLEL to the export and datadict directories

git-svn-id: trunk@9228 -
2007-11-13 08:57:23 +00:00
peter
5a57434f33 * fix modetostring
git-svn-id: trunk@9227 -
2007-11-13 08:24:32 +00:00
Tomas Hajny
12d8b3f7e4 * units for OS/2 missing in previous commit
git-svn-id: trunk@9226 -
2007-11-12 22:59:13 +00:00
Tomas Hajny
276a74a4e4 * yet another fix for GO32v2 building
git-svn-id: trunk@9225 -
2007-11-12 22:56:55 +00:00
michael
83e9952ecf * Use dynlibs instead of dllfunc
git-svn-id: trunk@9224 -
2007-11-12 22:54:59 +00:00
michael
cc2dcea7bc * Export and datadict directories toegevoegd
git-svn-id: trunk@9223 -
2007-11-12 22:40:46 +00:00
Jonas Maebe
34d0fd2c30 * give generic IntbasiceventWaitFor a granularity of 50 rather than
500 miliseconds

git-svn-id: trunk@9222 -
2007-11-12 22:06:39 +00:00
Jonas Maebe
95abc479ac * actually assign result of strncmp to comparechar0 result
git-svn-id: trunk@9221 -
2007-11-12 21:26:07 +00:00
Jonas Maebe
a68581efef * fixed test (comparechar0 is defined as returning values <, =, > 0, not
just -1, 0, 1)

git-svn-id: trunk@9220 -
2007-11-12 21:25:27 +00:00
florian
c64ab62bdf * fixed CompareChar0, resolves #10151
git-svn-id: trunk@9219 -
2007-11-12 20:01:57 +00:00
florian
0801c64813 + simple CompareByte0 test
git-svn-id: trunk@9218 -
2007-11-12 19:57:47 +00:00
peter
da21fb10e3 * default repository is now http
git-svn-id: trunk@9217 -
2007-11-12 18:07:07 +00:00
peter
a2e0c9346a * OSs to OSes
git-svn-id: trunk@9216 -
2007-11-12 17:08:36 +00:00
peter
6a0b278727 * basic dependency handling is working
git-svn-id: trunk@9215 -
2007-11-12 17:07:23 +00:00