/[global]/global/ChangeLog
ViewVC logotype

Diff of /global/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by shigio, Thu Nov 11 07:15:01 2004 UTC revision 1.86 by shigio, Sat Jan 29 12:31:35 2005 UTC
# Line 18  ___________________________________ Line 18  ___________________________________
18    
19  ChangeLog about GNU GLOBAL  ChangeLog about GNU GLOBAL
20    
21  November 11 2004, Shigio Yamaguchi  <shigio@gnu.org>  November 11 2004, Shigio Yamaguchi
22    
23          * Assembly language parser rewritten using Yacc.          * Assembly language parser rewritten using Yacc.
24          * libutil/strmake.c: strtrim() added.          * libutil/strmake.c: strtrim() added.
# Line 54  November 11 2004, Shigio Yamaguchi  <shi Line 54  November 11 2004, Shigio Yamaguchi  <shi
54              doesn't support multi-language, the slowness is quite meaningless.              doesn't support multi-language, the slowness is quite meaningless.
55            - In the past, the specification of sort command was changed.            - In the past, the specification of sort command was changed.
56    
57  October 6 2004, Shigio Yamaguchi  <shigio@gnu.org>  October 6 2004, Shigio Yamaguchi
58    
59          * libutil/langmap.c, langmap.h added.          * libutil/langmap.c, langmap.h added.
60            Config variable 'langmap' will be added officially sooner or later.            Config variable 'langmap' will be added officially sooner or later.
# Line 83  October 6 2004, Shigio Yamaguchi  <shigi Line 83  October 6 2004, Shigio Yamaguchi  <shigi
83          * htags/src2html.c: Modified to use a switch table for switching          * htags/src2html.c: Modified to use a switch table for switching
84            language.            language.
85    
86  August 26 2004, Shigio Yamaguchi  <shigio@gnu.org>  August 26 2004, Shigio Yamaguchi
87    
88          * Moved function now() from gtags.c to libutil/date.c.          * Moved function now() from gtags.c to libutil/date.c.
89          * htags: Changed so that the path passed to CGI might be encoded to %xx.          * htags: Changed so that the path passed to CGI might be encoded to %xx.
# Line 93  August 26 2004, Shigio Yamaguchi  <shigi Line 93  August 26 2004, Shigio Yamaguchi  <shigi
93          * gctags/reserved.pl: The use of the --key-positions option of gperf(1)          * gctags/reserved.pl: The use of the --key-positions option of gperf(1)
94            was stopped. We need gperf-3.0.1 instead.            was stopped. We need gperf-3.0.1 instead.
95    
96  June 1 2004, Shigio Yamaguchi  <shigio@gnu.org>  June 1 2004, Shigio Yamaguchi
97    
98          * htags: Function usable() was changed to the same specification          * htags: Function usable() was changed to the same specification
99            as usable() in libutil/usable().            as usable() in libutil/usable().
# Line 102  June 1 2004, Shigio Yamaguchi  <shigio@g Line 102  June 1 2004, Shigio Yamaguchi  <shigio@g
102          * conf.c: New config variable 'bindir' and 'datadir' added.          * conf.c: New config variable 'bindir' and 'datadir' added.
103          * w32/ directory removed.          * w32/ directory removed.
104    
105  Feb 1 2004, Shigio Yamaguchi  <shigio@gnu.org>  Feb 1 2004, Shigio Yamaguchi
106    
107          * Rewrite strbuf_putn() without snprintf().          * Rewrite strbuf_putn() without snprintf().
108          * Created datadir, the default is '/usr/local/share/gtags'.          * Created datadir, the default is '/usr/local/share/gtags'.
# Line 110  Feb 1 2004, Shigio Yamaguchi  <shigio@gn Line 110  Feb 1 2004, Shigio Yamaguchi  <shigio@gn
110            AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS            AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS
111            globash.rc gtags.conf gtags.el gtags.pl gtags.vim nvi-1.79-gtags.diff            globash.rc gtags.conf gtags.el gtags.pl gtags.vim nvi-1.79-gtags.diff
112    
113  Oct 3 2003, Shigio Yamaguchi  <shigio@gnu.org>  Oct 3 2003, Shigio Yamaguchi
114    
115          * gtags.conf.in, libutil/conf.h.in: Now gtags.conf and conf.h          * gtags.conf.in, libutil/conf.h.in: Now gtags.conf and conf.h
116            are generated by autoconf.            are generated by autoconf.
# Line 119  Oct 3 2003, Shigio Yamaguchi  <shigio@gn Line 119  Oct 3 2003, Shigio Yamaguchi  <shigio@gn
119            always return 0. As the result, if find(1) is available then use it,            always return 0. As the result, if find(1) is available then use it,
120            otherwise use dirent(3).            otherwise use dirent(3).
121    
122  July 2 2003, Shigio Yamaguchi  <shigio@gnu.org>  July 2 2003, Shigio Yamaguchi
123    
124          * gctags: If you want to build this parser from original source in          * gctags: If you want to build this parser from original source in
125            CVS repository then it is necessary to install flex(1) and gperf(1)            CVS repository then it is necessary to install flex(1) and gperf(1)
# Line 129  July 2 2003, Shigio Yamaguchi  <shigio@g Line 129  July 2 2003, Shigio Yamaguchi  <shigio@g
129          * gtags.c: The --createdb and the --readdb option which used for anchor          * gtags.c: The --createdb and the --readdb option which used for anchor
130            database were removed, becase there is no necessity any longer.            database were removed, becase there is no necessity any longer.
131    
132  June 5 2003, Shigio Yamaguchi  <shigio@gnu.org>  June 5 2003, Shigio Yamaguchi
133    
134          * libutil/env.c: replace putenv() and setenv() with set_env();          * libutil/env.c: replace putenv() and setenv() with set_env();
135          * libutil/char.c,char.h: New files.          * libutil/char.c,char.h: New files.
# Line 149  June 5 2003, Shigio Yamaguchi  <shigio@g Line 149  June 5 2003, Shigio Yamaguchi  <shigio@g
149            Please use ./configure CFLAGS=VAL instead.            Please use ./configure CFLAGS=VAL instead.
150          * reconf.sh: --configure, --make and --install option added.          * reconf.sh: --configure, --make and --install option added.
151    
152  March 29 2003, Shigio Yamaguchi  <shigio@gnu.org>  March 29 2003, Shigio Yamaguchi
153    
154          * C.c,Cpp.c: move some code into condition_macro.          * C.c,Cpp.c: move some code into condition_macro.
155          * C.h, Cpp.h, java.h: replace #define macro with enum member          * C.h, Cpp.h, java.h: replace #define macro with enum member
# Line 161  March 29 2003, Shigio Yamaguchi  <shigio Line 161  March 29 2003, Shigio Yamaguchi  <shigio
161            'colorize_warned_line', 'warned_line_begin', 'warned_line_end'.            'colorize_warned_line', 'warned_line_begin', 'warned_line_end'.
162          * dbop.c: environment variable GTAGSCACHE added.          * dbop.c: environment variable GTAGSCACHE added.
163    
164  November 9 2002, Shigio Yamaguchi  <shigio@gnu.org>  November 9 2002, Shigio Yamaguchi
165    
166          * gtags.c: --convert/--createdb/--readdb/--scandb option added.          * gtags.c: --convert/--createdb/--readdb/--scandb option added.
167          * btreeop: replaced with gtags and removed.          * btreeop: replaced with gtags and removed.
# Line 174  November 9 2002, Shigio Yamaguchi  <shig Line 174  November 9 2002, Shigio Yamaguchi  <shig
174          * doc/*.texi: renamed from *.texi to *.txi for djgpp.          * doc/*.texi: renamed from *.texi to *.txi for djgpp.
175          * libutil: linetable.[ch] added.          * libutil: linetable.[ch] added.
176    
177  July 4 2002, Shigio Yamaguchi  <shigio@gnu.org>  July 4 2002, Shigio Yamaguchi
178    
179          * gctags.c: allows second argument in *ENTRY for 4.3BSD.          * gctags.c: allows second argument in *ENTRY for 4.3BSD.
180          * split.c: splitting function added.          * split.c: splitting function added.
# Line 188  July 4 2002, Shigio Yamaguchi  <shigio@g Line 188  July 4 2002, Shigio Yamaguchi  <shigio@g
188            so that sort can treat smaller number of tag lines.            so that sort can treat smaller number of tag lines.
189          * htags: makedupindex() rewritten for performance.          * htags: makedupindex() rewritten for performance.
190    
191  March 30 2002, Shigio Yamaguchi  <shigio@gnu.org>  March 30 2002, Shigio Yamaguchi
192    
193          * conf.c: added GPATH,GTAGS,GRTAGS,GSYMS,tags,TAGS,ID to DEFAULTSKIP.          * conf.c: added GPATH,GTAGS,GRTAGS,GSYMS,tags,TAGS,ID to DEFAULTSKIP.
194          * find.c: decreased dependency on find(1).          * find.c: decreased dependency on find(1).
# Line 204  March 30 2002, Shigio Yamaguchi  <shigio Line 204  March 30 2002, Shigio Yamaguchi  <shigio
204          * htags: changed open into 'open + exec' to avoid command substitutions          * htags: changed open into 'open + exec' to avoid command substitutions
205            in pattern.            in pattern.
206    
207  January 22 2002, Shigio Yamaguchi  <shigio@gnu.org>  January 22 2002, Shigio Yamaguchi
208    
209          * htags: build trouble fixed.          * htags: build trouble fixed.
210            global.cgi wasn't generated correctly.            global.cgi wasn't generated correctly.
211    
212  January 10 2002, Shigio Yamaguchi  <shigio@gnu.org>  January 10 2002, Shigio Yamaguchi
213    
214          * DJGPP support code added.          * DJGPP support code added.
215            Jason Hood ported Global-4.0.1 into DJGPP environment.            Jason Hood ported Global-4.0.1 into DJGPP environment.
# Line 220  January 10 2002, Shigio Yamaguchi  <shig Line 220  January 10 2002, Shigio Yamaguchi  <shig
220          * gtags, global: make exit code rule:          * gtags, global: make exit code rule:
221            0:normal, 1:exception, 2:usage, 3:GTAGS not found.            0:normal, 1:exception, 2:usage, 3:GTAGS not found.
222    
223  November 23 2001, Shigio Yamaguchi  <shigio@tamacom.com>  November 23 2001, Shigio Yamaguchi
224    
225          * gtags: format char for strftime() changed (%e -> %d).          * gtags: format char for strftime() changed (%e -> %d).
226          * gtags: the path of gctags changed from 'gctags' to '$bindir/gctags'.          * gtags: the path of gctags changed from 'gctags' to '$bindir/gctags'.
# Line 232  November 23 2001, Shigio Yamaguchi  <shi Line 232  November 23 2001, Shigio Yamaguchi  <shi
232          * libglibc/snprintf.c added.          * libglibc/snprintf.c added.
233          * move gfind_xxx from libutil/find.c to libutil/gpathop.c.          * move gfind_xxx from libutil/find.c to libutil/gpathop.c.
234    
235  July 31 2001, Shigio Yamaguchi  <shigio@tamacom.com>  July 31 2001, Shigio Yamaguchi
236    
237          * VERSION: removed.          * VERSION: removed.
238          * compat.h: moved to libdb/.          * compat.h: moved to libdb/.
# Line 240  July 31 2001, Shigio Yamaguchi  <shigio@ Line 240  July 31 2001, Shigio Yamaguchi  <shigio@
240          * htags: WWW link in hypertext was modified.          * htags: WWW link in hypertext was modified.
241          * gtags.c, global.c: rewrite code for putenv(3) using malloc(3).          * gtags.c, global.c: rewrite code for putenv(3) using malloc(3).
242    
243  July 12 2001, Shigio Yamaguchi  <shigio@tamacom.com>  July 12 2001, Shigio Yamaguchi
244    
245          * config variable HAVE_SNPRINTF and AC_FUNC_ALLOCA added.          * config variable HAVE_SNPRINTF and AC_FUNC_ALLOCA added.
246          * stop using MAXENVLEN because it brings buffer overflow.          * stop using MAXENVLEN because it brings buffer overflow.
# Line 256  July 12 2001, Shigio Yamaguchi  <shigio@ Line 256  July 12 2001, Shigio Yamaguchi  <shigio@
256          * gctags/{C.c,Cpp.c}: memory violation fixed.          * gctags/{C.c,Cpp.c}: memory violation fixed.
257          * libutil/getopt* and libregex/* moved to new libglibc/ directory.          * libutil/getopt* and libregex/* moved to new libglibc/ directory.
258    
259  September 26 2000, Shigio Yamaguchi  <shigio@tamacom.com>  September 26 2000, Shigio Yamaguchi
260    
261          * htags.pl: use generated path of perl for global.cgi.          * htags.pl: use generated path of perl for global.cgi.
262          * global.1, htags.1, btreeop.1: fix missing .El.          * global.1, htags.1, btreeop.1: fix missing .El.
263          * make version number 'major.minor.fixed'.          * make version number 'major.minor.fixed'.
264    
265  September 3 2000, Shigio Yamaguchi  <shigio@tamacom.com>  September 3 2000, Shigio Yamaguchi
266    
267          * license changed from BSD-style to GPL.          * license changed from BSD-style to GPL.
268          * now generated automatically by automake and autoconf.          * now generated automatically by automake and autoconf.
# Line 287  September 3 2000, Shigio Yamaguchi  <shi Line 287  September 3 2000, Shigio Yamaguchi  <shi
287            prefix 'gtags-' added to all functions to avoid conflicts with            prefix 'gtags-' added to all functions to avoid conflicts with
288            other packages..            other packages..
289    
290  December 23, 1999, Shigio Yamaguchi  <shigio@tamacom.com>  December 23, 1999, Shigio Yamaguchi
291    
292          * htags.pl: change the process of removing cache file.          * htags.pl: change the process of removing cache file.
293          * global.c, gtagsop.c, dbop.c: processing of regular expression          * global.c, gtagsop.c, dbop.c: processing of regular expression
# Line 296  December 23, 1999, Shigio Yamaguchi  <sh Line 296  December 23, 1999, Shigio Yamaguchi  <sh
296          * find.c: gfindopen(), gfindread(), gfindclose() added for          * find.c: gfindopen(), gfindread(), gfindclose() added for
297            optimizing -g option.            optimizing -g option.
298    
299  November 3, 1999, Shigio Yamaguchi  <shigio@tamacom.com>  November 3, 1999, Shigio Yamaguchi
300    
301          * htags: stop memory cache.          * htags: stop memory cache.
302          * token.c: change buffer type from char to unsigned char.          * token.c: change buffer type from char to unsigned char.
303    
304  September 17, 1999, Shigio Yamaguchi  <shigio@tamacom.com>  September 17, 1999, Shigio Yamaguchi
305    
306          * compat.h: macro for solaris added.          * compat.h: macro for solaris added.
307          * Makefile.bsd: delete libregex.a target because BSD has it in libc.          * Makefile.bsd: delete libregex.a target because BSD has it in libc.
308    
309  August 29, 1999, Shigio Yamaguchi  <shigio@tamacom.com>  August 29, 1999, Shigio Yamaguchi
310    
311          * gozilla: add DDE communication code in Windows 32.          * gozilla: add DDE communication code in Windows 32.
312    
313  August 26, 1999, Shigio Yamaguchi  <shigio@tamacom.com>  August 26, 1999, Shigio Yamaguchi
314    
315          * Cygwin support code added.          * Cygwin support code added.
316            David Aspinwall ported Global-3.44 into cygwin32 environment.            David Aspinwall ported Global-3.44 into cygwin32 environment.
# Line 320  August 26, 1999, Shigio Yamaguchi  <shig Line 320  August 26, 1999, Shigio Yamaguchi  <shig
320            So any bugs in this area are therefore my fault, not David's.            So any bugs in this area are therefore my fault, not David's.
321          * htags: stop using cp(1).          * htags: stop using cp(1).
322    
323  August 23, 1999, Shigio Yamaguchi  <shigio@tamacom.com>  August 23, 1999, Shigio Yamaguchi
324    
325          * Windows 32 support code added.          * Windows 32 support code added.
326            Dan Fandrich ported Global-3.44 into Windows 32 environment.            Dan Fandrich ported Global-3.44 into Windows 32 environment.
# Line 333  August 23, 1999, Shigio Yamaguchi  <shig Line 333  August 23, 1999, Shigio Yamaguchi  <shig
333          * htags: rewrite header #!/usr/bin/perl -> #!/usr/bin/env perl          * htags: rewrite header #!/usr/bin/perl -> #!/usr/bin/env perl
334          * find.c: USEFIND undefined by default.          * find.c: USEFIND undefined by default.
335    
336  March 22, 1999, Shigio Yamaguchi  <shigio@wafu.netgate.net>  March 22, 1999, Shigio Yamaguchi
337    
338          * htags: internal path changed for ISO9660 file system.          * htags: internal path changed for ISO9660 file system.
339          * htags: --action=url, --id=id and --nocgi options added to realize          * htags: --action=url, --id=id and --nocgi options added to realize
# Line 342  March 22, 1999, Shigio Yamaguchi  <shigi Line 342  March 22, 1999, Shigio Yamaguchi  <shigi
342          * db(3) 1.85 imported to keep machine independency in generic make.          * db(3) 1.85 imported to keep machine independency in generic make.
343            'dbpatches' already has been applied.            'dbpatches' already has been applied.
344    
345  January 20, 1999, Shigio Yamaguchi  <shigio@wafu.netgate.net>  January 20, 1999, Shigio Yamaguchi
346    
347          * wrong copyright notice fixed. (regents -> author)          * wrong copyright notice fixed. (regents -> author)
348          * gtags.el: stop auto execution of gtags-make-complete-list.          * gtags.el: stop auto execution of gtags-make-complete-list.
# Line 350  January 20, 1999, Shigio Yamaguchi  <shi Line 350  January 20, 1999, Shigio Yamaguchi  <shi
350          * gozilla: path conversion rule added.(It will be used in the future.)          * gozilla: path conversion rule added.(It will be used in the future.)
351          * htags: META TAG added to reject robots.          * htags: META TAG added to reject robots.
352    
353  January 8, 1999, Shigio Yamaguchi  <shigio@wafu.netgate.net>  January 8, 1999, Shigio Yamaguchi
354    
355          * 'void main()' changed into 'int main()'.          * 'void main()' changed into 'int main()'.
356    
357  December 10, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  December 10, 1998, Shigio Yamaguchi
358    
359          * rename db_XXX to dbop_XXX because some of them conflict against          * rename db_XXX to dbop_XXX because some of them conflict against
360            functions in db-2.X.            functions in db-2.X.
361          * nvi-1.79-m17n.diff: deleted because it is hard for me to maintain          * nvi-1.79-m17n.diff: deleted because it is hard for me to maintain
362            it. Sorry.            it. Sorry.
363    
364  November 8, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  November 8, 1998, Shigio Yamaguchi
365    
366          * global: --filter option added. (internal use only - undocumented)          * global: --filter option added. (internal use only - undocumented)
367          * htags: tabs parameter added in global.conf to change tab stop.          * htags: tabs parameter added in global.conf to change tab stop.
368          * Makefile.generic: make sub makefiles inherit the macros from          * Makefile.generic: make sub makefiles inherit the macros from
369            the root Makefile.            the root Makefile.
370    
371  September 13, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  September 13, 1998, Shigio Yamaguchi
372    
373          * Makefile: library name changed from libutil.a to libgloutil.a          * Makefile: library name changed from libutil.a to libgloutil.a
374            becase that conflicts against other library.            becase that conflicts against other library.
# Line 376  September 13, 1998, Shigio Yamaguchi  <s Line 376  September 13, 1998, Shigio Yamaguchi  <s
376            Thanks to Ken Arnold and the other people who developped BSD ctags(1).            Thanks to Ken Arnold and the other people who developped BSD ctags(1).
377            Without it, GLOBAL had never been here.            Without it, GLOBAL had never been here.
378    
379  August 31, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  August 31, 1998, Shigio Yamaguchi
380    
381          * nvi-1.79-m17n.diff: patch for multilingual nvi added.          * nvi-1.79-m17n.diff: patch for multilingual nvi added.
382          * nvi-1.66.diff: patch for nvi-1.66 added.          * nvi-1.66.diff: patch for nvi-1.66 added.
# Line 384  August 31, 1998, Shigio Yamaguchi  <shig Line 384  August 31, 1998, Shigio Yamaguchi  <shig
384          * gozilla/Imakefile: make it possible to build gozilla alone without          * gozilla/Imakefile: make it possible to build gozilla alone without
385            building libgloutil.a.            building libgloutil.a.
386    
387  August 4, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  August 4, 1998, Shigio Yamaguchi
388    
389          * gtags: --find option and --expand option added.          * gtags: --find option and --expand option added.
390            (internal use only - undocumented)            (internal use only - undocumented)
# Line 393  August 4, 1998, Shigio Yamaguchi  <shigi Line 393  August 4, 1998, Shigio Yamaguchi  <shigi
393            It is now hard coded.            It is now hard coded.
394          * find.c: dirent version added.          * find.c: dirent version added.
395    
396  July 5, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  July 5, 1998, Shigio Yamaguchi
397    
398          * fixed warning by -Wall -Wmissing-prototypes.          * fixed warning by -Wall -Wmissing-prototypes.
399    
400  June 25, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  June 25, 1998, Shigio Yamaguchi
401    
402          * gctags, gtags: -c option moved from gctags to gtags.          * gctags, gtags: -c option moved from gctags to gtags.
403            (It is needed for supporting plugged-in parser.)            (It is needed for supporting plugged-in parser.)
# Line 405  June 25, 1998, Shigio Yamaguchi  <shigio Line 405  June 25, 1998, Shigio Yamaguchi  <shigio
405          * gtags.c: replace "%+" of strftime with "%a %b %e %H:%M:%S %Z %Y".          * gtags.c: replace "%+" of strftime with "%a %b %e %H:%M:%S %Z %Y".
406            for Debian GNU linux 1.3.1.            for Debian GNU linux 1.3.1.
407    
408  January 13, 1998, Shigio Yamaguchi  <shigio@wafu.netgate.net>  January 13, 1998, Shigio Yamaguchi
409    
410          * gctags/Makefile, gctags/Makefile.generic, gctags/ctags.h:          * gctags/Makefile, gctags/Makefile.generic, gctags/ctags.h:
411            definitions of GLOBAL and YACC moved from Makefile to ctags.h.            definitions of GLOBAL and YACC moved from Makefile to ctags.h.
412    
413  December 11, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  December 11, 1997, Shigio Yamaguchi
414    
415          * lib/Makefile.generic:          * lib/Makefile.generic:
416            change MANDIR definition from /usr/share/man to /usr/man.            change MANDIR definition from /usr/share/man to /usr/man.
# Line 420  December 11, 1997, Shigio Yamaguchi  <sh Line 420  December 11, 1997, Shigio Yamaguchi  <sh
420          * htags/Makefile, systags/Makefile:          * htags/Makefile, systags/Makefile:
421            rewrite ${DESTDIR}/usr/bin to ${DESTDIR}${BINDIR}.            rewrite ${DESTDIR}/usr/bin to ${DESTDIR}${BINDIR}.
422    
423  December 7, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  December 7, 1997, Shigio Yamaguchi
424    
425          * global,gtags,gozilla: rewritten with C for performance.          * global,gtags,gozilla: rewritten with C for performance.
426          * htags: shape up anchor database.          * htags: shape up anchor database.
427    
428  November 7, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  November 7, 1997, Shigio Yamaguchi
429    
430          * Makefile.generic: a few change for Debian GNU/Linux.          * Makefile.generic: a few change for Debian GNU/Linux.
431    
432  September 20, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  September 20, 1997, Shigio Yamaguchi
433    
434          * gctags, btreeop: remove <err.h> for portability.          * gctags, btreeop: remove <err.h> for portability.
435          * btreeop: 'detab() + fprintf' is replaced with 'detab_print()'.          * btreeop: 'detab() + fprintf' is replaced with 'detab_print()'.
# Line 440  September 20, 1997, Shigio Yamaguchi  <s Line 440  September 20, 1997, Shigio Yamaguchi  <s
440          * gozilla: support X-property communication to mozilla.          * gozilla: support X-property communication to mozilla.
441            See http://home.netscape.com/newsref/std/x-remote.html.            See http://home.netscape.com/newsref/std/x-remote.html.
442    
443  July 7, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  July 7, 1997, Shigio Yamaguchi
444    
445          * htags: tuned for performance.          * htags: tuned for performance.
446          * gtags, gctags: move some code for assembly source from gtags          * gtags, gctags: move some code for assembly source from gtags
# Line 448  July 7, 1997, Shigio Yamaguchi  <shigio@ Line 448  July 7, 1997, Shigio Yamaguchi  <shigio@
448          * gtags, htags, global: restrict PATH to '/bin:/usr/bin'.          * gtags, htags, global: restrict PATH to '/bin:/usr/bin'.
449          * nvi-1.76.diff: deleted because it is old enough.          * nvi-1.76.diff: deleted because it is old enough.
450    
451  April 21, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  April 21, 1997, Shigio Yamaguchi
452    
453          * gctags, btreeop: a few changes for SunOS 4.1.3.          * gctags, btreeop: a few changes for SunOS 4.1.3.
454          * global: 'format version record' implemented.          * global: 'format version record' implemented.
# Line 457  April 21, 1997, Shigio Yamaguchi  <shigi Line 457  April 21, 1997, Shigio Yamaguchi  <shigi
457            variable.            variable.
458          * nvi-1.79.diff: added for nvi-1.79.          * nvi-1.79.diff: added for nvi-1.79.
459    
460  April 5, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  April 5, 1997, Shigio Yamaguchi
461    
462          * gctags, btreeop, Makefile: a few changed for Linux and Solaris.          * gctags, btreeop, Makefile: a few changed for Linux and Solaris.
463          * htags: changed internal separator from '|' to ' ', because some OS          * htags: changed internal separator from '|' to ' ', because some OS
464            cannot treat '|' in a path.            cannot treat '|' in a path.
465          * gctags, htags: regard 'entry' as a reserved word.          * gctags, htags: regard 'entry' as a reserved word.
466    
467  February 17, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  February 17, 1997, Shigio Yamaguchi
468    
469          * htags: htags no longer makes frame.html. index.html includes frame.          * htags: htags no longer makes frame.html. index.html includes frame.
470          * htags: tuned for performance.          * htags: tuned for performance.
471    
472  January 21, 1997, Shigio Yamaguchi  <shigio@wafu.netgate.net>  January 21, 1997, Shigio Yamaguchi
473    
474          * gctags: import ctags.c and apply ctags.diff for generic UNIX.          * gctags: import ctags.c and apply ctags.diff for generic UNIX.
475          * htags: cease using <BLOCKQUOTE> because lynx doesn't understand it.          * htags: cease using <BLOCKQUOTE> because lynx doesn't understand it.
476          * global,htags: replace 'sort -u' with 'sort | uniq' for compatibility.          * global,htags: replace 'sort -u' with 'sort | uniq' for compatibility.
477          * nvi-1.76.diff: added for nvi 1.76.          * nvi-1.76.diff: added for nvi 1.76.
478    
479  October 26, 1996, Shigio Yamaguchi  <shigio@ca2.so-net.or.jp>  October 26, 1996, Shigio Yamaguchi
480    
481          * ctags.diff: now search all part of a yacc file for C functions.          * ctags.diff: now search all part of a yacc file for C functions.
482            (original only 3rd part)            (original only 3rd part)
483          * ctags.diff: no longer consider a yacc rule to be an object.          * ctags.diff: no longer consider a yacc rule to be an object.
484    
485  June 7, 1996, Shigio Yamaguchi  <shigio@ca2.so-net.or.jp>  June 7, 1996, Shigio Yamaguchi
486    
487          * use bsearch(3) for searching reserved words.          * use bsearch(3) for searching reserved words.
488    
489  April 21, 1996, Shigio Yamaguchi  <shigio@ca2.so-net.or.jp>  April 21, 1996, Shigio Yamaguchi
490    
491          * global.pl, gtags.sh, btreeop.c, ctags.diff, Makefile.          * global.pl, gtags.sh, btreeop.c, ctags.diff, Makefile.
492          * only support FreeBSD 2.0.5R, 2.1R and 2.1.5R.          * only support FreeBSD 2.0.5R, 2.1R and 2.1.5R.

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26