X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcerrno.c;h=5f415e94aa3fccf3ceea959bd629a6328ca10410;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=62404a8ea3e9d77b96e9d38a88bc5e9fa29caaf1;hpb=1f27d9647347b2da8797ccaaa76c04c51c41a6c4;p=silc.git diff --git a/lib/silcutil/silcerrno.c b/lib/silcutil/silcerrno.c index 62404a8e..5f415e94 100644 --- a/lib/silcutil/silcerrno.c +++ b/lib/silcutil/silcerrno.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -350,7 +350,7 @@ const char *silc_errno_strings[] = "Interrupted", "Not valid", "Limit reached", - "", + "Syntax error", "", "", "", @@ -410,8 +410,30 @@ const char *silc_errno_strings[] = "Address already in use", "Network is down", "End of stream", - "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + + "Badly placed parenthesis", + "Bad hexadecimal number", + "Bad match register number", + "Badly placed special character", + "Regular expression too complex", + "Bad regular expression opcode", + "Bad repeat value", }; /* Map error to string */