summaryrefslogtreecommitdiff
path: root/glib/gversion.h
Commit message (Collapse)AuthorAgeFilesLines
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All glib/*.{c,h} files have been processed, as well as gtester-report. 12 of those files are not licensed under LGPL: gbsearcharray.h gconstructor.h glibintl.h gmirroringtable.h gscripttable.h gtranslit-data.h gunibreak.h gunichartables.h gunicomp.h gunidecomp.h valgrind.h win_iconv.c Some of them are generated files, some are licensed under a BSD-style license and win_iconv.c is in the public domain. Sub-directories inside glib/: deprecated/: processed in a previous commit glib-mirroring-tab/: already LGPLv2.1+ gnulib/: not modified, the code is copied from gnulib libcharset/: a copy pcre/: a copy tests/: processed in a previous commit https://bugzilla.gnome.org/show_bug.cgi?id=776504
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+1
| | | | | | | | | | | Add the GLIB_AVAILABLE_IN_ALL annotation to all old functions (that haven't already been annotated with the GLIB_AVAILABLE_IN_* macros or a deprecation macro). If we discover in the future that we cannot use only one macro on Windows, it will be an easy sed patch to fix that. https://bugzilla.gnome.org/show_bug.cgi?id=688681
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Fix malformed GTK-Doc comment blocks: remove repeated comment blocks.Dieter Verfaillie2012-04-051-22/+0
| | | | | | | | | | | | | | | gio/gproxyresolver.h: GProxyResolver already documented in gio/giotypes.h gio/gtlsbackend.h: GTlsBackend already documented in gio/gtlsbackend.c gio/gtlsclientconnection.h: GTlsClientConnection already documented in gio/gtlsclientconnection.c gio/gtlsconnection.h: GTlsConnection already documented in gio/gtlsconnection.c gio/gunixconnection.h: GTcpConnection already documented in gio/giotypes.h glib/gversion.h: GLIB_CHECK_VERSION already documented in glib/gversion.c Found these thanks to the improved gobject-introspection GTK-Doc comment block/annotation parser. See https://bugzilla.gnome.org/show_bug.cgi?id=672254 https://bugzilla.gnome.org/show_bug.cgi?id=673385
* Move version APIs out of gutilsMatthias Clasen2011-10-161-0/+78
Just another cleanup.