lp://qastaging/glib
- Get this branch:
- bzr branch lp://qastaging/glib
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.gnome.org/glib.git.
Last successful import was .
Recent revisions
- 16610. By Matthias Clasen <email address hidden>
-
Pass --from-code to xgettext
It seems to require that now.
- 16609. By Philip Withnall <email address hidden>
-
gregex: Fix an assignment-
after-free error The match_info is freed just above this line, so this would result in a
write to freed memory.Spotted by Leslie Zhai <email address hidden>.
- 16608. By Philip Withnall <email address hidden>
-
gregex: Fix a potential use-after-free bug
If the match_info out argument is NULL, info will be freed, but then its
matches member will be accessed.Spotted by Leslie Zhai <email address hidden>.
- 16607. By Bastien Nocera
-
gio: Bump copy buffer size to 256k by default
This is small enough that it shouldn't cause problems on most machines
we support, but big enough to increase throughput on a lot of devices
and network protocols.Note that the actual value is 256k minus malloc overhead, so that it
fits nicely in a 256k block (as suggested by Alexander Larsson). - 16606. By Bastien Nocera
-
gio: Use heap-allocated buffer
As if we were to increase the buffer size, it would be a bit too big to
fit on the stack. - 16605. By Chun-wei Fan <email address hidden>
-
Visual Studio builds: Move project files to win32/
It was suggested that the project files be moved here as we don't actually
need to go two directory layers from $(srcroot), and would help us to
standardize on things in the future across the board. - 16604. By Chun-wei Fan <email address hidden>
-
Makefile.msvcproj: Document further
Mention that the *.headers are needed only if headers need to be installed
with the project/module after the build. Also, use a generic "YourProject"
rather than the "gdk-4" project file name--I missed changing the name in the
process. - 16603. By Chun-wei Fan <email address hidden>
-
Makefile.msvcproj: Document things a bit better
If Visual Studio 2013 or later is required, let people know how this
autotools module should be used.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)