Commit Graph

26 Commits

Author SHA1 Message Date
peter
6419b82935 * export StrToFloatDef 2002-12-24 23:33:37 +00:00
florian
af1a995b8d + TextToFloat: D6 compatibility added 2002-12-23 23:12:34 +00:00
michael
bfd3e76ccf + Fixed float<>string conversion routines 2002-11-28 22:26:30 +00:00
michael
a14f83b1c0 + made it compile again 2002-11-28 20:29:26 +00:00
peter
9f31783a0a * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
peter
fe76a352c7 * overload for lowercase() 2002-01-24 18:33:58 +00:00
Jonas Maebe
2b3898aeff * adapted ranges of native types to int64 (e.g. high cardinal is no
longer longint($ffffffff), but just $fffffff in psystem)
  * small additional fix in 64bit rangecheck code generation for 32 bit
    processors
  * adaption of ranges required the matching talgorithm used for selecting
    which overloaded procedure to call to be adapted. It should now always
    select the closest match for ordinal parameters.
  + inttostr(qword) in sysstr.inc/sysstrh.inc
  + abs(int64), sqr(int64), sqr(qword) in systemh.inc/generic.inc (previous
    fixes were required to be able to add them)
  * is_in_limit() moved from ncal to types unit, should always be used
    instead of direct comparisons of low/high values of orddefs because
    qword is a special case
2002-01-24 12:33:52 +00:00
michael
f412e31618 + Implemented missing StringReplace function 2001-09-20 14:42:34 +00:00
michael
cb7a8cf1b6 + Implemented missing StringReplace function 2001-09-20 14:39:43 +00:00
michael
076d02873e Implemented missing StringReplace function 2001-09-20 14:38:41 +00:00
florian
3930823dcd * fixed merging problem 2000-12-09 10:39:50 +00:00
michael
35dc139e29 + Merged lastdelimiter from fixbranch 2000-12-07 21:58:30 +00:00
michael
385a257995 + Added some missing functions needed for variant support 2000-08-13 17:55:38 +00:00
marco
91d1665de3 * Uncommented some int64 functions, now that int64 support is ok 2000-08-09 07:48:05 +00:00
michael
650fbb86aa + removed logs 2000-07-13 11:32:24 +00:00
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00
sg
0f23f58148 * Changed CompareMem to CompareMemRange and added new (Delphi compatible)
CompareMem. (CompareMem needs a Boolean as result type, not Integer)
2000-05-08 17:03:02 +00:00
peter
6b66a55cd6 * truncated log 2000-02-09 16:59:28 +00:00
michael
aae9265b5c Implemented strtofloat 1999-06-19 07:39:43 +00:00
michael
a51e21da0f * too may fixes to list 1999-05-28 20:08:20 +00:00
michael
d5003218b4 + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
peter
516958a67b * removed temp symbols 1998-12-15 22:42:49 +00:00
peter
5727090134 * ansistring fixes 1998-11-04 10:20:48 +00:00
michael
aee61342f5 + Added format function 1998-11-02 12:53:53 +00:00
michael
40feecac4e Update from gertjan Schouten, plus small fix for linux 1998-09-16 08:28:36 +00:00
michael
80e4fa2639 + Initial implementation; Donated by Gertjan Schouten
His file was split into several files, to keep it a little bit structured.
1998-04-10 15:17:46 +00:00