Re: regex in wget, it is dificult to implement?

2005-06-05 Thread Oliver Schulze L.




Hi Hrvoje,
ahh, ok, I understand. You have a good point.

Thanks for the explanation

Oliver

Hrvoje Niksic wrote:

  
Many thanks Tobias,
it seems that you have a mature patch.
Was it accepted in the CVS?

  
  
Part of the problem with Tobias's patch is that it is not complete;
it doesn't integrate into the Makefiles, nor does it test for the
library in the configure script (which Tobias mentions in the patch
submission).  The other part is that we would like to keep Wget
from becoming dependent on external libraries for core functionality
if at all possible.

I planned to include regex support via GNU regex in a future version.
  

-- 
Oliver Schulze L.
<[EMAIL PROTECTED]>




Re: regex in wget, it is dificult to implement?

2005-06-05 Thread Hrvoje Niksic
> Many thanks Tobias,
> it seems that you have a mature patch.
> Was it accepted in the CVS?

Part of the problem with Tobias's patch is that it is not complete;
it doesn't integrate into the Makefiles, nor does it test for the
library in the configure script (which Tobias mentions in the patch
submission).  The other part is that we would like to keep Wget
from becoming dependent on external libraries for core functionality
if at all possible.

I planned to include regex support via GNU regex in a future version.


Re: regex in wget, it is dificult to implement?

2005-06-01 Thread Oliver Schulze L.

Many thanks Tobias,
it seems that you have a mature patch.
Was it accepted in the CVS?

Oliver

Tobias Tiederle wrote:


Oliver Schulze L. schrieb:


Hi,
Would it be too dificult to implement this?
I'm thinking of passing an argument to a regex function that returns
true or false, and then deside to download the file. Any points to where
to look in the code?



Yes, I know where to look at, I did a regex patch for 1.9.1+cvs
I'm currently not at home, but I could post an updated diff for 
current CVS version on monday morning.


Regards TT



--
Oliver Schulze L.
<[EMAIL PROTECTED]>



Re: regex in wget, it is dificult to implement?

2005-05-27 Thread Tobias Tiederle

Oliver Schulze L. schrieb:


Hi,
Would it be too dificult to implement this?
I'm thinking of passing an argument to a regex function that returns
true or false, and then deside to download the file. Any points to where
to look in the code?


Yes, I know where to look at, I did a regex patch for 1.9.1+cvs
I'm currently not at home, but I could post an updated diff for current 
CVS version on monday morning.


Regards TT