libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/lib


From: libidn-commit
Subject: CVS libidn/lib
Date: Mon, 25 Oct 2004 23:27:02 +0200

Update of /home/cvs/libidn/lib
In directory dopio:/tmp/cvs-serv12888

Modified Files:
        punycode.c 
Log Message:
Doc fix.


--- /home/cvs/libidn/lib/punycode.c     2004/02/06 19:52:21     1.11
+++ /home/cvs/libidn/lib/punycode.c     2004/10/25 21:27:02     1.12
@@ -1,5 +1,5 @@
 /* punycode.c  Implementation of punycode used to ASCII encode IDN's.
- * Copyright (C) 2002, 2003  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004  Simon Josefsson
  *
  * This file is part of GNU Libidn.
  *
@@ -179,9 +179,9 @@
  * Converts a sequence of code points (presumed to be Unicode code
  * points) to Punycode.
  *
- * Return value: The return value can be any of the punycode_status
- *   values defined above except %punycode_bad_input.  If not
- *   %punycode_success, then @output_size and @output might contain
+ * Return value: The return value can be any of the #Punycode_status
+ *   values defined above except %PUNYCODE_BAD_INPUT.  If not
+ *   %PUNYCODE_SUCCESS, then @output_size and @output might contain
  *   garbage.
  **/
 int
@@ -328,8 +328,8 @@
  * Converts Punycode to a sequence of code points (presumed to be
  * Unicode code points).
  *
- * Return value: The return value can be any of the punycode_status
- *   values defined above.  If not %punycode_success, then
+ * Return value: The return value can be any of the #Punycode_status
+ *   values defined above.  If not %PUNYCODE_SUCCESS, then
  *   @output_length, @output, and @case_flags might contain garbage.
  *
  **/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]