summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 2.13.6GLIB_2_13_6Matthias Clasen2007-06-291-0/+4
* reintroduce typedef gulong GType; for C++, to avoid C++ specific ABITim Janik2007-06-222-0/+9
* 2.13.5GLIB_2_13_5Matthias Clasen2007-06-181-0/+4
* Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell2007-06-153-0/+14
* Check for 0-sized private data. (#443869)Cody Russell2007-06-151-0/+2
* always define GType unconditionally in terms of gsize, there's no need toTim Janik2007-06-142-4/+6
* work around SGI IDO cc, fixes #363986.Tim Janik2007-06-142-2/+7
* 2.13.4Matthias Clasen2007-06-061-0/+4
* 2.13.3GLIB_2_13_3Matthias Clasen2007-06-041-0/+4
* 2.13.2GLIB_2_13_2Matthias Clasen2007-05-231-0/+4
* Move the compiler-dependency in the G_GNUC_INTERNAL definition fromMatthias Clasen2007-05-172-9/+15
* 2.13.1GLIB_2_13_1Matthias Clasen2007-05-031-0/+4
* also clear the NOCOPY_CONTENTS flag when replacing NULL with the emptyMichael Natterer2007-04-252-1/+13
* don't free or modify static strings, dup them when needed and clear theMichael Natterer2007-04-241-1/+17
* invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie2007-04-033-4/+28
* 2.13.0GLIB_2_13_0Matthias Clasen2007-03-161-0/+4
* Use g_slice. (#404430, Chris Wilson)Matthias Clasen2007-03-152-3/+7
* Add G_PARAM_STATIC_STRINGS define (fixes #418021).Stefan Kost2007-03-142-0/+6
* marked purely functional g_type accessors as PURE or CONST, closesTim Janik2007-03-122-7/+12
* Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431)Tor Lillqvist2007-02-132-1/+3
* Some file list updates (#398069, Owen Taylor)Matthias Clasen2007-01-191-1/+2
* removed all .cvsignore files. SVN doesn't need them.Michael Natterer2007-01-031-31/+0
* Handle "/dev/stdin" by dup()ing fd 0 so that it works on Win32, too.Tor Lillqvist2007-01-012-1/+11
* Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen2006-12-292-0/+46
* Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2006-12-162-1/+8
* makefile.mingw gmodule/makefile.mingw.in glib/makefile.mingw.inTor Lillqvist2006-11-051-83/+0
* applied patch from David Necas which introduces an underscore_name optionTim Janik2006-10-103-26/+53
* Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.Behdad Esfahbod2006-10-021-8/+3
* reverted a change to have an assert instead of a g_return_val_if_fail()Tim Janik2006-10-022-1/+18
* Fix some issues with PLT entries.Matthias Clasen2006-09-307-11/+49
* applied patch from Behdad with slight optimization, fixes #356175.Tim Janik2006-09-223-4/+11
* better filtering of G_GNUC_* stuff when generating .def files. Now alsoHans Breuer2006-09-171-2/+4
* reimplemented floating flag handling by atomically accessing a reservedTim Janik2006-09-112-8/+14
* fixed to print usage and version info on STDOUT (#322502).Tim Janik2006-08-293-30/+37
* Fix some typos. (#351741, Kjartan Maraas)Matthias Clasen2006-08-262-1/+5
* changed return value of g_value_dup_object(), fixes #343292.Sven Neumann2006-08-233-2/+12
* added new command-line option "--internal" that can be used to letSven Neumann2006-08-232-25/+36
* conditionally thaw the notify queue after construction, so we don'tTim Janik2006-08-162-26/+54
* 2.12.2GLIB_2_12_2Matthias Clasen2006-08-161-0/+4
* Don't initialize struct members with function calls. (#349952)Matthias Clasen2006-08-062-1/+7
* 2.12.1GLIB_2_12_1Matthias Clasen2006-07-221-0/+4
* Copy the complete value table, not just the first 4 bytes. (#348136,Matthias Clasen2006-07-212-1/+6
* 2.12.0GLIB_2_12_0Matthias Clasen2006-07-021-0/+4
* 2.11.4GLIB_2_11_4Matthias Clasen2006-06-201-0/+4
* Separate groups by an empty line (#344868, Christian Persch)Matthias Clasen2006-06-152-1/+8
* 2.11.3GLIB_2_11_3Matthias Clasen2006-06-121-0/+4
* 2.11.2GLIB_2_11_2Matthias Clasen2006-06-051-0/+4
* Moving ChangeLog entry to gobject/.Behdad Esfahbod2006-06-021-0/+5
* Make value_name and value_nick const in structs _GEnumValue andBehdad Esfahbod2006-06-021-4/+4
* turn off compiler warnings, #337129.Tim Janik2006-05-162-1/+5