Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
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 plds4 ;- |
michael@0 | 21 | EXPORTS ;- |
michael@0 | 22 | PL_ArenaAllocate; |
michael@0 | 23 | PL_ArenaFinish; |
michael@0 | 24 | PL_ArenaGrow; |
michael@0 | 25 | PL_ArenaRelease; |
michael@0 | 26 | PL_CompactArenaPool; |
michael@0 | 27 | PL_CompareStrings; |
michael@0 | 28 | PL_CompareValues; |
michael@0 | 29 | PL_FinishArenaPool; |
michael@0 | 30 | PL_FreeArenaPool; |
michael@0 | 31 | PL_HashString; |
michael@0 | 32 | PL_HashTableAdd; |
michael@0 | 33 | PL_HashTableDestroy; |
michael@0 | 34 | PL_HashTableDump; |
michael@0 | 35 | PL_HashTableEnumerateEntries; |
michael@0 | 36 | PL_HashTableLookup; |
michael@0 | 37 | PL_HashTableRawAdd; |
michael@0 | 38 | PL_HashTableRawLookup; |
michael@0 | 39 | PL_HashTableRawRemove; |
michael@0 | 40 | PL_HashTableRemove; |
michael@0 | 41 | PL_InitArenaPool; |
michael@0 | 42 | PL_NewHashTable; |
michael@0 | 43 | libVersionPoint; |
michael@0 | 44 | ;+ local: *; |
michael@0 | 45 | ;+}; |
michael@0 | 46 | ;+ |
michael@0 | 47 | ;+NSPR_4.1 { |
michael@0 | 48 | ;+ global: |
michael@0 | 49 | PL_HashTableLookupConst; |
michael@0 | 50 | PL_HashTableRawLookupConst; |
michael@0 | 51 | ;+} NSPR_4.0; |
michael@0 | 52 | ;+ |
michael@0 | 53 | ;+NSPR_4.8.5 { |
michael@0 | 54 | ;+ global: |
michael@0 | 55 | PL_ClearArenaPool; |
michael@0 | 56 | ;+} NSPR_4.1; |
michael@0 | 57 | ;+NSPR_4.9.6 { |
michael@0 | 58 | ;+ global: |
michael@0 | 59 | PL_SizeOfArenaPoolExcludingPool; |
michael@0 | 60 | ;+} NSPR_4.8.5; |