1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-26 09:42:25 +00:00
putty-source/unix
Simon Tatham f26b7aa0d3 Created new data types Filename' and FontSpec', intended to be
opaque to all platform-independent modules and only handled within
per-platform code. `Filename' is there because the Mac has a magic
way to store filenames (though currently this checkin doesn't
support it!); `FontSpec' is there so that all the auxiliary stuff
such as font height and charset and so on which is needed under
Windows but not Unix can be kept where it belongs, and so that I can
have a hope in hell of dealing with a font chooser in the forthcoming
cross-platform config box code, and best of all it gets the horrid
font height wart out of settings.c and into the Windows code where
it should be.
The Mac part of this checkin is a bunch of random guesses which will
probably not quite compile, but which look roughly right to me.
Sorry if I screwed it up, Ben :-)

[originally from svn r2765]
2003-02-01 12:54:40 +00:00
..
.cvsignore Add a .cvsignore for the Unix subdir 2002-11-01 13:37:39 +00:00
plink.1 Largely-placeholder man page for Plink, for the sake of not 2002-11-20 19:49:59 +00:00
pterm.1 Proper support for using the font's own character encoding. If we 2003-01-01 22:25:25 +00:00
pterm.c Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +00:00
pty.c Add a stub "free" routine for pterm. Thanks to rjk. 2003-01-20 20:10:07 +00:00
signal.c RJK's general signal-handling robustness patch. Should fix the weird 2002-11-02 14:35:57 +00:00
unix.h Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +00:00
ux_x11.c Hack around an oddity in X display names and xauth. 2003-01-11 09:46:50 +00:00
uxagentc.c Implement access to the SSH agent. This ought to make agent 2002-11-01 12:55:13 +00:00
uxcons.c Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +00:00
uxmisc.c Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +00:00
uxnet.c proxy.c now no longer refers to `cfg'. Instead, each of the three 2003-01-12 15:26:10 +00:00
uxnoise.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxplink.c Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +00:00
uxprint.c printer_start_job shouldn't need to refer to cfg.printer, since it's 2003-01-12 14:50:34 +00:00
uxstore.c Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +00:00
uxucs.c Deglobalise the Unicode module. Despite all my grand plans, I've 2003-01-14 18:28:23 +00:00