Commit Graph

2979 Commits

Author SHA1 Message Date
pierre
cd514d4719 fix + new bugs 1999-05-02 00:11:10 +00:00
pierre
6d37042bd8 * FIn FOut FErr dispsoed at exit 1999-05-01 23:45:07 +00:00
peter
5d5ec788e7 * win32 pecoff disabled because it's still not ok 1999-05-01 14:18:12 +00:00
peter
9c69c18d96 * merged nasm compiler 1999-05-01 13:48:37 +00:00
peter
440ddf23be + internal asm 1999-05-01 13:30:07 +00:00
peter
2d3524bd9e * init 1999-05-01 13:28:58 +00:00
peter
611da2d24e * merged nasm compiler
* old asm moved to oldasm/
1999-05-01 13:23:57 +00:00
peter
1010cc4f7c + 246 1999-05-01 13:22:40 +00:00
peter
6380dcc54c * changed back fixes 1999-05-01 13:18:26 +00:00
peter
2e5f9a420a * fixed endless loop with replace $1 with $1 1999-05-01 12:27:51 +00:00
peter
5399adf5e1 * fixed conflicting declarations 1999-05-01 12:27:48 +00:00
michael
c0f1807581 + Changed type incompatibility messgae to more delphi style one 1999-04-30 16:12:36 +00:00
michael
f7650f0e9a + Fixed some compiling errors 1999-04-30 11:34:27 +00:00
pierre
485da7b4c3 + disabling of redirction in compiler dialogs 1999-04-29 22:58:09 +00:00
pierre
9e04003312 + added code for temporary disabling of redirection 1999-04-29 22:57:09 +00:00
pierre
f0a468fdef * fix for ID 388 removing real from stack was wrong 1999-04-29 22:12:21 +00:00
peter
3816fb0f4d * small fix for deref 1999-04-29 17:25:37 +00:00
michael
dcc3624336 + Default mode Hugestrings 1999-04-29 16:21:54 +00:00
peter
686695ca59 * better gcclib dir detection 1999-04-29 15:52:38 +00:00
peter
2a8d4f61c5 * fixed var+const support 1999-04-29 09:37:44 +00:00
peter
adc2a8397d * fixed crash
* check if localbrowser is set
1999-04-29 09:36:55 +00:00
peter
7b94465fba * fixed hotkeys with Compiler switches
* fixed compiler status dialog
  * Run shows again the output
1999-04-29 09:36:11 +00:00
pierre
766e24235c * removing of temporary directory with -s option 1999-04-28 23:42:33 +00:00
pierre
4da4e5b843 * delete -> deleteindex in tdef.correct_owner_symtable 1999-04-28 22:30:52 +00:00
peter
3f9b3dc921 + FileNameCaseSensetive boolean 1999-04-28 11:42:44 +00:00
florian
d27b21891b * changes of Bruessel:
+ message handler can now take an explicit self
     * typinfo fixed: sometimes the type names weren't written
     * the type checking for pointer comparisations and subtraction
       and are now more strict (was also buggy)
     * small bug fix to link.pas to support compiling on another
       drive
     * probable bug in popt386 fixed: call/jmp => push/jmp
       transformation didn't count correctly the jmp references
     + threadvar support
     * warning if ln/sqrt gets an invalid constant argument
1999-04-28 06:01:54 +00:00
florian
0e450cfb2c * define MT for multithreading introduced 1999-04-28 06:01:25 +00:00
pierre
d34997f7a5 * bug0230 fixed OVERFLOW and DIVZ cause FPU exception 1999-04-28 00:27:43 +00:00
florian
36a954b6e4 + first implementation for DOS, only a dummy 1999-04-27 19:41:06 +00:00
michael
cbce2c59c9 + Added ezcgi from Michael Hess 1999-04-27 19:13:43 +00:00
michael
943d732a12 * Corrected error, P is a pchar, not a string 1999-04-27 19:11:42 +00:00
michael
9df8c9f28d + Initial implamentation from Michael Hess 1999-04-27 13:41:40 +00:00
michael
cdc0312666 + Added ezcgi class from Michael Hess 1999-04-27 13:39:50 +00:00
michael
4a5ba69e3c * Fixed bug that caused error in loadfromstream when last line in stream has not CRLF pair 1999-04-27 07:46:18 +00:00
peter
9bbbfdecf9 * redesigned record offset parsing to support nested records
* normal compiler uses the redesigned createvarinstr()
1999-04-26 23:26:12 +00:00
peter
495ec05485 * fixed double .o file insertion 1999-04-26 23:22:42 +00:00
peter
49786e5fe5 * farpointerdef moved into pointerdef.is_far 1999-04-26 18:29:54 +00:00
peter
c36956fffe * better read/write array 1999-04-26 18:28:12 +00:00
peter
6da9dfae21 * fixed write array
* read array with maxlen
1999-04-26 18:27:26 +00:00
peter
ef48b9e4a9 * reinstered 1999-04-26 15:12:25 +00:00
michael
3cc79e5f4b + Added my version again after crash 1999-04-26 14:50:13 +00:00
peter
884c517b18 * release storenumber,double_checksum 1999-04-26 13:31:24 +00:00
peter
9a98038489 * fixed diskfree,disksize
* dir functions now return error status instead of true
1999-04-26 09:34:32 +00:00
peter
ee1c52c090 * header extended to 40 bytes so there is room for future 1999-04-26 09:33:07 +00:00
peter
f0b7d9c4c2 * try to convert to string for val() 1999-04-26 09:32:22 +00:00
peter
1e89937590 * small tp7 fix
* fix void pointer with formaldef
1999-04-26 09:30:46 +00:00
michael
c5e21bbc71 + Fixed removedir 1999-04-26 07:40:40 +00:00
pierre
b5dc3cc64d + code for initialized vars in Delphi mode 1999-04-25 22:42:16 +00:00
pierre
03b80377e0 + added is_really_const booleanfield for typedconstsym
for Delphi in $J- mode (not yet implemented !)
1999-04-25 22:38:39 +00:00
pierre
acb84c0c88 + cs_typed_const_not_changeable added but not implemented yet ! 1999-04-25 22:34:58 +00:00