NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45856 CVS commit: src/bin/csh



The following reply was made to PR bin/45856; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45856 CVS commit: src/bin/csh
Date: Wed, 18 Jan 2012 21:42:53 -0500

 Module Name:   src
 Committed By:  christos
 Date:          Thu Jan 19 02:42:53 UTC 2012
 
 Modified Files:
        src/bin/csh: char.c char.h
 
 Log Message:
 PR/45856: Bernhard "Burnhard" Riedel: Infinite loop on &nbsp; input. Sending
 char 160 in the input to csh, lead it to an infinite loop, because tcsh tables
 counted this as a space character, but the word logic switch does not. Change
 that character tables, so that this does not count as a spacing character
 anymore, by syncing the table with the one from tcsh.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 src/bin/csh/char.c
 cvs rdiff -u -r1.8 -r1.9 src/bin/csh/char.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index