Ryan Lortie
bfd60d8835
GVariantType test case: assert all memory freed
...
Make sure we've freed all TypeInfos at the end of the test.
2010-02-04 09:08:51 -05:00
Ryan Lortie
6d6d7a8bb2
GVariantTypeInfo tweaks
...
1) always emit ending type FIXED for fixed sized items
The serialiser needs to know if it dealing with a fixed sized item
in case the serialised data is corrupt and the item has the wrong
size.
2) add a macro that will be used by test cases to check that all
memory has been freed.
2010-02-04 09:08:51 -05:00
Tor Lillqvist
cb7dfdc194
Use inherited properties in all configurations in gmodule, too
2010-02-04 15:04:22 +02:00
Tor Lillqvist
79eb03aa4f
Use README.txt instead of README for Windows developer friendliness
2010-02-04 14:54:28 +02:00
Tor Lillqvist
ec19447815
Update README for VS9 build
2010-02-04 14:54:20 +02:00
Tor Lillqvist
9d444f7b12
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:53:44 +02:00
Tor Lillqvist
241c7f476d
Don't use deprecated g_win32 API
2010-02-04 14:53:20 +02:00
Tor Lillqvist
3f3c163aa2
Put a version info resource also in the gio DLL
...
Also, distribute gio/gio.rc(.in).
2010-02-04 00:37:13 +02:00
Tor Lillqvist
154a5314be
Update copyright years
2010-02-04 00:12:50 +02:00
Krzesimir Nowak
33b011ce7d
Add checks for NULL pointer in arrays.
...
Fixes: Bug 599197 - array ref and unref functions crash on NULL
array.
* garray.c: Added safety guards to all public functions, which did
not have them earlier. Now when NULL is passed to them, they will
issue a warning and return, instead of segfaulting.
2010-02-03 21:48:39 +01:00
River Tarnell
2b121c02ef
properly guard the includes
...
Fixes: Bug 604967 - 2.22.3 libasyncns build fails on HP-UX 11.11
* gio/libasyncns/asyncns.c: properly guard the includes of sys/select.h
and sys/time.h
2010-02-03 17:31:02 +01:00
Tor Lillqvist
e62e7227bf
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:12:32 +02:00
Ryan Lortie
0ac2277b49
GVariantTypeInfo changes
...
- rename 'type' in MemberInfo to 'type_info'
- add 'ending_type' field to MemberInfo
- document how to find the ending
2010-02-02 23:39:21 -05:00
Tor Lillqvist
1de58ef708
Link with dnsapi.lib also in 32-bit builds
2010-02-02 21:26:12 +02:00
Tor Lillqvist
57d3e4cba3
Include also testglib.vcproj in tarball
2010-02-02 21:26:01 +02:00
Philip Withnall
cf0e4c33fa
Don't use a compiler keyword as a variable name
...
Appease the MS C++ compiler by using _val instead of __value as a variable
name in G_VALUE_COLLECT_INIT.
Problem found by Haakon Sporsheim <haakon.sporsheim@gmail.com>.
Re-closes: bgo#608602
2010-02-02 10:41:00 +00:00
Ryan Lortie
e2bc5c2112
g_bit_lock: remove double variable declarations
...
Remove double declaration of local static variables used for futex
emulation.
Problem found by Haakon Sporsheim <haakon.sporsheim@gmail.com>.
2010-02-01 18:32:34 -05:00
Dan Winship
27a080537e
ghostutils: Fix a crash and add some tests
...
https://bugzilla.gnome.org/show_bug.cgi?id=608743
2010-02-01 18:12:39 -05:00
Ryan Lortie
3443f47ddf
G{Byte,Ptr,}Array: move docs from tmpl to .c
2010-02-01 12:39:29 -05:00
Ryan Lortie
501a2906d3
GList, GSList: move docs from tmpl to .c
2010-02-01 12:39:24 -05:00
Ryan Lortie
c8c5c5a991
remove trailing whitespace breaking .gitignore
2010-02-01 10:28:39 -05:00
Ryan Lortie
4bdf7d12a8
GIOChannel: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Ryan Lortie
4353151449
GTree, GNode: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Ryan Lortie
d81506a154
GThreadPool: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Ryan Lortie
c471468ca4
GRelation: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Ryan Lortie
21a6b69f4f
GCache: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Ryan Lortie
fa7cafae5c
GChecksum: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Ryan Lortie
5ee096636b
GCompletion: move docs from tmpl to .c
2010-02-01 10:28:39 -05:00
Christian Dywan
75b3bd99e1
Fix typo in introduction to threads in Glib
2010-02-01 12:37:23 +01:00
Kjartan Maraas
f25e756ab6
Updated Norwegian bokmål translation
2010-01-31 19:57:59 +01:00
Philip Withnall
aa67c725e1
Fix shadowing of G_VALUE_COLLECT variables in G_VALUE_COLLECT_INIT
...
Closes: bgo#608602
2010-01-31 17:45:54 +00:00
Ryan Lortie
6d52d34dff
data{list,sets}, quarks: move docs from tmpl to .c
2010-01-30 23:34:19 -05:00
Ryan Lortie
c7000fcfec
GPattern: move docs from tmpl to .c
2010-01-30 23:10:34 -05:00
Ryan Lortie
84572f81bf
String chunks: move docs from tmpl to .c
2010-01-30 23:04:52 -05:00
Ryan Lortie
4431ac5dda
Move allocator and memchunk docs from tmpl to .c
2010-01-30 22:58:43 -05:00
Ryan Lortie
3a161ee8f3
GSequence: move docs from tmpl to .c
2010-01-30 22:19:29 -05:00
Ryan Lortie
0ab7bb4b18
GShell: move docs from tmpl to .c
2010-01-30 22:15:50 -05:00
Ryan Lortie
f6482a1eaa
GTimer: move docs from tmpl to .c
2010-01-30 22:12:22 -05:00
Ryan Lortie
d87712d3e6
Fix up gthread.c documentation
...
The last incomplete commit got pushed accidentally. This finishes it up.
2010-01-30 21:55:03 -05:00
Ryan Lortie
0f246e28ca
merge GVariantTypeInfo
2010-01-30 20:15:25 -05:00
Ryan Lortie
4c58a85dd1
Revert accidental commit "dirt"
...
This reverts commit c46bc6ba1f
.
2010-01-30 16:00:51 -05:00
Ryan Lortie
f411e23043
GIO: Remove trailing "." from Since: tags in docs
...
Typing "Since: 2.22." results in the creation of an api-index-2.22..xml
file (ie: the last '.' is taken to be part of the version number).
2010-01-30 14:06:12 -05:00
Ryan Lortie
c46bc6ba1f
dirt
2010-01-30 13:30:00 -05:00
Ryan Lortie
6857767b86
move threads docs to .c
2010-01-30 13:30:00 -05:00
Ryan Lortie
4234481855
GIOChannel: fill in missing docs
2010-01-30 13:30:00 -05:00
Ryan Lortie
7b6c8a5605
g_strlcpy doc: small fixup
...
prevent the <note> from getting sucked in as part of the Returns:
2010-01-30 12:32:37 -05:00
Ryan Lortie
522dafe126
gbitlock: fix gtkdoc brokenness
2010-01-30 12:32:37 -05:00
Ryan Lortie
d51b6c471a
GRand: move docs from tmpl to inline comments
2010-01-30 12:32:37 -05:00
Jorge González
3de141b8d5
Updated Spanish translation
2010-01-30 12:37:00 +01:00
Ryan Lortie
2f4bc34b32
gvarianttype: fix a trivial missing const
2010-01-30 00:01:26 -05:00