Commit Graph

24537 Commits

Author SHA1 Message Date
michael
aaec51dd3f * Fixed bug #8033, removed longrec, so sysutils version is used
git-svn-id: trunk@5901 -
2007-01-11 20:40:12 +00:00
michael
dc2daf7ed3 * Fixed bug #8100: TDuplicates refers to types TDuplicates
git-svn-id: trunk@5900 -
2007-01-11 20:33:40 +00:00
michael
fcce3195b6 * TFormatSettings implementation, stage 3 (final)
git-svn-id: trunk@5899 -
2007-01-11 20:25:18 +00:00
Jonas Maebe
e1a94f5606 * fixed test
git-svn-id: trunk@5898 -
2007-01-11 20:13:07 +00:00
michael
cab9811e02 * TFormatSettings implementation, stage 2
git-svn-id: trunk@5897 -
2007-01-11 20:01:33 +00:00
florian
e3f37f98ae * correct handling of -<currency> on non x86 CPUs
git-svn-id: trunk@5896 -
2007-01-11 19:34:10 +00:00
yury
21dcfcd404 * fixed fpc_ShortStr_Currency in case of 0 value.
git-svn-id: trunk@5895 -
2007-01-11 18:52:00 +00:00
yury
a4a125e561 * fixed FloatToStrF for ffExponent format.
* fixed FloatToStrF for non Extended values.
+ added test for FloatToStr.

git-svn-id: trunk@5894 -
2007-01-11 18:33:15 +00:00
Jonas Maebe
3381fd2ea1 * ismultithread is a longbool nowadays (cmpb -> cmpl)
git-svn-id: trunk@5893 -
2007-01-11 17:32:15 +00:00
Jonas Maebe
8e5a5d3f2b * fixed test (typecast floating point constants to float)
git-svn-id: trunk@5892 -
2007-01-11 16:41:12 +00:00
florian
93c86bbaf2 * target test fixed, resolves #6580
git-svn-id: trunk@5888 -
2007-01-11 15:09:39 +00:00
pierre
901cc71411 + allow also <BR/> as line break tag
git-svn-id: trunk@5887 -
2007-01-11 14:05:58 +00:00
pierre
f33e66bb4e * avoid overflow check and errors
git-svn-id: trunk@5886 -
2007-01-11 14:05:03 +00:00
pierre
f9e00ff2d9 * Move inlcude platform.inc before
interface, so that global switches are allowed

git-svn-id: trunk@5885 -
2007-01-11 12:23:29 +00:00
pierre
d2711a7013 + added new code to deal better with
html files generated from HTeX
  * Trying to get tables to format better

git-svn-id: trunk@5884 -
2007-01-11 12:18:35 +00:00
pierre
ceec409cff + FpToolsDebugMessage added to
catch debug messages from w* files into Messages window

git-svn-id: trunk@5883 -
2007-01-11 12:11:24 +00:00
pierre
92b63304b3 + ReadlnFromFile added to try to cope with
lines of more than 255 chars
 + DebugMessage procedure added

git-svn-id: trunk@5882 -
2007-01-11 12:09:43 +00:00
florian
6791f7caea * test
git-svn-id: trunk@5881 -
2007-01-11 10:48:27 +00:00
florian
36a500c38c * don't coalescate with frame/stack pointer
git-svn-id: trunk@5880 -
2007-01-11 10:47:07 +00:00
yury
df10089076 * currency is handled directly in StrToCurr, CurrToStr, CurrToStrF functions.
* improved Delphi compatibility of FloatToStrF.

