Re: zsh-beta

2009-05-28 Thread Barry deFreese
Samuel Thibault wrote: Barry deFreese, le Wed 27 May 2009 23:09:29 -0400, a écrit : This block of code in Src/cond.c seems to be the initial issue with zsh-beta: Yes it is. #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC) if (!(st = getstat(left)))

Réponse automatique d'absence du bureau : You need to lose fat?

2009-05-28 Thread Olivier GLATIGNY
Bonjour, Ne consultant plus cette adresse e-mail, merci de communiquer sur ma nouvelle adresse e-mail: oliv...@pfnumerique.fr Cordialement. Olivier Glatigny.

Re: zsh-beta

2009-05-28 Thread Samuel Thibault
Barry deFreese, le Wed 27 May 2009 23:09:29 -0400, a écrit : > This block of code in Src/cond.c seems to be the initial issue with > zsh-beta: Yes it is. > #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC) > if (!(st = getstat(left))) > return 1; >