Re: VMS server testing needed (fwd)

2001-04-12 Thread Hrvoje Niksic
"L. Cranswick" [EMAIL PROTECTED] writes: Really silly question. When getting either 1.6 or the latest CVS down via CVS --- Where is the .configure script? It's not included because it's an auto-generated file. Info and `.gmo' files are not in the CVS for similar

Re: VMS server testing needed - RESULT -d output

2001-04-12 Thread Hrvoje Niksic
"L. Cranswick" [EMAIL PROTECTED] writes: # download everything under the anonymous tree. wget -r ftp://HOST/ bash-2.03$ ./wgetapr01cvs -r -d ftp://ftp.cc.uniud.it/ DEBUG output created by Wget 1.7-dev on irix6.5. [...] file name: '.WWW_BROWSABLE;2' Name: '.WWW_BROWSABLE' File

Hash table changes

2001-04-12 Thread Hrvoje Niksic
I changed hash_table_remove to not use a "deleted" flag (aka "tombstone"), but to really remove the entry. This makes hash_table_get and hash_table_put marginally faster, and wastes less space when entries from the table are deleted. Having done that, I made other code changes to make the code