git-svn-id: trunk@5879 -
2007-01-11 01:50:33 +00:00
joost
e8707ad4b8 * added tests for filtering and null-valued fields
git-svn-id: trunk@5878 -
2007-01-11 01:29:39 +00:00
yury
a95e47507b * Replaced lot of duplicate code in fpc_Read_xxx procedures by call to internal CheckRead function.
git-svn-id: trunk@5877 -
2007-01-11 01:25:14 +00:00
michael
bb9d6120ed * TFormatSettings implementation, stage 1
git-svn-id: trunk@5876 -
2007-01-10 22:32:05 +00:00
yury
b3c82a05c5 * Use fpc_Write_Text_Currency and fpc_Read_Text_Currency for currency.
git-svn-id: trunk@5875 -
2007-01-10 22:13:01 +00:00
yury
71961bb8ce * Implemented fpc_Write_Text_Currency and fpc_Read_Text_Currency.
git-svn-id: trunk@5874 -
2007-01-10 22:07:42 +00:00
micha
650bb51d31 update to tdbf svn
git-svn-id: trunk@5873 -
2007-01-10 22:06:19 +00:00
florian
ace48bcdf0 * adapted to new fpc behaviour
git-svn-id: trunk@5872 -
2007-01-10 18:35:03 +00:00
yury
f45a5e2961 * fixed compilation on 64 bit targets.
git-svn-id: trunk@5871 -
2007-01-10 18:26:48 +00:00
Jonas Maebe
45e9633f97 * count references to class fields/messages from outside that class'
own methods (mantis #8090)

git-svn-id: trunk@5870 -
2007-01-10 17:50:24 +00:00
pierre
6f66f75f69 * more special char fixes
git-svn-id: trunk@5869 -
2007-01-10 01:30:22 +00:00
pierre
8b8db4c1a9 * handle hexadecimal nubmer starting with 'x'
handle ff,fl,fi special html tags

git-svn-id: trunk@5868 -
2007-01-10 01:10:58 +00:00
yury
52b72564e9 * Str and Val for currency values are handled by fpc_xxx_Currency and fpc_Val_Currency_xxx.
git-svn-id: trunk@5866 -
2007-01-09 21:47:57 +00:00
Jonas Maebe
2fa51a485f * bootstrapping for systems where currency is not a float
git-svn-id: trunk@5865 -
2007-01-09 16:24:45 +00:00
florian
9619f4c09d * fixed Math.SetRoundingMode
git-svn-id: trunk@5863 -
2007-01-09 09:44:02 +00:00
yury
adae4e9976 * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_WideStr.
git-svn-id: trunk@5861 -
2007-01-09 00:06:28 +00:00
florian
538e1bb8e8 * fixed broken Math.SetExceptionMask
git-svn-id: trunk@5858 -
2007-01-08 22:46:12 +00:00
Almindor
2ddc5fed76 * re-add some somehow missed units, update to latest
git-svn-id: trunk@5857 -
2007-01-08 22:16:06 +00:00
yury
b6b9582d8e * implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr.
* fixed fpc_ShortStr_Currency.

git-svn-id: trunk@5856 -
2007-01-08 19:40:14 +00:00
yury
b04c30dfb8 * fixed warnings.
git-svn-id: trunk@5855 -
2007-01-08 19:14:51 +00:00
micha
702685717f * cleanup of rtlevents, remove startwait due to persistance guarantee
git-svn-id: trunk@5854 -
2007-01-08 19:11:07 +00:00
yury
2244f1b9c6 * fixed warning.
git-svn-id: trunk@5853 -
2007-01-08 19:08:34 +00:00
yury
2d683bcbe6 * implemented fpc_Val_Currency_ShortStr.Not used yet.
git-svn-id: trunk@5852 -
2007-01-08 17:37:21 +00:00
peter
1b4775d46c * more tex fixes
git-svn-id: trunk@5851 -
2007-01-08 17:00:38 +00:00
peter
b5252ef8ba * fix description end
git-svn-id: trunk@5850 -
2007-01-08 16:35:44 +00:00
yury
697875f5af * Fixed reading beyond input string in fpc_Val_Real_ShortStr if empty string was passed.
git-svn-id: trunk@5849 -
2007-01-08 15:12:48 +00:00
yury
a2f4c7fd2a * fixed fpc_ShortStr_Currency.
git-svn-id: trunk@5848 -
2007-01-08 14:13:49 +00:00
yury
37b9258431 * Implemented fpc_ShortStr_Currency. Not used yet.
git-svn-id: trunk@5847 -
2007-01-08 13:51:04 +00:00
Jonas Maebe
4003047c42 * recommanded -> recommended
git-svn-id: trunk@5846 -
2007-01-08 13:38:35 +00:00
yury
69e956949b * Made redef.inc wince only.
* Uncommented Polygon and GetMessage functions.

git-svn-id: trunk@5845 -
2007-01-08 13:25:52 +00:00
florian
7c08279f82 * forgotten commit, fixes loader assembling
git-svn-id: trunk@5844 -
2007-01-07 20:16:55 +00:00