[Bug 441654] New: tcsh does not "echo" the TAB character.
https://bugzilla.novell.com/show_bug.cgi?id=441654 Summary: tcsh does not "echo" the TAB character. Product: openSUSE 11.1 Version: Factory Platform: x86-64 OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: d.pashov@gmail.com QAContact: qa@suse.de Found By: Community User The attached script does not work as expected on openSUSE 11.1. The tab character gets stripped. In openSUSE 11.0, 10.3, 9.2, Fedora 10, and probably all versions of solaris, hp-ux, irix and aix the tab is echoed properly. In the attached file if the first line: #!/bin/csh -f is replaced with #!/bin/sh the tab is printed. I marked it with higher priority since it might break a lot of old scripts in use. Dimitar Pashov -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User d.pashov@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c1 --- Comment #1 from Dimitar Pashov <d.pashov@gmail.com> 2008-11-04 15:05:11 MST --- Created an attachment (id=249799) --> (https://bugzilla.novell.com/attachment.cgi?id=249799) A very simple csh script showing unexpected behaviour of the interpreter. There is short inline description. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User d.pashov@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c2 --- Comment #2 from Dimitar Pashov <d.pashov@gmail.com> 2008-11-04 15:15:51 MST --- Created an attachment (id=249800) --> (https://bugzilla.novell.com/attachment.cgi?id=249800) A suspicious patch. I am suspicious about that patch since this is the only thing that changed between the 11.0 and 11.1 beta releases. I am not proficient in C and I didn't delve any further so if I am wrong please excuse my naivety. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 Alin M Elena <alin.elena@yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alin.elena@yahoo.co.uk Severity|Major |Blocker -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c3 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |werner@novell.com Severity|Blocker |Major Priority|P5 - None |P3 - Medium --- Comment #3 from Stephan Kulow <coolo@novell.com> 2008-11-05 07:12:29 MST --- I don't see what it's blocking -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c4 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |437295 --- Comment #4 from Dr. Werner Fink <werner@novell.com> 2008-11-05 07:34:50 MST --- fixed, thanks for spotting. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User d.pashov@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c5 --- Comment #5 from Dimitar Pashov <d.pashov@gmail.com> 2008-11-05 13:45:31 MST --- could you provide the patch for the fix? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c6 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Dr. Werner Fink <werner@novell.com> 2008-11-06 03:05:22 MST --- I've simply skipped the patch shown in comment #2 as this should work on openSuSE 11.1 with its gcc. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User d.pashov@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c7 --- Comment #7 from Dimitar Pashov <d.pashov@gmail.com> 2008-11-06 03:21:35 MST --- yesterday I removed && c != '\t' from the line if (!l || ((c = TRM(*l)) != ' ' && c != '\t' && c != '\n')) from the patch in comment 2 and rebuild the rpm. It seems to work properly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=441654 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441654#c8 --- Comment #8 from Dr. Werner Fink <werner@novell.com> 2008-11-06 03:24:00 MST --- Thanks for the feedback. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com