Commit Graph

4542 Commits

Author SHA1 Message Date
peter
a526026966 * fpcmake updates 1999-11-09 14:39:56 +00:00
peter
50a6924402 * sections section to leave out whole info/tools 1999-11-09 14:38:32 +00:00
peter
7bf3155e2f * reallocmem fixes 1999-11-09 13:33:47 +00:00
peter
11e88c1f4c * fpcmaked 1999-11-09 13:33:23 +00:00
peter
a2cdbddb56 * valid_for_assign allow properties with calln 1999-11-09 13:29:33 +00:00
peter
b8b39e0980 * fixed 'raise end;' 1999-11-09 13:02:46 +00:00
peter
225bbac550 * define FPC_DELPHI,FPC_OBJFPC,FPC_TP,FPC_GPC
* initial support for ansistring default with modes
1999-11-09 13:00:37 +00:00
peter
01282acd2f - obsolete 1999-11-09 12:59:28 +00:00
peter
18c5e77444 * support absolute unit.variable 1999-11-09 12:58:29 +00:00
pierre
51bc667515 * SwapVectors does not reset DosError anymore
+ DosError is set to ax regsiter value if extended doserror function
    retruns zero.
  + Support for LFN in EXEC function using
    function 7160 to get short filename counterpart
1999-11-09 11:07:50 +00:00
peter
77af080111 * removed aout entries 1999-11-08 23:07:48 +00:00
peter
507fe53545 * remove MAKE call in makefile target 1999-11-08 22:47:04 +00:00
peter
92705caaeb * fpcmake 1999-11-08 22:46:36 +00:00
peter
8717616eab * updated 1999-11-08 22:45:55 +00:00
peter
5ba2053928 * allow typecasting to integer within pointer typecast+deref 1999-11-08 22:45:33 +00:00
peter
9d60deed06 * inserted as templates 1999-11-08 22:45:01 +00:00
peter
1f5571c3ca * PP -> FPC 1999-11-08 22:44:49 +00:00
sg
f57aa6ae05 * GGI programs must link to libc, or ggiOpen will fail!
* Changed max length of ModeNames string from 18 to 20 chars
1999-11-08 20:04:55 +00:00
florian
08a34c6308 * disposetree for classrefdef added 1999-11-08 18:50:11 +00:00
pierre
ffbacdffde + Reset AnsiStrings to clean up memory 1999-11-08 16:27:20 +00:00
pierre
a4926e2d26 * missing disposetree added to avoid memory loss 1999-11-08 16:24:28 +00:00
peter
cb390de93b * needed 1999-11-08 15:06:17 +00:00
peter
79d331a978 * fpcmake support 1999-11-08 15:01:38 +00:00
florian
7bcdc527af + indexref of propertysym is handle too now 1999-11-08 14:06:45 +00:00
florian
943607839c * extra test for typed constants of class references 1999-11-08 14:05:03 +00:00
florian
7265215469 * problem with "index X"-properties solved
* typed constants of class references are now allowed
1999-11-08 14:02:16 +00:00
peter
6dac8462c5 * move graph.inc to the target dir 1999-11-08 11:15:21 +00:00
peter
df694c76e8 * filename fixes for win32 imports for units with multiple needed dll's 1999-11-08 10:37:12 +00:00
michael
1bb66bbb68 * Fist working version of svgalib new graph unit
* Initial implementation of ggi new graph unit
1999-11-08 00:08:43 +00:00
pierre
aa99cfa4d0 + higher level browser 1999-11-07 23:57:36 +00:00
florian
917bf5b071 * previous fix for 517 was imcomplete: there was a problem if the property
had only an index
1999-11-07 23:21:30 +00:00
florian
8b40781b6c * finally bug #517 solved ... 1999-11-07 23:16:49 +00:00
michael
37c89a983e + Start of common graph implementation 1999-11-07 16:57:26 +00:00
Jonas Maebe
8a2453ab1d * much more complete/waterproof RegModifiedByInstruction() 1999-11-07 14:57:09 +00:00
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