[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] fix a few little dissonances
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [PATCH] fix a few little dissonances |
Date: |
Mon, 04 Jun 2012 22:08:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Tim Ruehsen <address@hidden> writes:
> Hopefully, the patch goes into the pending release...
>
> + * main.c (main): Check for filename != NULL
> + * warc.c (warc_process_cdx_line): Fix memory leak
> + * utils.c (match_posix_regex, compile_posix_regex): Remove dead
> + assignment
> + * openssl.c (ssl_init): Fix old-style function definition
>
> Regards, Tim
Thanks, I have applied it!
I just would like to share a very interesting tool to deal with
changelog's and git, git-merge-changelog. Not that I am a fan of
ChangeLog's but it is there so let's make our life easier. It is part
of gnulib:
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c
Cheers,
Giuseppe