This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: PATCH: correct handling of `.zip' files


On Nov 13, 1998, Tom Tromey <tromey@cygnus.com> wrote:

>>>>>> "Alexandre" == Alexandre Oliva <oliva@dcc.unicamp.br> writes:
>>> I'm committing the appended patch.  It changes the java front end
>>> to correctly handle .zip files.  It also adds a comment explaining
>>> an apparent oddity in jcf-io.c.

Alexandre> How about handling .jar files too?

> It's on my (or "a") to-do list, but it isn't near the top.

I had thought it would be just a matter of adding a `|| !strcmp
(filename + len - 4, ".jar")' to that patch.  Isn't this enough?

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.anu.edu.au}
Universidade Estadual de Campinas, SP, Brasil



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