peter
|
096113d370
|
* support setting translations per unit
* store unitname as the first entry in the resourcestring table
git-svn-id: trunk@2987 -
|
2006-03-20 12:07:29 +00:00 |
|
peter
|
ddfa0bd1dd
|
* use resourcstring table again
git-svn-id: trunk@2979 -
|
2006-03-19 21:16:32 +00:00 |
|
peter
|
9d96f32bdc
|
* remove resourcestring tables
git-svn-id: trunk@2835 -
|
2006-03-10 15:20:35 +00:00 |
|
florian
|
f5b9130b98
|
* deallocation of translated resourcestrings
* load heaptrc before objpas
git-svn-id: trunk@549 -
|
2005-06-30 19:07:45 +00:00 |
|
michael
|
23ad0ae1ec
|
+ Removed HASINTF and VER1_0 defines
git-svn-id: trunk@239 -
|
2005-06-07 20:30:03 +00:00 |
|
fpc
|
790a4fe2d3
|
* log and id tags removed
git-svn-id: trunk@42 -
|
2005-05-21 09:42:41 +00:00 |
|
fpc
|
50778076c3
|
initial import
git-svn-id: trunk@1 -
|
2005-05-16 18:37:41 +00:00 |
|
peter
|
e417e34496
|
* truncate log
|
2005-02-14 17:13:06 +00:00 |
|
peter
|
8be342c36b
|
* pinteger in non-delphi/objfpc mode is psmallint
|
2005-01-24 18:03:19 +00:00 |
|
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 |
|