..
abicheck.sh
Fix abi checks for ia64.
2005-08-15 05:00:57 +00:00
ChangeLog
make sure we define GType g_define_type_id in
2007-09-20 10:56:34 +00:00
gboxed.c
Added GRegex boxed type. ( #445065 , Carlos Garnacho)
2007-06-15 16:31:21 +00:00
gboxed.h
Added GRegex boxed type. ( #445065 , Carlos Garnacho)
2007-06-15 16:31:21 +00:00
gclosure.c
Remove C++ comment
2006-01-30 04:19:07 +00:00
gclosure.h
turned all modifications to the first 32 integer bits in a closure into
2005-08-01 21:17:50 +00:00
genums.c
Intern type names before registering the type to avoid unnecessary copies.
2005-08-31 14:38:18 +00:00
genums.h
Make value_name and value_nick const in structs _GEnumValue and
2006-06-02 21:42:48 +00:00
glib-genmarshal.1
added new command-line option "--internal" that can be used to let
2006-08-23 06:45:55 +00:00
glib-genmarshal.c
Add comment about dup(0) and lack of /dev/stdin on Win32. ( #407431 )
2007-02-13 20:19:09 +00:00
glib-mkenums.1
applied patch from David Necas which introduces an underscore_name option
2006-10-10 10:10:43 +00:00
glib-mkenums.in
applied patch from David Necas which introduces an underscore_name option
2006-10-10 10:10:43 +00:00
gmarshal.list
Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.
2003-09-12 20:33:31 +00:00
gobject-query.c
Silence compiler warnings.
2005-11-28 20:33:53 +00:00
gobject.c
invoke GObjectClass.constructed() only for newly constructed objects, and
2007-04-03 10:44:30 +00:00
gobject.h
invoke GObjectClass.constructed() only for newly constructed objects, and
2007-04-03 10:44:30 +00:00
gobject.rc.in
Don't use autoconf variables for the resource object files on Win32 any
2005-07-08 23:04:06 +00:00
gobject.symbols
Added GRegex boxed type. ( #445065 , Carlos Garnacho)
2007-06-15 16:31:21 +00:00
gobjectnotifyqueue.c
applied patch from Behdad with slight optimization, fixes #356175 .
2006-09-22 12:06:28 +00:00
gparam.c
reimplemented floating flag handling by atomically accessing a reserved
2006-09-11 10:14:05 +00:00
gparam.h
Add G_PARAM_STATIC_STRINGS define ( fixes #418021 ).
2007-03-14 19:09:33 +00:00
gparamspecs.c
work around SGI IDO cc, fixes #363986 .
2007-06-14 20:56:15 +00:00
gparamspecs.h
implemented G_TYPE_GTPYE. applied patch from matthias which implements
2005-12-22 15:07:03 +00:00
gsignal.c
g_type_default_interface_ref() was not ensuring working g_signal_list_ids.
2007-08-14 22:55:23 +00:00
gsignal.h
fix pspec->name assignment which needs to be strdup()ed for non
2005-09-22 10:48:04 +00:00
gsourceclosure.c
Make work again.
2005-03-14 06:47:51 +00:00
gsourceclosure.h
Actually define the guard after checking for it. ( #108038 , Morten
2004-06-19 02:57:15 +00:00
gtype.c
Check for 0-sized private data. ( #443869 )
2007-06-15 03:50:27 +00:00
gtype.h
use g_once_init_enter/g_once_init_leave to guard critical initialization
2007-07-10 10:33:03 +00:00
gtypemodule.c
Copy the complete value table, not just the first 4 bytes. ( #348136 ,
2006-07-21 13:57:25 +00:00
gtypemodule.h
make sure we define GType g_define_type_id in
2007-09-20 10:56:34 +00:00
gtypeplugin.c
Intern type names before registering the type to avoid unnecessary copies.
2005-08-31 14:38:18 +00:00
gtypeplugin.h
Add /*< public >*/ and /*< private >*/ markers for documentation purposes.
2003-10-17 23:33:03 +00:00
gvalue.c
reverted a change to have an assert instead of a g_return_val_if_fail()
2006-10-02 13:52:13 +00:00
gvalue.h
provide marshaller specific value_set_*_take_ownership() variants.
2002-02-19 17:38:45 +00:00
gvaluearray.c
Use g_slice. ( #404430 , Chris Wilson)
2007-03-15 05:01:20 +00:00
gvaluearray.h
Small cleanup (use G_BEGIN/END_DECLS). ( #168474 , Fabricio Barros Cabral)
2005-03-08 05:15:57 +00:00
gvaluecollector.h
Include gtypes.h not gobject/gtype.h
2001-11-18 00:38:48 +00:00
gvaluetransform.c
Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to make
2005-08-09 14:04:37 +00:00
gvaluetypes.c
Fix some issues with PLT entries.
2006-09-30 13:59:01 +00:00
gvaluetypes.h
implemented G_TYPE_GTPYE. applied patch from matthias which implements
2005-12-22 15:07:03 +00:00
Makefile.am
Some file list updates ( #398069 , Owen Taylor)
2007-01-19 15:50:30 +00:00
makefile.msc.in
better filtering of G_GNUC_* stuff when generating .def files. Now also
2006-09-17 16:17:44 +00:00
makegobjectalias.pl
Make work again.
2005-03-14 06:47:51 +00:00
marshal-genstrings.pl
Hacky script to fix up your .msc.in files on windows. Dunno if this is a
2001-08-04 15:49:55 +00:00
pltcheck.sh
Fix some issues with PLT entries.
2006-09-30 13:59:01 +00:00
testgobject.c
Remove some unused code. Same here And here Mark some functions static.
2005-09-08 06:35:44 +00:00