Commit Graph

2449 Commits

Author SHA1 Message Date
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
pierre
f2eb2dc540 * external used before implemented problem fixed 1999-03-01 13:31:59 +00:00
pierre
f8395f4a48 * varsym refs incremented 1999-03-01 13:22:25 +00:00
michael
2412733cf2 changed delete to system.delete 1999-03-01 12:40:06 +00:00
michael
ea3f7ed428 + Added internationalization support 1999-02-28 13:18:10 +00:00
michael
d5003218b4 + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
peter
7d4b711bdc + 225 1999-02-26 00:52:31 +00:00
peter
a17c03cca3 * assembler writers fixed for ag386bin 1999-02-26 00:48:13 +00:00
peter
1d98d7c4a4 + SetStr() function 1999-02-25 21:25:26 +00:00
peter
c8f444b65f * ag386bin updates
+ coff writer
1999-02-25 21:02:16 +00:00
michael
d230df984e Added Array of const test. 1999-02-25 14:31:26 +00:00
michael
82d08fba5d + Added header and log 1999-02-25 10:05:07 +00:00
michael
56f48f40b6 + Fixed type in strings target 1999-02-25 09:59:03 +00:00
michael
7865673a04 * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
michael
30176e2c49 * fixed clean target 1999-02-24 15:59:04 +00:00
michael
f6908c234f + Moved getlocaltime to system-dependent files 1999-02-24 15:57:28 +00:00
michael
a7bb45265d + Small fixes. Moved getlocaltime to system-dependent files 1999-02-24 15:56:28 +00:00
florian
b8bd0af1b8 * wrong warning fixed, if a non-virtual method was hidden by a virtual
method (repoerted by Matthias Koeppe)
1999-02-24 09:51:40 +00:00
florian
823e429c3a + several bug files added 1999-02-24 09:43:59 +00:00
peter
e25d934e2f * small updates for ag386bin 1999-02-24 00:59:11 +00:00
michael
c3137d9426 initial implementation 1999-02-23 21:59:09 +00:00
pierre
2541a27a5a * win32 compilation error fix
+ some work for local browser (not cl=omplete yet)
1999-02-23 18:29:20 +00:00
pierre
84a3b7e99d * call %edi => call *%edi 1999-02-23 14:04:36 +00:00
florian
204c81bd98 + message directive for integers added 1999-02-22 23:33:29 +00:00
florian
9c0fa36e97 + TObject.Dispatch and TObject.DispatchStr added, working 1999-02-22 23:30:54 +00:00
florian
3c576cce7d + first implementation of message keyword 1999-02-22 20:13:32 +00:00
florian
a7179a75db * behaviaor of PROTECTED and PRIVATE fixed, works now like TP/Delphi 1999-02-22 15:09:39 +00:00
peter
755df28476 * fixed typecasting in firstthat 1999-02-22 15:04:45 +00:00
peter
8d234de1d1 * helpfiles fixed 1999-02-22 15:04:31 +00:00