intl/icu/source/tools/genren/README

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserved.
michael@0 2 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is needed for renaming the ICU exported names.
michael@0 3
michael@0 4 This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.
michael@0 5
michael@0 6 It also does not currently work well in an out-of-source situation.
michael@0 7
michael@0 8 The following instructions are for Linux version.
michael@0 9 - urename.h file should be generated after implementation is complete for a release.
michael@0 10 - the version number for a release should be set according to the list in source/common/unicode/uvernum.h
michael@0 11 - In this [genren] directory, run
michael@0 12
michael@0 13 "make install-header"
michael@0 14
michael@0 15 - urename.h will be updated in icu/source/common/unicode/urename.h **in your original source directory**
michael@0 16 - Eyeball the new file for errors
michael@0 17
michael@0 18 - Other make targets here
michael@0 19
michael@0 20 clean - cleans out intermediate files
michael@0 21 urename.h -just builds ./urename.h

mercurial