Matthias Clasen
a402875de1
Fix an oversight in the previous commit
...
We don't want to unset DISPLAY etc, if none is specified in the
app launch context.
2009-06-11 12:41:16 -04:00
Matthias Clasen
6224d3d2ec
Fix g_string_chunk_insert_len to accept nuls
...
Contrary to what the documentation says, g_string_chunk_insert_len
was stopping at the first nul. Also add a test. Fixes bug 585088.
2009-06-10 23:50:45 -04:00
Matthias Clasen
9e43937d03
Include sys/types.h in gunixfdmessage.c
...
As recommended in 'man socket'. Fixes bug 585281.
2009-06-10 23:28:32 -04:00
Matthias Clasen
d3d81f74c5
Make setting DISPLAY work
...
And remove a bunch of grotty code to manipulate an environment
array at the same time. Instead, simply call setenv in the child_setup
function.
2009-06-10 16:20:51 -04:00
Matthias Clasen
83ae249a2e
Support automake 1.11
2009-06-10 16:20:38 -04:00
Kjartan Maraas
ff2532aead
Updated Norwegian bokmål translation.
2009-06-10 09:43:33 +02:00
Dan Winship
74a3c71dcf
Revert part of fix for old OS X that broke the compile on current OS X
...
http://bugzilla.gnome.org/show_bug.cgi?id=584574
2009-06-09 09:32:43 -04:00
Michael Meeks
059ec81c9e
move start_element emission out into a new (inlined) function, so
...
the alloca'd memory is released on return, rather than slowly blowing
the stack.
2009-06-09 11:32:44 +01:00
Benjamin Otte
ced88fd0de
Bug 585189 – g_cancellable_reset() must be called in same thread ...
...
... as g_cancellable_cancel()
Rework a g_critical() that would (rarely) trigger when _reset() was
called in a thread different from _cancel() by making _reset() wait for
the cancel function to be finished the same way
g_cancellable_disconnect() uses.
2009-06-09 12:19:24 +02:00
Runa Bhattacharjee
7d4b706305
Updated Bengali India Translations
2009-06-09 11:48:53 +05:30
Benjamin Otte
139af6f700
update the overview image of the gio docs
...
The old image was confusing and after some discussions in #nautilus we
made a new one.
2009-06-08 17:29:22 +02:00
Benjamin Otte
74fd3e734f
typo in documentation
2009-06-08 15:30:28 +02:00
Benjamin Otte
29a4a0a44d
only query file info in g_file_copy() when we need it
...
The default implementation of g_file_copy() checked the size of the file
to copy to give useful progress updates unconditionally. This can cause
long delays on 1-connection FTP servers while it tries to open a second
connection before it returns EBUSY. This patch makes this query only
happen when we actually send progress updates.
2009-06-08 15:30:28 +02:00
Alexander Larsson
0bb5739f32
Reformat g_themed_icon_get_names return type to make gtk-doc work
...
Seems the gtk-doc scanner needs "const gchar* const *" to work, so switching
to that.
2009-06-01 22:10:41 +02:00
Dan Winship
ce6fbd6231
Fix multiple bugs in g_srv_target_list_sort()
...
In particular, targets with weight 0 should be very UNlikely to be
selected, not very likely, as they were before. However, even ignoring
that bug in the logic, there was an additional bug (swapping list
items would cause the 0-weight items to get re-ordered incorrectly
anyway), and the code contained several fencepost errors.
This patch also adds gio/tests/srvtarget.c, which confirms that for a
sample list of targets, we now generate all possible correct random
sortings and no incorrect sortings, and the correct sortings occur in
roughly the expected proportions (though if the current code is
still wrong, those proportions may be wrong as well).
http://bugzilla.gnome.org/show_bug.cgi?id=583398
2009-06-01 14:31:48 -04:00
Dan Winship
1ca91a2125
Clarify some GSocket docs
2009-06-01 14:24:44 -04:00
Dan Winship
5b3d62a7a6
Misc networking build fixes
...
http://bugzilla.gnome.org/show_bug.cgi?id=580301
http://bugzilla.gnome.org/show_bug.cgi?id=584176
2009-06-01 14:21:05 -04:00
Tor Lillqvist
85816117e3
Bump _WIN32_WINNT to 0x0501
...
Needed to get prototypes for getaddrinfo() and friends on mingw.
2009-06-01 14:04:49 +03:00
Hans Breuer
4a50bab276
Define fstat() for msvc build
2009-05-30 15:33:14 +02:00
Hans Breuer
75ef018248
Updated msvc build files
2009-05-30 15:29:23 +02:00
Hans Breuer
780185449f
Version resource template for gio
2009-05-30 15:24:06 +02:00
Hans Breuer
73dbe591fb
Handle EAI_NODATA==EAI_NONAME in win32 SDK
2009-05-30 15:18:02 +02:00
Hans Breuer
cbca0ac5d9
Include io.h for write() on win32
2009-05-30 15:14:01 +02:00
Hans Breuer
136793cc5e
Simplified for pre-built package use
2009-05-30 15:08:29 +02:00
Hans Breuer
f4e89ab877
Replace FIXME with proper SDK version define
2009-05-30 15:02:14 +02:00
Matthias Clasen
661bb521d1
Bump version
2009-05-28 23:50:48 -04:00
Matthias Clasen
33a2f5a212
Release 2.21.1
2009-05-28 23:44:48 -04:00
Matthias Clasen
479c45564a
Update NEWS once more
2009-05-28 23:06:24 -04:00
Matthias Clasen
62abf79be2
Another pedantic docs fix
2009-05-28 14:40:18 -04:00
Alexander Larsson
d32226da6d
Ref the right type in g_socket_control_message_deserialize
...
We were not looking at the right type at all due to a typo.
2009-05-28 15:34:57 +02:00
Alexander Larsson
390549f6c4
Document g_socket_control_message_deserialize
2009-05-28 15:34:57 +02:00
Shixin Zeng
dbe7408a5c
Fix string length bugs in GWinHttpFile ( #580347 )
2009-05-28 12:55:11 +03:00
Matthias Clasen
a859f883cf
Fix make check
2009-05-28 00:30:21 -04:00
Matthias Clasen
a39670dade
Update for 2.21.1
2009-05-28 00:09:10 -04:00
Matthias Clasen
576839adbe
Fix references to nonexisting functions
2009-05-27 22:44:31 -04:00
Matthias Clasen
06144900ec
Documentation and coding style fixups
...
Lots of pedanic changes.
2009-05-27 18:20:08 -04:00
Matthias Clasen
eecbbb0a20
Fix the an index title
2009-05-27 12:07:13 -04:00
Matthias Clasen
00151ec0e1
Fix a locking problem in g_main_context_iterate()
...
We failed to ensure that the context is locked on every exit of
the function. This fixes bug 583324.
2009-05-27 12:04:35 -04:00
Hans Breuer
209a662c2f
Correct reference and implement close_fn ( #578769 )
...
Do proper referencing and unreferencing of
GWinHttpFileInputStream::file and
GWinHttpFileInputStream::file::vfs. Implement
GWinHttpFileInputStream::close_fn.
2009-05-27 15:12:31 +03:00
Alexander Larsson
623f99dc3d
Add required defines on solaris for GSocket to build ( #582856 )
...
Turns out that the msg_control and related things are not defined in the
system headers unless you define some _XOPEN_SOURCE things.
2009-05-27 11:11:37 +02:00
Alexander Larsson
f99be75ff9
Remove mention of non-existing calls from docs
...
The docs mentions a separate seekable API for the various file streams
which don't actually exists. Change this to refer to the generic
GSeekable calls.
2009-05-25 15:46:35 +02:00
Alexander Larsson
3c0feca7f1
Don't end enum with comma ( #583663 )
...
This is valid C but breaks C++, so don't put it in headers.
2009-05-25 12:47:12 +02:00
Alexander Larsson
c93c98732a
Don't return something from a void function ( #583408 )
2009-05-25 12:46:03 +02:00
Alexander Larsson
ce171195d9
Add g_inet_address_get_native_size ( #583205 )
...
This can be used to get the size of g_inet_address_to_bytes().
2009-05-25 11:33:56 +02:00
Miquel Esplà
fb70c6420b
Added Valencian-Catalan translation
2009-05-25 00:24:08 +02:00
Jorge Gonzalez
bde3e9c354
Updated Spanish translation
2009-05-23 20:00:22 +02:00
Christian Persch
37bd225d7b
Fix grammar in error message
...
Bug #583198 .
2009-05-23 18:00:06 +02:00
Christian Persch
76ebe6c069
Plug a mem leak
...
Bug #583196 .
2009-05-23 17:59:54 +02:00
Christian Persch
fc9a888b8c
Add G_G[U]INTPTR_FORMAT and G_GINTPTR_MODIFIER
...
Add macros for printf formatting for g[u]intptr. Bug 569376.
2009-05-23 17:58:10 +02:00
Christian Persch
d046bfe577
Document g[u]intptr
...
Bug 569375.
2009-05-23 17:56:10 +02:00