/[global]/global/ChangeLog
ViewVC logotype

Diff of /global/ChangeLog

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

revision 1.87 by shigio, Sat Feb 26 04:22:36 2005 UTC revision 1.88 by shigio, Sat Feb 26 08:02:03 2005 UTC
# Line 19  ___________________________________ Line 19  ___________________________________
19    
20  ChangeLog about GNU GLOBAL  ChangeLog about GNU GLOBAL
21    
22  February 26 2005, Shigio Yamaguchi  February 26 2005, Shigio YAMAGUCHI
23    
24          * Required version of autotools was updated.          * Required version of autotools was updated.
25            - autoconf 2.59            - autoconf 2.59
# Line 33  February 26 2005, Shigio Yamaguchi Line 33  February 26 2005, Shigio Yamaguchi
33          * gtags-parser: Modified to use a switch table for switching          * gtags-parser: Modified to use a switch table for switching
34            language.            language.
35    
36  November 11 2004, Shigio Yamaguchi  November 11 2004, Shigio YAMAGUCHI
37    
38          * Assembly language parser rewritten using Yacc.          * Assembly language parser rewritten using Yacc.
39          * libutil/strmake.c: strtrim() added.          * libutil/strmake.c: strtrim() added.
# Line 69  November 11 2004, Shigio Yamaguchi Line 69  November 11 2004, Shigio Yamaguchi
69              doesn't support multi-language, the slowness is quite meaningless.              doesn't support multi-language, the slowness is quite meaningless.
70            - In the past, the specification of sort command was changed.            - In the past, the specification of sort command was changed.
71    
72  October 6 2004, Shigio Yamaguchi  October 6 2004, Shigio YAMAGUCHI
73    
74          * libutil/langmap.c, langmap.h added.          * libutil/langmap.c, langmap.h added.
75            Config variable 'langmap' will be added officially sooner or later.            Config variable 'langmap' will be added officially sooner or later.
# Line 98  October 6 2004, Shigio Yamaguchi Line 98  October 6 2004, Shigio Yamaguchi
98          * htags/src2html.c: Modified to use a switch table for switching          * htags/src2html.c: Modified to use a switch table for switching
99            language.            language.
100    
101  August 26 2004, Shigio Yamaguchi  August 26 2004, Shigio YAMAGUCHI
102    
103          * Moved function now() from gtags.c to libutil/date.c.          * Moved function now() from gtags.c to libutil/date.c.
104          * 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 108  August 26 2004, Shigio Yamaguchi Line 108  August 26 2004, Shigio Yamaguchi
108          * 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)
109            was stopped. We need gperf-3.0.1 instead.            was stopped. We need gperf-3.0.1 instead.
110    
111  June 1 2004, Shigio Yamaguchi  June 1 2004, Shigio YAMAGUCHI
112    
113          * htags: Function usable() was changed to the same specification          * htags: Function usable() was changed to the same specification
114            as usable() in libutil/usable().            as usable() in libutil/usable().
# Line 117  June 1 2004, Shigio Yamaguchi Line 117  June 1 2004, Shigio Yamaguchi
117          * conf.c: New config variable 'bindir' and 'datadir' added.          * conf.c: New config variable 'bindir' and 'datadir' added.
118          * w32/ directory removed.          * w32/ directory removed.
119    
120  Feb 1 2004, Shigio Yamaguchi  Feb 1 2004, Shigio YAMAGUCHI
121    
122          * Rewrite strbuf_putn() without snprintf().          * Rewrite strbuf_putn() without snprintf().
123          * Created datadir, the default is '/usr/local/share/gtags'.          * Created datadir, the default is '/usr/local/share/gtags'.
# Line 125  Feb 1 2004, Shigio Yamaguchi Line 125  Feb 1 2004, Shigio Yamaguchi
125            AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS            AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS
126            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
127    
128  Oct 3 2003, Shigio Yamaguchi  Oct 3 2003, Shigio YAMAGUCHI
129    
130          * 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
131            are generated by autoconf.            are generated by autoconf.
# Line 134  Oct 3 2003, Shigio Yamaguchi Line 134  Oct 3 2003, Shigio Yamaguchi
134            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,
135            otherwise use dirent(3).            otherwise use dirent(3).
136    
137  July 2 2003, Shigio Yamaguchi  July 2 2003, Shigio YAMAGUCHI
138    
139          * gctags: If you want to build this parser from original source in          * gctags: If you want to build this parser from original source in
140            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 144  July 2 2003, Shigio Yamaguchi Line 144  July 2 2003, Shigio Yamaguchi
144          * gtags.c: The --createdb and the --readdb option which used for anchor          * gtags.c: The --createdb and the --readdb option which used for anchor
145            database were removed, becase there is no necessity any longer.            database were removed, becase there is no necessity any longer.
146    
147  June 5 2003, Shigio Yamaguchi  June 5 2003, Shigio YAMAGUCHI
148    
149          * libutil/env.c: replace putenv() and setenv() with set_env();          * libutil/env.c: replace putenv() and setenv() with set_env();
150          * libutil/char.c,char.h: New files.          * libutil/char.c,char.h: New files.
# Line 164  June 5 2003, Shigio Yamaguchi Line 164  June 5 2003, Shigio Yamaguchi
164            Please use ./configure CFLAGS=VAL instead.            Please use ./configure CFLAGS=VAL instead.
165          * reconf.sh: --configure, --make and --install option added.          * reconf.sh: --configure, --make and --install option added.
166    
167  March 29 2003, Shigio Yamaguchi  March 29 2003, Shigio YAMAGUCHI
168    
169          * C.c,Cpp.c: move some code into condition_macro.          * C.c,Cpp.c: move some code into condition_macro.
170          * 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 176  March 29 2003, Shigio Yamaguchi Line 176  March 29 2003, Shigio Yamaguchi
176            'colorize_warned_line', 'warned_line_begin', 'warned_line_end'.            'colorize_warned_line', 'warned_line_begin', 'warned_line_end'.
177          * dbop.c: environment variable GTAGSCACHE added.          * dbop.c: environment variable GTAGSCACHE added.
178    
179  November 9 2002, Shigio Yamaguchi  November 9 2002, Shigio YAMAGUCHI
180    
181          * gtags.c: --convert/--createdb/--readdb/--scandb option added.          * gtags.c: --convert/--createdb/--readdb/--scandb option added.
182          * btreeop: replaced with gtags and removed.          * btreeop: replaced with gtags and removed.
# Line 189  November 9 2002, Shigio Yamaguchi Line 189  November 9 2002, Shigio Yamaguchi
189          * doc/*.texi: renamed from *.texi to *.txi for djgpp.          * doc/*.texi: renamed from *.texi to *.txi for djgpp.
190          * libutil: linetable.[ch] added.          * libutil: linetable.[ch] added.
191    
192  July 4 2002, Shigio Yamaguchi  July 4 2002, Shigio YAMAGUCHI
193    
194          * gctags.c: allows second argument in *ENTRY for 4.3BSD.          * gctags.c: allows second argument in *ENTRY for 4.3BSD.
195          * split.c: splitting function added.          * split.c: splitting function added.
# Line 203  July 4 2002, Shigio Yamaguchi Line 203  July 4 2002, Shigio Yamaguchi
203            so that sort can treat smaller number of tag lines.            so that sort can treat smaller number of tag lines.
204          * htags: makedupindex() rewritten for performance.          * htags: makedupindex() rewritten for performance.
205    
206  March 30 2002, Shigio Yamaguchi  March 30 2002, Shigio YAMAGUCHI
207    
208          * conf.c: added GPATH,GTAGS,GRTAGS,GSYMS,tags,TAGS,ID to DEFAULTSKIP.          * conf.c: added GPATH,GTAGS,GRTAGS,GSYMS,tags,TAGS,ID to DEFAULTSKIP.
209          * find.c: decreased dependency on find(1).          * find.c: decreased dependency on find(1).
# Line 219  March 30 2002, Shigio Yamaguchi Line 219  March 30 2002, Shigio Yamaguchi
219          * htags: changed open into 'open + exec' to avoid command substitutions          * htags: changed open into 'open + exec' to avoid command substitutions
220            in pattern.            in pattern.
221    
222  January 22 2002, Shigio Yamaguchi  January 22 2002, Shigio YAMAGUCHI
223    
224          * htags: build trouble fixed.          * htags: build trouble fixed.
225            global.cgi wasn't generated correctly.            global.cgi wasn't generated correctly.
226    
227  January 10 2002, Shigio Yamaguchi  January 10 2002, Shigio YAMAGUCHI
228    
229          * DJGPP support code added.          * DJGPP support code added.
230            Jason Hood ported Global-4.0.1 into DJGPP environment.            Jason Hood ported Global-4.0.1 into DJGPP environment.
# Line 235  January 10 2002, Shigio Yamaguchi Line 235  January 10 2002, Shigio Yamaguchi
235          * gtags, global: make exit code rule:          * gtags, global: make exit code rule:
236            0:normal, 1:exception, 2:usage, 3:GTAGS not found.            0:normal, 1:exception, 2:usage, 3:GTAGS not found.
237    
238  November 23 2001, Shigio Yamaguchi  November 23 2001, Shigio YAMAGUCHI
239    
240          * gtags: format char for strftime() changed (%e -> %d).          * gtags: format char for strftime() changed (%e -> %d).
241          * gtags: the path of gctags changed from 'gctags' to '$bindir/gctags'.          * gtags: the path of gctags changed from 'gctags' to '$bindir/gctags'.
# Line 247  November 23 2001, Shigio Yamaguchi Line 247  November 23 2001, Shigio Yamaguchi
247          * libglibc/snprintf.c added.          * libglibc/snprintf.c added.
248          * move gfind_xxx from libutil/find.c to libutil/gpathop.c.          * move gfind_xxx from libutil/find.c to libutil/gpathop.c.
249    
250  July 31 2001, Shigio Yamaguchi  July 31 2001, Shigio YAMAGUCHI
251    
252          * VERSION: removed.          * VERSION: removed.
253          * compat.h: moved to libdb/.          * compat.h: moved to libdb/.
# Line 255  July 31 2001, Shigio Yamaguchi Line 255  July 31 2001, Shigio Yamaguchi
255          * htags: WWW link in hypertext was modified.          * htags: WWW link in hypertext was modified.
256          * gtags.c, global.c: rewrite code for putenv(3) using malloc(3).          * gtags.c, global.c: rewrite code for putenv(3) using malloc(3).
257    
258  July 12 2001, Shigio Yamaguchi  July 12 2001, Shigio YAMAGUCHI
259    
260          * config variable HAVE_SNPRINTF and AC_FUNC_ALLOCA added.          * config variable HAVE_SNPRINTF and AC_FUNC_ALLOCA added.
261          * stop using MAXENVLEN because it brings buffer overflow.          * stop using MAXENVLEN because it brings buffer overflow.
# Line 271  July 12 2001, Shigio Yamaguchi Line 271  July 12 2001, Shigio Yamaguchi
271          * gctags/{C.c,Cpp.c}: memory violation fixed.          * gctags/{C.c,Cpp.c}: memory violation fixed.
272          * libutil/getopt* and libregex/* moved to new libglibc/ directory.          * libutil/getopt* and libregex/* moved to new libglibc/ directory.
273    
274  September 26 2000, Shigio Yamaguchi  September 26 2000, Shigio YAMAGUCHI
275    
276          * htags.pl: use generated path of perl for global.cgi.          * htags.pl: use generated path of perl for global.cgi.
277          * global.1, htags.1, btreeop.1: fix missing .El.          * global.1, htags.1, btreeop.1: fix missing .El.
278          * make version number 'major.minor.fixed'.          * make version number 'major.minor.fixed'.
279    
280  September 3 2000, Shigio Yamaguchi  September 3 2000, Shigio YAMAGUCHI
281    
282          * license changed from BSD-style to GPL.          * license changed from BSD-style to GPL.
283          * now generated automatically by automake and autoconf.          * now generated automatically by automake and autoconf.
# Line 302  September 3 2000, Shigio Yamaguchi Line 302  September 3 2000, Shigio Yamaguchi
302            prefix 'gtags-' added to all functions to avoid conflicts with            prefix 'gtags-' added to all functions to avoid conflicts with
303            other packages..            other packages..
304    
305  December 23, 1999, Shigio Yamaguchi  December 23, 1999, Shigio YAMAGUCHI
306    
307          * htags.pl: change the process of removing cache file.          * htags.pl: change the process of removing cache file.
308          * global.c, gtagsop.c, dbop.c: processing of regular expression          * global.c, gtagsop.c, dbop.c: processing of regular expression
# Line 311  December 23, 1999, Shigio Yamaguchi Line 311  December 23, 1999, Shigio Yamaguchi
311          * find.c: gfindopen(), gfindread(), gfindclose() added for          * find.c: gfindopen(), gfindread(), gfindclose() added for
312            optimizing -g option.            optimizing -g option.
313    
314  November 3, 1999, Shigio Yamaguchi  November 3, 1999, Shigio YAMAGUCHI
315    
316          * htags: stop memory cache.          * htags: stop memory cache.
317          * token.c: change buffer type from char to unsigned char.          * token.c: change buffer type from char to unsigned char.
318    
319  September 17, 1999, Shigio Yamaguchi  September 17, 1999, Shigio YAMAGUCHI
320    
321          * compat.h: macro for solaris added.          * compat.h: macro for solaris added.
322          * Makefile.bsd: delete libregex.a target because BSD has it in libc.          * Makefile.bsd: delete libregex.a target because BSD has it in libc.
323    
324  August 29, 1999, Shigio Yamaguchi  August 29, 1999, Shigio YAMAGUCHI
325    
326          * gozilla: add DDE communication code in Windows 32.          * gozilla: add DDE communication code in Windows 32.
327    
328  August 26, 1999, Shigio Yamaguchi  August 26, 1999, Shigio YAMAGUCHI
329    
330          * Cygwin support code added.          * Cygwin support code added.
331            David Aspinwall ported Global-3.44 into cygwin32 environment.            David Aspinwall ported Global-3.44 into cygwin32 environment.
# Line 335  August 26, 1999, Shigio Yamaguchi Line 335  August 26, 1999, Shigio Yamaguchi
335            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.
336          * htags: stop using cp(1).          * htags: stop using cp(1).
337    
338  August 23, 1999, Shigio Yamaguchi  August 23, 1999, Shigio YAMAGUCHI
339    
340          * Windows 32 support code added.          * Windows 32 support code added.
341            Dan Fandrich ported Global-3.44 into Windows 32 environment.            Dan Fandrich ported Global-3.44 into Windows 32 environment.
# Line 348  August 23, 1999, Shigio Yamaguchi Line 348  August 23, 1999, Shigio Yamaguchi
348          * htags: rewrite header #!/usr/bin/perl -> #!/usr/bin/env perl          * htags: rewrite header #!/usr/bin/perl -> #!/usr/bin/env perl
349          * find.c: USEFIND undefined by default.          * find.c: USEFIND undefined by default.
350    
351  March 22, 1999, Shigio Yamaguchi  March 22, 1999, Shigio YAMAGUCHI
352    
353          * htags: internal path changed for ISO9660 file system.          * htags: internal path changed for ISO9660 file system.
354          * htags: --action=url, --id=id and --nocgi options added to realize          * htags: --action=url, --id=id and --nocgi options added to realize
# Line 357  March 22, 1999, Shigio Yamaguchi Line 357  March 22, 1999, Shigio Yamaguchi
357          * db(3) 1.85 imported to keep machine independency in generic make.          * db(3) 1.85 imported to keep machine independency in generic make.
358            'dbpatches' already has been applied.            'dbpatches' already has been applied.
359    
360  January 20, 1999, Shigio Yamaguchi  January 20, 1999, Shigio YAMAGUCHI
361    
362          * wrong copyright notice fixed. (regents -> author)          * wrong copyright notice fixed. (regents -> author)
363          * gtags.el: stop auto execution of gtags-make-complete-list.          * gtags.el: stop auto execution of gtags-make-complete-list.
# Line 365  January 20, 1999, Shigio Yamaguchi Line 365  January 20, 1999, Shigio Yamaguchi
365          * gozilla: path conversion rule added.(It will be used in the future.)          * gozilla: path conversion rule added.(It will be used in the future.)
366          * htags: META TAG added to reject robots.          * htags: META TAG added to reject robots.
367    
368  January 8, 1999, Shigio Yamaguchi  January 8, 1999, Shigio YAMAGUCHI
369    
370          * 'void main()' changed into 'int main()'.          * 'void main()' changed into 'int main()'.
371    
372  December 10, 1998, Shigio Yamaguchi  December 10, 1998, Shigio YAMAGUCHI
373    
374          * rename db_XXX to dbop_XXX because some of them conflict against          * rename db_XXX to dbop_XXX because some of them conflict against
375            functions in db-2.X.            functions in db-2.X.
376          * 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
377            it. Sorry.            it. Sorry.
378    
379  November 8, 1998, Shigio Yamaguchi  November 8, 1998, Shigio YAMAGUCHI
380    
381          * global: --filter option added. (internal use only - undocumented)          * global: --filter option added. (internal use only - undocumented)
382          * htags: tabs parameter added in global.conf to change tab stop.          * htags: tabs parameter added in global.conf to change tab stop.
383          * Makefile.generic: make sub makefiles inherit the macros from          * Makefile.generic: make sub makefiles inherit the macros from
384            the root Makefile.            the root Makefile.
385    
386  September 13, 1998, Shigio Yamaguchi  September 13, 1998, Shigio YAMAGUCHI
387    
388          * Makefile: library name changed from libutil.a to libgloutil.a          * Makefile: library name changed from libutil.a to libgloutil.a
389            becase that conflicts against other library.            becase that conflicts against other library.
# Line 391  September 13, 1998, Shigio Yamaguchi Line 391  September 13, 1998, Shigio Yamaguchi
391            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).
392            Without it, GLOBAL had never been here.            Without it, GLOBAL had never been here.
393    
394  August 31, 1998, Shigio Yamaguchi  August 31, 1998, Shigio YAMAGUCHI
395    
396          * nvi-1.79-m17n.diff: patch for multilingual nvi added.          * nvi-1.79-m17n.diff: patch for multilingual nvi added.
397          * nvi-1.66.diff: patch for nvi-1.66 added.          * nvi-1.66.diff: patch for nvi-1.66 added.
# Line 399  August 31, 1998, Shigio Yamaguchi Line 399  August 31, 1998, Shigio Yamaguchi
399          * gozilla/Imakefile: make it possible to build gozilla alone without          * gozilla/Imakefile: make it possible to build gozilla alone without
400            building libgloutil.a.            building libgloutil.a.
401    
402  August 4, 1998, Shigio Yamaguchi  August 4, 1998, Shigio YAMAGUCHI
403    
404          * gtags: --find option and --expand option added.          * gtags: --find option and --expand option added.
405            (internal use only - undocumented)            (internal use only - undocumented)
# Line 408  August 4, 1998, Shigio Yamaguchi Line 408  August 4, 1998, Shigio Yamaguchi
408            It is now hard coded.            It is now hard coded.
409          * find.c: dirent version added.          * find.c: dirent version added.
410    
411  July 5, 1998, Shigio Yamaguchi  July 5, 1998, Shigio YAMAGUCHI
412    
413          * fixed warning by -Wall -Wmissing-prototypes.          * fixed warning by -Wall -Wmissing-prototypes.
414    
415  June 25, 1998, Shigio Yamaguchi  June 25, 1998, Shigio YAMAGUCHI
416    
417          * gctags, gtags: -c option moved from gctags to gtags.          * gctags, gtags: -c option moved from gctags to gtags.
418            (It is needed for supporting plugged-in parser.)            (It is needed for supporting plugged-in parser.)
# Line 420  June 25, 1998, Shigio Yamaguchi Line 420  June 25, 1998, Shigio Yamaguchi
420          * 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".
421            for Debian GNU linux 1.3.1.            for Debian GNU linux 1.3.1.
422    
423  January 13, 1998, Shigio Yamaguchi  January 13, 1998, Shigio YAMAGUCHI
424    
425          * gctags/Makefile, gctags/Makefile.generic, gctags/ctags.h:          * gctags/Makefile, gctags/Makefile.generic, gctags/ctags.h:
426            definitions of GLOBAL and YACC moved from Makefile to ctags.h.            definitions of GLOBAL and YACC moved from Makefile to ctags.h.
427    
428  December 11, 1997, Shigio Yamaguchi  December 11, 1997, Shigio YAMAGUCHI
429    
430          * lib/Makefile.generic:          * lib/Makefile.generic:
431            change MANDIR definition from /usr/share/man to /usr/man.            change MANDIR definition from /usr/share/man to /usr/man.
# Line 435  December 11, 1997, Shigio Yamaguchi Line 435  December 11, 1997, Shigio Yamaguchi
435          * htags/Makefile, systags/Makefile:          * htags/Makefile, systags/Makefile:
436            rewrite ${DESTDIR}/usr/bin to ${DESTDIR}${BINDIR}.            rewrite ${DESTDIR}/usr/bin to ${DESTDIR}${BINDIR}.
437    
438  December 7, 1997, Shigio Yamaguchi  December 7, 1997, Shigio YAMAGUCHI
439    
440          * global,gtags,gozilla: rewritten with C for performance.          * global,gtags,gozilla: rewritten with C for performance.
441          * htags: shape up anchor database.          * htags: shape up anchor database.
442    
443  November 7, 1997, Shigio Yamaguchi  November 7, 1997, Shigio YAMAGUCHI
444    
445          * Makefile.generic: a few change for Debian GNU/Linux.          * Makefile.generic: a few change for Debian GNU/Linux.
446    
447  September 20, 1997, Shigio Yamaguchi  September 20, 1997, Shigio YAMAGUCHI
448    
449          * gctags, btreeop: remove <err.h> for portability.          * gctags, btreeop: remove <err.h> for portability.
450          * btreeop: 'detab() + fprintf' is replaced with 'detab_print()'.          * btreeop: 'detab() + fprintf' is replaced with 'detab_print()'.
# Line 455  September 20, 1997, Shigio Yamaguchi Line 455  September 20, 1997, Shigio Yamaguchi
455          * gozilla: support X-property communication to mozilla.          * gozilla: support X-property communication to mozilla.
456            See http://home.netscape.com/newsref/std/x-remote.html.            See http://home.netscape.com/newsref/std/x-remote.html.
457    
458  July 7, 1997, Shigio Yamaguchi  July 7, 1997, Shigio YAMAGUCHI
459    
460          * htags: tuned for performance.          * htags: tuned for performance.
461          * gtags, gctags: move some code for assembly source from gtags          * gtags, gctags: move some code for assembly source from gtags
# Line 463  July 7, 1997, Shigio Yamaguchi Line 463  July 7, 1997, Shigio Yamaguchi
463          * gtags, htags, global: restrict PATH to '/bin:/usr/bin'.          * gtags, htags, global: restrict PATH to '/bin:/usr/bin'.
464          * nvi-1.76.diff: deleted because it is old enough.          * nvi-1.76.diff: deleted because it is old enough.
465    
466  April 21, 1997, Shigio Yamaguchi  April 21, 1997, Shigio YAMAGUCHI
467    
468          * gctags, btreeop: a few changes for SunOS 4.1.3.          * gctags, btreeop: a few changes for SunOS 4.1.3.
469          * global: 'format version record' implemented.          * global: 'format version record' implemented.
# Line 472  April 21, 1997, Shigio Yamaguchi Line 472  April 21, 1997, Shigio Yamaguchi
472            variable.            variable.
473          * nvi-1.79.diff: added for nvi-1.79.          * nvi-1.79.diff: added for nvi-1.79.
474    
475  April 5, 1997, Shigio Yamaguchi  April 5, 1997, Shigio YAMAGUCHI
476    
477          * gctags, btreeop, Makefile: a few changed for Linux and Solaris.          * gctags, btreeop, Makefile: a few changed for Linux and Solaris.
478          * htags: changed internal separator from '|' to ' ', because some OS          * htags: changed internal separator from '|' to ' ', because some OS
479            cannot treat '|' in a path.            cannot treat '|' in a path.
480          * gctags, htags: regard 'entry' as a reserved word.          * gctags, htags: regard 'entry' as a reserved word.
481    
482  February 17, 1997, Shigio Yamaguchi  February 17, 1997, Shigio YAMAGUCHI
483    
484          * htags: htags no longer makes frame.html. index.html includes frame.          * htags: htags no longer makes frame.html. index.html includes frame.
485          * htags: tuned for performance.          * htags: tuned for performance.
486    
487  January 21, 1997, Shigio Yamaguchi  January 21, 1997, Shigio YAMAGUCHI
488    
489          * gctags: import ctags.c and apply ctags.diff for generic UNIX.          * gctags: import ctags.c and apply ctags.diff for generic UNIX.
490          * htags: cease using <BLOCKQUOTE> because lynx doesn't understand it.          * htags: cease using <BLOCKQUOTE> because lynx doesn't understand it.
491          * global,htags: replace 'sort -u' with 'sort | uniq' for compatibility.          * global,htags: replace 'sort -u' with 'sort | uniq' for compatibility.
492          * nvi-1.76.diff: added for nvi 1.76.          * nvi-1.76.diff: added for nvi 1.76.
493    
494  October 26, 1996, Shigio Yamaguchi  October 26, 1996, Shigio YAMAGUCHI
495    
496          * 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.
497            (original only 3rd part)            (original only 3rd part)
498          * ctags.diff: no longer consider a yacc rule to be an object.          * ctags.diff: no longer consider a yacc rule to be an object.
499    
500  June 7, 1996, Shigio Yamaguchi  June 7, 1996, Shigio YAMAGUCHI
501    
502          * use bsearch(3) for searching reserved words.          * use bsearch(3) for searching reserved words.
503    
504  April 21, 1996, Shigio Yamaguchi  April 21, 1996, Shigio YAMAGUCHI
505    
506          * global.pl, gtags.sh, btreeop.c, ctags.diff, Makefile.          * global.pl, gtags.sh, btreeop.c, ctags.diff, Makefile.
507          * 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.87  
changed lines
  Added in v.1.88

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