michael
|
78aa08c8be
|
+ Paramstr(0) must return binary name
|
2003-05-29 08:43:52 +00:00 |
|
peter
|
9f31783a0a
|
* old logs removed and tabs fixed
|
2002-09-07 16:01:16 +00:00 |
|
peter
|
77bb50032c
|
* delphi compatible array types
|
2002-01-25 17:41:25 +00:00 |
|
peter
|
0816ae4006
|
* regenerated
|
2002-01-06 21:59:08 +00:00 |
|
peter
|
f6021a93ba
|
* LoadResString, PResStringRec, TResStringRec compatibility added
|
2001-10-22 21:19:33 +00:00 |
|
florian
|
6476fbf2fe
|
* fixed and added a lot of stuff to get the Jedi DX( headers
compiled
|
2001-08-19 21:02:01 +00:00 |
|
peter
|
4a627c29d9
|
* generate error for closefile
|
2001-08-01 21:43:11 +00:00 |
|
Jonas Maebe
|
200e1d4b25
|
* removed warnings about possible range check errors
|
2000-12-16 15:58:18 +00:00 |
|
marco
|
80c0edc14f
|
* Unix renamefest for defines
|
2000-11-13 14:41:20 +00:00 |
|
michael
|
586c4cea50
|
+ Conditionals fixed
|
2000-07-14 10:33:09 +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 |
|
peter
|
6b66a55cd6
|
* truncated log
|
2000-02-09 16:59:28 +00:00 |
|
daniel
|
ec29a31834
|
* copyright 2000
|
2000-01-07 16:41:28 +00:00 |
|
daniel
|
a79b4a404b
|
* copyright 2000 added
|
2000-01-07 16:32:21 +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
|
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 |
|