Commit Graph

4508 Commits

Author SHA1 Message Date
Jonas Maebe
8cad9f9dbf * fixed properties for cmp (didn't read any operands, only changed
flags)
1999-11-07 14:55:49 +00:00
Jonas Maebe
621cecced4 * getfinaldestination works completely again (a lot of functionality
got lost in the conversion resulting from the removal of
    ait_labeled_instruction)
1999-11-06 16:24:00 +00:00
peter
52340aa35a * stupid go32v2 files were commited :( 1999-11-06 16:23:35 +00:00
Jonas Maebe
d70b3211a4 + search optimial register to use in alignment code (compile with
-dalignreg, -dalignregdebug to see chosen register in
    assembler code). Still needs support in ag386bin.
1999-11-06 16:21:57 +00:00
peter
aa083c5b4d * truncated log 1999-11-06 14:35:38 +00:00
peter
0887060ff2 * truncated log to 20 revs 1999-11-06 14:34:16 +00:00
pierre
25553ebfea * local browsing works at first level
ie for function defined in interface or implementation
    not yet for functions inside other functions
1999-11-05 17:18:02 +00:00
Jonas Maebe
2688bfd9ec + first implementation of choosing least used register for alignment code
(not yet working, between ifdef alignreg)
1999-11-05 16:01:45 +00:00
pierre
0f46e134f7 * WinPaste depends on avalaible Clipboard data 1999-11-05 13:49:13 +00:00
pierre
6682c156c2 * Breakpoint conditions were not reloaded correctly 1999-11-05 13:47:19 +00:00
pierre
6e0af34cfc * Use CF_OEMTEXT under win32 and dx=7 under go32v2 to obtain
OEM to ANSI conversion
  * GetClipboardDataSize for Win32
1999-11-05 13:46:26 +00:00
pierre
6455f41dc9 + use DJDIR if set to find DJGPP libs 1999-11-05 13:41:37 +00:00
florian
3d9daba4c7 * some fixes to get the new cg compiling again 1999-11-05 13:15:00 +00:00
Jonas Maebe
887c7e173b * fixed pascal version of (direct)putpixelx 1999-11-05 12:18:23 +00:00
pierre
699e96f6a3 + some overloaded functions for Delphi compatibility 1999-11-05 09:53:02 +00:00
pierre
ac0ec0b6ba + TCOLORREF = cardinal 1999-11-05 09:50:29 +00:00
Jonas Maebe
b3276fa59e + a_jmp_cond() 1999-11-05 07:05:56 +00:00
peter
2a0156c6df + 302 1999-11-05 00:14:58 +00:00
peter
338a386280 * fixed inherited with properties 1999-11-05 00:10:30 +00:00
peter
94cb2299ea * moved unit alias support into ifdef 1999-11-04 23:13:25 +00:00
peter
aa295af911 * fixed pchar and deref detection for assigning 1999-11-04 23:11:21 +00:00
michael
f17c81bda2 + Now envvar is used 1999-11-04 12:07:13 +00:00
michael
9fcb63d22f * Added fpcmake 1999-11-04 12:06:57 +00:00
peter
38ee2fd8b4 * TSearchPathString for the string type of the searchpaths, which is
ansistring under FPC/Delphi
1999-11-04 10:55:31 +00:00
peter
c9b3e82cc1 * remove Id 1999-11-04 10:54:40 +00:00
peter
e208dc6450 * removed Id from Makefile.fpc else it'll need fpcmake everytime 1999-11-04 10:54:11 +00:00
peter
1610a9d709 + -Ua<oldname>=<newname> unit alias support 1999-11-04 10:54:02 +00:00
pierre
7b5bae5ded * fix for fpuvaroffset for unused return value 1999-11-04 00:23:58 +00:00
peter
c3221c88a8 * support extended keys 1999-11-03 23:47:34 +00:00
peter
c60316b0d3 * fixed comment level counting after directive 1999-11-03 23:44:28 +00:00
peter
8e27e760ce * fixed ar commands 1999-11-03 23:43:45 +00:00
peter
d1e68e7136 * default units/rtl paths 1999-11-03 23:43:09 +00:00
peter
ab0c7d113f * fpcmake 1999-11-03 23:42:32 +00:00
peter
bdd4bf7169 * lot of updates 1999-11-03 23:39:53 +00:00
florian
707675a501 + first release of win32 gui support 1999-11-03 20:23:01 +00:00
Jonas Maebe
e10deeca37 + initial implementation 1999-11-03 14:13:59 +00:00
peter
dd3688a927 * another fix for precision 1999-11-03 09:54:24 +00:00
peter
8830a9fb4a * fixed uppercase filenames
* savetostream did twice a -1 on the linecount, so the lastline of a
    file wasn't saved correctly
1999-11-03 09:39:23 +00:00
pierre
955e7c0175 * problem of last commit for large d values corrected 1999-11-03 00:55:09 +00:00
peter
8ce8faacb5 * comment support
* readsectionraw method
1999-11-02 23:58:37 +00:00
peter
4c3df986f0 * fixed copy where size+index could be < 0 1999-11-02 23:57:54 +00:00
peter
a352b586ca * initial version 1999-11-02 23:57:40 +00:00
peter
19443ae269 * import library fixes for win32
* alignment works again
1999-11-02 15:06:56 +00:00
peter
1829357f4e * better precisio by dividing only once with a calculated longint
instead of multiple times by 10
1999-11-02 15:05:53 +00:00
peter
be22c241fb * fixed oldtp comment parsing 1999-11-02 15:05:08 +00:00
peter
e9d3c8f263 * adapted for new reallocmem 1999-11-01 13:56:58 +00:00
peter
6a10b2661b * freemem,reallocmem now get var argument 1999-11-01 13:56:50 +00:00
Jonas Maebe
19c67e8b67 * updated for new syntax of sysgetmem 1999-10-31 09:34:48 +00:00
lazarus
ef17ea6ec2 Changed the memory allocation/deallocation to match the new ReAllocMem structure. 1999-10-31 06:24:18 +00:00
peter
71d7f4ef38 * memorymanager expanded with allocmem/reallocmem 1999-10-30 17:39:05 +00:00