📄 changelog
字号:
* src/form.c: Likewise. * src/output.c: Likewise. * src/result.c: Likewise. * src/rcfile.c: Likewise. * src/namazu-cmd.c: Likewise. * src/Makefile.am (DEFS): Added -DHAVE_SUPPORT_H.2000-09-01 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (prep): Added "Looking for indexing files..." message.2000-08-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (dump_record): Changed to output NMZ.bug.info file instead STDERR.2000-08-25 Ryuji Abe <rug@namazu.org> * acinclude.m4: Modified gettext related macros based on gnome-gettext.m4. * lib/adhoc.c: Abolished. (adhoc_tolower): Revert to nmz_tolower and moved to nmz/util.c. (adhoc_strcasestr): Revert to strcasestr and moved to src/result.c. * lib/adhoc.h: Abolished. * lib/Makefile.am: Fixed noinst_LIBRAIRES -> noinst_LTLIBRARIES. (noinst_LTLIBRARIES): Removed adhoc.[ch]. * nmz/util.c (nmz_tolower): Be global symbol. (nmz_strlower): Revert to use nmz_tolower. * nmz/util.h: Added prototype of nmz_tolower. * src/result.c (emphasize): Revert to use strcasestr.2000-08-21 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (find_target): Changed calling die() into using print when an unspoorted target appeared. * filter/pdf.pl (filter): Changed to invoke pdftotext without "-eucjp" option in non-Japanese environment.2000-08-21 Ryuji Abe <rug@namazu.org> * Makefile.am (SUBDIRS): Changed order (Entering lib before nmz). (DIST_SUBDIRS): Likewise. * lib/adhoc.c: New file. (adhoc_tolower): New function. (adhoc_strcasestr): New function. * lib/adhoc.h: Likewise. * lib/Makefile.am (noinst_LIBRARIES): Built libnmzut.la. (libnmzut_la_SOURCES): Use instead of libnmzut_a_SOURCES. Added adhoc.[ch]. (libnmzut_la_LIBADD): Use instead of libnmzut_a_LIBADD. (libnmzut_la_LDFLAGS): Set -static. (AUTOMAKE_OPTIONS): Set 1.4. * nmz/Makefile.am (libnmz_la_LIBADD): Linked libnmz with libnmzut and libintl correctly. * src/Makefile.am (LDADD): Linked libnmzut.la instead of libnmzut.a. * nmz/util.c (nmz_strlower): Use adhoc_tolower() instead of nmz_tolower(). (nmz_tolower): Abolished. (nmz_strcasecmp): Likewise. (nmz_strncasecmp): Likewise. * src/result.c (emphasize): Use adhoc_strcasestr() instead of strcasestr(). (strcasestr): Abolished. * nmz/codeconv.c: Revert nmz_strcasecmp() to strcasecmp(). * nmz/search.c: Likewise. * src/form.c: Likewise. * src/namazu-cmd.c: Likewise. * src/rcfile.c: Likewise. * src/result.c: Likewise. * src/output.c: Revert nmz_strncasecmp() to strncasecmp().2000-08-10 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in: Added checking routine for the "negative numbers" bug (namazu-bugs-ja#31).2000-08-09 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (put_field_index): Added workaround for beginning multiple space characters in filename (namazu-bugs-ja#30). * File-MMagic: New upstream version (1.07).2000-08-08 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (load_document): Changed to call decide_type once (namazu-bugs-ja#22).2000-08-03 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * scripts/mknmz.in (adjust_first_docid): Remove unnecessary codes.2000-07-19 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (find_target): Added a routine to skip empty line target (namazu-bugs-ja#20).2000-07-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (main): Fixed ignore MKNMZRC environment bug (namazu-bugs-ja#25). (load_rcfile): Added checking process for do statement.2000-06-28 NOKUBI Takatsugu <knok@daionet.gr.jp> * {src,nmz,pl,scrpts}/Makefile.am: Fixed localedir location.2000-06-21 Masao Takaku <masao@ulis.ac.jp> * **/*.c: s/strcasecmp/nmz_strcasecmp/; s/strncasecmp/nmz_strncasecmp/; * nmz/util.[ch] (nmz_strcasecmp): New Function. substitute for strcasecmp(3). [namazu-users-ja:00503] (nmz_strncasecmp): Likewise.2000-06-16 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * conf/namazurc-sample: Add comments for Replace directive.2000-06-15 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * scripts/mknmz.in: Change command line options to overwrite mknmzrc's setting. * tests/Makefile.am (TESTS): Add mknmz-10. * tests/mknmz-10: New file. * tests/namazu-9: unset LC_MESSAGES. * tests/namazu-cgi-4: unset LC_MESSAGES. * pl/nmzidx.pl: Fix a typo.2000-06-08 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * nmz/re.c (nmz_regex_grep): Initialize val.stat2000-05-27 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * nmz/hlist.c (nmz_notmerge): Fix a bug occurred when left.num <= 02000-05-24 Masao Takaku <masao@ulis.ac.jp> * filter/html.pl (decode_entity): Fix handling. Add "&#x[\da-f];" handling.2000-05-23 Masao Takaku <masao@ulis.ac.jp> * filter/html.pl (html_filter): Fix namazu-bugs-ja#15. Call decode_entity() for strings of %fields. * tests/mknmz-9: Fix a syntax error with the Bourne shell.2000-05-19 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * scripts/mknmz.in (init, main): Add codes to receive TERM signal. * tests/Makefile.am (TESTS): Add mknmz-9. * tests/mknmz-9: New file.2000-05-16 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/powerpoint.pl (add_magic): Fixed contradicted media type.2000-05-15 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * src/output.c: Apply Jun Kuriyama's patch. namazu-bugs-ja#192000-05-10 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * nmz/util.c (nmz_readfile): Fix namazu-bugs-ja#18 by applying kuriyama@FreeBSD.org's patch. * filter/gfilter.pl (white_space_adjust_filter): Fix namazu-bugs-ja#17 Don't replace "[\x7f\xff]" with a space. 2000-05-09 Masao Takaku <masao@ulis.ac.jp> * tests/Makefile.am (TESTS): Add namazu-9. * tests/namazu-9: New file. * nmz/hlist.c (nmz_get_hlist): Change condition to ignore hits (MaxHit). * src/rcfiles.c (process_rc_maxhit): Remove check for arg1. * src/rcfiles.c (process_rc_maxmatch): Likewise. * conf/namazurc-sample: Add comments for MaxHit and MaxMatch directives.2000-05-07 Ryuji Abe <raeva@t3.rim.or.jp> * configure.in (LTVERSION): Changed 3:2:0 to 4:2:1. * Makefile.am (etc_DATA): Added README-es. 2000-05-04 Masao Takaku <masao@ulis.ac.jp> * src/rcfiles.c (parse_rcfile): s/printf/nmz_debug_printf/; ('make check' failed because of debugging message)2000-05-01 Masao Takaku <masao@ulis.ac.jp> * src/rcfile.c (process_rc_maxhit): New function. (process_rc_maxmatch): Likewise. * nmz/libnamazu.h (IGNORE_HIT): Abolished. (IGNORE_MATCH): Likewise. * nmz/{hlist,re,search}.c: Call nmz_get_maxhit() instead of using IGNORE_HIT. Call nmz_get_maxmatch() instead of using IGNORE_MATCH. * nmz/libnamazu.c (nmz_set_maxhit): New function. (nmz_get_maxhit): Likewise. (nmz_set_maxmatch): Likewise. (nmz_get_maxmatch): Likewise.2000-04-26 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * scripts/mknmz.in (load_registry): Simplified. Completely rewritten. * tests/Makefile.am (TESTS): Add mknmz-8 and namazu-8. * scripts/mknmz.in (pickup_updated_files): Change a logic. (pickup_updated_documents): Renamed from pickup_updated_files. * tests/mknmz-8: New file. * tests/namazu-8: Likewise. * tests/data/html-split/Makefile.am (EXTRA_DIST): Remove html-split.html and add 1.html and 2.html. * tests/data/html-split/2.html: New file. * tests/data/html-split/1.html: Renamed from html-split.html2000-04-25 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * pl/htmlsplit.pl (write_partial_file): Fix namazu-bug#9 (split): Likewise. * scripts/mknmz.in (process_file): Fix namazu-bug#10 <http://www.namazu.org/cgi-bin/jitterbug> (process_file): Tiny fix. [n-d-j: 00415] (pickup_updated_files): Fix namazu-bug#112000-04-24 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * template/NMZ.head: s/Search String/Query/ * template/NMZ.head.ja: Change <!DOCTYPE ...> * template/NMZ.head.en: Likewise.2000-04-17 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * configure.in (ALL_LINGUAS): Add "es". (Spanish) Thanks to Jose Juan Zapater <compi@arrakis.es> for translation. * template/NMZ.result.normal.es: New file. * template/NMZ.result.short.es: Likewise * template/NMZ.head.es: Likewise * template/NMZ.foot.es: Likewise * template/NMZ.body.es: Likewise * template/NMZ.tips.es: Likewise * configure.in (AC_OUTPUT): Remove template/NMZ.head, template/NMZ.foot, template/NMZ.head.ja, template/NMZ.foot.ja * template/Makefile.am (template_DATA): Add NMZ.body.es, NMZ.head.es, NMZ.result.short.es, NMZ.foot.es, NMZ.result.normal.es, NMZ.tips.es. (EXTRA_DIST): = $(template_DATA) * template/NMZ.foot.in: Removed. * template/NMZ.foot.ja.in: Removed. * template/NMZ.head.in: Removed. * template/NMZ.head.ja.in: Removed.2000-04-14 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.5.2000-04-10 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * Namazu: Version 2.0.4 released.2000-04-09 Ryuji Abe <raeva@t3.rim.or.jp> * template/NMZ.body: Updated the Ruby link.2000-04-07 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * tests/Makefile.am (TESTS): Add namazu-cgi-4. * tests/namazu-cgi-4: New file. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.4. * doc/en/manual.html: Documentation changed. * doc/ja/manual.html: Likewise.2000-04-07 Ken-ichi Hirose <kenzo-@tama.or.jp> * filter/msword.pl (filter_doccat): Remove SJIS code path check. All time use temporary file. * filter/excel.pl (filter_doccat): Likewise. * filter/powerpoint.pl (filter): Likewise. * filter/taro.pl (filter): Likewise. * filter/wordpro.pl (filter): Likewise. * filter/oasys.pl (filter): Likewise. * filter/ichitaro456.pl : Move to win32 directory. * filter/win32/ichitaro456.pl : Move from filter directory. * filter/Makefile.am (filter_DATA): Delete ichitaro456.pl. * filter/win32/Makefile.am (filter_DATA): Add ichitaro456.pl. * doc/ja/manual.html : Move ichitaro456.pl to Windows section. * doc/en/manual.html : Likewise.2000-04-06 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * doc/ja/tips.html (saving-memory): New section. * doc/en/tips.html (saving-memory): Likewise.2000-04-06 Ken-ichi Hirose <kenzo-@tama.or.jp> * filter/msword.pl : Use File::Copy for filter_doccat and quote $cfile and $tmpfile2. * filter/excel.pl : Likewise. * filter/powerpoint.pl : Likewise. * filter/taro.pl : Likewise. * filter/wordpro.pl : Likewise. * filter/oasys.pl : Likewise. * filter/ichitaro456.pl (filter): Fix $tmpfile2 handling because add dummy driveletter for doscmd. * doc/ja/manual.html : Add doccat URI and infomation. * doc/en/manual.html : Likewise.2000-04-05 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * Namazu: Version 2.0.3 released. * filter/Makefile.am (filter_DATA): Remove wordpro.pl and oasys.pl temporarily because they were not tested enough. * configure.in (AC_OUTPUT): Add tests/data/html-split/Makefile. * tests/data/html-split/Makefile.am (EXTRA_DIST): New file. * tests/data/Makefile.am: Add html-split. * nmz/query.c (set_regex_trick): Change notation of array indexing. (set_phrase_trick): Change conditions to determine a phrase. i.e. "{ }" is not a phrase. * tests/namazu-5: Add malicious tests. * nmz/query.c (nmz_make_query): Add debug messages.2000-04-05 Ken-ichi Hirose <kenzo-@tama.or.jp> * src/form.c (select_option): Fix could not SELECT of idxname with SELECTED. * src/cgi.c (get_query_string): Add An httpd server for Win9x handling. * filter/msword.pl (filter_doccat): Fix multi-byte path. * filter/excel.pl (filter_doccat): Likewise. * filter/powerpoint.pl (filter): Likewise. * filter/ichitaro456.pl (filter): Likewise. * filter/taro.pl (filter): Likewise. * filter/Makefile.am : Add wordpro.pl, oasys.pl. * filter/wordpro.pl : New file. * filter/oasys.pl : New file.2000-04-04 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * tests/Makefile.am (TESTS): Add namazu-cgi-3 * tests/namazu-cgi-3: New file. * nmz/search.c (remove_quotes): Add condition to prevent core dump when query `"' is specified.2000-04-04 Masao Takaku <masao@ulis.ac.jp> * src/form.c (print_headfoot): Avoid printing unencoded HTML tags in query. * src/output.c (print_hitnum_each): Likewise.2000-04-04 Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> * tests/data/html-split/html-split.html: New file. * tests/Makefile.am (TESTS): Add mknmz-7 and
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -