Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9671a5bc
Commit
9671a5bc
authored
Nov 21, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
got rid of BTree and intSet modules
parent
b823b5cb
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
3852 deletions
+0
-3852
lib/python/SearchIndex/BTree.c
lib/python/SearchIndex/BTree.c
+0
-1819
lib/python/SearchIndex/IIBTree.c
lib/python/SearchIndex/IIBTree.c
+0
-8
lib/python/SearchIndex/IOBTree.c
lib/python/SearchIndex/IOBTree.c
+0
-7
lib/python/SearchIndex/OIBTree.c
lib/python/SearchIndex/OIBTree.c
+0
-7
lib/python/SearchIndex/Trie.c
lib/python/SearchIndex/Trie.c
+0
-836
lib/python/SearchIndex/WordSequence.c
lib/python/SearchIndex/WordSequence.c
+0
-587
lib/python/SearchIndex/intSet.c
lib/python/SearchIndex/intSet.c
+0
-588
No files found.
lib/python/SearchIndex/BTree.c
deleted
100755 → 0
View file @
b823b5cb
This diff is collapsed.
Click to expand it.
lib/python/SearchIndex/IIBTree.c
deleted
100755 → 0
View file @
b823b5cb
/* $Id: IIBTree.c,v 1.4 1997/10/10 18:23:37 jim Exp $ */
#define INTKEY int
#define INTVAL int
static
char
*
needed_to_make_release_happy
=
"$Id: IIBTree.c,v 1.4 1997/10/10 18:23:37 jim Exp $"
;
#include "BTree.c"
lib/python/SearchIndex/IOBTree.c
deleted
100755 → 0
View file @
b823b5cb
/* $Id: IOBTree.c,v 1.4 1997/10/10 18:24:11 jim Exp $ */
static
char
*
needed_to_make_release_happy
=
"$Id: IOBTree.c,v 1.4 1997/10/10 18:24:11 jim Exp $"
;
#define INTKEY int
#include "BTree.c"
lib/python/SearchIndex/OIBTree.c
deleted
100755 → 0
View file @
b823b5cb
/* $Id: OIBTree.c,v 1.4 1997/10/10 18:24:35 jim Exp $ */
static
char
*
needed_to_make_release_happy
=
"$Id: OIBTree.c,v 1.4 1997/10/10 18:24:35 jim Exp $"
;
#define INTVAL int
#include "BTree.c"
lib/python/SearchIndex/Trie.c
deleted
100644 → 0
View file @
b823b5cb
This diff is collapsed.
Click to expand it.
lib/python/SearchIndex/WordSequence.c
deleted
100644 → 0
View file @
b823b5cb
This diff is collapsed.
Click to expand it.
lib/python/SearchIndex/intSet.c
deleted
100644 → 0
View file @
b823b5cb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment