Fix quoting of \' sequence (#72548, Christian Rose)
authorOwen Taylor <otaylor@redhat.com>
Mon, 25 Feb 2002 21:34:38 +0000 (21:34 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 25 Feb 2002 21:34:38 +0000 (21:34 +0000)
Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gshell.c (tokenize_command_line): Fix quoting
        of \' sequence (#72548, Christian Rose)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gshell.c

index 2bd55f1..2150913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 2bd55f1..2150913 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 25 16:31:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (tokenize_command_line): Fix quoting
+       of \' sequence (#72548, Christian Rose)
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * README.win32: Edits.
index 30d7367..7a2c70a 100644 (file)
@@ -525,7 +525,7 @@ tokenize_command_line (const gchar *command_line,
         g_set_error (error,
                      G_SHELL_ERROR,
                      G_SHELL_ERROR_BAD_QUOTING,
-                     _("Text ended just after a '\' character."
+                     _("Text ended just after a '\\' character."
                        " (The text was '%s')"),
                      command_line);
       else