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
|
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 |
|
peter
|
88b7b037b2
|
+ new heap manager supporting delphi freemem(pointer)
|
1999-09-17 17:14:11 +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
|
5c3df528ab
|
* changed resourcestrings to new mechanism
|
1999-08-24 22:42:56 +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
|
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
|
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 |
|
michael
|
1035a30a91
|
+ Implemented resource stuff
|
1999-07-22 20:30:13 +00:00 |
|
michael
|
74c446f9f3
|
+ Paramstr now returns cmdline args >255 chars in ansistring objpas.pp
|
1999-07-07 10:04:04 +00:00 |
|
florian
|
42780da22f
|
+ implemented a paramstr function which returns an ansistring, nevertheless
it is limited to 255 chars because it maps to the system.paramstr, maybe
we should use cmdline instead
|
1999-07-06 22:44:22 +00:00 |
|
florian
|
e905aeea04
|
* most of the Object Pascal stuff moved to the system unit
|
1999-05-17 21:52:33 +00:00 |
|
peter
|
5d648e1b4c
|
* objpas fixes
|
1999-05-13 21:54:27 +00:00 |
|
florian
|
b100bb5730
|
+ tobject.messagestringtable function for Megido/GTK support
added
|
1999-04-16 20:47:20 +00:00 |
|
pierre
|
84a3b7e99d
|
* call %edi => call *%edi
|
1999-02-23 14:04:36 +00:00 |
|
florian
|
9c0fa36e97
|
+ TObject.Dispatch and TObject.DispatchStr added, working
|
1999-02-22 23:30:54 +00:00 |
|
michael
|
5c50c92f90
|
Implemented AssignFile and CloseFile compatibility
|
1998-12-24 10:12:03 +00:00 |
|
florian
|
31989910e4
|
* as operator runtime error can be now caught by an errorproc
|
1998-10-12 12:42:58 +00:00 |
|
peter
|
369e79adf9
|
+ assert() support
|
1998-10-05 12:32:44 +00:00 |
|
florian
|
fec8cda54a
|
+ TObject.AfterConstruction and TObject.BeforeDestruction of Delphi 4
|
1998-10-03 15:07:16 +00:00 |
|
michael
|
e4b82f7372
|
Changes in exception and open array handling
|
1998-09-24 16:13:48 +00:00 |
|
michael
|
ada9e5797b
|
Fixed TVarRec again. Should be OK now
|
1998-09-23 12:40:43 +00:00 |
|
michael
|
297d67aba4
|
+ added VType in TVArRec
|
1998-09-23 12:18:32 +00:00 |
|
peter
|
81a46d399f
|
* tvarrec should be 8 bytes
|
1998-09-23 10:00:47 +00:00 |
|
peter
|
e1b4038877
|
* array of const update
|
1998-09-22 15:30:07 +00:00 |
|
michael
|
9eb24eda6f
|
Naming scheme changed, FPC_ prefix added.
|
1998-09-17 13:01:15 +00:00 |
|
michael
|
ac4ac905aa
|
Added AbstractErrorHandler
|
1998-09-16 13:08:03 +00:00 |
|
florian
|
1264cfa331
|
+ method tobject.classinfo added
|
1998-09-06 21:27:31 +00:00 |
|
peter
|
f03a034c8f
|
* 0.99.5 doesn't compile a whole objpas anymore to overcome crashes
|
1998-09-04 08:49:06 +00:00 |
|
florian
|
cb2b504eb1
|
+ rtti for objects and classes
+ TObject.GetClassName implemented
|
1998-08-23 20:58:50 +00:00 |
|
michael
|
d207893bde
|
+ Added support for ExceptProc+
|
1998-07-30 16:10:11 +00:00 |
|
michael
|
9865eea0ef
|
included sysutils and math.pp as target. They compile now.
|
1998-07-29 15:44:32 +00:00 |
|
michael
|
cd2659ce93
|
+ put in exception support
|
1998-07-29 10:09:28 +00:00 |
|
florian
|
5d0c0d30c6
|
+ stuff from old objpash.inc and objpas.inc merged in
|
1998-03-25 23:40:24 +00:00 |
|
root
|
d1a1f501c8
|
Initial revision
|
1998-03-25 11:18:12 +00:00 |
|