Commit Graph

6811 Commits

Author SHA1 Message Date
peter
2ce33303a3 * support for inherited; only 2000-06-14 16:52:42 +00:00
peter
ab8dd7a27b * fixed reference parsing 2000-06-14 16:52:09 +00:00
peter
9527b53b60 * removed unused label i left in when testing 2000-06-14 16:51:18 +00:00
michael
b319315b4c + Fixed all constants so they match compiler defined constants 2000-06-14 08:52:05 +00:00
Jonas Maebe
18dd1f715b + support for inc/dec/imul in foldarithops 2000-06-14 06:05:06 +00:00
kaz
8742406bdd * array type property can have default value, fixed. 2000-06-13 17:09:56 +00:00
Tomas Hajny
6039ee2675 * Win32 support corrected/completed 2000-06-13 16:21:36 +00:00
Jonas Maebe
771e0b2ed3 * newly generated from makefile.fpc 2000-06-13 13:58:34 +00:00
peter
11b7cb5637 * removed some declares which don't exists in dll 2000-06-12 19:54:25 +00:00
peter
91592c2c11 * change .align to .balign 2000-06-12 19:53:32 +00:00
Tomas Hajny
3f72e6ea7d * little mistyping in SetFileSize 2000-06-12 17:26:29 +00:00
Jonas Maebe
e714b0e188 * fixed typo :( 2000-06-12 13:17:56 +00:00
Jonas Maebe
93f4c7a312 * new fixed and faster strpas (previous version only returned the first
254 chars when the pchar was aligned on a 4 byte boundary and was >=
    255 chars)
2000-06-12 08:33:26 +00:00
Jonas Maebe
9cf6b9f89d * much faster strcopy and strscan procedures 2000-06-11 14:25:23 +00:00
Tomas Hajny
f0f4a1d74e * error handling and sharing corrected 2000-06-11 09:47:57 +00:00
peter
41fce946a7 + TSysCharSet 2000-06-11 07:07:23 +00:00
peter
4179aaa215 * adapted for new windows unit 2000-06-11 07:06:59 +00:00
peter
3faa571532 * Windows unit has now more Delphi compatibile functions
* placed the external functions only in the interface
2000-06-11 07:04:58 +00:00
peter
b4c4d9d1a3 * UniqueAnsiString -> UniqueString for Delphi compatibility 2000-06-11 07:02:30 +00:00
peter
186d38f8c7 * give watches window also a number
* leave watches window in the bottom when cascading windows
2000-06-11 07:01:32 +00:00
peter
42bdcb649b * fixed pchar->string conversion for delphi mode 2000-06-11 07:00:21 +00:00
peter
69109b8234 * support procvar directive without ; before the directives 2000-06-11 06:59:36 +00:00
Jonas Maebe
cd3a96d742 * fixed bug in shlmul code 2000-06-10 17:32:44 +00:00
Jonas Maebe
ac7de270ca * loadord2reg doesn't generate any "movl %reg1,%reg1" anymore 2000-06-10 17:31:42 +00:00
peter
b427a13613 * fixed parsing of $if preproc function 2000-06-09 21:35:37 +00:00
peter
14d248a322 * checking for dup id with para of methods fixed for delphi mode 2000-06-09 21:34:40 +00:00
peter
b061f3bd69 * added another dup id check 2000-06-09 21:33:34 +00:00
Jonas Maebe
2689404afd * fixed web bug #983 (array name wasn't skipped in add/decref) 2000-06-07 08:55:30 +00:00
Jonas Maebe
c246def634 * always set SetupLinear to false at the start of the routine (there
were some "exit" statements which returned without the function
    result being set otherwise)
2000-06-07 07:41:44 +00:00
Jonas Maebe
7a5240c730 * calling a graph function when initgraph is not yet called now prints
a nice error message instead of giving a Run Time Error
2000-06-07 07:33:42 +00:00
pierre
cdfbfda6d2 * New templates from Gabor 2000-06-07 06:17:14 +00:00
pierre
679c988bc3 * unary minus operator overloading was broken
+ accept pointer args in binary operator
2000-06-06 20:25:43 +00:00
pierre
1d6b7e9050 Generate a warning if function result is a pointer and result^:=x; is used 2000-06-06 20:24:07 +00:00
pierre
88974e1849 new file 2000-06-06 20:08:05 +00:00
pierre
7f52cfc571 disable explicitly overflow checks 2000-06-06 19:52:50 +00:00
Tomas Hajny
786681b1c6 * moving file ptr to the end in SetFileSize 2000-06-06 17:10:36 +00:00
Jonas Maebe
26a4cac9e9 * fixed linefeed problem with new crtread (I wrote #13 instead of #10 to
the screen, causing the cursor to jump to the start of the current
    line instead of to the next line)
2000-06-06 13:51:18 +00:00
Jonas Maebe
3ca96dd897 * ansistring constants now also get a trailing #0 (bug reported by
Thomas Schatzl)
2000-06-06 13:06:17 +00:00
sg
ab65042172 * Implemented "Sound" and "NoSound". Please notice that these normally only
work on Linux textmode console, as the sound is created using special
  Linux terminal IOCTLs.
2000-06-06 08:22:41 +00:00
pierre
f292b8a6e3 RTE 217 is expected for tbs0318 2000-06-06 08:01:35 +00:00
pierre
7b1219536c + support for NOT overloading
+ unsupported overloaded operators generate errors
2000-06-05 20:41:17 +00:00
pierre
d0399b4e55 * fix for inline bug 2000-06-05 20:39:05 +00:00
pierre
00761cc37d * test case for inlining bug 2000-06-05 20:33:20 +00:00
Tomas Hajny
1809cb033f * handle number check added to FileClose 2000-06-05 18:57:38 +00:00
Tomas Hajny
aa7e3215ee * another SetFileSize correction 2000-06-05 18:55:54 +00:00
Tomas Hajny
85c76dc528 * FileHandleCount handling for OS/2 added 2000-06-05 18:53:30 +00:00
Tomas Hajny
0baf0745bc * SetDate, SetTime corrected 2000-06-05 18:50:55 +00:00
pierre
72c8dbfa43 * StabOfs for OS2 changed, hopefully correct now 2000-06-05 13:04:11 +00:00
Jonas Maebe
1c09fb3848 * in readkey, check if keypresses are waiting using sysKeyPressed instead
of simply checking if there are keys left in the ttyRecvChar buffer
  * CrtRead supports the backspace key when reading from a TTY.
    NOTE: you have to use ReadKey or ttyRecvChar in crtRead, because it's
    possible that when CrtRead starts, there are already keys waiting in
    the ttyRecvChar buffer which would be missed using an fdRead!
2000-06-05 08:35:28 +00:00
marco
ab086a8e20 * added setsocketoptions + pulled it through source beautifier 2000-06-05 07:19:32 +00:00