1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 01:18:00 +00:00
Go to file
Ben Harris b73241d17c Removing one bug, and hunting another
[originally from svn r218]
1999-09-07 23:41:32 +00:00
.cvsignore XCOFF object files. 1999-03-28 02:07:03 +00:00
dnr.c various tweaks to make it work with current MPW 1999-04-07 22:50:11 +00:00
mac_res.r Initial simple raw TCP backend 1999-09-01 22:16:15 +00:00
mac.c Don't bother with CFM checks on non-CFM machines. 1999-09-01 22:13:52 +00:00
mac.h Open Transport stuff now actually compiles. 1999-08-02 22:32:39 +00:00
maccfg.c Fixes so it runs (with bugs) without Color QuickDraw. 1999-07-24 15:51:12 +00:00
macresid.h The "about" box now behaves approximately as it should (though we still don't 1999-04-02 12:58:03 +00:00
mactcp.c Open Transport support, maybe. Also renamed macnet.c to mactcp.c, but it's 1999-08-02 08:06:32 +00:00
macterm.c Initial simple raw TCP backend 1999-09-01 22:16:15 +00:00
Makefile Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00
Makefile.mpw Disable real network backends for now 1999-09-01 22:12:12 +00:00
misc.c Removed windowsism: now uses fatalbox rather than MessageBox. 1999-02-19 15:24:15 +00:00
mkputty.mpw Build process tweaks -- now only runs Rez over mac_res.r once. 1999-04-02 10:21:49 +00:00
noise.c Fix various segfaults and heap trashes. Thanks to Andrew Mobbs. 1999-02-09 15:39:08 +00:00
opentpt.c Removing one bug, and hunting another 1999-09-07 23:41:32 +00:00
putty.h Open Transport stuff now actually compiles. 1999-08-02 22:32:39 +00:00
putty.ico Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
README.mac sunc with reality 1999-09-01 22:12:48 +00:00
resource.h Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
ssh.c Symbolic constants? What are they? 1999-09-07 23:40:19 +00:00
ssh.h Symbolic constants? What are they? 1999-09-07 23:40:19 +00:00
sshblowf.c Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00
sshcrc.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshdes.c Remove CVS logs 1999-01-15 11:29:55 +00:00
sshmd5.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
sshrand.c typo fix 1999-09-01 22:28:03 +00:00
sshrsa.c Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00
sshsha.c Initial checkin: beta 0.43 1999-01-08 13:02:13 +00:00
telnet.c Mac networking ios still as shafted as ever, but I should probably commit what 1999-04-06 23:18:50 +00:00
terminal.c First attempt at multiple-session support. This has broken meta handling, 1999-03-29 19:50:24 +00:00
testback.c Initial simple raw TCP backend 1999-09-01 22:16:15 +00:00
version.c Added automatic version distinguishing code, to differentiate releases 1999-02-09 15:18:34 +00:00
version.h New version-number system. Doesn't yet do the "about" box. 1999-04-01 21:25:06 +00:00
version.r The "about" box now behaves approximately as it should (though we still don't 1999-04-02 12:58:03 +00:00
win_res.h Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00
win_res.rc Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00
windlg.c Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00
window.c Rebranch some files on 'ben-mac-port' from trunk. 1999-08-02 08:35:11 +00:00

$Id: README.mac,v 1.1.2.4 1999/09/01 22:12:48 ben Exp $

Information about PuTTY for the Mac OS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Known bugs:

 * PowerPC and fat versions fail to start on systems without AppearanceLib (ie
   most System 7 ones).  The 68k version works fine. [MAYBE FIXED]
 * If the screen scrolls more than once between calls to WaitNextEvent, Bad
   Things can happen owing to a bug in do_scroll.  This can be fixed when I
   have an easy way to test it.
 * Display is far too slow.
 * Fails to work on systems without Color QuickDraw. [FIXED]
 * Real bold doesn't compensate for changing character widths without Color
   QuickDraw. [MAYBE FIXED]
 * Scrolling appears to be shafted on Original QuickDraw.
 * ResEdit 'TMPL' resource seems to be broken.
 * sshsha.c and sshmd5.c cause a stack overflow in Apple's PowerPC C compiler 
   unless optimisation is entirely disabled.

Features we need (and aren't entirely obvious):

 * Scroll-conflation -- scroll_display should change the in-memory display and
   remember the scroll, then do_scroll should be called only when
   scroll_display gets called for a different rectangle or term_paint happens.

Local Variables:
mode: text
End: