aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/mkindex.c
Commit message (Collapse)AuthorAgeFilesLines
* Add GAL_LIBS for gunicode stuff (until glib 2.0) (INCLUDES): UseDan Winship2001-04-271-84/+0
| | | | | | | | | | | | | | | * Makefile.am (libibex_la_LIBADD): Add GAL_LIBS for gunicode stuff (until glib 2.0) (INCLUDES): Use EXTRA_GNOME_CFLAGS (dumpindex_LDADD, testindex_LDADD): fix Remove references to mkindex and lookup. * ibex_block.c (ibex_normalise_word, utf8_category): Convert to gunicode interfaces * ibex_db.c, lookup.c, mkindex.c: Unused, remove. svn path=/trunk/; revision=9584
* Fixed call to ibex_open.NotZed2000-03-281-1/+1
| | | | | | | | | | | | | 2000-03-26 NotZed <NotZed@HelixCode.com> * lookup.c (main): Fixed call to ibex_open. * mkindex.c (main): Fixed call to ibex_open. * file.c (ibex_open): Changed to accept flags and mode equivalent to open(2). svn path=/trunk/; revision=2202
* fix license and indent styleDan Winship2000-02-171-47/+56
| | | | svn path=/trunk/; revision=1814
* Initial revisionMichael Zucci2000-02-141-0/+75
svn path=/trunk/; revision=1768