Project

General

Profile

« Previous | Next » 

Revision aac17171

Added by Nathan Scott over 14 years ago

  • ID aac171711fd9072a58db981ab351eb60f35a4845

Port forward to latest Strawberry gcc and system headers for Windows.

In particular:

  • We now have a sys/ioctl.h which doesn't define TIOCGWINSZ, so rework the configure macros there slightly.
  • We shouldn't declare errno at all (extern), cos we lose any platform annotations (like dllimport) from system headers.
  • Add EXECSUFFIX to pmieconf makefile to produce a Windows exe
  • Fixup a typo in couple of new pmdawindows help text calls to strncpy.
  • Declarations of rindex/index functions for windows used the const qualifier inconsistently to POSIX, make 'em align.
  • added
  • modified
  • copied
  • renamed
  • deleted