/[global]/global/ChangeLog
ViewVC logotype

Diff of /global/ChangeLog

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

revision 1.83 by shigio, Wed Oct 6 05:33:13 2004 UTC revision 1.84 by shigio, Thu Nov 11 05:35:33 2004 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>
22    
23            * Assembly language parser rewritten using Yacc.
24            * libutil/strmake.c: strtrim() added.
25            * libutil/varray.c added.
26    
27            Decrease in dependancy to external commands:
28            * The sed(1), sort(1) and find(1) are not necessary any longer.
29            * The support of Find(1) as a method of directory traversing
30              was ended. As a result, dirent(3) became indispensable.
31              The configuration phase was changed like follows:
32    
33                    if dirent(3) exist then
34                            use dirent(3)
35                    else if find(1) exist then
36                            use find(1)
37                    else
38                            ERROR
39                            |
40                            v
41                    if dirent(3) exist then
42                            use dirent(3)
43                    else
44                            ERROR
45            * Htags.pl was removed completely. Therefore, The --date, --pwd,
46              --write and --scandb option of gtags(1) which was used internally
47              by htags.pl, were removed.
48            * Includes GNU sort as part of GLOBAL package.
49              This solves following troubles:
50              - A certain operating system has another 'sort' command
51                that specification is different from GNU sort. Unluckily,
52                the command is often invoked for GLOBAL.
53              - Multi-language version of sort is often very slow. Since GLOBAL
54                doesn't support multi-language, the slowness is quite meaningless.
55              - 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  <shigio@gnu.org>
58    
59          * libutil/langmap.c, langmap.h added.          * libutil/langmap.c, langmap.h added.

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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