nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] Fwd: .gz support, DONE


From: Mike Frysinger
Subject: Re: [Nano-devel] Fwd: .gz support, DONE
Date: Mon, 11 Jan 2016 14:37:55 -0500

On 11 Jan 2016 19:36, Tilman WEIERS wrote:
> I know about zlib and also about libbz2. This approach actually requires 
> changes to every fread, fwrite, fopen etc in nano and especially in 
> src/files.c. This seems an arduous task.

there's really not that many call sites that need updating.  if you're
just grepping for the symbol names, you're missing that a bunch of them
are related to working with nanorc & history, neither of which we care
about here.

if we were to go the route of adding zlib support, we wouldn't sprinkle
the logic everywhere, but add some helper functions to centralize.
-mike

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]