Commit Graph

25265 Commits

Author SHA1 Message Date
tom_at_work
75e343e030 * inline sqrt since it is a mandatory instruction on PPC970 processors (and much faster than the generic routine)
git-svn-id: trunk@6286 -
2007-02-01 19:52:09 +00:00
Jonas Maebe
a4a35ced37 * fixed debugging info for local type definitions
git-svn-id: trunk@6285 -
2007-02-01 17:31:47 +00:00
Jonas Maebe
73c853757a * proper section names for sec_debug_line, sec_debug_info and
sec_debug_abbrev on darwin

git-svn-id: trunk@6284 -
2007-02-01 15:46:33 +00:00
Jonas Maebe
ccb9e7bb1b + psigcontex alias for psigcontextrec
+ psiginfo alias for psiginfo_t
  * changed arguments to sigactionhandler procvar type from var parameters
    into pointers
   -> all compatible to the way it's done for Linux -> fpcdaemon compiles

git-svn-id: trunk@6283 -
2007-02-01 12:09:33 +00:00
Jonas Maebe
f842eb854a + fppause for FPC_USE_LIBC
git-svn-id: trunk@6282 -
2007-02-01 12:07:12 +00:00
joost
13feac854a * Test for revision 6280
git-svn-id: trunk@6281 -
2007-01-31 23:05:31 +00:00
joost
03c9f47f2d * added const to SetIndex declaration
* implemented TField.GetClassDesc
 * TBlobField.AsString now returns an empty string if the field is null, and displaytext returns (blob)

git-svn-id: trunk@6280 -
2007-01-31 23:04:59 +00:00
joost
8865987fb3 * Skip DoBeforeclose and DoAfterClose whin componentstate in csDestroying
git-svn-id: trunk@6279 -
2007-01-31 22:26:39 +00:00
michael
6345c3a59b * Support for Daemon applications
git-svn-id: trunk@6278 -
2007-01-31 22:17:45 +00:00
florian
bcf65051e3 * detect sse properly on linux, fixes tmask*.pp in the testsuite with -Cfsse2
git-svn-id: trunk@6277 -
2007-01-31 21:51:47 +00:00
florian
d50bc40cbe * simplified code generation for paramaddr for a register parameter
git-svn-id: trunk@6276 -
2007-01-31 16:36:34 +00:00
michael
4155eb6e04 * Patch from Vincent Snijders to implement NumberOfBytesAvailable for pipes
git-svn-id: trunk@6275 -
2007-01-31 16:28:12 +00:00
Jonas Maebe
1a32e4fdf5 * fixed pushing of words in intel assembler (indirectly related to
wrong bug report 7808)

git-svn-id: trunk@6274 -
2007-01-30 21:52:11 +00:00
florian
b16b9d5251 * don't load a spilled register between mov lr,pc mov pc,<reg>
git-svn-id: trunk@6273 -
2007-01-30 21:34:26 +00:00
florian
2167655902 * patch from Thorsten Engler submitted in #8235
git-svn-id: trunk@6272 -
2007-01-30 19:53:42 +00:00
Jonas Maebe
0650ebe3f2 * fixed tbf/tb0063
git-svn-id: trunk@6271 -
2007-01-30 15:53:52 +00:00
Jonas Maebe
9a75d308a8 * fixed missing lineinfo after removing inlining_procedure (missed a "not" in
a condition)

git-svn-id: trunk@6270 -
2007-01-30 15:30:47 +00:00
Jonas Maebe
67edbb1fa0 * corrected reference to test which should succeed
git-svn-id: trunk@6269 -
2007-01-30 14:39:49 +00:00
Jonas Maebe
8eb4e420ef * don't compile in parallel because make 3.79 doesn't support order-only-
prerequisites, and (a working) make 3.80 isn't available for go32v2
    and OS/2

git-svn-id: trunk@6268 -
2007-01-30 10:38:34 +00:00
Jonas Maebe
cf508ece4f * fixed previous commit for -gv
git-svn-id: trunk@6267 -
2007-01-29 15:35:12 +00:00
Jonas Maebe
246f75c43a - removed inlining_procedure global var (artefact from pass_2 inlining)
git-svn-id: trunk@6266 -
2007-01-29 15:33:56 +00:00
Jonas Maebe
d6a4fbea47 * removed no longer used allow_only_static global variable
git-svn-id: trunk@6265 -
2007-01-29 14:49:28 +00:00
joost
c133e44171 * Fixed typo/compilation
* do not call DoBeforeClose and DoAfterClose on Destroy
 * set state to InActive from within SetActive instead in CloseCursor

