Commit Graph

177 Commits

Author SHA1 Message Date
sg
ebb5f22c13 * _This_ is the real revision 1.32... :-) 2000-01-06 01:08:33 +00:00
pierre
72b6e9345b * missing declarations for otChar andotWChar added 2000-01-06 00:23:24 +00:00
sg
c44cc56a9a * Fixed missing () in InsertProp which caused memory corruptions
* GetOrdProp handles Char and WChar now. (there are still some
  property types missing!)
2000-01-05 18:59:56 +00:00
Jonas Maebe
e2892ee93a * replaced "movl mem,%eax; xorl %eax,%eax" with "movl mem,%eax;
testl %eax,%eax"
1999-12-28 12:19:36 +00:00
Tomas Hajny
52448eed22 * OS/2 target added to the uses clause 1999-12-26 19:30:53 +00:00
Tomas Hajny
7e3b1ab30f * OS/2 target added to the uses clause 1999-12-26 19:25:22 +00:00
peter
3499c21355 * integer is defined as longint, removed smallint which is now in system 1999-12-20 11:20:35 +00:00
peter
b1ce2dee62 * strnew is ofcourse also different between sysutils and strings, just
like stralloc/strdispose.
1999-12-10 15:02:12 +00:00
pierre
96c92553b1 * fix for form bug #719 1999-11-29 16:59:27 +00:00
peter
78d5e706ac * exception address fixes 1999-11-15 21:49:47 +00:00
peter
aa083c5b4d * truncated log 1999-11-06 14:35:38 +00:00
peter
71d7f4ef38 * memorymanager expanded with allocmem/reallocmem 1999-10-30 17:39:05 +00:00
peter
9678f7ad70 * fixed dayofweek 1999-10-28 09:52:29 +00:00
peter
b32a542f15 * assert handler must use shortstring 1999-10-26 12:29:07 +00:00
florian
c9c758e318 * bug #645 fixed: format('%x',...) should writes unsigned hexadecimals, also
prec fixed: max. value in delphi is 15 (and not 32)
1999-10-12 19:16:27 +00:00
peter
dd04b920c0 * fixed comparetext 1999-10-03 19:42:40 +00:00
peter
76e74294cb * moved tvarrec to systemunit 1999-10-03 19:41:30 +00:00
florian
24fceb0a6c * fixed bug #626, objpas must redefine maxint! 1999-09-28 21:13:33 +00:00
florian
d8f56ed4e7 * ceil and floor still had bugs :), hopefully it's the final fix now 1999-09-21 20:47:05 +00:00
peter
88b7b037b2 + new heap manager supporting delphi freemem(pointer) 1999-09-17 17:14:11 +00:00
florian
7846d7cf60 * GetPropInfo returns now nil if the property wasn't found 1999-09-16 08:59:48 +00:00
florian
7ed003d9da + patch of Sebastion Guenther applied: Get/SetMethodProp implementation 1999-09-15 20:27:24 +00:00
florian
1ca3cc1b93 * patch from Sebastian Guenther applied: TMethod implementation 1999-09-15 20:26:30 +00:00
peter
38a2727fb2 * pointer fixes 1999-09-08 16:14:41 +00:00
florian
d2c3613518 * format('%g',[0.0]) returned long format string, fixed 1999-09-04 20:48:34 +00:00
michael
8ca0b0cab3 * Fixes from Sebastian Guenther 1999-09-03 15:39:23 +00:00
michael
022e44bb17 * Patch from Sebastian Guenther 1999-08-29 22:21:27 +00:00
florian
ccf87d0937 * bug #471 fixed: run time error 2 is now converted into a file not
found exception
1999-08-28 14:53:27 +00:00
michael
3d002a3cc1 + Added Hash function to interface 1999-08-28 13:03:23 +00:00
michael
52f60d3a7e + Added many resourcestring methods 1999-08-27 15:54:15 +00:00
peter
da93f32ae0 * resources are working again 1999-08-25 16:41:04 +00:00
michael
d525b426d8 fixed Formaterror, added missing raise 1999-08-25 13:13:58 +00:00
michael
5c3df528ab * changed resourcestrings to new mechanism 1999-08-24 22:42:56 +00:00
peter
2adb97a929 * disposestr allocstr compatible with delphi 1999-08-24 13:14:50 +00:00
michael
9a440f2721 + Changed external var for resourcestrings 1999-08-24 12:02:29 +00:00
michael
eb5bc7aff7 + Fixed memory leak 1999-08-20 10:50:55 +00:00
michael
452213952b * Fixed freemem bug; reported by Sebastian Guenther 1999-08-19 19:52:26 +00:00
michael
b52b8d7d34 * Fixed reallocmem bug #535 1999-08-18 11:28:24 +00:00
peter
b29395f75e * fixed newstr/disposestr 1999-08-16 22:38:53 +00:00
michael
1ebb362a0d + Pass hash also for speed reasons. 1999-08-15 21:28:57 +00:00
michael
77f10694a1 + Changed resource string mechanism to use names. 1999-08-15 21:02:56 +00:00
michael
2a851006a5 + Delphi-style getmem and freemem 1999-08-15 18:56:13 +00:00
peter
edd62da064 * fixed formatdatetime('c',...)
* fixed strtodate
  * dateencode/decode is now delphi compatible
1999-08-11 21:53:04 +00:00
michael
7cc244b309 * Patch from Sebastian Guenther 1999-08-06 13:21:40 +00:00
michael
8e54ea14a0 * moved to fcl, since it needs classes 1999-08-04 11:28:11 +00:00
peter
0c5da5b022 + filerec,textrec declarations 1999-07-27 13:01:12 +00:00
michael
4c2cc46a25 + Initial implementation from Sebastian Guenther 1999-07-25 16:23:31 +00:00
peter
190df10130 * fixed encode/decode date/time 1999-07-24 11:21:14 +00:00
peter
ea34cb18fa * array[cardinal] is buggy, use array[word]
* small fix in getresourcestring
1999-07-23 23:13:54 +00:00
michael
f2243fa982 * Added HasResourceStrings check 1999-07-23 22:51:11 +00:00