drop rcsid
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*! @mainpage Heimdal wind library
|
/*! @mainpage Heimdal wind library
|
||||||
*
|
*
|
||||||
|
@@ -48,8 +48,6 @@
|
|||||||
|
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int version_flag = 0;
|
static int version_flag = 0;
|
||||||
static int help_flag = 0;
|
static int help_flag = 0;
|
||||||
|
|
||||||
|
@@ -40,8 +40,6 @@
|
|||||||
|
|
||||||
#include "map_table.h"
|
#include "map_table.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
translation_cmp(const void *key, const void *data)
|
translation_cmp(const void *key, const void *data)
|
||||||
{
|
{
|
||||||
|
@@ -42,8 +42,6 @@
|
|||||||
|
|
||||||
#include "normalize_table.h"
|
#include "normalize_table.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
translation_cmp(const void *key, const void *data)
|
translation_cmp(const void *key, const void *data)
|
||||||
{
|
{
|
||||||
|
@@ -37,8 +37,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static const unsigned base = 36;
|
static const unsigned base = 36;
|
||||||
static const unsigned t_min = 1;
|
static const unsigned t_min = 1;
|
||||||
static const unsigned t_max = 26;
|
static const unsigned t_max = 26;
|
||||||
|
@@ -39,8 +39,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process a input UCS4 string according a string-prep profile.
|
* Process a input UCS4 string according a string-prep profile.
|
||||||
*
|
*
|
||||||
|
@@ -37,8 +37,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#define MAX_LENGTH 10
|
#define MAX_LENGTH 10
|
||||||
|
|
||||||
struct test {
|
struct test {
|
||||||
|
@@ -40,8 +40,6 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id: test-utf8.c 22571 2008-02-05 20:22:06Z lha $");
|
|
||||||
|
|
||||||
#define MAX_LENGTH 10
|
#define MAX_LENGTH 10
|
||||||
|
|
||||||
struct testcase {
|
struct testcase {
|
||||||
|
@@ -41,8 +41,6 @@
|
|||||||
|
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#define MAX_LENGTH 2
|
#define MAX_LENGTH 2
|
||||||
|
|
||||||
struct example {
|
struct example {
|
||||||
|
@@ -44,8 +44,6 @@
|
|||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
#include "normalize_table.h"
|
#include "normalize_table.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static size_t
|
static size_t
|
||||||
parse_vector(char *buf, uint32_t *v)
|
parse_vector(char *buf, uint32_t *v)
|
||||||
{
|
{
|
||||||
|
@@ -37,8 +37,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static uint32_t positives[] = {
|
static uint32_t positives[] = {
|
||||||
0x00A0, 0x3000,
|
0x00A0, 0x3000,
|
||||||
0x0080, 0x009F, 0x206A, 0x206F, 0xFEFF,
|
0x0080, 0x009F, 0x206A, 0x206F, 0xFEFF,
|
||||||
|
@@ -40,8 +40,6 @@
|
|||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
#include "punycode_examples.h"
|
#include "punycode_examples.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
|
@@ -39,8 +39,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static const char *failing_testcases[] = {
|
static const char *failing_testcases[] = {
|
||||||
"\x80",
|
"\x80",
|
||||||
"\xFF",
|
"\xFF",
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include "windlocl.h"
|
#include "windlocl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
utf8toutf32(const unsigned char **pp, uint32_t *out)
|
utf8toutf32(const unsigned char **pp, uint32_t *out)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user