nsprpub/lib/libc/src/plc.def

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 ;+#
michael@0 2 ;+# This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 ;+# License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 5 ;+#
michael@0 6 ;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS
michael@0 7 ;+# 1. For all unix platforms, the string ";-" means "remove this line"
michael@0 8 ;+# 2. For all unix platforms, the string " DATA " will be removed from any
michael@0 9 ;+# line on which it occurs.
michael@0 10 ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
michael@0 11 ;+# On AIX, lines containing ";+" will be removed.
michael@0 12 ;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
michael@0 13 ;+# 5. For all unix platforms, after the above processing has taken place,
michael@0 14 ;+# all characters after the first ";" on the line will be removed.
michael@0 15 ;+# And for AIX, the first ";" will also be removed.
michael@0 16 ;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
michael@0 17 ;+# directives are hidden behind ";", ";+", and ";-"
michael@0 18 ;+NSPR_4.0 {
michael@0 19 ;+ global:
michael@0 20 LIBRARY plc4 ;-
michael@0 21 EXPORTS ;-
michael@0 22 PL_Base64Decode;
michael@0 23 PL_Base64Encode;
michael@0 24 PL_CreateOptState;
michael@0 25 PL_DestroyOptState;
michael@0 26 PL_FPrintError;
michael@0 27 PL_GetNextOpt;
michael@0 28 PL_PrintError;
michael@0 29 PL_strcasecmp;
michael@0 30 PL_strcaserstr;
michael@0 31 PL_strcasestr;
michael@0 32 PL_strcat;
michael@0 33 PL_strcatn;
michael@0 34 PL_strchr;
michael@0 35 PL_strcmp;
michael@0 36 PL_strcpy;
michael@0 37 PL_strdup;
michael@0 38 PL_strfree;
michael@0 39 PL_strlen;
michael@0 40 PL_strncasecmp;
michael@0 41 PL_strncaserstr;
michael@0 42 PL_strncasestr;
michael@0 43 PL_strncat;
michael@0 44 PL_strnchr;
michael@0 45 PL_strncmp;
michael@0 46 PL_strncpy;
michael@0 47 PL_strncpyz;
michael@0 48 PL_strndup;
michael@0 49 PL_strnlen;
michael@0 50 PL_strnpbrk;
michael@0 51 PL_strnprbrk;
michael@0 52 PL_strnrchr;
michael@0 53 PL_strnrstr;
michael@0 54 PL_strnstr;
michael@0 55 PL_strpbrk;
michael@0 56 PL_strprbrk;
michael@0 57 PL_strrchr;
michael@0 58 PL_strrstr;
michael@0 59 PL_strstr;
michael@0 60 libVersionPoint;
michael@0 61 ;+ local: *;
michael@0 62 ;+};
michael@0 63 ;+
michael@0 64 ;+NSPR_4.2 {
michael@0 65 ;+ global:
michael@0 66 PL_strtok_r;
michael@0 67 ;+} NSPR_4.0;
michael@0 68 ;+
michael@0 69 ;+NSPR_4.7 {
michael@0 70 ;+ global:
michael@0 71 PL_CreateLongOptState;
michael@0 72 ;+} NSPR_4.2;

mercurial