[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config related patch (and how to start handling Debian patches)
From: |
Richard Stallman |
Subject: |
Re: config related patch (and how to start handling Debian patches) |
Date: |
Mon, 10 Feb 2003 17:38:15 -0500 |
> It looks like you're working on year-old Emacs sources rather than
> the latest ones. This change is mostly obsolete. Equivalent changes
> were already made in lib-src.
Hmm, sorry about that, I believe I tested the patch against the
current pretest, but maybe I'm mistaken. Or are you saying you'd
prefer I work directly against current CVS?
The current pretest is from a branch that has only bug fixes.
The place we would install changes like these is in the CVS trunk,
so please make them fit in there.
> We might want to define bzero etc. in config.h, but the change
> would have to be changed differently now.
Alternately, I suppose all calls in the source could be changed to
memcpy, etc., but I'm not sure what your preference would be.
I'd rather change bzero in a configuration file, more or less as you
did it.