Re: des: compilation error on MacOS X

2007-03-13 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> I changed the namespace to gl_des as below. > > After the complaints "gnulib is changing too fast" a few weeks ago, I think > it may help the gnulib users if we keep track of the incompatible changes > (removed modules, renamed f

Re: des: compilation error on MacOS X

2007-03-12 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> I changed the namespace to gl_des as below. > > After the complaints "gnulib is changing too fast" a few weeks ago, I think > it may help the gnulib users if we keep track of the incompatible changes > (removed modules, renamed f

Re: des: compilation error on MacOS X

2007-03-12 Thread Bruno Haible
Simon Josefsson wrote: > I changed the namespace to gl_des as below. After the complaints "gnulib is changing too fast" a few weeks ago, I think it may help the gnulib users if we keep track of the incompatible changes (removed modules, renamed functions etc.). I'm making a start by adding this NE

Re: des: compilation error on MacOS X

2007-03-12 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Hi Simon, > > On MacOS X 10.3.9 the 'gc-gnulib' (or 'gc-des') module fails to build: > > depbase=`echo gc-gnulib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC > -DEXEEXT=\"\" -I. -I.. -

des, des-tests, gc-des, gc-des-tests (was: Re: des)

2005-10-21 Thread Simon Josefsson
I have installed this. Index: ChangeLog === RCS file: /cvsroot/gnulib/gnulib/ChangeLog,v retrieving revision 1.433 diff -u -p -r1.433 ChangeLog --- ChangeLog 21 Oct 2005 12:03:17 - 1.433 +++ ChangeLog 21 Oct 2005 12:27:10

Re: des

2005-10-17 Thread Simon Josefsson
Has anyone else reviewed this module? Ok to install? ___ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib

Re: des

2005-10-14 Thread Simon Josefsson
Hi Ralf! I incorporated all your suggestions. Many thanks for the review. Regards, Simon Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Simon, > > * Simon Josefsson wrote on Fri, Oct 14, 2005 at 01:23:25PM CEST: >> >> Comments welcome, of course. > > Typo nits: > >> Index: lib/des.c >>

Re: des

2005-10-14 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Oct 14, 2005 at 01:55:32PM CEST: > * Simon Josefsson wrote on Fri, Oct 14, 2005 at 01:23:25PM CEST: > > +/* > > + * Table with weak DES keys sorted in ascending order. > > + * In DES their are 64 known keys wich are weak. They are weak > > s/their/there/ and of cou

Re: des

2005-10-14 Thread Ralf Wildenhues
Hi Simon, * Simon Josefsson wrote on Fri, Oct 14, 2005 at 01:23:25PM CEST: > > Comments welcome, of course. Typo nits: > Index: lib/des.c > === > RCS file: lib/des.c > diff -N lib/des.c > --- /dev/null 1 Jan 1970 00:00:00 - > +