Commit Graph

24616 Commits

Author SHA1 Message Date
Károly Balogh
33c3bebd7b + merged changes with amiga sysutils
git-svn-id: trunk@5983 -
2007-01-14 22:33:00 +00:00
daniel
b665e0907c * Fix use_external
git-svn-id: trunk@5982 -
2007-01-14 22:00:15 +00:00
daniel
e47681ab0d * Remove reming usage of errno.
git-svn-id: trunk@5981 -
2007-01-14 21:50:24 +00:00
Károly Balogh
f1067607b6 + workaround for non-working dircache on morphos/amiga
+ added a few more missing morphos defines

git-svn-id: trunk@5980 -
2007-01-14 21:32:58 +00:00
Károly Balogh
ad98dc7b06 + gadzillion amount of fixes for sysutils
+ changed graphics.move() to gfxMove() to avoid some conflicts

git-svn-id: trunk@5979 -
2007-01-14 21:27:36 +00:00
daniel
d5927f1ef4 + Add constants to Netware socket units too.
git-svn-id: trunk@5978 -
2007-01-14 21:26:13 +00:00
daniel
e6438fe23d * Make error constants cross platform.
git-svn-id: trunk@5977 -
2007-01-14 21:22:47 +00:00
daniel
38062997f4 * Remove unused procedure.
git-svn-id: trunk@5976 -
2007-01-14 21:20:23 +00:00
daniel
4f55e8055f + Add test to test Pascal I/O sockets
git-svn-id: trunk@5975 -
2007-01-14 20:35:13 +00:00
florian
ad7e261a04 * forbid to take the address of a label defined outside of the current procedure
git-svn-id: trunk@5974 -
2007-01-14 19:21:37 +00:00
daniel
1c452dd4f9 + Restore and fix text/file socket functionality.
git-svn-id: trunk@5973 -
2007-01-14 18:50:19 +00:00
florian
5e2042cff8 * correct assembling of test rm8,reg8
git-svn-id: trunk@5972 -
2007-01-14 18:08:37 +00:00
florian
5e1681c38a * new test
git-svn-id: trunk@5971 -
2007-01-14 15:20:30 +00:00
florian
ddef889651 * new test
git-svn-id: trunk@5970 -
2007-01-14 15:17:59 +00:00
florian
0738db8856 * automatic uploading of testsuite results for windows
* documented testsuite uploading

git-svn-id: trunk@5969 -
2007-01-14 14:24:29 +00:00
florian
ce6f6ee4bf * fixed compilation on i386
git-svn-id: trunk@5968 -
2007-01-14 13:56:11 +00:00
Jonas Maebe
abef29c1d5 * fixed x86 vector mmloads and use scalar loads in ncgcnv
git-svn-id: trunk@5967 -
2007-01-14 13:36:26 +00:00
florian
fc027d16c5 * syntax error in last commit fixed
git-svn-id: trunk@5966 -
2007-01-14 10:45:21 +00:00
florian
b3a1868ff0 * correct masking of exceptions in genmath code
git-svn-id: trunk@5965 -
2007-01-14 10:44:10 +00:00
yury
4f5c8cfe1f * fixed fpc_WideStr_Concat in case when strings the same.
git-svn-id: trunk@5964 -
2007-01-14 01:20:16 +00:00
yury
36ea8ec683 * Fixed Internal error 2003042401 in tw7379 for ARM CPU.
git-svn-id: trunk@5963 -
2007-01-14 01:15:22 +00:00
yury
3c10856a4f * Dont throw runerrors in default MemoryMutexManager if HAS_MT_MEMORYMANAGER is defined.
git-svn-id: trunk@5962 -
2007-01-14 01:14:12 +00:00
yury
c8e37c6783 * Fixed tw6129 for ARM CPU by using unaligned().
git-svn-id: trunk@5961 -
2007-01-14 01:12:31 +00:00
yury
30219f6124 * Skip tw5641 for wince due to memory constraints.
git-svn-id: trunk@5960 -
2007-01-14 01:11:17 +00:00
yury
848d94f573 * Set DecimalSeparator to be locale independent.
git-svn-id: trunk@5959 -
2007-01-14 01:04:45 +00:00
yury
97e6235535 * fixed fpc_AnsiStr_Concat in case when strings the same.
git-svn-id: trunk@5958 -
2007-01-13 23:44:59 +00:00
yury
2602ceb7e4 * Fixed StrToTime. TimeAMString and/or TimePMString can be empty on some locales and StrToTime crashed in this case.
git-svn-id: trunk@5957 -
2007-01-13 23:00:55 +00:00
yury
c73860bc39 * fixed SafeArrayRedim.
* set ARR_VARIANT flag for arrays of varVariant.
* fixed VariantClear for arrays.
* all this fixes tw3681 for arm-wince.

