Updates.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 11 Oct 2001 20:40:55 +0000 (20:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 11 Oct 2001 20:40:55 +0000 (20:40 +0000)
       * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.

docs/reference/ChangeLog
docs/reference/glib/tmpl/patterns.sgml
docs/reference/glib/tmpl/shell.sgml

index e9df56c937a5006f00c32f0fbdfcfac27cf9123a..8cca5f537ae68a3b9586f0bdb6e775512efd684c 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-11  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
+
 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
 
        * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
index b1ad4fabb9cfc5b765b0e7121f191b93ddac3fa4..89344d87597e6ae35838f365e88dfa99161ca98d 100644 (file)
@@ -11,11 +11,16 @@ The <function>g_pattern_match*</function> functions match a string
 against a pattern containing '*' and '?' wildcards with similar semantics 
 as the standard <function>glob()</function> function: '*' matches an
 arbitrary, possibly empty, string, '?' matches an arbitrary character.
+</para>
+<para>
 Note that in contrast to <function>glob()</function>, the '/' character
-<emphasis>can</emphasis> be matched by the wildcards. 
+<emphasis>can</emphasis> be matched by the wildcards, there are no
+'[...]' character ranges and '*', '?' and '[' can <emphasis>not</emphasis>
+be escaped to include them literally in a pattern. 
 </para>
 <para>
-There is no way to include literal '*' or '?' characters in a pattern. 
+The pattern matcher is restricted to ASCII and will not work correctly with
+multibyte UTF-8 characters in the pattern or in the string to match.
 </para>
 <para>
 When multiple string must be matched against the same pattern, it
index 13478ac2a8551809d9aee4af8fb421d19cd18a54..99d859fb768efa2036a6822d186745585435942b 100644 (file)
@@ -42,9 +42,6 @@ error domains.
 @argvp: 
 @error: 
 @Returns: 
-<!-- # Unused Parameters # -->
-@argc: 
-@argv: 
 
 
 <!-- ##### FUNCTION g_shell_quote ##### -->