Search-Namazu
view release on metacpan or search on metacpan
* template/NMZ.(*).ja_JP.iso-2022-jp: Renamed -> NMZ.${1}.ja_JP.JIS7
* configure.in (AC_OUTPT): s/make_iso_2022_jp_po/make_jis7_po/;
s/iso-2022-jp/JIS7/
* po/make_sjis_po.in: s/sjis/SJIS/;
* po/make_jis7_po.in: s/iso-2022-jp/JIS7/;
* po/make_jis7_po.in: New file. (make_iso_2022_jp)
* po/make_iso_2022_jp_po.in: Removed.
* po/Makefile.in.in: Comment out codes for creating ja_JP.EUC and
ja_JP.ujis. And do s/sjis/SJIS/; s/iso-2022-jp/JIS7/.
* configure.in (ALL_LINGUAS): Add ja_JP.JIS7, ja_JP.SJIS.
* configure.in (ALL_LINGUAS): Remove ja_JP.EUC, ja_JP.ujis,
ja_JP.iso-2022-jp, ja_JP.sjis
1999-09-28 NOKUBI Takatsugu <knok@daionet.gr.jp>
* src/namazu.c (parse_options): Remove some exit() functions.
* src/var.{c,h}: Add PhraseResult variable and PHRASERES type.
* src/{search.c, namazu.c}: Devide hit count printing routine.
1999-09-27 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* src/codeconv.c (conv_ext): Add ja_JP.SJIS handling.
* src/mknmz.pl.in (setup_magic): Modify a regex for RFC.
* src/util.c (isnumstr): Add cast: (int)
* src/util.c (diemsg): Remove #ifdef HAVE_VSPRINTF ...
* configure.in (Add AC_REPLACE_FUNCS): Remove some functions.
* configure.in: Add AC_REPLACE_FUNCS macro.
* Makefile.am (SUBDIRS): Add lib.
* lib/Makefile.am: New file.
* lib/vsnprintf.c: New file imported from
gnome-1.0.40/gnome-libs-1.0.40/support.
* lib/{memmove,strcasecmp,strstr,memset,strcspn,
memcmp,strncasecmp}.c: New files imported from gettext-0.10.35/lib.
* lib/{regex.[ch],getopt{,1}.[ch]}: Moved from src.
* src/Makefile.am (namazu_SOURCES): Remove regex.[ch],
getopt.[ch], getopt1.c
* src/util.[ch]: Remove memmove();
* src/i18n.c: Add putenv/setenv handling.
* src/i18n.c: Include <locale.h> if available.
* configure.in (AC_CHECK_FUNCS): Add setenv.
* conf/Makefile.am (mknmz.conf-dist): s!lib/!pl/!
* src/Makefile.am (.pl): Replace libdir with perllibdir.
* src/Makefile.am (perllibdir): = $(pkgdatadir)/pl
* src/Makefile.am (libdir): Rename to perllibdir
* Makefile.am (EXTRA_DIRS): Replace lib with pl.
* pl/*.pl, pl/*.in: New files. (moved from lib)
* lib/*.pl, lib/*.in: Removed. (moved to pl)
* src/mknmz.pl.in (make_headfoot): Abolish evaling.
* lib/conf.pl.in: Remove a variable: $ADMIN.
* lib/var.pl.in: Remove a variable: $NMZ_URI.
* configure.in: Add OPT_NMZ_URI="http://openlab.ring.gr.jp/namazu/".
* configure.in (AC_OUTPUT): Add the following files.
template/NMZ.head
template/NMZ.foot
template/NMZ.head.ja_JP.iso-2022-jp
template/NMZ.foot.ja_JP.iso-2022-jp
* template/{NMZ.head,NMZ.foot,NMZ.head.ja_JP.iso-2022-jp,
NMZ.foot.ja_JP.iso-2022-jp}: Renamed: -> *.in
* src/mknmz.pl.in: Add `use lib "@ADDITIONAL_INC@"' at the upper part.
* configure.in: Modify File-MMagic related codes. [namazu-dev 523]
1999-09-27 NOKUBI Takatsugu <knok@daionet.gr.jp>
* src/{search.c, namazu.c}: Move output process from search.c to
namazu.c.
* src/mknmz.pl.in (setup_magic): Change rfc detection entry.
* src/mknmz.pl.in: Add some conditions to call checktype_magic().
1999-09-26 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
* template/NMZ.*.ja_JP.iso-2022-jp: Covert encoding: EUC-JP ->
ISO-2022-JP
* src/mknmz.pl.in (write_body_msg, write_tips_msg,
make_headfoot_pages): Get target files list with glob.
* src/mknmz.pl.in: Abolish --enable-test related codes.
* configure.in: Abolish --enable-test.
* lib/find.pl: Restore fncmp().
* po/Makefile.in.in (DISTFILES): Add ADDITIONAL_FILES.
( run in 1.227 second using v1.01-cache-2.11-cpan-6aa56a78535 )