git-svn-id: trunk@6264 -
2007-01-28 23:07:16 +00:00
joost
aac4694a40 * Only call DoAfterScroll when a dataset is opened, when it is not empty
git-svn-id: trunk@6263 -
2007-01-28 22:52:21 +00:00
joost
9c2de3308c * Made OpenCursorcomplete virtual
* Moved all stuff in DoInternalClose to CloseCursor

git-svn-id: trunk@6262 -
2007-01-28 22:50:46 +00:00
joost
3780717c72 * Changed the ordening of calls while opening a dataset to be more Delphi-compatible, bug #8226
git-svn-id: trunk@6261 -
2007-01-28 22:44:10 +00:00
florian
0b043b3fc6 + new test
git-svn-id: trunk@6260 -
2007-01-28 22:20:07 +00:00
florian
4dd354347f * fixed sysvarfromsingle, fixes #8055
git-svn-id: trunk@6259 -
2007-01-28 22:13:43 +00:00
yury
767a5c12f2 * fixed COMCTL32_VERSION constant.
git-svn-id: trunk@6258 -
2007-01-28 21:29:56 +00:00
florian
0fd3498892 * fixed longint -> real, was broken in 6153
git-svn-id: trunk@6257 -
2007-01-28 21:27:21 +00:00
joost
31636e3887 * Tdataset.SetBufListSize(0) should clear the buffer
* A closed dataset should have FRecordcound set to 0 (+added test)
 * Fix for bug #8228

git-svn-id: trunk@6256 -
2007-01-28 20:41:09 +00:00
florian
87b2630684 + comconst added to build unit as well
git-svn-id: trunk@6255 -
2007-01-28 20:28:11 +00:00
florian
481ef9db93 + comconst to Makefile.fpc added
git-svn-id: trunk@6254 -
2007-01-28 19:49:46 +00:00
joost
f95f65de84 * Fixed TDataLink.Activerecord, mantis 6893 + test
git-svn-id: trunk@6253 -
2007-01-28 19:37:24 +00:00
tom_at_work
923c70932e * removed surplus semicolon
git-svn-id: trunk@6252 -
2007-01-28 19:21:14 +00:00
florian
08997a087c * several variant fixes from Thorsten Engler, fixes #8233
git-svn-id: trunk@6251 -
2007-01-28 18:58:58 +00:00
florian
82c8c48793 + test
git-svn-id: trunk@6246 -
2007-01-28 18:07:58 +00:00
florian
77b155ea79 * def.size in [1,2,4,8] goes wrong if def.size>255, fixed, resolves #8232
git-svn-id: trunk@6245 -
2007-01-28 18:06:51 +00:00
fpc
0f9b9bb7de * fix dbdigest to use (full) filename to lookup tests in DB (table TESTS structure changed)
git-svn-id: trunk@6244 -
2007-01-28 17:52:49 +00:00
daniel
f60b66fba0 * Modify code to set xterm in rigth font.
git-svn-id: trunk@6243 -
2007-01-28 16:04:34 +00:00
tom_at_work
a0813b42bf * fixed DWARF debug info for powerpc64/linux, correcting the procedure entry symbol (must be the dotted symbol, not the function descriptor location, otherwise gdb cannot find locals
git-svn-id: trunk@6242 -
2007-01-28 12:12:12 +00:00
daniel
e8050233af + Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231)
git-svn-id: trunk@6241 -
2007-01-28 10:58:52 +00:00
florian
c74a9b2249 * fixed building of fpcunit
git-svn-id: trunk@6240 -
2007-01-28 10:09:38 +00:00
florian
26ffc101da * fixed softfloat trunc
git-svn-id: trunk@6239 -
2007-01-28 09:52:20 +00:00
florian
c6d3bc813f * fixes #8229
git-svn-id: trunk@6238 -
2007-01-28 08:21:08 +00:00
Jonas Maebe
2ea611e069 * fixed searching fpc.cfg on {$ifdef need_path_search} OS'es
git-svn-id: trunk@6237 -
2007-01-27 20:58:26 +00:00
daniel
95aeaf7df5 * Check COLORTERM in case TERM=xterm to detect rxvt.
git-svn-id: trunk@6236 -
2007-01-27 20:35:16 +00:00
daniel
6c92edea04 * Send correct amount of characters for custom font.
git-svn-id: trunk@6235 -
2007-01-27 20:34:41 +00:00
Jonas Maebe
0bc6a2fd28 + new test for varsets and conversion among varsets
git-svn-id: trunk@6234 -
2007-01-27 20:29:06 +00:00
tom_at_work
a06081f590 * fixed compilation after TStringList->TCmdStrList change
git-svn-id: trunk@6233 -
2007-01-27 20:21:38 +00:00