Commit Graph

4637 Commits

Author SHA1 Message Date
michael
e252bf8bef + Added paszlib 1999-11-17 10:16:30 +00:00
pierre
1cac8fdbd8 * global var token was changed by overload code (form bug #707) 1999-11-16 23:45:28 +00:00
peter
32d3653596 * use outputexedir for link.res location 1999-11-16 23:39:04 +00:00
peter
be864a992e * updated 1999-11-16 23:37:34 +00:00
michael
3b8f7622f6 + Now can use paszlib. Added header 1999-11-16 22:14:12 +00:00
peter
918b5219ea * labels used but not defined give error instead of warning, the warning
is now only with declared but not defined and not used.
1999-11-15 22:00:46 +00:00
peter
79f6135498 * LOC_JUMP support for vecn 1999-11-15 21:54:38 +00:00
peter
76e4b69919 * fixed constant eval for bool xor/or/and bool 1999-11-15 21:53:42 +00:00
peter
78d5e706ac * exception address fixes 1999-11-15 21:49:47 +00:00
peter
892d38d1f4 * push address also for raise at 1999-11-15 21:49:09 +00:00
peter
173c9ae360 * distclean cleans also ppas link.res log 1999-11-15 21:48:48 +00:00
peter
76abe83d4b * cleanall cleans also now ppas link.res log 1999-11-15 21:48:22 +00:00
peter
1b3f7c7382 * first working keypress things 1999-11-15 21:47:36 +00:00
pierre
94f418dc11 + one field added for ttoken record for operator
linking the id to the corresponding operator token that
    can now now all be overloaded
  * overloaded operators are resetted to nil in InitSymtable
    (bug when trying to compile a uint that overloads operators twice)
1999-11-15 17:52:59 +00:00
pierre
5fa01cdc9e * -g disables reloc section for win32 1999-11-15 17:42:40 +00:00
pierre
604766601d * Pavel's changes for reloc section in executable
+ warning that -g needs -WN under win32
1999-11-15 15:03:46 +00:00
pierre
50193df98e + Pavel's changes to support reloc section in exes 1999-11-15 15:01:56 +00:00
pierre
7526d8714f * last was not handled correctly in TStringQueue 1999-11-15 14:59:55 +00:00
pierre
8e738214a1 * self pointer stabs for local function was wrong 1999-11-15 14:04:00 +00:00
pierre
31b97f6dcb * set NEEDOPT to include '-Sg -dGDB -dBROWSERCOL' 1999-11-15 12:26:38 +00:00
peter
5fec122056 * removed warnings 1999-11-14 21:35:04 +00:00
peter
ddb0882789 * fixed reallocmem with a block at the end of an allocated memoryblock,
had to introduce a flag for such blocks.
  * flags are now stored in the first 4 bits instead of the highest bit,
    this could be done because the sizes of block are always >= 16
1999-11-14 21:34:21 +00:00
peter
f6939b9307 * fixes to get it working without crashes 1999-11-14 21:32:55 +00:00
michael
9a1b20ea20 + Added ex59 1999-11-14 20:01:36 +00:00
michael
b5560c1fbe + Added pause and alarm, now all examples use FPCExample 1999-11-14 20:01:04 +00:00
michael
7761b7ac35 + Initial implementation 1999-11-14 19:26:17 +00:00
peter
8d0b0aa3fe * obsolete 1999-11-14 16:01:41 +00:00
peter
0ba28348ff * fpcmake'd 1999-11-14 15:59:05 +00:00
peter
8cbc068314 * fixed crash with an errordef 1999-11-14 15:57:35 +00:00
peter
2537225035 * fixed stringqueue.delete 1999-11-14 15:56:36 +00:00
peter
dd588ce47b * removed makefile.fpc
* use Makefile.fpc for the top Makefile
1999-11-14 15:55:07 +00:00
peter
46ae55d3cd * makefile.fpc note 1999-11-14 15:54:26 +00:00
peter
d007f04fa6 + clean targets 1999-11-14 15:54:21 +00:00
Jonas Maebe
404ca4568d + basic register renaming (not yet working completely, between
-dreplacereg/-dreplaceregdebug)
1999-11-14 11:26:53 +00:00
Jonas Maebe
dce0f2cd38 * fixed stupid typo in previous commit :( 1999-11-14 11:25:38 +00:00
michael
068566371d + Added Pause() and alarm() 1999-11-14 11:11:15 +00:00
Jonas Maebe
9ffa216681 * don't remove align objects between JMP's and labels 1999-11-13 19:03:56 +00:00
Jonas Maebe
0a2e7859d2 * Jcc doesn't destroy anything (instead of everyting)
* MOVcc reads op1, writes op2 and raads from the flags
1999-11-13 19:03:16 +00:00
Jonas Maebe
194c612b07 * div, idiv and mul destroy edx!! 1999-11-13 19:01:51 +00:00
michael
35291cd4b2 + Added append() insert() tested append. Datetime as string works now 1999-11-12 22:53:32 +00:00
michael
c68cf725c6 New error message file from Michael Baikov 1999-11-12 22:52:13 +00:00
sg
f9aff18868 * Added check if visual is NIL (=error...)
* Prints resolution on terminal (because GGI will use an unknown default mode)
1999-11-12 18:51:24 +00:00
sg
0c5835d112 * Fixed some typos 1999-11-12 18:48:59 +00:00
sg
bbaaa42d30 * Fixed a small typo... 1999-11-12 18:47:34 +00:00
peter
e169c592f8 * searchpaths changed to stringqueue object 1999-11-12 11:03:49 +00:00
carl
4d3b187b4c * Bugfix if getimage / putimage, format was not standard with FPC
graph.
1999-11-12 02:13:01 +00:00
florian
254c43d6b7 * the writing of the default font was wrong when doing scaling:
the last colunm/row wasn't drawn
1999-11-11 22:29:21 +00:00
sg
02329a97bc * fixed severe bug: change by ? in dup2 (flushing) resulted in broken
AssignStream functions
1999-11-11 19:43:49 +00:00
florian
3839c77a58 * the size was calculated wrong by imagesize 1999-11-11 17:55:07 +00:00
michael
056d6d2716 + Added Checks for all simple field types.
+ Initial implementation of Insert/Append
1999-11-11 17:31:09 +00:00