[PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-12 Thread David Bremner
On Sun, 11 Dec 2011 21:56:36 +0400, Dmitry Kurochkin wrote: > > > > -CLEAN := $(CLEAN) $(dir)/xutil.o $(dir)/error_util.o $(dir)/libutil.a > > +CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a > > IMO this should be pushed as a separate patch (that does not need a > review :)). Pushed

[PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-12 Thread Tomi Ollila
On Sun, 11 Dec 2011 12:19:44 -0400, David Bremner wrote: > From: David Bremner > > The character set is chosen to be suitable for pathnames, and the same > as that used by contrib/nmbug. The new encoded/decoded strings are > allocated using talloc. > --- > This isn't urgent, but it is useful

Re: [PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-12 Thread Tomi Ollila
On Sun, 11 Dec 2011 12:19:44 -0400, David Bremner da...@tethera.net wrote: From: David Bremner brem...@debian.org The character set is chosen to be suitable for pathnames, and the same as that used by contrib/nmbug. The new encoded/decoded strings are allocated using talloc. --- This isn't

Re: [PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-12 Thread David Bremner
On Sun, 11 Dec 2011 21:56:36 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: -CLEAN := $(CLEAN) $(dir)/xutil.o $(dir)/error_util.o $(dir)/libutil.a +CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a IMO this should be pushed as a separate patch (that does not need a

[PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-11 Thread Dmitry Kurochkin
On Sun, 11 Dec 2011 12:19:44 -0400, David Bremner wrote: > From: David Bremner > > The character set is chosen to be suitable for pathnames, and the same > as that used by contrib/nmbug. The new encoded/decoded strings are > allocated using talloc. > --- > This isn't urgent, but it is useful

[PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-11 Thread David Bremner
From: David Bremner The character set is chosen to be suitable for pathnames, and the same as that used by contrib/nmbug. The new encoded/decoded strings are allocated using talloc. --- This isn't urgent, but it is useful for a couple projects I have brewing (nmbug compatible

[PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-11 Thread David Bremner
From: David Bremner brem...@debian.org The character set is chosen to be suitable for pathnames, and the same as that used by contrib/nmbug. The new encoded/decoded strings are allocated using talloc. --- This isn't urgent, but it is useful for a couple projects I have brewing (nmbug compatible

Re: [PATCH] util/hex-escape.[ch]: encoding/decoding strings into restricted character set

2011-12-11 Thread Dmitry Kurochkin
On Sun, 11 Dec 2011 12:19:44 -0400, David Bremner da...@tethera.net wrote: From: David Bremner brem...@debian.org The character set is chosen to be suitable for pathnames, and the same as that used by contrib/nmbug. The new encoded/decoded strings are allocated using talloc. --- This isn't