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 |
|
michael
|
1035a30a91
|
+ Implemented resource stuff
|
1999-07-22 20:30:13 +00:00 |
|
michael
|
d47e0e0e11
|
+ Fixed bug in format, reported by Romio Pedchecko
|
1999-07-18 17:27:28 +00:00 |
|
michael
|
727d5d3100
|
* faster En/Decodedate routines from Frank Reichert
* Fixed FormatDateTime with short/longtimeformat.
|
1999-07-14 08:47:54 +00:00 |
|
peter
|
55f2e55333
|
* merged
|
1999-07-09 10:06:34 +00:00 |
|
michael
|
6a6ff18554
|
+ Freed exception classes in finalization code
|
1999-07-08 19:32:36 +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
|
5ba784880e
|
+ added some runtime->excpetin wrappers: eintoverflow, eoverflow, eunderflow, einvalidop
|
1999-07-02 17:03:22 +00:00 |
|
michael
|
aae9265b5c
|
Implemented strtofloat
|
1999-06-19 07:39:43 +00:00 |
|
michael
|
7ed5f5cc10
|
+ Final fixes: RightStr
|
1999-06-05 20:47:03 +00:00 |
|
michael
|
fe46d024db
|
* Fix by Sebastian Guenther.
|
1999-06-04 12:48:37 +00:00 |
|
Jonas Maebe
|
54e89e660d
|
* Ceil and Floor are now really fixed :)
|
1999-06-04 08:44:34 +00:00 |
|
Jonas Maebe
|
efb2475890
|
* fixed ceil function
|
1999-06-03 16:22:57 +00:00 |
|
Jonas Maebe
|
ffd5f2618d
|
* fixed floor function
|
1999-06-03 13:37:30 +00:00 |
|
peter
|
3db89ed4f1
|
* removed warnings
|
1999-05-31 20:50:44 +00:00 |
|
michael
|
0e29b158e6
|
+ Small fix. Delete not recognised without system in front of it ?
|
1999-05-30 07:53:15 +00:00 |
|
michael
|
a51e21da0f
|
* too may fixes to list
|
1999-05-28 20:08:20 +00:00 |
|
florian
|
b5e9c9c73f
|
* the set/get procedures must be called with call %edi instead call (%edi)
* handling of extended and string properties fixed
|
1999-05-19 12:03:23 +00:00 |
|
florian
|
e905aeea04
|
* most of the Object Pascal stuff moved to the system unit
|
1999-05-17 21:52:33 +00:00 |
|
michael
|
8c1b6ddaa1
|
+ Defined seek constants
|
1999-05-15 07:25:22 +00:00 |
|
peter
|
5d648e1b4c
|
* objpas fixes
|
1999-05-13 21:54:27 +00:00 |
|
michael
|
49bda42c6c
|
* several fixes
|
1999-05-13 21:51:41 +00:00 |
|
michael
|
b96ade9fef
|
* SMall fixes to date/time routines
|
1999-05-11 09:05:13 +00:00 |
|
florian
|
e973e4b583
|
* two typos fixed
|
1999-05-07 11:02:14 +00:00 |
|
michael
|
cdcaec93df
|
* Fixes in getenum*
|
1999-05-03 07:30:07 +00:00 |
|
michael
|
e7994c7195
|
+ Now EConvertError is used everywhere in conversions
|
1999-04-18 19:03:03 +00:00 |
|
florian
|
b100bb5730
|
+ tobject.messagestringtable function for Megido/GTK support
added
|
1999-04-16 20:47:20 +00:00 |
|
michael
|
75b750e247
|
+ Fixed tfiletime problem
|
1999-04-09 08:40:46 +00:00 |
|