~ubuntu-branches/ubuntu/breezy/judy/breezy

« back to all changes in this revision

Viewing changes to src/README

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2004-01-17 00:04:53 UTC
  • Revision ID: james.westby@ubuntu.com-20040117000453-d5sj6uoon2v1g4gf
Tags: upstream-0.0.4
ImportĀ upstreamĀ versionĀ 0.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# @(#) $Revision: 4.10 $ $Source: /judy/src/README $
 
3
 
 
4
# This tree contains sources for the Judy project.
 
5
 
 
6
# For more on how to build Judy files, see make_includes/README.
 
7
 
 
8
 
 
9
# Current stuff:
 
10
 
 
11
Judy.h          exported header file for libJudy.a
 
12
Judy.h.check.c  test program for Judy.h
 
13
 
 
14
buildID.c       modified by makefile to include a build ID in libs/executables
 
15
 
 
16
JudyCommon/     shared utility functions and common source files
 
17
Judy1/          latest version of Judy1*()
 
18
JudyL/          latest version of JudyL*()
 
19
JudySL/         latest version of JudySL*()
 
20
 
 
21
apps/           applications done or redone using Judy
 
22
funcs/          "wrapper" functions around Judy functions
 
23
 
 
24
 
 
25
# Obsolescent or incomplete stuff:
 
26
 
 
27
orig_wla/       original WLA (workload analysis) version of Judy
 
28
 
 
29
JudyNL/         latest version of JudyNL*()
 
30
Judy2L/         latest version of Judy2L*()