Commit Graph

6883 Commits

Author SHA1 Message Date
lazarus
ff7424265d Added TThreadlist code. Shane 2000-06-27 15:55:19 +00:00
Jonas Maebe
8d2b35c5ef * released -dnewmodes 2000-06-27 13:37:04 +00:00
Jonas Maebe
1b29bfff5b * fix for web bug #1011: no exception stack stuff is generated for
inlined procedures, the entry/exitcode of the parent will do that
2000-06-27 12:17:29 +00:00
Tomas Hajny
5dd36b3fda * workaround for MS command shell limitation 2000-06-26 17:31:12 +00:00
pierre
0b75c6e4fd * new bunch of Gabor's changes 2000-06-26 07:29:22 +00:00
florian
1f902711f3 *** empty log message *** 2000-06-25 20:16:15 +00:00
florian
73269986f3 * fixed a problem with forward declarations in TP mode, probably introduced by
Pierre's last changes
2000-06-25 20:13:51 +00:00
Tomas Hajny
44307fe5ba + $R support for OS/2 (EMX) added, little correction (marco to macro) 2000-06-25 19:28:53 +00:00
Tomas Hajny
c790e4afbe + $R support for OS/2 (EMX) added 2000-06-25 19:08:27 +00:00
Jonas Maebe
900642bee9 * disabled libvga_imagesizeproc() because currently the default
getimage and putimage are used (so the default imagesize should
    be used too)
2000-06-25 13:38:30 +00:00
peter
e2e7120ef7 * setdef.typename, show Empty Set if elementtype is not set 2000-06-25 09:25:29 +00:00
sg
7d33870ef8 * Updated to latest changes in errore.msg 2000-06-24 19:21:23 +00:00
peter
6e62689be1 * removed hyperref package 2000-06-24 10:55:08 +00:00
pierre
36f461db33 * align all variants to same start address 2000-06-23 21:34:09 +00:00
pierre
a64310a252 + new warning for C packed records 2000-06-23 21:33:25 +00:00
pierre
9681a28891 * alignment for record changed for C packing mostly 2000-06-23 21:32:45 +00:00
pierre
6e78b071f7 + new target_os field: maxCstructalignment 2000-06-23 21:31:18 +00:00
peter
20ac6d0b1e * remove shared libs from linux 2000-06-23 20:27:44 +00:00
peter
3aaf0a4e82 * removed gtkwin checks 2000-06-23 20:23:13 +00:00
peter
96900b2280 + new 2000-06-23 20:20:16 +00:00
peter
de1083a9ed * reset current_object_option when reading other symtables than
object declarations
2000-06-23 20:14:39 +00:00
peter
507e9ed065 * made resourcecompiling object so it can be inherited and replaced
for other targets if needed
2000-06-23 20:11:05 +00:00
Jonas Maebe
71184303bd * setviewport was sometimes called with parameters from the previous
active mode, either directly from setgraphmode or from
    setbkcolor
2000-06-23 19:56:37 +00:00
Jonas Maebe
9aae9228e2 * fixed bug in strscan :( 2000-06-23 11:13:56 +00:00
peter
618dd3c91c * added tkint64,tkqword constants 2000-06-22 20:04:07 +00:00
peter
2260192c30 * qword,int64 rtti support basics 2000-06-22 20:02:51 +00:00
peter
8c25925349 * int64,qword rtti support 2000-06-22 20:01:57 +00:00
peter
ff5533bbfc * mode tp added 2000-06-22 19:27:25 +00:00
peter
aae7c24beb * moved islibrary,isconsole,ismulithread to systemh as they are
os independent
2000-06-22 18:39:14 +00:00
peter
6f23dbf6c6 * removed unused vars 2000-06-22 18:37:49 +00:00
peter
57c538267c * removed notes 2000-06-22 18:36:18 +00:00
michael
bc8a454afd + Modifications for exception support in sysutils. Mainly added
RaiseList function.
2000-06-22 18:05:56 +00:00
michael
b5ed343973 + Added ExceptObject, ExceptAddr,ExceptionErrorMessage
ShowException Abort; OutOfMemoryError; Beep;
2000-06-22 18:05:18 +00:00
Tomas Hajny
36216f2411 - useless - empty 2000-06-22 17:55:35 +00:00
Tomas Hajny
7b61aebb59 - useless - empty 2000-06-22 17:28:40 +00:00
Tomas Hajny
330e155c08 * cardinal redefinition removed 2000-06-22 17:26:16 +00:00
Tomas Hajny
6454e6d7d9 - useless now 2000-06-22 17:17:32 +00:00
Tomas Hajny
e926a64732 * translated to English 2000-06-22 17:13:11 +00:00
Tomas Hajny
022512a61d - doesn't work as it is 2000-06-22 17:00:04 +00:00
Tomas Hajny
5997a4363b * ApiComm instead of Common 2000-06-22 16:32:30 +00:00
sg
5dbe89f57e * Fixed a small typo in my previous update 2000-06-22 15:31:09 +00:00
sg
d6ec03b275 * Added prototypes for GetInt64Prop and SetInt64Prop
* Added constants "BooleanIdents" and "DotSep"
2000-06-22 15:29:31 +00:00
pierre
ddee9c4979 * Gabor changes: see fixes.txt 2000-06-22 09:07:11 +00:00
pierre
9fd7ba963e * no bufpos reset on flush for fminput 2000-06-21 22:27:50 +00:00
pierre
989024b293 * use ioctlsocket in fdRead 2000-06-21 22:26:47 +00:00
pierre
4fa1eae43b * link smart and FIXXX const corrected 2000-06-21 22:26:08 +00:00
pierre
945ae36b63 * fix the problem of long mangledname in internal writer 2000-06-21 20:56:37 +00:00
sg
6187dc80b5 * Updated 2000-06-21 08:10:08 +00:00
pierre
38f27344f4 * equal_paras and convertable_paras changed by transforming third parameter
into an enum with three possible values:
    cp_none, cp_value_equal_const and cp_all.
2000-06-20 12:47:52 +00:00
pierre
3822fe1501 * do not create an empty export section 2000-06-20 12:44:30 +00:00