summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik14-140/+262
2000-09-07Some further makefile improvement.Owen Taylor43-2030/+5335
2000-09-06docsHavoc Pennington11-0/+562
2000-09-06Improve separation of generic non-generic parts and dependencies.Owen Taylor65-193/+135
2000-09-06Some inline docs fixes.Owen Taylor14-12/+44
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi16-30/+59
2000-09-06Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are reallySebastian Wilhelmi10-14/+40
2000-09-06Split GObject docs away from the remainder of the docs.Owen Taylor27-8370/+4513
2000-09-06Add gtk-doc checks for newly added docs/reference/ subdir.Owen Taylor10-0/+79
2000-09-06head -n 4 ChangeLogOwen Taylor47-6028/+7607
2000-09-05Don't use a G_LOCK, as it isn't necessary.Sebastian Wilhelmi10-14/+42
2000-09-01.cvsignore updatesSebastian Wilhelmi4-24/+9
2000-09-01Use g_return_val_if_fail instead of g_return_if_fail, as the function nowSebastian Wilhelmi10-2/+34
2000-09-01Use GError to report errors as well.Sebastian Wilhelmi3-5/+20
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi18-76/+323
2000-09-01Added function g_propagte_error to hand over local errors to the callingSebastian Wilhelmi12-12/+104
2000-08-31glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist14-20/+134
2000-08-31glib.h No use for separate condition parameter.Tor Lillqvist12-6/+34
2000-08-31Keep the check for non-NULL parameter.Tor Lillqvist2-0/+4
2000-08-31Simplify, use GetSystemTimeAsFileTime().Tor Lillqvist10-36/+54
2000-08-27Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist12-88/+34
2000-08-27New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist16-54/+232
2000-08-25Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee13-61/+133
2000-08-21Fix inclusion of config.hElliot Lee11-3/+35
2000-08-21Fix a couple of trivial bugs that were causing warnings.Owen Taylor11-28/+158
2000-08-17Return the data left behind. Return the data left behind.Darin Adler14-26/+204
2000-08-11Some indentation and spacing fixes. Add some more logging.Tor Lillqvist10-134/+202
2000-08-11don't duplicate glib CflagsHavoc Pennington11-3/+75
2000-08-11Look in glib-2.0/include for glibconfig.hHavoc Pennington9-1/+41
2000-08-06New function, that calls g_source_remove(). Check return value ofTor Lillqvist9-7/+99
2000-08-06keep *last updated while running through the domain list, so we don'tTim Janik10-4/+96
2000-07-31Fix stray characterOwen Taylor12-12/+76
2000-07-31forgot to add .pc.in to EXTRA_DISTHavoc Pennington10-2/+42
2000-07-31pkg-config data filesHavoc Pennington15-0/+125
2000-07-31Drop a few unused variables.Tor Lillqvist2-4/+0
2000-07-31The code didn't compile (must have been sleepy when committing). "return"Tor Lillqvist10-10/+98
2000-07-30fix tor's recent changes which got rid of a required variable in theTim Janik10-0/+44
2000-07-30Compile in the debugging code all the time, but only output debug messagesTor Lillqvist13-212/+423
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist19-1396/+1856
2000-07-27No, don't mark glib_debug_objects for export here, it's handled speciallyTor Lillqvist3-2/+9
2000-07-27completed tor's fix to cover both #ifdef branches.Tim Janik10-8/+48
2000-07-26Return 0 on error, not NULL.Tor Lillqvist13-10/+81
2000-07-26gobject.def Mark glib_debug_objects for export/import as it is used byTor Lillqvist3-1/+8
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik114-404/+452
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik16-13/+576
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik12-9/+113
2000-07-25applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik10-12/+156
2000-07-25make g_type_fundamental_last() a function, avoiding all that externTim Janik3-27/+28
2000-07-22Mention -fnative-struct here, too...Tor Lillqvist1-1/+5
2000-07-22Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist13-12/+78