Commit Graph

6910 Commits

Author SHA1 Message Date
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
pierre
c518e56b09 * wrong overloads removed 2000-06-20 10:09:21 +00:00
Jonas Maebe
532a344a09 * crtread didn't set f.bufpos back to 0, so it failed if that wasn't
already the case on entry
  * crtread now makes sure it doesn't try to read mode characters than
    what fits in the read buffer
2000-06-20 08:52:16 +00:00
pierre
ee9d8f5248 * smart link is default on win32 2000-06-19 19:57:19 +00:00
pierre
dc05338a37 * small error fix 2000-06-19 19:56:43 +00:00
michael
9fee5cffce + Corrected GetSocketOptions 2000-06-19 13:31:46 +00:00
Jonas Maebe
206ea5435c * fixed newHighMode constant 2000-06-19 08:57:52 +00:00
carl
35c60dfa09 + added modes for Atari/Amiga and bit depth also 2000-06-19 01:18:49 +00:00
carl
4f6d5d6715 * bugfix of comments with tp.
+ Added Amiga/Atari graphics modes
2000-06-19 01:18:19 +00:00
peter
724ce958af * fixed pchar<->[string,chararray] operations 2000-06-18 19:41:19 +00:00
peter
fdb8555bdb * fixed + record.field expressions 2000-06-18 19:09:30 +00:00
peter
d87a8dd637 * detectmode between ifdef 2000-06-18 18:41:18 +00:00
Tomas Hajny
bc08a4e2bd * cdecl added 2000-06-18 18:37:17 +00:00
Tomas Hajny
298925a7f5 * necessary $I- added 2000-06-18 18:34:28 +00:00
Tomas Hajny
f6bcd5c791 + archive validity checking, progress indicator, better error checking 2000-06-18 18:27:32 +00:00
peter
a2aca573f4 * don't allow enum assignments in tp/delphi mode 2000-06-18 18:16:38 +00:00
peter
6530ab39a8 * only replace the $1,$2,$3 once, so it doesn't loop when the
value to replace with contains $1,$2 or $3
2000-06-18 18:14:21 +00:00
peter
1b53fa6f8a * removed unused var 2000-06-18 18:13:12 +00:00
peter
b71b416cd1 * support overload keyword 2000-06-18 18:12:40 +00:00
peter
d55672bd95 * C record packing fixed to also check first entry of the record
if bigger than the recordalignment itself
  * variant record alignment uses alignment per variant and saves the
    highest alignment value
2000-06-18 18:11:32 +00:00
peter
9fc6896bf9 * empty ansistring now use constant value of 0 2000-06-18 18:09:31 +00:00
peter
6fa1a1bae0 * use new illegal_char method 2000-06-18 18:07:06 +00:00
peter
efa4fa2ce4 * delphi tests from Thomas mail 2000-06-18 18:06:35 +00:00
peter
2b1d92cb5c * no binary value reading with % if not fpc mode
* extended illegal char message with the char itself (Delphi like)
2000-06-18 18:05:54 +00:00