lp://staging/libfs
- Get this branch:
- bzr branch lp://staging/libfs
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/xorg/lib/libFS.
Last successful import was .
Recent revisions
- 126. By Alan Coopersmith
-
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <email address hidden>
- 125. By Alan Coopersmith
-
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <email address hidden>
- 124. By Alan Coopersmith
-
Don't try to send strings larger than protocol allows in requests
Also clears up all "Loss of precision on implicit conversion" warnings
from Oracle's Parfait static analyser.Signed-off-by: Alan Coopersmith <email address hidden>
- 123. By Alan Coopersmith
-
Fix sign comparison warning in loop index in FSQueryXInfo
FSQXInfo.c: In function ‘FSQueryXInfo’:
FSQXInfo.c:110:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (j=0; j<props->num_offsets; j++)
^Signed-off-by: Alan Coopersmith <email address hidden>
- 122. By Alan Coopersmith
-
Fix sign comparison warning in loop indexes in FSQueryXExtents
{8,16} FSQXExt.c: In function ‘FSQueryXExtents8’:
FSQXExt.c:105:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < reply.num_extents; i++) {
^
FSQXExt.c: In function ‘FSQueryXExtents16’:
FSQXExt.c:141:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < str_len; i++) {
^
FSQXExt.c:165:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < reply.num_extents; i++) {
^ Signed-off-by: Alan Coopersmith <email address hidden>
- 121. By Alan Coopersmith
-
Fix sign comparison warning in loop indexes in FSQueryXBitmaps
{8,16} FSQGlyphs.c: In function ‘FSQueryXBitmaps8’:
FSQGlyphs.c:113:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i=0; i<reply.num_chars; i++)
^
FSQGlyphs.c: In function ‘FSQueryXBitmaps16’:
FSQGlyphs.c:160:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < str_len; i++) {
^
FSQGlyphs.c:198:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i=0; i<reply.num_chars; i++)
^Signed-off-by: Alan Coopersmith <email address hidden>
- 120. By Alan Coopersmith
-
Fix sign comparison warning in loop index in FSListCatalogues
FSListCats.c: In function ‘FSListCatalogues’:
FSListCats.c:104:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < rep.num_catalogues; i++) {
^Signed-off-by: Alan Coopersmith <email address hidden>
- 119. By Alan Coopersmith
-
Fix sign comparison warning in loop index in FSListFontsWith
XInfo FSFontInfo.c: In function ‘FSListFontsWit
hXInfo’ :
FSFontInfo.c:182:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (j=0; j<pi[i]->num_offsets; j++)
^Signed-off-by: Alan Coopersmith <email address hidden>
- 118. By Mihail Konev <email address hidden>
-
autogen: add default patch prefix
Signed-off-by: Mihail Konev <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)