? fix-edit_fields_with_plus.diff
? vms/Makefile
Index: src/edit.c
===================================================================
RCS file: /home/nyap/.cvsroot/cvs/src/edit.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.8.1
diff -r1.1.1.1 -r1.1.1.1.8.1
191c191
< 	*cp++ = '+';
---
> 	*cp++ = '&';
195c195
< 	*cp++ = '+';
---
> 	*cp++ = '&';
430c430
<     if (strpbrk (hostname, "+,>;=\t\n") != NULL)
---
>     if (strpbrk (hostname, "&,>;=\t\n") != NULL)
432c432
< 	       "host name (%s) contains an invalid character (+,>;=\\t\\n)",
---
> 	       "host name (%s) contains an invalid character (&,>;=\\t\\n)",
434c434
<     if (strpbrk (CurDir, "+,>;=\t\n") != NULL)
---
>     if (strpbrk (CurDir, "&,>;=\t\n") != NULL)
436c436
< "current directory (%s) contains an invalid character (+,>;=\\t\\n)",
---
> "current directory (%s) contains an invalid character (&,>;=\\t\\n)",
811c811
< 	    endq = strchr (q, '+');
---
> 	    endq = strchr (q, '&');
1063c1063
< 	    while (*p != '+' && *p != ',' && *p != '\0')
---
> 	    while (*p != ',' && *p != '\0')
Index: src/server.c
===================================================================
RCS file: /home/nyap/.cvsroot/cvs/src/server.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.8.1
diff -r1.1.1.1 -r1.1.1.1.8.1
387c387
<     
---
> 
450,451c450,451
< 	    
< 	    
---
> 
> 
752c752
<     
---
> 
930c930
< 	
---
> 
1019c1019
<     
---
> 
2006c2006
< 	if (strchr (data, '+'))
---
> 	if (strchr (data, '&'))
2018c2018
< 	*cp++ = '+';
---
> 	*cp++ = '&';
2022c2022
< 	*cp++ = '+';
---
> 	*cp++ = '&';
2135c2135
<     
---
> 
2137c2137
<     
---
> 
2165c2165
<     
---
> 
2167c2167
<     
---
> 
2486c2486
<          
---
> 
2578c2578
<            
---
> 
2645c2645
<     
---
> 
2985c2985
< 	    
---
> 
2998c2998
< 		
---
> 
3136c3136
< 	    
---
> 
3263c3263
< 	
---
> 
3275c3275
< 	    
---
> 
3398c3398
<     
---
> 
5096c5096
< 	
---
> 
5233c5233
<     
---
> 
5257c5257
<       
---
> 
5281c5281
< /* 
---
> /*
5350c5350
<         /* We need to make sure lines such as 
---
>         /* We need to make sure lines such as
5480c5480
< 	
---
> 
5498c5498
< 	
---
> 
5553c5553
<         /* Set CVS_Username here, in allocated space. 
---
>         /* Set CVS_Username here, in allocated space.
5676c5676
<     /* Make them pure. */ 
---
>     /* Make them pure. */
