Matthias Clasen
6cce575a25
Fix a typo
2010-03-26 10:24:06 -04:00
Matthias Clasen
78b764f325
More doc fixups
2010-03-26 10:19:57 -04:00
Matthias Clasen
81e2aa941b
Some more doc cleanups
2010-03-26 10:11:46 -04:00
Matthias Clasen
c4ea7d58f7
Small doc addition
2010-03-26 09:30:25 -04:00
Matthias Clasen
431840a44e
Add g_io_module_query to docs
2010-03-26 09:22:58 -04:00
Matthias Clasen
6e77ee0971
Correct the error handling in splice_stream_with_progress
...
We need to get out of both loops, so a simple 'break' doesn't cut it.
Bugs 613748 and 613923
2010-03-26 09:03:22 -04:00
Ryan Lortie
409a3a61ec
GVariant: Stop lexing format strings at :
...
Lets us parse this successfully: {%s: %s}.
2010-03-26 08:02:17 -05:00
Maxim V. Dziumanenko
df67a0662b
Updated Ukrainian translation
2010-03-26 11:42:19 +02:00
Ryan Lortie
fd448dd7ce
Add doc note about read_until() inconsistency.
...
See bug 584284 for more information.
2010-03-23 10:01:53 -05:00
Ryan Lortie
a6c57591c0
Support &s as key of dict entry in format string
...
Partial fix for bug 613618.
2010-03-23 09:18:28 -05:00
Ryan Lortie
816990a011
GVariant: Removing mentions of &a from docs
...
This isn't supported anymore (for the time being...)
Partial fix for bug 613618.
2010-03-23 09:18:14 -05:00
Christian Dywan
35059f2c04
Correct typo of libray/ library in GObject tutorial
...
Fixes bug #613667
2010-03-23 11:59:43 +01:00
Ryan Lortie
ace9a25fb3
Bug 613601 - buglet in dup_close_on_exec_fd()
...
Fix copy/paste error and 'or' FD_CLOEXEC into the existing flags instead
of just setting it outright.
2010-03-22 12:03:24 -05:00
Tor Lillqvist
440713e393
Filter out gatomic-gcc.c from the VS project sources
...
Instead, explicitly include gatomic.c.
2010-03-22 15:55:11 +02:00
Tor Lillqvist
365fd70f26
Make config.h.win32 match what the configure script produces
2010-03-22 15:33:38 +02:00
Inaki Larranaga Murgoitio
580ecb32d9
Updated Basque language
2010-03-22 12:34:25 +01:00
Clytie
e2434fd2d6
Updated Vietnamese translation
2010-03-22 21:33:36 +10:30
Ryan Lortie
db83dd27c5
Drop { } for favour of { 0, }.
2010-03-21 20:12:18 -05:00
Ryan Lortie
468bbbfce1
Bump version
2010-03-21 20:07:45 -05:00
Ryan Lortie
0afc140712
2.23.6
2010-03-21 20:06:39 -05:00
Ryan Lortie
5620f96305
silence some false-alarm uninitialised warnings
2010-03-21 14:17:21 -05:00
Ryan Lortie
6f33038397
gtk-doc fixups
2010-03-21 14:12:48 -05:00
Ryan Lortie
c5a1c95b1f
GVariant docs fixes
2010-03-21 13:46:09 -05:00
Ryan Lortie
5c419c300b
gitignore for win32 build stuff
2010-03-21 13:07:36 -05:00
Ryan Lortie
bf4dbdbf0e
merge GVariant parser
2010-03-21 12:55:30 -05:00
Ryan Lortie
2a209cb251
make check / makedistcheck fixes
2010-03-21 12:54:36 -05:00
Tor Lillqvist
3369548130
Add new headers to be installed the VS "install" project
...
Yeah, we should generate the list of headers to install from the
corresponding Makefile.am files, like the lists of source files to
compile.
2010-03-21 16:54:49 +02:00
Tor Lillqvist
226cc663e4
Avoid much of duplication in lists of source files
...
Don't keep the lists of source files for libglib, libgobject and
libgio in the VS project files in addition to the canonical location,
the corresponding Makefile.am files.
Instead, generate the corresponding .vcproj files at make dist time
using the C preprocessor, from template files called .vcprojin. We
still list explicitly in the .vcprojin files some of the
Windows-specific source files, and the sources files of gnulib and
pcre.
2010-03-21 16:15:02 +02:00
Tor Lillqvist
504b8b8f01
Avoid struct stat issues with MSVC
2010-03-21 14:50:45 +02:00
Tor Lillqvist
28b025de96
Drop empty Tool elements from the project files for clarity
...
Makes the files appear a bit simpler when edited manually.
2010-03-21 13:33:44 +02:00
Tor Lillqvist
2ab76c5b36
Make the GVariant code compile with a non-gcc compiler
...
In particular, tested with Microsoft Visual C 2008.
2010-03-21 11:22:06 +02:00
Tor Lillqvist
dc51eff2a9
Update with new source files and dependencies
2010-03-20 13:32:37 +02:00
Tor Lillqvist
782de94c58
Drop the unmaintained vs8 project files from dist
2010-03-20 13:31:55 +02:00
Tommi Vainikainen
77cc740243
Updated Finnish translation
2010-03-20 00:01:00 +02:00
A S Alam
34d0db361e
update Punjabi Translation
2010-03-19 08:18:41 +05:30
Nikos Bakaoukas
bedaa80275
Updated Greek translation for glib
2010-03-19 00:10:07 +02:00
Dumitru Mișu Moldovan
6243b1eb5f
Updated Romanian translation
2010-03-18 22:47:55 +02:00
Nils-Christoph Fiedler
3628f7815d
Updated LowGerman translation
2010-03-18 13:54:54 +01:00
Sebastian Dröge
41383b303c
Bug 612502 - Add support for class private data
...
This adds the two new functions g_type_add_class_private()
and g_type_class_get_private() and a convenience macro
for the getter G_TYPE_CLASS_GET_PRIVATE().
2010-03-17 15:11:00 +01:00
Benjamin Otte
2295ba857f
The fallback parameter to g_convert_with_fallback() should be const
...
This patch makes it so.
2010-03-16 16:40:04 +01:00
Ryan Lortie
751feb916a
Bug 612502 - build fails on glib/tests/gvariant.c
...
Fix two problems caught by Tim Rice.
- non-constant expression used as array size
- arithmetic on void *
2010-03-15 17:45:02 -04:00
Christian Persch
1953b4087f
Use static assert over runtime assert if possible
...
We can test the these at compile time. Bug #609231 .
2010-03-15 15:49:03 -04:00
Nils-Christoph Fiedler
24aeaebc48
Added LowGerman translation
2010-03-15 14:18:48 +01:00
Nils-Christoph Fiedler
2b1b1563a0
Added LowGerman translation
2010-03-15 14:18:43 +01:00
Ryan Lortie
7e4d88b290
gvariant test: Remove unused variable
2010-03-14 22:27:39 -04:00
Petr Kovar
9f16c70c16
Update Czech translation
2010-03-15 02:30:27 +01:00
Ryan Lortie
9dea0253a3
GVariant: add loading, byteswapping, normalisation
2010-03-14 15:56:18 -04:00
Ryan Lortie
1ac590b7f7
GBuffer: very small cosmetic fix to header file
2010-03-14 15:56:18 -04:00
Ryan Lortie
056feef60b
GVariantIter: expand the size of the dummy struct
...
Will allow for some nice tricks in the future.
2010-03-14 15:56:17 -04:00
Colin Walters
f552689058
[GDesktopAppInfo] New function g_desktop_app_info_get_filename
...
This allows access to the full file path, where possible.
https://bugzilla.gnome.org/show_bug.cgi?id=612832
2010-03-14 15:45:46 -04:00