Runa Bhattacharjee
2c00d9a6b5
Translations merged
2010-04-16 15:01:35 +05:30
Inaki Larranaga Murgoitio
6a77f696c8
Updated Basque language
2010-03-31 17:03:38 +02:00
Inaki Larranaga Murgoitio
0481049a97
Updated Basque language
2010-03-22 12:38:26 +01:00
Matthias Clasen
370d214eec
Bump version
2010-03-16 07:06:16 -04:00
Matthias Clasen
9735486eab
2.22.5
2.22.5
2010-03-16 07:03:59 -04:00
Matthias Clasen
1535214687
Fix the large array test to work
...
Fix by Sven Herzberg, bug 568760
(cherry picked from commit dcdc409cd8
)
2010-03-16 00:05:36 -04:00
Matthias Clasen
05b6b3ce07
Updates
2010-03-15 22:50:46 -04:00
Thomas Kristensen
ccc815e934
Close the socket event in finalizer instead of in close method
...
There might be a GSource attached to a GMainContext, about to be removed by a
pending cancellation. Deleting the handle too early will trigger a g_warning in
the "select()" call in GMainContext. Attached patch fixes this by deferring
destruction of WSAEVENT object until GSocket's finalize().
Patch from bug #612702 .
Signed-off-by: Tor Lillqvist <tml@iki.fi >
2010-03-14 11:52:30 +02:00
Stefan Kost
f01c4be9c4
docs: exchange "Subversion" with "source code repository"
...
Fixes the outdated reference.
(cherry picked from commit fa32ee5610
)
2010-03-13 14:25:06 -05:00
Christian Dywan
1feffa2b99
Add licence headers to gnativevolumemonitor.c/h
...
Fixes bug #609531
2010-03-13 14:24:04 -05:00
Dan Winship
46999595da
GResolver: fix Windows 2000 workaround
...
Move the <wspiapi.h> include from gwin32resolver.c to
gnetworkingprivate.h, since gthreadedresolver.c needs it too.
https://bugzilla.gnome.org/show_bug.cgi?id=611696
(cherry picked from commit 9a886135c8
)
2010-03-13 14:22:54 -05:00
Emilio Pozuelo Monfort
242ccb0258
Test for unexisting files in $TMP and not in $HOME
...
Some buildd environments have an unwritable $HOME, which makes the
test that looks for an unexisting file there fail. Use $TMP instead,
which should be more reliable.
https://bugzilla.gnome.org/show_bug.cgi?id=610860
(cherry picked from commit a7cc500d38
)
2010-03-13 14:22:26 -05:00
Emilio Pozuelo Monfort
bc8a748291
Don't fail a couple of tests when running as root
...
root can access and write to a directory when it doesn't have
exec and write permissions respectively. So expect the tests that
check that to succeed rather than to fail when running as root.
https://bugzilla.gnome.org/show_bug.cgi?id=552912
(cherry picked from commit 202d7d37d6
)
2010-03-13 14:22:01 -05:00
Alexander Larsson
afd5dcc026
Keep metadata when files are renamed and trashed
...
This fixes https://bugzilla.gnome.org/show_bug.cgi?id=609813
(cherry picked from commit 4535683b3f
)
2010-03-13 14:21:42 -05:00
Colin Walters
0e8a69e997
[gutf8.c] Add a bit of documentation to UNICODE_VALID
...
(cherry picked from commit 5047fd7f68
)
2010-03-13 14:20:43 -05:00
Alexander Larsson
e9f6a664bb
Set result_uncertain in win32 g_content_type_guess implementation
...
Fixes bug #609143
(cherry picked from commit b37da7134b
)
2010-03-13 14:20:02 -05:00
Matthias Clasen
6a3ccc000e
Clean up another include
2010-03-13 14:19:13 -05:00
Matthias Clasen
7c4fb85d83
Clean up an include
2010-03-13 14:18:16 -05:00
Tor Lillqvist
4794096123
The SO_KEEPALIVE value seems to actually be a char on Windows
...
Do still use a BOOL variable, but initialize it to FALSE before the
getsockopt(), and drop the assertion on Windows. Should fix bug
2010-03-12 10:42:43 +02:00
Fridrich Strba
fdbeaf71d2
Adding new defines first appeared in 2.22 into glibconfig.h.win32.in
2010-03-05 23:18:43 +01:00
Tor Lillqvist
7bac7f4474
Drop empty elements from the VS9 vcproj files
...
Dunno if this makes sense, if one lets VS edit the it will put them
back anyway. But it's more pleasing to the eye.
2010-02-06 10:40:03 +02:00
Tor Lillqvist
54bbf29f15
Further work on VS9 project files
2010-02-04 19:57:38 +02:00
Tor Lillqvist
cff040704e
Clarify use of struct stat on Windows
2010-02-04 19:54:50 +02:00
Tor Lillqvist
4b995337fe
Internally use the _stati64 API explicitly on Windows
...
Avoids warnings and confusion when compiling with MSVC.
2010-02-04 19:20:08 +02:00
Tor Lillqvist
e27528cacc
Enable libtool compatible DLL naming in the VS9 projects
2010-02-04 15:24:56 +02:00
Tor Lillqvist
46ac248e74
Use inherited properties in all configurations in gmodule, too
2010-02-04 15:00:15 +02:00
Tor Lillqvist
44f967f963
Use README.txt instead of README for Windows developer friendliness
2010-02-04 14:51:56 +02:00
Tor Lillqvist
aabcffc6ad
Update README for VS9 build
2010-02-04 14:50:36 +02:00
Tor Lillqvist
1b036c3896
Refactor VS9 project files
...
Factor out common parts into a vsprops file. Drop empty elements for
tools that aren't used.
2010-02-04 14:36:23 +02:00
Tor Lillqvist
d8fe5a4670
Don't use deprecated g_win32 API
2010-02-04 14:35:26 +02:00
Tor Lillqvist
dce6ec3b7f
Put a version info resource also in the gio DLL
...
Also, distribute gio/gio.rc(.in).
2010-02-04 01:01:57 +02:00
Tor Lillqvist
bbd9273d9e
Update copyright years
2010-02-04 00:11:44 +02:00
Tor Lillqvist
47ec8bd70f
Fix the "install" VS9 project
...
Install also ghostutils.h. Don't bother mentioning any pointless
PreprocessorDefinitions for the "install" project, as all it does is
copy files.
2010-02-03 18:09:28 +02:00
Tor Lillqvist
a4f8aba4dd
Link with dnsapi.lib also in 32-bit builds
2010-02-02 21:24:45 +02:00
Tor Lillqvist
1df72e5d8c
Include also testglib.vcproj in tarball
2010-02-02 21:23:27 +02:00
Sven Herzberg
4eef1b6783
properly abort instead of looping infinitely
...
Fixes: Bug 568760 - nautilus freezes due to a bug in garray.c:322
* glib/garray.c: increase the size of potential return values by
using an unsigned result; properly check if we still handle valid size
proposals, return the original request if there's no usable size left
* tests/array-test.c: reproduce the error condition of the bug report
2010-01-13 15:41:21 +01:00
Matthias Clasen
2fa2f18ef5
Bump version
2010-01-06 20:56:59 -05:00
Matthias Clasen
cd2765c6c4
2.22.4
2.22.4
2010-01-06 20:55:52 -05:00
Matthias Clasen
a227525d61
Updates
2010-01-06 19:32:12 -05:00
Matthias Clasen
2c0c35af56
Fix the filename roundtrip check
...
The check was always failing because the code was comparing
the wrong strings. Reported in bug 605977.
(cherry picked from commit f2d8f6287d
)
2010-01-06 19:24:45 -05:00
Ryan Lortie
40005647ed
GUnixFDMessage: fix a small typo in an extra check
...
In the deserialise function, GUnixFDMessage was comparing 'level' to
both SOL_SOCKET and SCM_RIGHTS. It is correct to compare 'type' to
SCM_RIGHTS. The code passed tests only because:
1) it's a "should always be OK" double-check
2) SOL_SOCKET and SCM_RIGHTS, by chance, both have the value '1' on
Linux systems.
(cherry picked from commit baf20e0984
)
2010-01-06 19:24:36 -05:00
Matthias Clasen
aecd2616c7
Fix a memleak
...
An early exit in expand_application_parameters forgot to free
a GString. Reported by Steve Grubb.
(cherry picked from commit b00c6d7fb5
)
2010-01-06 19:24:28 -05:00
Matthias Clasen
6a8828d40f
Fix an off-by-one error
...
Reported by Steve Grubb.
(cherry picked from commit 6cee86a3ef
)
2010-01-06 19:24:20 -05:00
Javier Jardón
41b3928069
[docs] Fix 'Deprecated' tag on some win32 functions
...
Fix g_win32_get_package_installation_directory() and
g_win32_get_package_installation_subdirectory_utf8()
(cherry picked from commit 73ca6f7019
)
2010-01-06 19:23:36 -05:00
Javier Jardón
70731424fd
[docs] Fix 'Deprecated' tag in g_date_set_time()
...
(cherry picked from commit 85e00d3a94
)
2010-01-06 19:23:29 -05:00
Kamal Mostafa
2ad84bbc03
Fix typo "Performace" in gtester-report Details pop-up window
...
(cherry picked from commit 046e521b4f
)
2010-01-06 19:22:26 -05:00
Dan Winship
1a0f372907
Fix UnixWare build by not using "sa_len" as a variable name
...
https://bugzilla.gnome.org/show_bug.cgi?id=604875
(cherry picked from commit 28d91b5bb6
)
2010-01-06 19:22:05 -05:00
Haakon Sporsheim
bd6dce6046
Avoid compilation warning from MSVC
...
Signed-off-by: Tor Lillqvist <tml@iki.fi >
2010-01-05 11:29:55 +02:00
Matthias Clasen
84e791e580
Revert the g_set_prgname change
...
This change breaks our API and causes warnings from essentially all applications.
See bug 563627.
2009-12-21 09:21:12 -05:00
Gian Mario Tagliaretti
7e9ad3d746
Remove wrong file imports, only gio/gio.h should be included
2009-12-16 23:38:39 +01:00