* dropped svn:keywords property from all files that carried it

to avoid recurring problems during migration of subversion checkouts
  (restored binary files that were garbled by subversions during checkout)
* added appropriate svn:mime-type property for problematic (binary) files
* removed a single (mistyped) svn:mimetype property 
* dropped svn:eol-style property for cleanup (they all contained 'native')



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2009-10-19 22:42:52 +00:00
parent 9d3ca457dc
commit 571d840abf
872 changed files with 7457 additions and 7402 deletions
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BMessageFilterUseCases.html,v 1.1 2002/07/26 03:06:04 jrand Exp $ --> <!-- $Id: BMessageFilterUseCases.html 449 2002-07-26 03:06:04Z jrand $ -->
<HEAD> <HEAD>
<TITLE>BMessageFilter Use Cases and Implementation Details</TITLE> <TITLE>BMessageFilter Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BMessageQueueUseCases.html,v 1.1 2002/07/09 12:24:30 ejakowatz Exp $ --> <!-- $Id: BMessageQueueUseCases.html 10 2002-07-09 12:24:59Z ejakowatz $ -->
<HEAD> <HEAD>
<TITLE>BMessageQueue Use Cases and Implementation Details</TITLE> <TITLE>BMessageQueue Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BPropertyInfoUseCases.html,v 1.5 2002/08/19 05:26:56 jrand Exp $ --> <!-- $Id: BPropertyInfoUseCases.html 814 2002-08-19 05:26:56Z jrand $ -->
<HEAD> <HEAD>
<TITLE>BPropertyInfo Use Cases and Implementation Details</TITLE> <TITLE>BPropertyInfo Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
+1 -1
View File
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: UnitTestingInfo.html,v 1.1 2002/07/09 12:24:30 ejakowatz Exp $ --> <!-- $Id: UnitTestingInfo.html 10 2002-07-09 12:24:59Z ejakowatz $ -->
<HEAD> <HEAD>
<TITLE>Unit Testing Information</TITLE> <TITLE>Unit Testing Information</TITLE>
</HEAD> </HEAD>
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BDeskbarUseCases.html,v 1.1 2002/09/26 02:21:31 jrand Exp $ --> <!-- $Id: BDeskbarUseCases.html 1185 2002-09-26 02:21:31Z jrand $ -->
<HEAD> <HEAD>
<TITLE>BDeskbar Use Cases and Implementation Details</TITLE> <TITLE>BDeskbar Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BPolygonUseCases.html,v 1.1 2002/10/28 02:50:08 jrand Exp $ --> <!-- $Id: BPolygonUseCases.html 1727 2002-10-28 02:50:08Z jrand $ -->
<HEAD> <HEAD>
<TITLE>BPolygon Use Cases and Implementation Details</TITLE> <TITLE>BPolygon Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BAutolockUseCases.html,v 1.1 2002/07/09 12:24:32 ejakowatz Exp $ --> <!-- $Id: BAutolockUseCases.html 10 2002-07-09 12:24:59Z ejakowatz $ -->
<HEAD> <HEAD>
<TITLE>BAutolock Use Cases and Implementation Details</TITLE> <TITLE>BAutolock Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
@@ -1,5 +1,5 @@
<HTML> <HTML>
<!-- $Id: BLockerUseCases.html,v 1.1 2002/07/09 12:24:32 ejakowatz Exp $ --> <!-- $Id: BLockerUseCases.html 10 2002-07-09 12:24:59Z ejakowatz $ -->
<HEAD> <HEAD>
<TITLE>BLocker Use Cases and Implementation Details</TITLE> <TITLE>BLocker Use Cases and Implementation Details</TITLE>
</HEAD> </HEAD>
+1 -1
View File
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id$ */ /* @(#) $Id: zconf.h 28305 2008-10-23 21:46:26Z bonefish $ */
#ifndef ZCONF_H #ifndef ZCONF_H
#define ZCONF_H #define ZCONF_H
+121 -121
View File
@@ -8,12 +8,12 @@
// descriptor string index 0 = supported LANGIDs array // descriptor string index 0 = supported LANGIDs array
#define USB_LANGIDS_STRING_INDEX (0) #define USB_LANGIDS_STRING_INDEX (0)
#define USB_PRIMARY_LANGID_MASK (0x003F) // 9 to 0 bits #define USB_PRIMARY_LANGID_MASK (0x003F) // 9 to 0 bits
#define USB_SUB_LANGID_MASK (0xFC00) // 15 to 10 bits #define USB_SUB_LANGID_MASK (0xFC00) // 15 to 10 bits
#define USB_PRIMARY_LANGID(id) (id & USB_PRIMARY_LANGID_MASK) #define USB_PRIMARY_LANGID(id) (id & USB_PRIMARY_LANGID_MASK)
#define USB_SUB_LANGID(id) ((id & USB_SUB_LANGID_MASK) >> 10) #define USB_SUB_LANGID(id) ((id & USB_SUB_LANGID_MASK) >> 10)
enum { enum {
USB_LANGID_AFRIKAANS = 0x0436, // Afrikaans USB_LANGID_AFRIKAANS = 0x0436, // Afrikaans
@@ -21,39 +21,39 @@ enum {
USB_LANGID_ARABIC_SAUDI_ARABIA = 0x0401, // Arabic (Saudi Arabia) USB_LANGID_ARABIC_SAUDI_ARABIA = 0x0401, // Arabic (Saudi Arabia)
USB_LANGID_ARABIC_IRAK = 0x0801, // Arabic (Irak) USB_LANGID_ARABIC_IRAK = 0x0801, // Arabic (Irak)
USB_LANGID_ARABIC_EGYPT = 0x0c01, // Arabic (Egypt) USB_LANGID_ARABIC_EGYPT = 0x0c01, // Arabic (Egypt)
USB_LANGID_ARABIC_LYBYA = 0x1001, // Arabic (Libya) USB_LANGID_ARABIC_LYBYA = 0x1001, // Arabic (Libya)
USB_LANGID_ARABIC_ALGERIA = 0x1401, // Arabic (Algeria) USB_LANGID_ARABIC_ALGERIA = 0x1401, // Arabic (Algeria)
USB_LANGID_ARABIC_MOROCCO = 0x1801, // Arabic (Morocco) USB_LANGID_ARABIC_MOROCCO = 0x1801, // Arabic (Morocco)
USB_LANGID_ARABIC_TUNISIA = 0x1c01, // Arabic (Tunisia) USB_LANGID_ARABIC_TUNISIA = 0x1c01, // Arabic (Tunisia)
USB_LANGID_ARABIC_OMAN = 0x2001, // Arabic (Oman) USB_LANGID_ARABIC_OMAN = 0x2001, // Arabic (Oman)
USB_LANGID_ARABIC_YEMEN = 0x2401, // Arabic (Yemen) USB_LANGID_ARABIC_YEMEN = 0x2401, // Arabic (Yemen)
USB_LANGID_ARABIC_SYRIA = 0x2801, // Arabic (Syria) USB_LANGID_ARABIC_SYRIA = 0x2801, // Arabic (Syria)
USB_LANGID_ARABIC_JORDAN = 0x2c01, // Arabic (Jordan) USB_LANGID_ARABIC_JORDAN = 0x2c01, // Arabic (Jordan)
USB_LANGID_ARABIC_LEBANON = 0x3001, // Arabic (Lebanon) USB_LANGID_ARABIC_LEBANON = 0x3001, // Arabic (Lebanon)
USB_LANGID_ARABIC_KUWAIT = 0x3401, // Arabic (Kuwait) USB_LANGID_ARABIC_KUWAIT = 0x3401, // Arabic (Kuwait)
USB_LANGID_ARABIC_UAE = 0x3801, // Arabic (U.A.E.) USB_LANGID_ARABIC_UAE = 0x3801, // Arabic (U.A.E.)
USB_LANGID_ARABIC_BAHRAIN = 0x3c01, // Arabic (Bahrain) USB_LANGID_ARABIC_BAHRAIN = 0x3c01, // Arabic (Bahrain)
USB_LANGID_ARABIC_QATAR = 0x4001, // Arabic (Qatar) USB_LANGID_ARABIC_QATAR = 0x4001, // Arabic (Qatar)
USB_LANGID_ARMENIAN = 0x042b, // Armenian USB_LANGID_ARMENIAN = 0x042b, // Armenian
USB_LANGID_ASSAMESE = 0x044d, // Assamese USB_LANGID_ASSAMESE = 0x044d, // Assamese
USB_LANGID_AZERI_LATIN = 0x042c, // Azeri (Latin) USB_LANGID_AZERI_LATIN = 0x042c, // Azeri (Latin)
USB_LANGID_AZERI_CYRILLIC = 0x082c, // Azeri (Cyrillic) USB_LANGID_AZERI_CYRILLIC = 0x082c, // Azeri (Cyrillic)
USB_LANGID_BASQUE = 0x042d, // Basque USB_LANGID_BASQUE = 0x042d, // Basque
USB_LANGID_BELARUSSIAN = 0x0423, // Belarussian USB_LANGID_BELARUSSIAN = 0x0423, // Belarussian
USB_LANGID_BENGALI = 0x0445, // Bengali USB_LANGID_BENGALI = 0x0445, // Bengali
USB_LANGID_BULGARIAN = 0x0402, // Bulgarian USB_LANGID_BULGARIAN = 0x0402, // Bulgarian
USB_LANGID_BURMESE = 0x0455, // Burmese USB_LANGID_BURMESE = 0x0455, // Burmese
USB_LANGID_CATALAN = 0x0403, // Catalan USB_LANGID_CATALAN = 0x0403, // Catalan
USB_LANGID_CHINESE_TAIWAN = 0x0404, // Chinese (Taiwan) USB_LANGID_CHINESE_TAIWAN = 0x0404, // Chinese (Taiwan)
USB_LANGID_CHINESE_PRC = 0x0804, // Chinese (PRC = People Republic of Chinese) USB_LANGID_CHINESE_PRC = 0x0804, // Chinese (PRC = People Republic of Chinese)
USB_LANGID_CHINESE_HONG_KONG = 0x0c04, // Chinese (Hong Kong) USB_LANGID_CHINESE_HONG_KONG = 0x0c04, // Chinese (Hong Kong)
USB_LANGID_CHINESE_SINGAPORE = 0x1004, // Chinese (Singapore) USB_LANGID_CHINESE_SINGAPORE = 0x1004, // Chinese (Singapore)
USB_LANGID_CHINESE_MACAU_SAR = 0x1404, // Chinese (Macau SAR) USB_LANGID_CHINESE_MACAU_SAR = 0x1404, // Chinese (Macau SAR)
USB_LANGID_CROATIAN = 0x041a, // Croatian USB_LANGID_CROATIAN = 0x041a, // Croatian
USB_LANGID_CZECH = 0x0405, // Czech USB_LANGID_CZECH = 0x0405, // Czech
USB_LANGID_DANISH = 0x0406, // Danish USB_LANGID_DANISH = 0x0406, // Danish
USB_LANGID_DUTCH_NETHERLANDS = 0x0413, // Dutch (Netherlands) USB_LANGID_DUTCH_NETHERLANDS = 0x0413, // Dutch (Netherlands)
USB_LANGID_DUTCH_BELGIUM = 0x0813, // Dutch (Belgium) USB_LANGID_DUTCH_BELGIUM = 0x0813, // Dutch (Belgium)
USB_LANGID_ENGLISH_UNITED_STATES = 0x0409, // English (United States) USB_LANGID_ENGLISH_UNITED_STATES = 0x0409, // English (United States)
USB_LANGID_ENGLISH_UNITED_KINGDOM = 0x0809, // English (United Kingdom) USB_LANGID_ENGLISH_UNITED_KINGDOM = 0x0809, // English (United Kingdom)
USB_LANGID_ENGLISH_AUSTRALIAN = 0x0c09, // English (Australian) USB_LANGID_ENGLISH_AUSTRALIAN = 0x0c09, // English (Australian)
@@ -83,91 +83,91 @@ enum {
USB_LANGID_GERMAN_AUSTRIA = 0x0c07, // German (Austria) USB_LANGID_GERMAN_AUSTRIA = 0x0c07, // German (Austria)
USB_LANGID_GERMAN_LUXEMBOURG = 0x1007, // German (Luxembourg) USB_LANGID_GERMAN_LUXEMBOURG = 0x1007, // German (Luxembourg)
USB_LANGID_GERMAN_LIECHTENSTEIN = 0x1407, // German (Liechtenstein) USB_LANGID_GERMAN_LIECHTENSTEIN = 0x1407, // German (Liechtenstein)
USB_LANGID_GREEK = 0x0408, // Greek USB_LANGID_GREEK = 0x0408, // Greek
USB_LANGID_GUJARATI = 0x0447, // Gujarati USB_LANGID_GUJARATI = 0x0447, // Gujarati
USB_LANGID_HEBREW = 0x040d, // Hebrew USB_LANGID_HEBREW = 0x040d, // Hebrew
USB_LANGID_HINDI = 0x0439, // Hindi USB_LANGID_HINDI = 0x0439, // Hindi
USB_LANGID_HUNGARIAN = 0x040e, // Hungarian USB_LANGID_HUNGARIAN = 0x040e, // Hungarian
USB_LANGID_ICELANDIC = 0x040f, // Icelandic USB_LANGID_ICELANDIC = 0x040f, // Icelandic
USB_LANGID_INDONESIAN = 0x0421, // Indonesian USB_LANGID_INDONESIAN = 0x0421, // Indonesian
USB_LANGID_ITALIAN_STANDARD = 0x0410, // Italian (Standard) USB_LANGID_ITALIAN_STANDARD = 0x0410, // Italian (Standard)
USB_LANGID_ITALIAN_SWITZERLAND = 0x0810, // Italian (Switzerland) USB_LANGID_ITALIAN_SWITZERLAND = 0x0810, // Italian (Switzerland)
USB_LANGID_JAPANESE = 0x0411, // Japanese USB_LANGID_JAPANESE = 0x0411, // Japanese
USB_LANGID_KANNADA = 0x044b, // Kannada USB_LANGID_KANNADA = 0x044b, // Kannada
USB_LANGID_KASHMIRI_INDIA = 0x0860, // Kashmiri (India) USB_LANGID_KASHMIRI_INDIA = 0x0860, // Kashmiri (India)
USB_LANGID_KAZAKH = 0x043f, // Kazakh USB_LANGID_KAZAKH = 0x043f, // Kazakh
USB_LANGID_KONKANI = 0x0457, // Konkani USB_LANGID_KONKANI = 0x0457, // Konkani
USB_LANGID_KOREAN_JOHAB = 0x0412, // Korean (Johab) USB_LANGID_KOREAN_JOHAB = 0x0412, // Korean (Johab)
USB_LANGID_LATVIAN = 0x0426, // Latvian USB_LANGID_LATVIAN = 0x0426, // Latvian
USB_LANGID_LITHUANIAN = 0x0427, // Lithuanian USB_LANGID_LITHUANIAN = 0x0427, // Lithuanian
USB_LANGID_LITHUANIAN_CLASSIC = 0x0827, // Lithuanian (Classic) USB_LANGID_LITHUANIAN_CLASSIC = 0x0827, // Lithuanian (Classic)
USB_LANGID_MACEDONIAN = 0x042f, // Macedonian USB_LANGID_MACEDONIAN = 0x042f, // Macedonian
USB_LANGID_MALAY_MALAYSIAN = 0x043e, // Malay (Malaysian) USB_LANGID_MALAY_MALAYSIAN = 0x043e, // Malay (Malaysian)
USB_LANGID_MALAY_BRUNEI_DARUSSALAM = 0x083e, // Malay (Brunei Darussalam) USB_LANGID_MALAY_BRUNEI_DARUSSALAM = 0x083e, // Malay (Brunei Darussalam)
USB_LANGID_MALAYALAM = 0x044c, // Malayalam USB_LANGID_MALAYALAM = 0x044c, // Malayalam
USB_LANGID_MANIPURI = 0x0458, // Manipuri USB_LANGID_MANIPURI = 0x0458, // Manipuri
USB_LANGID_MARATHI = 0x044e, // Marathi USB_LANGID_MARATHI = 0x044e, // Marathi
USB_LANGID_NEPALI_INDIA = 0x0861, // Nepali (India) USB_LANGID_NEPALI_INDIA = 0x0861, // Nepali (India)
USB_LANGID_NORWEGIAN_BOKMAL = 0x0414, // Norwegian (Bokmal) USB_LANGID_NORWEGIAN_BOKMAL = 0x0414, // Norwegian (Bokmal)
USB_LANGID_NORWEGIAN_NYNORSK = 0x0814, // Norwegian (Nynorsk) USB_LANGID_NORWEGIAN_NYNORSK = 0x0814, // Norwegian (Nynorsk)
USB_LANGID_ORIYA = 0x0448, // Oriya USB_LANGID_ORIYA = 0x0448, // Oriya
USB_LANGID_POLISH = 0x0415, // Polish USB_LANGID_POLISH = 0x0415, // Polish
USB_LANGID_PORTUGUESE_BRAZIL = 0x0416, // Portuguese (Brazil) USB_LANGID_PORTUGUESE_BRAZIL = 0x0416, // Portuguese (Brazil)
USB_LANGID_PORTUGUESE_STANDARD = 0x0816, // Portuguese (Standard) USB_LANGID_PORTUGUESE_STANDARD = 0x0816, // Portuguese (Standard)
USB_LANGID_PUNJABI = 0x0446, // Punjabi USB_LANGID_PUNJABI = 0x0446, // Punjabi
USB_LANGID_ROMANIAN = 0x0418, // Romanian USB_LANGID_ROMANIAN = 0x0418, // Romanian
USB_LANGID_RUSSIAN = 0x0419, // Russian USB_LANGID_RUSSIAN = 0x0419, // Russian
USB_LANGID_SANSKRIT = 0x044f, // Sanskrit USB_LANGID_SANSKRIT = 0x044f, // Sanskrit
USB_LANGID_SERBIAN_CYRILLIC = 0x0c1a, // Serbian (Cyrillic) USB_LANGID_SERBIAN_CYRILLIC = 0x0c1a, // Serbian (Cyrillic)
USB_LANGID_SERBIAN_LATIN = 0x081a, // Serbian (Latin) USB_LANGID_SERBIAN_LATIN = 0x081a, // Serbian (Latin)
USB_LANGID_SINDHI = 0x0459, // Sindhi USB_LANGID_SINDHI = 0x0459, // Sindhi
USB_LANGID_SLOVAK = 0x041b, // Slovak USB_LANGID_SLOVAK = 0x041b, // Slovak
USB_LANGID_SLOVENIAN = 0x0424, // Slovenian USB_LANGID_SLOVENIAN = 0x0424, // Slovenian
USB_LANGID_SPANNISH_TRADITIONAL_SORT= 0x040a, // Spannish (Traditional Sort) USB_LANGID_SPANNISH_TRADITIONAL_SORT= 0x040a, // Spannish (Traditional Sort)
USB_LANGID_SPANNISH_MEXICAN = 0x080a, // Spannish (Mexican) USB_LANGID_SPANNISH_MEXICAN = 0x080a, // Spannish (Mexican)
USB_LANGID_SPANNISH_MODERN_SORT = 0x0c0a, // Spannish (Modern Sort) USB_LANGID_SPANNISH_MODERN_SORT = 0x0c0a, // Spannish (Modern Sort)
USB_LANGID_SPANNISH_GUATEMALA = 0x100a, // Spannish (Guatemala) USB_LANGID_SPANNISH_GUATEMALA = 0x100a, // Spannish (Guatemala)
USB_LANGID_SPANNISH_COSTA_RICA = 0x140a, // Spannish (Costa Rica) USB_LANGID_SPANNISH_COSTA_RICA = 0x140a, // Spannish (Costa Rica)
USB_LANGID_SPANNISH_PANAMA = 0x180a, // Spannish (Panama) USB_LANGID_SPANNISH_PANAMA = 0x180a, // Spannish (Panama)
USB_LANGID_SPANNISH_DOMINICAN_REPUBLIC = 0x1c0a, // Spannish (Dominican Republic) USB_LANGID_SPANNISH_DOMINICAN_REPUBLIC = 0x1c0a, // Spannish (Dominican Republic)
USB_LANGID_SPANNISH_VENEZUELA = 0x200a, // Spannish (Venezuela) USB_LANGID_SPANNISH_VENEZUELA = 0x200a, // Spannish (Venezuela)
USB_LANGID_SPANNISH_COLOMBIA = 0x240a, // Spannish (Colombia) USB_LANGID_SPANNISH_COLOMBIA = 0x240a, // Spannish (Colombia)
USB_LANGID_SPANNISH_PERU = 0x280a, // Spannish (Peru) USB_LANGID_SPANNISH_PERU = 0x280a, // Spannish (Peru)
USB_LANGID_SPANNISH_ARGENTINA = 0x2c0a, // Spannish (Argentina) USB_LANGID_SPANNISH_ARGENTINA = 0x2c0a, // Spannish (Argentina)
USB_LANGID_SPANNISH_ECUADOR = 0x300a, // Spannish (Ecuador) USB_LANGID_SPANNISH_ECUADOR = 0x300a, // Spannish (Ecuador)
USB_LANGID_SPANNISH_CHILE = 0x340a, // Spannish (Chile) USB_LANGID_SPANNISH_CHILE = 0x340a, // Spannish (Chile)
USB_LANGID_SPANNISH_URUGUAY = 0x380a, // Spannish (Uruguay) USB_LANGID_SPANNISH_URUGUAY = 0x380a, // Spannish (Uruguay)
USB_LANGID_SPANNISH_PARAGUAY = 0x3c0a, // Spannish (Paraguay) USB_LANGID_SPANNISH_PARAGUAY = 0x3c0a, // Spannish (Paraguay)
USB_LANGID_SPANNISH_BOLIVIA = 0x400a, // Spannish (Bolivia) USB_LANGID_SPANNISH_BOLIVIA = 0x400a, // Spannish (Bolivia)
USB_LANGID_SPANNISH_EL_SALVADOR = 0x440a, // Spannish (El Salvador) USB_LANGID_SPANNISH_EL_SALVADOR = 0x440a, // Spannish (El Salvador)
USB_LANGID_SPANNISH_HONDURAS = 0x480a, // Spannish (Honduras) USB_LANGID_SPANNISH_HONDURAS = 0x480a, // Spannish (Honduras)
USB_LANGID_SPANNISH_NICARAGUA = 0x4c0a, // Spannish (Nicaragua) USB_LANGID_SPANNISH_NICARAGUA = 0x4c0a, // Spannish (Nicaragua)
USB_LANGID_SPANNISH_PUERTO_RICO = 0x500a, // Spannish (Puerto Rico) USB_LANGID_SPANNISH_PUERTO_RICO = 0x500a, // Spannish (Puerto Rico)
USB_LANGID_SUTU = 0x0430, // Sutu USB_LANGID_SUTU = 0x0430, // Sutu
USB_LANGID_SWAHILI_KENYA = 0x0441, // Swahili (Kenya) USB_LANGID_SWAHILI_KENYA = 0x0441, // Swahili (Kenya)
USB_LANGID_SWEDISH = 0x041d, // Swedish USB_LANGID_SWEDISH = 0x041d, // Swedish
USB_LANGID_SWEDISH_FINLAND = 0x081d, // Swedish (Finland) USB_LANGID_SWEDISH_FINLAND = 0x081d, // Swedish (Finland)
USB_LANGID_TAMIL = 0x0449, // Tamil USB_LANGID_TAMIL = 0x0449, // Tamil
USB_LANGID_TATAR_TATARSTAN = 0x0444, // Tatar (Tatarstan) USB_LANGID_TATAR_TATARSTAN = 0x0444, // Tatar (Tatarstan)
USB_LANGID_TELUGU = 0x044a, // Telugu USB_LANGID_TELUGU = 0x044a, // Telugu
USB_LANGID_THAI = 0x041e, // Thai USB_LANGID_THAI = 0x041e, // Thai
USB_LANGID_TURKISH = 0x041f, // Turkish USB_LANGID_TURKISH = 0x041f, // Turkish
USB_LANGID_UKRAINIAN = 0x0422, // Ukrainian USB_LANGID_UKRAINIAN = 0x0422, // Ukrainian
USB_LANGID_URDU_PAKISTAN = 0x0420, // Urdu (Pakistan) USB_LANGID_URDU_PAKISTAN = 0x0420, // Urdu (Pakistan)
USB_LANGID_URDU_INDIA = 0x0820, // Urdu (India) USB_LANGID_URDU_INDIA = 0x0820, // Urdu (India)
USB_LANGID_UZBEK_LATIN = 0x0443, // Uzbek (Latin) USB_LANGID_UZBEK_LATIN = 0x0443, // Uzbek (Latin)
USB_LANGID_UZBEK_CYRILLIC = 0x0843, // Uzbek (Cyrillic) USB_LANGID_UZBEK_CYRILLIC = 0x0843, // Uzbek (Cyrillic)
USB_LANGID_VIETNAMESE = 0x042a, // Vietnamese USB_LANGID_VIETNAMESE = 0x042a, // Vietnamese
USB_LANGID_HID_UDD = 0x04ff, // HID (Usage Data Descriptor) USB_LANGID_HID_UDD = 0x04ff, // HID (Usage Data Descriptor)
USB_LANGID_HID1 = 0xf0ff, // HID (Vendor Defined 1) USB_LANGID_HID1 = 0xf0ff, // HID (Vendor Defined 1)
USB_LANGID_HID2 = 0xf4ff, // HID (Vendor Defined 2) USB_LANGID_HID2 = 0xf4ff, // HID (Vendor Defined 2)
USB_LANGID_HID3 = 0xf8ff, // HID (Vendor Defined 3) USB_LANGID_HID3 = 0xf8ff, // HID (Vendor Defined 3)
USB_LANGID_HID4 = 0xfcff, // HID (Vendor Defined 4) USB_LANGID_HID4 = 0xfcff, // HID (Vendor Defined 4)
USB_LANGID_INVALID = 0x0000 // Invalid LANG ID USB_LANGID_INVALID = 0x0000 // Invalid LANG ID
}; };
#endif // USB_LANGIDS_H #endif // USB_LANGIDS_H
+1 -1
View File
@@ -32,7 +32,7 @@
/* /*
* from nameser.h 8.1 (Berkeley) 6/2/93 * from nameser.h 8.1 (Berkeley) 6/2/93
* $Id$ * $Id: nameser_compat.h 24644 2008-03-29 12:37:05Z bonefish $
*/ */
#ifndef _ARPA_NAMESER_COMPAT_ #ifndef _ARPA_NAMESER_COMPAT_
+1 -1
View File
@@ -50,7 +50,7 @@
/* /*
* @(#)resolv.h 8.1 (Berkeley) 6/2/93 * @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id$ * $Id: resolv.h 18456 2006-08-08 12:33:33Z axeld $
*/ */
#ifndef _RESOLV_H_ #ifndef _RESOLV_H_
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: RK.h,v 1.1 2004/12/23 22:08:39 korli Exp $ */ /* $Id: RK.h 10527 2004-12-23 22:08:39Z korli $ */
/************************************************************************/ /************************************************************************/
/* THIS SOURCE CODE IS MODIFIED FOR TKO BY T.MURAI 1997 /* THIS SOURCE CODE IS MODIFIED FOR TKO BY T.MURAI 1997
@@ -25,7 +25,7 @@
* 8/16 bit String Manipulations. * 8/16 bit String Manipulations.
* *
* "@(#)kanji.h 2.3 88/10/03 10:25:34" * "@(#)kanji.h 2.3 88/10/03 10:25:34"
* "@(#) 102.1 $Id: jrkanji.h,v 1.1 2004/12/23 22:08:39 korli Exp $" * "@(#) 102.1 $Id: jrkanji.h 10527 2004-12-23 22:08:39Z korli $"
*/ */
#ifndef _JR_KANJI_H_ #ifndef _JR_KANJI_H_
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* @(#) 102.1 $Id: keydef.h,v 1.1 2004/12/23 22:08:39 korli Exp $ */ /* @(#) 102.1 $Id: keydef.h 10527 2004-12-23 22:08:39Z korli $ */
/* normal function keys */ /* normal function keys */
#define CANNA_KEY_Nfer 0x80 #define CANNA_KEY_Nfer 0x80
@@ -23,7 +23,7 @@
#ifndef _MFDEF_H_ #ifndef _MFDEF_H_
#define _MFDEF_H_ #define _MFDEF_H_
/* @(#) 102.1 $Id: mfdef.h,v 1.1 2004/12/23 22:08:39 korli Exp $ */ /* @(#) 102.1 $Id: mfdef.h 10527 2004-12-23 22:08:39Z korli $ */
/* /*
このヘッダファイルではモードに割り振られた番号や、関数に割り振られた このヘッダファイルではモードに割り振られた番号や、関数に割り振られた
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: patchlevel.h,v 1.1 2004/12/23 22:08:39 korli Exp $ */ /* $Id: patchlevel.h 10527 2004-12-23 22:08:39Z korli $ */
#define CANNA_MAJOR_MINOR 3005 #define CANNA_MAJOR_MINOR 3005
#define CANNA_PATCH_LEVEL " beta 2" #define CANNA_PATCH_LEVEL " beta 2"
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: protodefs.h,v 1.1 2004/12/23 22:08:39 korli Exp $ */ /* $Id: protodefs.h 10527 2004-12-23 22:08:39Z korli $ */
#define canna_version(majv, minv) ((majv) * 1024 + (minv)) #define canna_version(majv, minv) ((majv) * 1024 + (minv))
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: symbolname.h,v 1.1 2004/12/23 22:08:39 korli Exp $ /* $Id: symbolname.h 10527 2004-12-23 22:08:39Z korli $
*/ */
#define S_HenkanNyuuryokuMode "henkan-nyuuryoku-mode" #define S_HenkanNyuuryokuMode "henkan-nyuuryoku-mode"
@@ -21,7 +21,7 @@
*/ */
/* /*
* @(#) 102.1 $Id: widedef.h,v 1.1 2004/12/23 22:08:39 korli Exp $ * @(#) 102.1 $Id: widedef.h 10527 2004-12-23 22:08:39Z korli $
*/ */
// Modified by T.Murai for BeOS // Modified by T.Murai for BeOS
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="@(#) 102.1 $Id$"; static char rcsid[]="@(#) 102.1 $Id: RKkana.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
/* LINTLIBRARY */ /* LINTLIBRARY */
@@ -24,7 +24,7 @@
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="@(#) 102.1 $Id: RKroma.c,v 1.1 2004/12/23 21:23:48 korli Exp $"; static char rcsid[]="@(#) 102.1 $Id: RKroma.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char alphamap_id[] = "@(#) 102.1 $Id: alphamap.h,v 1.1 2004/12/23 21:23:48 korli Exp $"; static char alphamap_id[] = "@(#) 102.1 $Id: alphamap.h 10525 2004-12-23 21:23:50Z korli $";
#endif /* lint */ #endif /* lint */
extern int JapaneseMode(); extern int JapaneseMode();
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char bunmap_id[] = "@(#) 102.1 $Id$"; static char bunmap_id[] = "@(#) 102.1 $Id: bunmap.h 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
extern int DoFuncSequence(); extern int DoFuncSequence();
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id: bunsetsu.c,v 1.1 2004/12/23 21:23:48 korli Exp $"; static char rcs_id[] = "@(#) 102.1 $Id: bunsetsu.c 10525 2004-12-23 21:23:50Z korli $";
#endif /* lint */ #endif /* lint */
#include <errno.h> #include <errno.h>
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: bushu.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include <errno.h> #include <errno.h>
@@ -21,7 +21,7 @@
*/ */
/* /*
* @(#) 102.1 $Id$ * @(#) 102.1 $Id: canna.h 14875 2005-11-12 21:25:31Z bonefish $
*/ */
/************************************************************************/ /************************************************************************/
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "$Id$"; static char rcs_id[] = "$Id: chikuji.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char chikuji_id[] = "$Id: chikujimap.h,v 1.1 2004/12/23 21:23:49 korli Exp $"; static char chikuji_id[] = "$Id: chikujimap.h 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id: commondata.c,v 1.1 2004/12/23 21:23:49 korli Exp $"; static char rcs_id[] = "@(#) 102.1 $Id: commondata.c 10525 2004-12-23 21:23:50Z korli $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: defaultmap.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[] = "$Id$"; static char rcsid[] = "$Id: ebind.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: empty.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -22,7 +22,7 @@
// modified by T.Murai 1998 // modified by T.Murai 1998
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char emptymap_id[] = "@(#) 102.1 $Id: emptymap.h,v 1.1 2004/12/23 21:23:49 korli Exp $"; static char emptymap_id[] = "@(#) 102.1 $Id: emptymap.h 10525 2004-12-23 21:23:50Z korli $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "$Id$"; static char rcs_id[] = "$Id: engine.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: henkan.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: hex.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#ifndef NO_EXTEND_MENU #ifndef NO_EXTEND_MENU
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: ichiran.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include <errno.h> #include <errno.h>
@@ -22,7 +22,7 @@
// Modified by T.Murai // Modified by T.Murai
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char ichiranmap_id[] = "@(#) 102.1 $Id$"; static char ichiranmap_id[] = "@(#) 102.1 $Id: ichiranmap.h 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: jishu.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -22,7 +22,7 @@
// Modified by T.Murai // Modified by T.Murai
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char jishumap_id[] = "@(#) 102.1 $Id$"; static char jishumap_id[] = "@(#) 102.1 $Id: jishumap.h 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: jrbind.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: kctrl.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: keydef.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: kigo.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -22,7 +22,7 @@
// Modified by T.Murai // Modified by T.Murai
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char kigomap_id[] = "@(#) 102.1 $Id$"; static char kigomap_id[] = "@(#) 102.1 $Id: kigomap.h 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#ifdef NO_EXTEND_MENU #ifdef NO_EXTEND_MENU
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[] = "$Id$"; static char rcsid[] = "$Id: lisp.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
/* /*
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: lisp.h,v 1.1 2004/12/23 21:23:49 korli Exp $ */ /* $Id: lisp.h 10525 2004-12-23 21:23:50Z korli $ */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: mode.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char m_s_map_id[] = "@(#) 102.1 $Id$"; static char m_s_map_id[] = "@(#) 102.1 $Id: multi.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: onoff.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include <errno.h> #include <errno.h>
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: parse.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include <stdio.h> #include <stdio.h>
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: romaji.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -22,7 +22,7 @@
// Modified by T.Murai // Modified by T.Murai
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char t_reimap_id[] = "@(#) 102.1 $Id$"; static char t_reimap_id[] = "@(#) 102.1 $Id: t_reimap.h 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -22,7 +22,7 @@
// Modified by T.Murai // Modified by T.Murai
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char tanmap_id[] = "@(#) 102.1 $Id$"; static char tanmap_id[] = "@(#) 102.1 $Id: tanmap.h 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: uiutil.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: uldefine.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include <errno.h> #include <errno.h>
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: uldelete.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: ulhinshi.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include <errno.h> #include <errno.h>
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: ulkigo.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include <errno.h> #include <errno.h>
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: ulmount.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#ifndef NO_EXTEND_MENU #ifndef NO_EXTEND_MENU
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: ulserver.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#ifndef NO_EXTEND_MENU #ifndef NO_EXTEND_MENU
@@ -82,7 +82,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: util.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "@(#) 102.1 $Id$"; static char rcs_id[] = "@(#) 102.1 $Id: yesno.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif /* lint */ #endif /* lint */
#include <errno.h> #include <errno.h>
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char yomimap_id[] = "@(#) 102.1 $Id: yomimap.h,v 1.1 2004/12/23 21:23:49 korli Exp $"; static char yomimap_id[] = "@(#) 102.1 $Id: yomimap.h 10525 2004-12-23 21:23:50Z korli $";
#endif /* lint */ #endif /* lint */
#include "canna.h" #include "canna.h"
@@ -21,7 +21,7 @@
*/ */
/* LINTLIBRARY */ /* LINTLIBRARY */
/* $Id: RKintern.h,v 1.1 2004/12/23 21:23:49 korli Exp $ */ /* $Id: RKintern.h 10525 2004-12-23 21:23:50Z korli $ */
/************************************************************************/ /************************************************************************/
/* THIS SOURCE CODE IS MODIFIED FOR kanBe BY T.MURAI 1997 /* THIS SOURCE CODE IS MODIFIED FOR kanBe BY T.MURAI 1997
/************************************************************************/ /************************************************************************/
@@ -20,7 +20,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: RKrename.h,v 1.1 2004/12/23 21:23:50 korli Exp $ */ /* $Id: RKrename.h 10525 2004-12-23 21:23:50Z korli $ */
#define RkGetProtocolVersion wRkGetProtocolVersion #define RkGetProtocolVersion wRkGetProtocolVersion
#define RkGetServerName wRkGetServerName #define RkGetServerName wRkGetServerName
@@ -25,7 +25,7 @@
/************************************************************************/ /************************************************************************/
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="@(#)$Id: RKutil.c,v 1.1 2004/12/23 21:23:50 korli Exp $ $Author: korli $ $Revision: 1.1 $ $Data$"; static char rcsid[]="@(#)$Id: RKutil.c 10525 2004-12-23 21:23:50Z korli $ $Author: korli $ $Revision: 1.1 $ $Data$";
#endif #endif
#include <stdio.h> #include <stdio.h>
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id: bits.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="$Id: bits.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
/* LINTLIBRARY */ /* LINTLIBRARY */
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[] = "$Id$"; static char rcsid[] = "$Id: bun.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
/* LINTLIBRARY */ /* LINTLIBRARY */
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id: context.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="$Id: context.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
/*LINTLIBRARY*/ /*LINTLIBRARY*/
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id: dd.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="$Id: dd.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
/*LINTLIBRARY*/ /*LINTLIBRARY*/
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="@(#) 102.1 $Id$"; static char rcsid[]="@(#) 102.1 $Id: dic.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
/*LINTLIBRARY*/ /*LINTLIBRARY*/
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id: dicsw.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="$Id: dicsw.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
/*LINTLIBRARY*/ /*LINTLIBRARY*/
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id: fq.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="$Id: fq.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
#include "RKintern.h" #include "RKintern.h"
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="@(#) 102.1 $Id: kana.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="@(#) 102.1 $Id: kana.c 10525 2004-12-23 21:23:50Z korli $";
#endif #endif
/* LINTLIBRARY */ /* LINTLIBRARY */
@@ -26,7 +26,7 @@
/* /*
static char rcsid[]="$Id: ncache.c,v 1.1 2004/12/23 21:23:50 korli Exp $"; static char rcsid[]="$Id: ncache.c 10525 2004-12-23 21:23:50Z korli $";
*/ */
#include "canna.h" #include "canna.h"
#include "RK.h" #include "RK.h"
@@ -26,7 +26,7 @@
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id$"; static char rcsid[]="$Id: ngram.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include <stdio.h> #include <stdio.h>
@@ -27,7 +27,7 @@
#include <string.h> #include <string.h>
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id$"; static char rcsid[]="$Id: nword.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
/* LINTLIBRARY */ /* LINTLIBRARY */
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcs_id[] = "$Id$"; static char rcs_id[] = "$Id: permdic.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
#include <unistd.h> #include <unistd.h>
@@ -21,7 +21,7 @@
*/ */
#if !defined(lint) && !defined(__CODECENTER__) #if !defined(lint) && !defined(__CODECENTER__)
static char rcsid[]="$Id$"; static char rcsid[]="$Id: tempdic.c 14875 2005-11-12 21:25:31Z bonefish $";
#endif #endif
/*LINTLIBRARY*/ /*LINTLIBRARY*/
@@ -1,5 +1,5 @@
/****************************************************************************** /******************************************************************************
* $Id$ * $Id: SpamFilter.cpp 29284 2009-02-22 13:45:40Z bga $
* *
* SpamFilter - Uses Bayesian statistics to evaluate the spaminess of a * SpamFilter - Uses Bayesian statistics to evaluate the spaminess of a
* message. The evaluation is done by a separate server, this add-on just gets * message. The evaluation is done by a separate server, this add-on just gets
@@ -1,7 +1,7 @@
#ifndef AGMS_BAYESIAN_SPAM_FILTER_H #ifndef AGMS_BAYESIAN_SPAM_FILTER_H
#define AGMS_BAYESIAN_SPAM_FILTER_H #define AGMS_BAYESIAN_SPAM_FILTER_H
/****************************************************************************** /******************************************************************************
* $Id$ * $Id: SpamFilter.h 13952 2005-08-13 19:31:42Z agmsmith $
* *
* SpamFilter - Uses Bayesian statistics to evaluate the spaminess of a * SpamFilter - Uses Bayesian statistics to evaluate the spaminess of a
* message. The evaluation is done by a separate server, this add-on just gets * message. The evaluation is done by a separate server, this add-on just gets
@@ -1,5 +1,5 @@
/****************************************************************************** /******************************************************************************
* $Id$ * $Id: SpamFilterConfig.cpp 19449 2006-12-09 03:38:11Z darkwyrm $
* *
* SpamFilter's configuration view. Lets the user change various settings * SpamFilter's configuration view. Lets the user change various settings
* related to the add-on, but not the spamdbm server. * related to the add-on, but not the spamdbm server.
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: packing variable sized words into an octet stream function: packing variable sized words into an octet stream
last mod: $Id: bitwise.c,v 1.2 2004/02/24 13:52:39 shatty Exp $ last mod: $Id: bitwise.c 6729 2004-02-24 13:52:39Z shatty $
********************************************************************/ ********************************************************************/
@@ -12,7 +12,7 @@
function: code raw [Vorbis] packets into framed OggSquish stream and function: code raw [Vorbis] packets into framed OggSquish stream and
decode Ogg streams back into raw packets decode Ogg streams back into raw packets
last mod: $Id: framing.c,v 1.2 2004/02/24 13:52:39 shatty Exp $ last mod: $Id: framing.c 6729 2004-02-24 13:52:39Z shatty $
note: The CRC code is directly derived from public domain code by note: The CRC code is directly derived from public domain code by
Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: toplevel libogg include function: toplevel libogg include
last mod: $Id: ogg.h,v 1.2 2004/02/24 13:52:39 shatty Exp $ last mod: $Id: ogg.h 6729 2004-02-24 13:52:39Z shatty $
********************************************************************/ ********************************************************************/
#ifndef _OGG_H #ifndef _OGG_H
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal. function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id$ last mod: $Id: os_types.h 28305 2008-10-23 21:46:26Z bonefish $
********************************************************************/ ********************************************************************/
#ifndef _OS_TYPES_H #ifndef _OS_TYPES_H
+57 -57
View File
@@ -1,57 +1,57 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Original Copyright Original Copyright
FILE........: AK2LSPD.H FILE........: AK2LSPD.H
TYPE........: Turbo C header file TYPE........: Turbo C header file
COMPANY.....: Voicetronix COMPANY.....: Voicetronix
AUTHOR......: James Whitehall AUTHOR......: James Whitehall
DATE CREATED: 21/11/95 DATE CREATED: 21/11/95
Modified by Jean-Marc Valin Modified by Jean-Marc Valin
This file contains functions for converting Linear Prediction This file contains functions for converting Linear Prediction
Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the
LSP coefficients are not in radians format but in the x domain of the LSP coefficients are not in radians format but in the x domain of the
unit circle. unit circle.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
/* Speex License: /* Speex License:
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
are met: are met:
- Redistributions of source code must retain the above copyright - Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright - Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution. documentation and/or other materials provided with the distribution.
- Neither the name of the Xiph.org Foundation nor the names of its - Neither the name of the Xiph.org Foundation nor the names of its
contributors may be used to endorse or promote products derived from contributors may be used to endorse or promote products derived from
this software without specific prior written permission. this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef __AK2LSPD__ #ifndef __AK2LSPD__
#define __AK2LSPD__ #define __AK2LSPD__
int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta, char *stack); int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta, char *stack);
void lsp_to_lpc(float *freq, float *ak, int lpcrdr, char *stack); void lsp_to_lpc(float *freq, float *ak, int lpcrdr, char *stack);
/*Added by JMV*/ /*Added by JMV*/
void lsp_enforce_margin(float *lsp, int len, float margin); void lsp_enforce_margin(float *lsp, int len, float margin);
#endif /* __AK2LSPD__ */ #endif /* __AK2LSPD__ */
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: function:
last mod: $Id$ last mod: $Id: decode.c 33343 2009-09-29 00:37:35Z phoudoin $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: function:
last mod: $Id$ last mod: $Id: encode.c 33343 2009-09-29 00:37:35Z phoudoin $
********************************************************************/ ********************************************************************/
#include <stdlib.h> #include <stdlib.h>
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: function:
last mod: $Id$ last mod: $Id: huffman.h 33343 2009-09-29 00:37:35Z phoudoin $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: function:
last mod: $Id$ last mod: $Id: idct.c 33343 2009-09-29 00:37:35Z phoudoin $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: function:
last mod: $Id$ last mod: $Id: quant.c 33343 2009-09-29 00:37:35Z phoudoin $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: function:
last mod: $Id$ last mod: $Id: theora.h 33343 2009-09-29 00:37:35Z phoudoin $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: single-block PCM analysis mode dispatch function: single-block PCM analysis mode dispatch
last mod: $Id: analysis.c,v 1.1 2003/12/13 20:17:55 shatty Exp $ last mod: $Id: analysis.c 5664 2003-12-13 20:17:56Z shatty $
********************************************************************/ ********************************************************************/
@@ -12,7 +12,7 @@
function: libvorbis backend and mapping structures; needed for function: libvorbis backend and mapping structures; needed for
static mode headers static mode headers
last mod: $Id: backends.h,v 1.1 2003/12/13 20:17:55 shatty Exp $ last mod: $Id: backends.h 5664 2003-12-13 20:17:56Z shatty $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: bark scale utility function: bark scale utility
last mod: $Id: barkmel.c,v 1.1 2003/12/13 20:17:55 shatty Exp $ last mod: $Id: barkmel.c 5664 2003-12-13 20:17:56Z shatty $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: bitrate tracking and management function: bitrate tracking and management
last mod: $Id: bitrate.c,v 1.1 2003/12/13 20:17:55 shatty Exp $ last mod: $Id: bitrate.c 5664 2003-12-13 20:17:56Z shatty $
********************************************************************/ ********************************************************************/
@@ -11,7 +11,7 @@
******************************************************************** ********************************************************************
function: bitrate tracking and management function: bitrate tracking and management
last mod: $Id: bitrate.h,v 1.1 2003/12/13 20:17:55 shatty Exp $ last mod: $Id: bitrate.h 5664 2003-12-13 20:17:56Z shatty $
********************************************************************/ ********************************************************************/

Some files were not shown because too many files have changed in this diff Show More