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
peter
277cef9696
* arrayconstructor convert for in
1999-03-02 18:22:36 +00:00
peter
f2274e0248
+ flags support for add and case
1999-03-02 18:21:35 +00:00
peter
db3c25a7de
* use ATT assembler in profile
...
* use AS output in graph
1999-03-02 13:56:34 +00:00
peter
1a4dad3029
* renamed loadunit_int -> loadunit
1999-03-02 13:49:18 +00:00
peter
2f31c21e63
* fixed far problem is fpdebug
...
* tile/cascading with message window
* grep fixes
1999-03-02 13:48:28 +00:00
peter
c5e45b576b
+ stabs support for binary writers
...
* more fixes and missing updates from the previous commit :(
1999-03-02 02:56:08 +00:00
peter
726560a0d5
+ Log
1999-03-01 15:51:42 +00:00
peter
03bdf07fe0
* ag386bin finally make cycles correct
...
* prefixes are now also normal opcodes
1999-03-01 15:46:16 +00:00
peter
f4c74e4a3d
* synchronize also the objfile for ag386bin
1999-03-01 15:43:48 +00:00
peter
6483f16209
+ Added dummy entries for functions not yet implemented
...
* MenuBar didn't update itself automatically on command-set changes
* Fixed Debugging/Profiling options dialog
* TCodeEditor converts spaces to tabs at save only if efUseTabChars is
set
* efBackSpaceUnindents works correctly
+ 'Messages' window implemented
+ Added '$CAP MSG()' and '$CAP EDIT' to available tool-macros
+ Added TP message-filter support (for ex. you can call GREP thru
GREP2MSG and view the result in the messages window - just like in TP)
* A 'var' was missing from the param-list of THelpFacility.TopicSearch,
so topic search didn't work...
* In FPHELP.PAS there were still context-variables defined as word instead
of THelpCtx
* StdStatusKeys() was missing from the statusdef for help windows
+ Topic-title for index-table can be specified when adding a HTML-files
1999-03-01 15:41:47 +00:00
peter
af8a04a5af
* use external names
...
* removed all direct assembler modes
1999-03-01 15:40:48 +00:00
pierre
466989af54
+ added staticppusymtable symtable type for local browsing
1999-03-01 13:45:04 +00:00