Commit Graph

5084 Commits

Author SHA1 Message Date
pierre
5169b7b86b + allow use of unit var in exports of DLL for win32
by using direct export writing by default instead of use of DEFFILE
    that does not allow assembler labels that do not
    start with an underscore.
    Use -WD to force use of Deffile for Win32 DLL
1999-12-08 10:39:59 +00:00
pierre
1fe7793288 + add VESA compatible mode in 16 and 256 colors 1999-12-08 09:09:34 +00:00
pierre
087d0f86d3 + display difference between to real values 1999-12-08 09:07:06 +00:00
pierre
3777ffe547 + check for RTE 201 1999-12-08 09:06:11 +00:00
peter
22a0fce29c don't include browser info, force $Y- 1999-12-08 01:08:02 +00:00
peter
1a553942fb * overloaded gettime functions supporting hsec and msec,usec 1999-12-08 01:03:54 +00:00
peter
6c4b0b264b * changes so redrawing and walking with the cursor finally works
correct
1999-12-08 01:03:15 +00:00
peter
f7b72f4a8f * fixed circular unit reference checking. loaded_from was reset after
reseting a unit, so no loaded_from info was available anymore.
1999-12-08 01:01:11 +00:00
peter
93b7344459 * change $if -> $ifdef 1999-12-08 01:00:16 +00:00
sg
d54ecf3a0e * The cursor should be displayed correctly now 1999-12-08 00:42:54 +00:00
pierre
69ee4f9954 * use dpmiexcp to avoid Dos crash 1999-12-07 11:43:37 +00:00
pierre
c35fc00fe6 * use source for test 1999-12-07 11:42:48 +00:00
peter
b6d3d8cf1b * udpated makefile.fpc and regenerated makefile 1999-12-06 21:29:49 +00:00
peter
1c6607d46f * gtk updates, redrawing works now much better and clears only between
x1 and x2
1999-12-06 21:27:27 +00:00
peter
daf8bdf1e1 * fpcmake updated for win32 commandline 1999-12-06 18:26:48 +00:00
peter
1d2da4c432 * fixed vmtptr crash in tstream.put 1999-12-06 18:25:30 +00:00
peter
ada779a989 * support !ENVVAR for long commandlines
* win32/go32v2 write short pathnames to link.res so c:\Program Files\ is
    finally supported as installdir.
1999-12-06 18:21:03 +00:00
peter
622f024c06 * updates for win32
* PP is back and will be used if FPC is not set
1999-12-06 18:17:10 +00:00
peter
03a9699ce3 * newcg compiler compiles again 1999-12-06 18:17:09 +00:00
pierre
9e4ddf45c6 tbs0300 to tbf0300 1999-12-06 16:29:25 +00:00
pierre
a00c07dadc * getret target was wrong 1999-12-06 13:20:24 +00:00
pierre
e01ff98f42 + getret make and tbs300to399 1999-12-06 13:15:42 +00:00
peter
aa638a4bb2 - 265 1999-12-06 11:01:05 +00:00
sg
267902e161 * The reader now sets the DocumentElement for a DOM document
* The XML parser raises an exception if there is additional data after
  the end of the XML document element
1999-12-05 22:02:11 +00:00
sg
57cfd593f1 * Bug workaround for problem with "exit(<some string type>)" 1999-12-05 22:00:10 +00:00
Jonas Maebe
8272526892 * CSE of constant loading in regs works properly again
+ if a constant is stored into memory using "mov const, ref" and
    there is a reg that contains this const, it is changed into
    "mov reg, ref"
1999-12-05 16:48:43 +00:00
michael
514f0f9879 + Additional logging 1999-12-04 21:20:04 +00:00
michael
186749643c + Fix for ansistring conversion 1999-12-04 14:25:33 +00:00
michael
b3f5bf1766 + Now time zone also works on SuSE and RedHat 1999-12-04 13:50:43 +00:00
michael
d3006fcd99 + Fixes for zstream target 1999-12-03 10:53:08 +00:00
michael
1ef542db02 Counters must be global or completely local 1999-12-03 10:49:31 +00:00
pierre
750404818d * avoid FPC problem in array of char comp 1999-12-02 22:34:14 +00:00
pierre
9a2bf19e95 + mode constants for VGA driver 1999-12-02 22:33:04 +00:00
peter
9138338d04 * public added to TObject 1999-12-02 19:28:53 +00:00
peter
fb5d979f58 * more A_LOOP<Cond> to is_calljmp 1999-12-02 19:28:29 +00:00
peter
561c6abe7c * write also parameters for override info 1999-12-02 19:22:16 +00:00
peter
032e59f479 * moved 1999-12-02 18:15:59 +00:00
peter
42516d7f5e * read_int64 dummy added 1999-12-02 17:40:06 +00:00
peter
e7bb989eab * moved *.pp into subdirs
* fpcmaked
1999-12-02 17:37:24 +00:00
peter
c5410eee5c * preprocessor support. But it fails on the caret in type blocks 1999-12-02 17:34:34 +00:00
peter
f9e72b6763 * fixed procvar -> pointer for array of const 1999-12-02 17:28:53 +00:00
peter
a58dbf6338 * give error when for counter is in other lexlevel 1999-12-02 17:27:56 +00:00
pierre
bbea9d8d09 + latest bugs converted 1999-12-02 13:37:37 +00:00
florian
17950502e1 + added support for succ/pred(<qword/int64>) 1999-12-02 12:38:45 +00:00
florian
53e197de2d + added tests for succ/pred(<qword>) 1999-12-02 12:36:01 +00:00
peter
315f09283e * generated to include zlib 1999-12-02 11:32:15 +00:00
peter
2ab8606a1e * removed temp comment 1999-12-02 11:31:11 +00:00
peter
7607af4b96 * better dup checking 1999-12-02 11:30:24 +00:00
peter
8f6b17fdbf * OPT is by default included for rtlopt/localopt 1999-12-02 11:29:42 +00:00
peter
11b8f997c7 * INFTPPU define to write the ppu of the interface to .ppu.intf 1999-12-02 11:29:07 +00:00