[Bug 18170] New: regedit should accept CR-separated lines
http://bugs.winehq.org/show_bug.cgi?id=18170 Summary: regedit should accept CR-separated lines Product: Wine Version: 1.1.19 Platform: PC OS/Version: Linux Status: NEW Keywords: source, testcase Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: fgouget(a)codeweavers.com I have a program that runs regedit on a file where lines are separated by CR characters on their own (no LFs anywhere!). On Windows XP this works but in Wine it fails as regedit considers this to be all one big line. To reproduce one could use the following perl script to create a suitable test file: --- #!/usr/bin/perl print "REGEDIT4\r"; print "\r"; print "[HKEY_LOCAL_MACHINE\\Software\\Foo]\r"; print "\"Name\"=\"Val\"\r"; --- -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:13:59 --- Is this still an issue in current (1.1.32 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:26:29 --- Is this still an issue in current (1.1.32 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 --- Comment #3 from Andrew Eikum <aeikum(a)codeweavers.com> 2010-06-23 15:33:33 --- Created an attachment (id=29087) --> (http://bugs.winehq.org/attachment.cgi?id=29087) Process reg files which use \r line endings Here's a patch which fixes this. It was submitted to wine-patches, but never moved past "pending." I will resubmit after 1.2. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |aeikum(a)codeweavers.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 --- Comment #4 from Andrew Eikum <aeikum(a)codeweavers.com> 2010-07-29 13:30:14 --- In reply to this patch, Julliard suggested adding a testsuite for regedit. So this patch will probably have to stay on hold until a testsuite is created. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 --- Comment #5 from Andrew Eikum <aeikum(a)codeweavers.com> 2010-08-02 11:29:35 --- Should be fixed by this commit: commit 8851a4eb1f51fa56e5ac55d4a1d4a762abb21e3b Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Fri Jul 30 16:02:36 2010 -0500 regedit: Process reg files which use \r line endings. Please retest to confirm. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 Andrew Eikum <aeikum(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Andrew Eikum <aeikum(a)codeweavers.com> 2010-08-19 07:53:28 --- Fixed by 8851a4eb1f51fa56e5ac55d4a1d4a762abb21e3b. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18170 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-20 12:38:54 --- Closing bugs fixed in 1.3.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org