michael
2fc034ecd3
+ Removed CR characters
1998-04-15 14:16:48 +00:00
michael
1d86a2d73e
+ Initial implementation of graph unit
1998-04-15 13:40:11 +00:00
michael
2856256cb3
+ Added some calls to make common API more efficient
1998-04-15 11:23:53 +00:00
michael
14c5da0a9a
+ Updated changes in linux.pp
1998-04-15 11:22:49 +00:00
florian
c5932b0677
+ exclude/include with constant second parameter added
1998-04-14 23:27:02 +00:00
michael
f04ae640e8
+added still more error descriptions
1998-04-14 14:18:47 +00:00
florian
730fdb8c77
*** empty log message ***
1998-04-13 22:21:25 +00:00
florian
de04288a2a
* error handling of pass_1 and cgi386 fixed
...
* the following bugs fixed: 0117, 0118, 0119 and 0129, 0122 was already
fixed, verified
1998-04-13 21:15:41 +00:00
florian
7b97bfea3b
*** empty log message ***
1998-04-13 21:12:07 +00:00
florian
f06e8050a6
* tdef.done much faster implemented
1998-04-13 17:20:43 +00:00
florian
08767b7891
* call by reference and call by value open arrays fixed
1998-04-13 08:42:51 +00:00
florian
c2ca131926
* problem with read access to properties solved
...
* correct handling of hidding methods via virtual (COM)
* correct result type of constructor calls (COM), the resulttype
depends now on the type of the class reference
1998-04-12 22:39:43 +00:00
florian
f966d959ee
+ support of port-array added
1998-04-12 22:35:29 +00:00
florian
c876b474c6
*** empty log message ***
1998-04-12 20:41:40 +00:00
michael
facb2866e3
Updated GO32 example; it contained errors
1998-04-12 08:31:55 +00:00
michael
0382a5e92e
+ Added more error descriptions
1998-04-11 10:32:26 +00:00
florian
fd860db6c6
+ some stuff to support method pointers (procedure of object) added
...
(declaration, parameter handling)
1998-04-10 21:36:55 +00:00
florian
0e34e8a6ce
+ some small comments added
1998-04-10 15:41:54 +00:00
michael
cc14d7f536
* fixed a few TeX errors
1998-04-10 15:41:52 +00:00
florian
768499730d
* more fixes to get classes.pas compiled
1998-04-10 15:39:47 +00:00
michael
be00149b6b
* Many small things added.
1998-04-10 15:28:46 +00:00
michael
c297ae8bfa
- Removed so-called better random function
1998-04-10 15:25:23 +00:00
michael
2132851581
* Unitinstallpath now under /usr/lib/fpc
1998-04-10 15:24:16 +00:00
michael
0b4932253f
+ Pclose now returns exit status of process
1998-04-10 15:23:03 +00:00
michael
4d271efb76
+ added explanations of include files.
1998-04-10 15:21:45 +00:00
michael
f310cf5ad9
Added a lot of functions donated by GertJan Schouten
1998-04-10 15:18:21 +00:00
michael
80e4fa2639
+ Initial implementation; Donated by Gertjan Schouten
...
His file was split into several files, to keep it a little bit structured.
1998-04-10 15:17:46 +00:00
peter
b7ff96bb48
* removed some Hints
...
* small speed optimization for AsmLn
1998-04-10 14:41:43 +00:00
florian
9c5d07fbba
* small problems solved to get remake3 work
1998-04-09 23:02:14 +00:00
florian
50cbe1751e
* problem with previous REGALLOC solved
...
* improved property support
1998-04-09 22:16:33 +00:00
peter
b69a1a8fd9
* small fixes for messages
1998-04-09 19:48:30 +00:00
florian
4b25db4d28
+ register allocation tracing stuff added
1998-04-09 15:46:37 +00:00
Jonas Maebe
fd467e9496
+ basic k6 and 6x86 optimizing support (-O7 and -O8)
1998-04-09 14:28:05 +00:00
pierre
3d1eab599e
* bugfix of newline in BP was wrong !!
...
(ate a character !!)
1998-04-09 09:33:15 +00:00
daniel
3a2a212930
* Optimized some code.
1998-04-09 08:32:14 +00:00
daniel
12fb25a920
* Brings OS/2 directory up to date.
1998-04-09 08:24:11 +00:00
Jonas Maebe
2938e014d2
* fixed bug where "imul 12,reg" was replaced with a wrong lea sequence
1998-04-08 19:12:28 +00:00
pierre
9b14f1f183
* several bugfixes
...
ADD ADC and AND are also sign extended
nasm output OK (program still crashes at end
and creates wrong assembler files !!)
procsym types sym in tdef removed !!
1998-04-08 16:58:01 +00:00
florian
41301b806d
* problem with new expr_type solved
1998-04-08 14:59:20 +00:00
peter
705174265d
- moved to install/
1998-04-08 11:48:23 +00:00
peter
2443d9a288
+ moved from compiler/
1998-04-08 11:45:31 +00:00
peter
f3d93555d8
* nasm works (linux only tested)
1998-04-08 11:34:17 +00:00
florian
1d8165e4bc
* correct error handling of virtual constructors
...
* problem with new type declaration handling fixed
1998-04-08 10:26:07 +00:00
michael
cad202a92b
+ Adapted to new PClose() function.ex37.pp
1998-04-08 08:14:29 +00:00
michael
62001bab9a
+ Changed Random() function. Moved from system to processor dependent files (from Pedro Gimeno)
1998-04-08 07:53:31 +00:00
florian
241c9f6020
+ version/release/patch numbers as string added
1998-04-07 22:47:57 +00:00
florian
bc2d9f0a3f
* bug0092, bug0115 and bug0121 fixed
...
+ packed object/class/array
1998-04-07 22:45:03 +00:00
florian
e18075dc19
* final fix of comp writing
1998-04-07 22:40:46 +00:00
florian
5466185e89
*** empty log message ***
1998-04-07 22:39:48 +00:00
florian
b80b4ccb06
*** empty log message ***
1998-04-07 14:45:53 +00:00