Commit Graph

6096 Commits

Author SHA1 Message Date
Jonas Maebe
c18d6589e4 * moved AllocRegBetween() from csopt386 to this unit because it's now
also used by popt386
2000-03-25 18:58:00 +00:00
Jonas Maebe
3555239e29 * remove dealloc/alloc of reg1 between "movl %reg1,%reg2;
movl %reg2,%reg1" when removing the second instruction (it
    confused the CSE and caused errors with -Or)
2000-03-25 18:57:02 +00:00
Jonas Maebe
8d1930db17 * works with new graph unit 2000-03-25 13:45:35 +00:00
peter
c1bfa32754 * removed 2000-03-25 12:29:41 +00:00
peter
d17b7d610e * patch for getdir from Pierre 2000-03-25 12:28:37 +00:00
florian
cca24e5632 * accelerated output of bitmap fonts 2000-03-24 18:18:15 +00:00
florian
fe462795f6 * introduce a DrawBitmapCharHoriz procedure variable to accelerate output on
win32
2000-03-24 18:16:32 +00:00
Jonas Maebe
34dd37729c * fix for -dnewoptimizations and -Or (never remove stores to regvars)
but make cycle with -OG2p3r still fails :(
2000-03-24 15:54:49 +00:00
florian
8a700b7568 * ClearViewPort fixed 2000-03-24 13:01:15 +00:00
florian
0575fbbec7 * the window is now cleared by wm_create
* default mode is again 640x480x16
2000-03-24 12:57:41 +00:00
pierre
d3efe7df4d * a working makefile 2000-03-24 12:18:12 +00:00
florian
03869981ef * the mode detection takes now care of window caption and border
+ 1024x768 and 1280x1024 modes added
  + special gui modes added: largest window and maximized window to
    use the desktop as much as possible
  * Hline fixed: the windows function LineTo doesn't draw the last pixel!
2000-03-24 10:49:17 +00:00
Jonas Maebe
17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements,
because if f is not yet initialized, the mode is invalid and can
    contain another value even though the file is closed
  + check if a file is open in writeln_end (caused crash if used on
    not opened files)
2000-03-24 10:26:18 +00:00
Jonas Maebe
f40d1d694d + inoutres test 2000-03-24 10:23:38 +00:00
pierre
ac43f97eba + test if BP compatible 2000-03-24 08:24:49 +00:00
pierre
0508920eb7 disable range check explicitly 2000-03-24 08:17:42 +00:00
Jonas Maebe
21f27af5a2 + tbug882.pp 2000-03-24 06:31:56 +00:00
pierre
eb5f18cfeb + Use PushStatus in ParseUserScreen 2000-03-23 22:23:21 +00:00
pierre
5f3743f8fd * file loading problem fixed 2000-03-23 22:22:25 +00:00
pierre
578465bef0 * fix tf000008 bug 2000-03-23 22:17:51 +00:00
pierre
799ed3311f * fix for OS/2 hopefully 2000-03-23 22:00:08 +00:00
pierre
edcf10f5c2 * get correct position in indicator again 2000-03-23 21:36:19 +00:00
pierre
9bb015f2b4 * nice wrong code that should give an error !! 2000-03-23 21:30:31 +00:00
Jonas Maebe
c76929619a * fixes for port reading 2000-03-23 17:10:32 +00:00
Jonas Maebe
f6a406c6e9 * real fix for web bug882 2000-03-23 16:29:32 +00:00
peter
d75bbf8b73 * fixed crash with inherited with varsym/propsym 2000-03-23 15:56:59 +00:00
peter
273373602f * $VERSION is now version_string
+ $FULLVERSION is now full_version_string
2000-03-23 15:35:47 +00:00
peter
e315ccda63 * inet dependency added 2000-03-23 15:30:33 +00:00
peter
42a00b7705 * remove handle check for do_close 2000-03-23 15:24:18 +00:00
michael
e16bf13bf0 + Added ssockets 2000-03-22 20:22:49 +00:00
michael
5bafaad587 + Initial implementation of ssockets 2000-03-22 20:22:31 +00:00
michael
9ac949e425 + Added ssockets examples 2000-03-22 20:21:18 +00:00
michael
853e75626b + removed handle checkin fileclose 2000-03-22 20:00:54 +00:00
Jonas Maebe
afc3469620 + description for strreal.pp and strreal2.pp 2000-03-22 17:39:59 +00:00
Jonas Maebe
82da57a765 * fix for webbug 886 2000-03-22 17:34:53 +00:00
Jonas Maebe
03939d1fb1 * fixed webbug 882 2000-03-22 15:41:10 +00:00
florian
2805167e6e * bug #294 fixed: parameters can have now the same name as the function/
procedure, this is compatible with TP/Delphi
2000-03-22 09:25:57 +00:00
florian
c8a9e40f5b *** empty log message *** 2000-03-22 09:22:10 +00:00
florian
78935f0a9b *** empty log message *** 2000-03-22 09:14:18 +00:00
pierre
299ec9d3dc + allow double backslash for network drives 2000-03-22 08:00:42 +00:00
pierre
0578c906ee fix for bug #312 2000-03-21 23:36:46 +00:00
pierre
409ebd6a09 + Use TrimEndSlash by Gabor 2000-03-21 23:29:52 +00:00
pierre
e0905e9811 adapted to wcedit addition by Gabor 2000-03-21 23:28:13 +00:00
pierre
43cf28d054 Gabor changes 2000-03-21 23:23:49 +00:00
pierre
536fc9d69b Gabor fixes to avoid unused vars 2000-03-21 23:22:37 +00:00
pierre
0a2e9c3bbd adapted to wcedit addition 2000-03-21 23:21:38 +00:00
pierre
49993f2e37 suppress some warnings by Gabor 2000-03-21 23:20:47 +00:00
pierre
99cd11b98d + TrimEndSlash and CompareText by Gabor 2000-03-21 23:19:13 +00:00
pierre
58c1b8a0be + Gabor patch to add support for multiple windows
of same file
    weditor has been splitted into weditor and wcedit units
2000-03-21 23:17:46 +00:00
pierre
269ba41fe1 more descriptive log 2000-03-21 23:09:59 +00:00