Sha256: f977a58b43f82951a624ab602c935e5b5d2b8f76c41db7f15433f49a92fe80a8

Contents?: true

Size: 838 Bytes

Versions: 46

Compression:

Stored size: 838 Bytes

Contents

/**********************************************************************

  enc/encdb.c -

  $Author: akr $
  created at: Mon Apr  7 15:51:31 2008

  Copyright (C) 2008 Yukihiro Matsumoto

**********************************************************************/

int rb_encdb_replicate(const char *alias, const char *orig);
int rb_encdb_alias(const char *alias, const char *orig);
int rb_encdb_dummy(const char *name);
void rb_encdb_declare(const char *name);
void rb_enc_set_base(const char *name, const char *orig);
#define ENC_REPLICATE(name, orig) rb_encdb_replicate(name, orig)
#define ENC_ALIAS(name, orig) rb_encdb_alias(name, orig)
#define ENC_DUMMY(name) rb_encdb_dummy(name)
#define ENC_DEFINE(name) rb_encdb_declare(name)
#define ENC_SET_BASE(name, orig) rb_enc_set_base(name, orig)

void
Init_encdb(void)
{
#include "encdb.h"
}

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
rhodes-5.5.18 platform/shared/ruby/enc/encdb.c
rhodes-5.5.17 platform/shared/ruby/enc/encdb.c
rhodes-5.5.15 platform/shared/ruby/enc/encdb.c
rhodes-5.5.0.22 platform/shared/ruby/enc/encdb.c
rhodes-5.5.2 platform/shared/ruby/enc/encdb.c
rhodes-5.5.0.7 platform/shared/ruby/enc/encdb.c
rhodes-5.5.0.3 platform/shared/ruby/enc/encdb.c
rhodes-5.5.0 platform/shared/ruby/enc/encdb.c
tauplatform-1.0.3 platform/shared/ruby/enc/encdb.c
tauplatform-1.0.2 platform/shared/ruby/enc/encdb.c
tauplatform-1.0.1 platform/shared/ruby/enc/encdb.c
rhodes-3.5.1.12 platform/shared/ruby/enc/encdb.c
rhodes-3.3.5 platform/shared/ruby/enc/encdb.c
rhodes-3.4.2 platform/shared/ruby/enc/encdb.c
rhodes-3.3.4 platform/shared/ruby/enc/encdb.c
rhodes-3.3.3 platform/shared/ruby/enc/encdb.c
rhodes-3.3.3.beta.4 platform/shared/ruby/enc/encdb.c
rhodes-3.3.3.beta.3 platform/shared/ruby/enc/encdb.c
rhodes-3.3.3.beta.2 platform/shared/ruby/enc/encdb.c
rhodes-3.3.3.beta.1 platform/shared/ruby/enc/encdb.c