lp://qastaging/global
- Get this branch:
- bzr branch lp://qastaging/global
Branch information
Import details
This branch is an import of the CVS module global from :pserver:anonymous@cvs.savannah.gnu.org:/sources/global.
Last successful import was .
Recent revisions
- 2957. By shigio
-
[Fixed bug]
In libparser/java.c, there was a fixed-size buffer which was filled
with potentially unbounded-length data due to multiple layers of nesting.
Now it is checked. - 2956. By shigio
-
SQL injection in dbop3_get was found.
Now the vulnerability has been eliminated. - 2955. By shigio
-
[Bug fixed]
universal-ctags.la is broken by .ctags settings.
Now it works. - 2954. By shigio
-
The following corrections were made, submitted by Andrew L. Moore:
1. When looking for Universal Ctags, use option `--extras'. The code
does this, but configure was using `--extra'.
2. When looking for libsqlite3, add /usr/lib64 to the search path.
3. Address a GNU C v15 compilation error: assignment from incompatible
pointer type 'int (*)(void)'. The fix is to conditionally add
prototypes to dberr masks. - 2953. By shigio
-
Incompatible change of global(1):
Now "--path-style=through" option ignores GTAGSLIBPATH environment variable.
The original purpose of this style (through) was to allow external programs to do the
path manipulation that global(1) does. However, it has no meaning in the library path. - 2952. By shigio
-
Updating for release 6.6.14.
- 2951. By shigio
-
It doesn't work so cancel.
%name-prefix "asm_" -> %define api.prefix {asm_} - 2950. By shigio
-
Fixed according to the following warning by Bison:
asm_parse.y:76.1- 19: warning: deprecated directive: '%name-prefix "asm_"', use '%define api.prefix {asm_}' [-Wdeprecated]
76 | %name-prefix "asm_"
| ^~~~~~~~~~~~~~~~~~~
| %define api.prefix {asm_} - 2949. By shigio
-
[Bug fixed]
The following comments were being processed:
dnl XXX='xxxxx'
Now they are ignored. - 2948. By shigio
-
Use tmpfile().
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)