Commit Graph

2589 Commits

Author SHA1 Message Date
pierre
cbad5f2934 bug0198 solved 1999-03-11 18:55:05 +00:00
peter
8a7250cdc6 * better check for makefile.fpc
* check if cmp exists
1999-03-11 17:54:00 +00:00
peter
d34db3b796 * s_is<x> functions have now word para instead of integer 1999-03-11 12:02:03 +00:00
daniel
37c3308ca8 * Reverted C styled comments 1999-03-11 10:46:29 +00:00
peter
d52b68e703 * AS is now always asw 1999-03-10 23:45:21 +00:00
florian
67c66987e5 + system.cmdline variable for go32v2 and win32 added 1999-03-10 22:15:28 +00:00
florian
d10d8cb5fd * str and val for extended use now int constants to minimize
rounding error
1999-03-10 21:49:02 +00:00
florian
f198ef8a45 *** empty log message *** 1999-03-10 21:48:26 +00:00
pierre
337f054764 section order changed to get closer output from coff writer 1999-03-10 13:25:42 +00:00
pierre
a514c02e9b * array of const type to definition field 1999-03-10 13:24:23 +00:00
pierre
762d6d4ade + override EXECPPAS if LOCALOPT contains win32 1999-03-10 12:30:12 +00:00
pierre
ebd2da41dc * typecheck for exit(value) : resulttype was not set 1999-03-10 11:23:29 +00:00
peter
b570974cea * type check the exit() 1999-03-09 19:24:42 +00:00
pierre
07da08426d * pecoff default assem for win32 with ag386bin 1999-03-09 11:54:09 +00:00
pierre
8120829339 * compilation after a failure longjumped directly to end 1999-03-09 11:52:06 +00:00
pierre
21d3d627cd small record/array by value fix 1999-03-09 11:49:10 +00:00
pierre
f2f749a888 * small arrays and records (size <=4) are copied directly 1999-03-09 11:45:42 +00:00
michael
6ceaebce25 * Fixed Insert and Enumeration type 1999-03-09 10:25:46 +00:00
peter
04c3f5099b * makefile.fpc updates and defaultfpcdir var 1999-03-09 01:35:46 +00:00
peter
78afae34d5 * linux unit 1999-03-09 01:34:35 +00:00
peter
4a2e43e4af * installextra pt,tdf files 1999-03-08 14:59:25 +00:00
peter
e9d03b7506 + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
peter
d0b1246e38 + smartlinking for ag386bin 1999-03-08 14:51:04 +00:00
pierre
c68c0562c2 * Fix for path of executable 1999-03-07 23:00:47 +00:00
pierre
7fea4eedc9 * FindRec needs longint for CheckBoxes 1999-03-07 22:58:57 +00:00
peter
ba1cc62a46 * moved comp<->real warning so it doesn't occure everytime that
isconvertable is called with
1999-03-06 17:25:19 +00:00
peter
a27a69d7af * reset savesize in tdef.init 1999-03-06 17:24:16 +00:00
pierre
925bf35c30 + saving and opening of open files on exit 1999-03-05 17:53:00 +00:00
pierre
c73212c754 * Actions item freeing 1999-03-05 17:39:39 +00:00
peter
d8a1d467c4 * fixed exit() with word/byte return 1999-03-05 16:14:59 +00:00
peter
3cad4fcf36 * fixed boolean() typecast 1999-03-05 16:14:20 +00:00
peter
1e791f6fa5 * fix for findfirst from the mailinglist 1999-03-05 13:09:57 +00:00
peter
005c5a5de1 * first things for tai_cut support for ag386bin 1999-03-05 13:09:48 +00:00
pierre
74719d1acf * bug0198 : call conventions for methods
not yet implemented is the control of same calling convention
    for virtual and child's virtual
  * msgstr and msgint only created if message was found
    who implemented this by the way ?
    it leaks lots of plabels !!!! (check with heaptrc !)
1999-03-05 01:14:23 +00:00
pierre
58bfc3ac78 * some m68k fixes (still not compilable !)
* new(tobj) does not give warning if tobj has no VMT !
1999-03-04 13:55:39 +00:00
pierre
98f8422d67 * Actions were not dispose in TCodeEditor.Done 1999-03-03 16:45:07 +00:00
pierre
212d7c5f51 * TPH reader fix from Peter 1999-03-03 16:44:05 +00:00
pierre
d04c8e42c9 * typo error fix 1999-03-03 16:37:54 +00:00
michael
5b750c0345 + Added setstring for Delphi compatibility 1999-03-03 15:23:57 +00:00
michael
4be2417de7 Fixed internationalization support 1999-03-03 15:22:40 +00:00
pierre
5b5622d851 + getasmsymbol to search for existing assembler symbol only 1999-03-03 11:59:27 +00:00
pierre
c9285162a1 + stabs info corrected to give results near to GAS output
* local labels (with .L are not stored in object anymore)
    so we get the same number of symbols as from GAS !
1999-03-03 11:41:51 +00:00
pierre
494fb5863d * avoid infinite recursion in ProcessDefIfStruct 1999-03-03 01:38:11 +00:00
peter
034eab82f3 * fixed char array, which can start with all possible values 1999-03-02 22:52:19 +00:00
peter
448a0d5046 * [reg-ofs] now correctly compiles to -ofs(reg) instead of ofs(reg)
* [reg*2] is now allowed
1999-03-02 22:51:08 +00:00
peter
393433d095 * fixed nested comments for old style tp and c 1999-03-02 22:49:35 +00:00
peter
44be4d61ff * added some and fixed some ;) 1999-03-02 18:27:51 +00:00
peter
80a48282e6 * function names cleanup
+ chararray -> ansistring
1999-03-02 18:24:51 +00:00
peter
f4f4f17da7 * fixed overloading of array of char 1999-03-02 18:24:19 +00:00
peter
554f02687b * changed so handlerror() -> inoutres:= to have $I- support 1999-03-02 18:23:37 +00:00