summaryrefslogtreecommitdiff
path: root/glib/giochannel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicated case value for mingw runtimes defining EOVERLFOW as EFBIGAndoni Morales Alastruey2012-11-281-0/+2
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-2/+3
* GIOChannel: Add missing annotationsMartin Pitt2012-10-251-14/+15
* GIOChannel: Add missing (allow-none) annotationsMartin Pitt2012-10-251-5/+5
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-5/+2
* Fix malformed GTK-Doc comment blocks: don't confuse GTK-Doc parsers.Dieter Verfaillie2012-04-051-1/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-3/+3
* documentation fixesStef Walter2011-12-131-5/+5
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-2/+0
* The usual docs unbreaking...Ryan Lortie2011-10-191-1/+9
* Fix spelling of G_IO_FLAG_IS_WRITEABLEDavid Schleef2011-09-081-3/+4
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* Update annotations from gobject-introspection/gir/glib-2.0.cColin Walters2011-06-071-0/+1
* Fix doc typosMatthias Clasen2011-06-041-1/+1
* Docs: Changed can not to cannot.Murray Cumming2011-03-241-3/+3
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2
* Avoid more compiler warningsMatthias Clasen2011-02-081-6/+6
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Fix a possible crash in g_io_channel_read_charsMatthias Clasen2010-12-281-19/+18
* Fix typoBehdad Esfahbod2010-09-201-1/+1
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-2/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* [docs] Don't reference deprecated functionsJavier Jardón2010-03-101-3/+2
* GIOChannel: move docs from tmpl to .cRyan Lortie2010-02-011-0/+196
* fix a typo in g_io_channel_flush docsHagen Schink2009-04-011-2/+2
* Fix some compiler warningsMatthias Clasen2008-12-311-1/+0
* Move docsMatthias Clasen2008-09-261-0/+73
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-20/+21
* Fix confusing error message. (#521028, Peter Kjellerstedt)Matthias Clasen2008-03-101-4/+4
* Coding style cleanups and doc improvements. (#491975, Areg Beketovski)Matthias Clasen2007-11-101-140/+152
* Remove redundant NULL checksMatthias Clasen2007-01-151-4/+2
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-9/+9
* Avoid running in an assertion with small writes. (#343566, Chris Wilson)Matthias Clasen2006-06-011-1/+1
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-5/+1
* Add versioned deprecation informationMatthias Clasen2005-12-051-4/+4
* Unify some near-duplicate strings. (#314654, Clytie Siddall)Matthias Clasen2005-08-281-2/+2
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-3/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_failManish Singh2004-11-081-1/+1
* Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen2004-11-081-1/+3
* Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas)Matthias Clasen2004-10-241-1/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Some warning fixes for the Sun compiler (Reported by David L. Cooper II,Owen Taylor2004-03-141-1/+1
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-3/+3
* Put the g_return_val_if_fail() in the right place.Owen Taylor2003-06-011-2/+2
* Fix typo: should be G_IO_ERROR_UNKNOWN not G_ERROR_ERROR_UNKNOWNRay Strode2003-05-311-1/+1
* Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR, since close() canOwen Taylor2003-05-301-3/+12