Commit Graph

4529 Commits

Author SHA1 Message Date
florian
43b931922b + sc* constants added as suggested by Shane Miller 1999-10-20 20:24:21 +00:00
Jonas Maebe
6de203e9dc * fixed a_loadaddress_ref_reg (mentioned as ToDo in rev. 1.5)
* small bugfix in a_load_store
1999-10-20 12:23:24 +00:00
Jonas Maebe
8f3c1464d5 * changed scratch_registers to (R_11,_R12,R_30) because R_0 is a special
case and R_31 is used as some kind of frame pointer under LinuxPPC
1999-10-20 12:21:34 +00:00
sg
f01d37a88f * Added DFM<->ASCII conversion procedures 1999-10-19 11:27:03 +00:00
Jonas Maebe
2f3eddca3c * replaced "uses objpas;" with "{$mode objfpc}" in property example 1999-10-18 14:27:00 +00:00
Jonas Maebe
d6cb636d80 * fixed clipping for thickwidth lines (bug 659)
* fixed the faster internalellipsedefault, but it doesn't plot
    all pixels (there are gaps in the ellipses)
1999-10-17 10:20:13 +00:00
Jonas Maebe
9b294081d4 + bug301 1999-10-16 08:39:44 +00:00
michael
c8941ca9af + Bug fixed in ansistring typecast 1999-10-15 20:49:54 +00:00
michael
9a3d560559 Added rtlinstall target 1999-10-15 20:47:52 +00:00
michael
34b565efce hash is available in tables 1999-10-15 19:42:18 +00:00
florian
fa19f0aa09 - removed the hcodegen use in the new cg, use cgbase instead 1999-10-14 14:57:51 +00:00
florian
1b8b8be9c0 * if no ini file is found the ide uses some useful defaults 1999-10-14 14:22:23 +00:00
pierre
1d5d3b421a + dummy test1 unit added for dbx tests 1999-10-14 10:24:55 +00:00
pierre
d0dbe5a3f5 ClockView Black on Gray by default 1999-10-14 10:23:44 +00:00
pierre
098e54d4e0 + color selection for ClockView 1999-10-14 10:22:50 +00:00
pierre
2799e5dc92 * more tabs related problems fiwes 1999-10-14 10:21:48 +00:00
peter
4090edd5c6 * getfattr resets doserror 1999-10-14 08:57:51 +00:00
pierre
ff8ba9c049 * fix for uggly bug of Marco 1999-10-13 22:09:29 +00:00
pierre
4847611b50 + tbs0261 to 270 added 1999-10-13 12:57:15 +00:00
pierre
b298406a63 * small fixes for win32 1999-10-13 12:42:09 +00:00
pierre
4069f03938 + some more bugs some even already solved 1999-10-13 12:33:20 +00:00
daniel
c84c00710e * OS/2 compiler works again. 1999-10-13 12:21:56 +00:00
peter
9f49a743ee * cgmessagepos functions 1999-10-13 10:42:15 +00:00
peter
c439829c5d * subscript support for tp_procvar 1999-10-13 10:40:55 +00:00
peter
19aa88a729 * moved mangledname creation of normal proc so it also handles a wrong
method proc
1999-10-13 10:37:36 +00:00
peter
851ad1af06 * var must match exactly error msg extended with got and expected type
* array constructor type check now gives error on wrong types
1999-10-13 10:35:23 +00:00
peter
1e940ee840 * dpmi can only be set after reading the options 1999-10-13 10:24:49 +00:00
pierre
b8da895212 + DelStart and SelectWord implemented
* AddChar(tab) now reacts correctly if efAutoIndent is set
1999-10-12 23:35:18 +00:00
florian
51b96fabc3 * compiler didn't complain about l1+l2:=l1+l2; it gave only an assembler
error, fixed
1999-10-12 22:35:48 +00:00
florian
8b9633266b * new codegenerator compiles again 1999-10-12 21:20:41 +00:00
florian
c9c758e318 * bug #645 fixed: format('%x',...) should writes unsigned hexadecimals, also
prec fixed: max. value in delphi is 15 (and not 32)
1999-10-12 19:16:27 +00:00
pierre
281c77f2b1 * error if calling interrupt procedure 1999-10-12 15:50:54 +00:00
michael
fc4e4bc74a Nieuw error file from Michael Baikov 1999-10-12 14:41:23 +00:00
pierre
b61b279873 * fix form bug660 1999-10-12 08:56:48 +00:00
Jonas Maebe
9a8ecfc76b * fixed bug which sometimes caused a crash when optimizing blocks of code with
assembler blocks (didn't notice before because of lack of zero page protection
    under Win9x :( )
1999-10-11 11:11:31 +00:00
pierre
7bf3213a01 * use and remember that C functions with complex data results use ret $4 1999-10-08 15:40:47 +00:00
pierre
a7992b0232 * library list keeps doubles 1999-10-08 15:38:42 +00:00
pierre
fd0d2c3781 * adapted to target dependent libgdb dirs 1999-10-08 15:34:11 +00:00
pierre
81323ed5e2 + Grep read check added 1999-10-08 15:25:25 +00:00
pierre
a32b46cb5e * InsertFrom bug (end of line wasdiscarded) 1999-10-08 15:24:50 +00:00
pierre
e8f2eba064 * fix for FPC_HELP_FAIL_CLASS 1999-10-08 14:40:54 +00:00
Jonas Maebe
0fa97f88ea * fixed set/getvgargbpalette for VGA 16 color modes 1999-10-08 14:28:18 +00:00
Jonas Maebe
2ad775b888 * small bugfix in ArrayRefsEq 1999-10-07 16:07:35 +00:00
Tomas Hajny
e12e4b4032 + documentation and samples added 1999-10-07 08:38:04 +00:00
peter
11a2d8977e * fixed power(int,int) with negative base
* power(ext,ext) with negative base gives rte 207
1999-10-06 17:44:43 +00:00
peter
5993e45779 * freemem with wrong size (found with the new heapmanager) 1999-10-06 17:43:58 +00:00
peter
e10d770cc3 * fixed stabs writting for forward types 1999-10-06 17:39:14 +00:00
peter
755fc18c07 * fixed empty const ansistring 2 pchar 1999-10-06 08:32:00 +00:00
peter
c61bb81b5e * new tool 1999-10-06 06:29:03 +00:00
pierre
781429264d * bug exit('test') + fail for classes 1999-10-05 22:01:52 +00:00