git-svn-id: trunk@5956 -
2007-01-13 22:25:26 +00:00
Almindor
62e276d064 * remove text and file based socket conversions and operations from sockets
git-svn-id: trunk@5955 -
2007-01-13 22:21:38 +00:00
yury
d375279a3e * This test not for wince.
git-svn-id: trunk@5954 -
2007-01-13 20:31:39 +00:00
yury
90a445215a * Dont run tw3628.pp. It is compile only test as stated in bug report.
git-svn-id: trunk@5953 -
2007-01-13 20:27:59 +00:00
Jonas Maebe
241645961d * converted CP850UCT and CP850LCT into #-notation (mantis #8104)
git-svn-id: trunk@5952 -
2007-01-13 19:12:02 +00:00
Jonas Maebe
38d54234d7 * fixed crash when calling a procvar with too many parameters
(mantis 8109)

git-svn-id: trunk@5951 -
2007-01-13 18:38:04 +00:00
Jonas Maebe
c0eb91ffc8 * fixed error message for trying to assign to formal parameters and
to open arrays (mantis #8111)

git-svn-id: trunk@5950 -
2007-01-13 18:20:06 +00:00
yury
fef99bf8cb * Fixed AnsiCompareStr and AnsiCompareText if string(s) contains #0. It fixes webtbs/tw3170.pp
git-svn-id: trunk@5949 -
2007-01-13 17:00:58 +00:00
yury
737634d781 * Call HandleError in fpc_exp_real for overflow and underflow. It fixes webtbs/tw3157.pp for targets where generic fpc_exp_real is used.
git-svn-id: trunk@5948 -
2007-01-13 16:51:43 +00:00
yury
f5e645c80b * fix tw2129.pp for arm-wince.
git-svn-id: trunk@5947 -
2007-01-13 16:14:25 +00:00
Almindor
71a64525b5 * adds lnet info
git-svn-id: trunk@5946 -
2007-01-13 15:40:07 +00:00
yury
d401c0a198 * activated internal get_frame for ARM.
git-svn-id: trunk@5945 -
2007-01-13 15:23:51 +00:00
yury
dfab1fbb7b * Properly set FPU control word for wince. It fixes testv8.pp
git-svn-id: trunk@5944 -
2007-01-13 15:10:44 +00:00
Jonas Maebe
34b731b44c + dependency on ctypes for initc so make -j works again
git-svn-id: trunk@5943 -
2007-01-13 15:08:00 +00:00
Jonas Maebe
fc99b0ad48 * fixed floating point precision conversions for loc_mmregister and
between loc_fpuregister and loc_mmregister

git-svn-id: trunk@5942 -
2007-01-13 15:00:00 +00:00
Jonas Maebe
18eaee6ea3 * force tryencodetime to perform calculation using the precision of
tdatetime

git-svn-id: trunk@5941 -
2007-01-13 14:58:35 +00:00
yury
3b70222574 * fixed again ffExponent format in FloatToStrFIntl.
* updated test for FloatToStr.

git-svn-id: trunk@5940 -
2007-01-13 13:52:17 +00:00
peter
cfb7a70c66 * update cacheindex in get_file
git-svn-id: trunk@5939 -
2007-01-13 12:44:21 +00:00
peter
5e428406e0 * remove redundant initalization of LinkTypeSetExplicitly
git-svn-id: trunk@5938 -
2007-01-13 12:28:14 +00:00
yury
bcd86ef782 * added support for very big/small currency constants for non x86 CPUs.
git-svn-id: trunk@5937 -
2007-01-13 12:12:20 +00:00
florian
e5dd51c95b * commented our sse hacking
git-svn-id: trunk@5936 -
2007-01-12 23:32:31 +00:00
micha
19cb1b6e34 fix win95: win32 sse support check, patch by florian
git-svn-id: trunk@5935 -
2007-01-12 23:07:01 +00:00
florian
76dc5ab588 + support of -fPIC (is equivalent to -Cg) so people won't be confused if ld tells them to recompile their code with -fPIC
git-svn-id: trunk@5934 -
2007-01-12 22:27:20 +00:00