This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFC: linux compatibility



> > > > One has timezone as a function, one has timezone as a variable.
> > > > The DLL can export only one symbol called "timezone".
> > >
> > > Oh, come on, this one's EASY! ;-):
> > 
> > OK, drop a new DLL into a machine with 100 existing applications which
> > are expecting the old API.  What happens?
> 
> DJ, let's get serious. Of course all 100 applications are
> sensible enough to feel what has changed. Why do people
> always think that programms are dumb? 

Programs *are* dumb.  They will blindly use the new timezone export as
if it were still a function, and crash.  There is no way to migrate
those programs to a new export API without rebuilding them, and until
every such program is rebuilt, we're going to have a FAQ.

There is no easy migration path for *changing* DLL APIs, only for
*adding* them.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]