Commit Graph

  • b4f692999f .cvsignore updates Sebastian Wilhelmi 2000-09-28 14:06:26 +00:00
  • 5143dcb166 Adjusted the test for an unimplemented getpwuid_r. Info from Michael Sebastian Wilhelmi 2000-09-28 13:11:23 +00:00
  • e885fe2462 Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check for Sebastian Wilhelmi 2000-09-28 07:54:40 +00:00
  • abb813df20 Some platforms support 64 bit 'long long', but you can not printf or scanf Sebastian Wilhelmi 2000-09-28 07:45:04 +00:00
  • 6088718e19 max_len can't be initialized statically as it might call a function. So do Sebastian Wilhelmi 2000-09-28 07:35:02 +00:00
  • ccee915720 Moved declaration of g_log_domain_gmodule up before the inclusion of Sebastian Wilhelmi 2000-09-28 07:32:07 +00:00
  • bef233642e Add G_GNUC_PURE macro (but don't use it anywhere). GNOME_PRINT_0_24 Elliot Lee 2000-09-26 16:56:52 +00:00
  • 723ef16447 Add a few missing G_GNUC_CONST's. Elliot Lee 2000-09-25 21:28:14 +00:00
  • 8dd96cd0b7 Missing piece of previous commit - add @ALLOCA@ to sources (normally Elliot Lee 2000-09-25 15:46:12 +00:00
  • 273d0c7b93 Remove empty SUBDIRS line, as that prevents make dist from working. Sebastian Wilhelmi 2000-09-25 14:28:56 +00:00
  • 599be596c2 Add gconvert.o. Use libiconv. Tor Lillqvist 2000-09-21 16:17:32 +00:00
  • 6ad8111de3 The last released automake (1.4) still requires AM_PROG_LIBTOOL instead of Sebastian Wilhelmi 2000-09-21 12:49:10 +00:00
  • e2600b0476 Test for the existence of getcwd, and use it only when found. Sebastian Wilhelmi 2000-09-19 14:30:35 +00:00
  • ddbb2ea440 Implement g_ucs4_to_utf8 which was in Owen Taylor 2000-09-18 14:55:24 +00:00
  • 86ce799cdf Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as an Elliot Lee 2000-09-17 22:18:48 +00:00
  • a212f93df2 Havoc Pennington's implementation of convenient character set conversion Owen Taylor 2000-09-11 03:03:18 +00:00
  • 49c937fcbb Add this function. Havoc Pennington 2000-09-11 00:09:31 +00:00
  • 333f4c4325 Add a missing g_return_if_fail(). Owen Taylor 2000-09-10 16:04:33 +00:00
  • 25c1ae6c11 Move call to g_type_free_instance() here from g_object_do_finalize, since Owen Taylor 2000-09-10 16:01:15 +00:00
  • 53cc2572f0 Move headers to @includedir@/glib-1.2/ to allow safe coexistance with a Owen Taylor 2000-09-09 01:47:24 +00:00
  • 9432265430 for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5 Tim Janik 2000-09-07 23:08:25 +00:00
  • a5c0df554e Some further makefile improvement. Owen Taylor 2000-09-07 16:36:56 +00:00
  • 29b652941c docs Havoc Pennington 2000-09-06 23:30:21 +00:00
  • 98dbc6a710 Improve separation of generic non-generic parts and dependencies. Owen Taylor 2000-09-06 15:01:07 +00:00
  • da765af2bc Some inline docs fixes. Owen Taylor 2000-09-06 14:42:13 +00:00
  • ef2dcd6265 s/G_MICROSEC/G_USEC_PER_SEC/ Sebastian Wilhelmi 2000-09-06 13:56:17 +00:00
  • caeb4053e9 Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really Sebastian Wilhelmi 2000-09-06 08:02:56 +00:00
  • 60d032a622 Split GObject docs away from the remainder of the docs. Owen Taylor 2000-09-06 04:32:45 +00:00
  • 8cc4771fa2 Add gtk-doc checks for newly added docs/reference/ subdir. Owen Taylor 2000-09-06 00:17:41 +00:00
  • 19f04a9024 head -n 4 ChangeLog Owen Taylor 2000-09-06 00:04:49 +00:00
  • 3ca18629b0 Don't use a G_LOCK, as it isn't necessary. Sebastian Wilhelmi 2000-09-05 08:58:20 +00:00
  • 702f1d12d0 .cvsignore updates Sebastian Wilhelmi 2000-09-01 13:58:25 +00:00
  • fab90158aa Use g_return_val_if_fail instead of g_return_if_fail, as the function now Sebastian Wilhelmi 2000-09-01 13:45:43 +00:00
  • 4d1cb41ef9 Use GError to report errors as well. Sebastian Wilhelmi 2000-09-01 13:33:04 +00:00
  • 64bbfbb6da Include gerror.h before it is used for some g_thread_* functions. Sebastian Wilhelmi 2000-09-01 13:03:23 +00:00
  • 21a498b1a5 Added function g_propagte_error to hand over local errors to the calling Sebastian Wilhelmi 2000-09-01 12:47:42 +00:00
  • 3dcf39eb77 glib.h glib.def New function, to make a GPollFD from a GIOChannel. Creates Tor Lillqvist 2000-08-31 22:47:24 +00:00
  • ba8a71589d glib.h No use for separate condition parameter. Tor Lillqvist 2000-08-31 21:58:59 +00:00
  • 48b41a2f5f Keep the check for non-NULL parameter. Tor Lillqvist 2000-08-31 20:56:42 +00:00
  • a7e60b7576 Simplify, use GetSystemTimeAsFileTime(). Tor Lillqvist 2000-08-31 20:55:16 +00:00
  • 55cd16c993 Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array, Tor Lillqvist 2000-08-27 15:33:15 +00:00
  • 3d0a1b3b22 New function, otherwise like g_io_channel_win32_wait_for_condition(), but Tor Lillqvist 2000-08-27 10:53:36 +00:00
  • a435aaff03 Mark the following functions G_GNUC_CONST (to allow betteroptimization) Elliot Lee 2000-08-25 22:45:48 +00:00
  • 182b22c754 Use C99 varargs macros where possible (check __STDC_VERSION__), otherwise, Owen Taylor 2000-08-22 03:14:08 +00:00
  • 8f2c74a5b2 Fix inclusion of config.h Elliot Lee 2000-08-21 23:06:11 +00:00
  • 33df64519d Fix a couple of trivial bugs that were causing warnings. Owen Taylor 2000-08-21 18:46:52 +00:00
  • 4010a5acb2 Return the data left behind. Return the data left behind. Darin Adler 2000-08-17 21:37:18 +00:00
  • f17ed7ee26 Some indentation and spacing fixes. Add some more logging. Tor Lillqvist 2000-08-11 21:36:00 +00:00
  • 4261dcfa99 don't duplicate glib Cflags Havoc Pennington 2000-08-11 03:29:19 +00:00
  • c055bfe189 Look in glib-2.0/include for glibconfig.h Havoc Pennington 2000-08-11 03:23:08 +00:00
  • 49dd5d8236 Backport correct descriptive comment from 1.3.1 so I can close #20285. Owen Taylor 2000-08-09 18:12:56 +00:00
  • 3d6f441f96 New function, that calls g_source_remove(). Check return value of Tor Lillqvist 2000-08-06 23:33:29 +00:00
  • 042179dad8 keep *last updated while running through the domain list, so we don't Tim Janik 2000-08-06 18:09:32 +00:00
  • 37e7118821 Fix stray character Owen Taylor 2000-07-31 18:52:11 +00:00
  • 8bca378a6e forgot to add .pc.in to EXTRA_DIST Havoc Pennington 2000-07-31 17:13:55 +00:00
  • 0ae2749548 pkg-config data files Havoc Pennington 2000-07-31 17:10:33 +00:00
  • c58440ecfc Drop a few unused variables. Tor Lillqvist 2000-07-31 15:12:21 +00:00
  • beed3997ab The code didn't compile (must have been sleepy when committing). "return" Tor Lillqvist 2000-07-31 15:11:02 +00:00
  • 33efff673a fix tor's recent changes which got rid of a required variable in the Tim Janik 2000-07-30 08:44:06 +00:00
  • 1860151db0 Compile in the debugging code all the time, but only output debug messages Tor Lillqvist 2000-07-30 00:27:39 +00:00
  • b965bb5db1 Finally, a new and improved IO Channel and condition watch implementation Tor Lillqvist 2000-07-29 20:59:07 +00:00
  • d33887428e No, don't mark glib_debug_objects for export here, it's handled specially Tor Lillqvist 2000-07-27 05:31:12 +00:00
  • 864d4be8ca completed tor's fix to cover both #ifdef branches. Tim Janik 2000-07-27 03:16:15 +00:00
  • 42d1962199 Return 0 on error, not NULL. Tor Lillqvist 2000-07-26 15:39:44 +00:00
  • f0cdf86878 gobject.def Mark glib_debug_objects for export/import as it is used by Tor Lillqvist 2000-07-26 15:33:50 +00:00
  • c9bd7542e1 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the Tim Janik 2000-07-26 11:02:02 +00:00
  • 83e49bd036 added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler Tim Janik 2000-07-26 03:51:07 +00:00
  • cb2f078051 include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined. Tim Janik 2000-07-26 03:18:27 +00:00
  • 623efc182c applied patch from Darin Adler <darin@eazel.com> which supplies Tim Janik 2000-07-25 22:48:09 +00:00
  • 18ac8965f8 make g_type_fundamental_last() a function, avoiding all that extern Tim Janik 2000-07-25 22:47:41 +00:00
  • 524cb26d54 Mention -fnative-struct here, too... Tor Lillqvist 2000-07-22 11:54:19 +00:00
  • f07b4a876e Fix resource handling, the resource file got left out from the DLL after Tor Lillqvist 2000-07-22 08:38:06 +00:00
  • fec9828ac6 Mark the functions g_basename and g_dirname deprecated. They will issue an Sebastian Wilhelmi 2000-07-20 16:58:54 +00:00
  • 84114c5321 Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus Sebastian Wilhelmi 2000-07-20 16:06:33 +00:00
  • 5e4c5611ab gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. Tor Lillqvist 2000-07-19 16:02:43 +00:00
  • ccfc84df3f glibconfig.h now includes files outside of the extern "C" block. Makes EAZEL-NAUTILUS-MS-AUG07 Sebastian Wilhelmi 2000-07-19 14:06:27 +00:00
  • cb931f4980 glibconfig.h and glib.h now include files outside of the extern "C" block. Sebastian Wilhelmi 2000-07-19 14:01:22 +00:00
  • 93b1001c10 Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided. Tor Lillqvist 2000-07-18 20:24:29 +00:00
  • 9556b49053 Remove incomplete start of info file - Owen Taylor 2000-07-16 03:49:54 +00:00
  • 26602fdbc7 Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things build Owen Taylor 2000-07-15 21:59:15 +00:00
  • a9a09f147f fixed an off by 0 error (yeah, the function went off when the while (n--) Tim Janik 2000-07-15 07:18:19 +00:00
  • f5d657af70 fixed an off by 0 error (yeah, the function went off when the while (n--) Tim Janik 2000-07-15 07:15:10 +00:00
  • 45adcf12c1 Include the "build" module in GLib, too, to make it more self-contained. Tor Lillqvist 2000-07-14 22:46:35 +00:00
  • f5d91c6f16 Release 1.3.1 GLIB_1_3_1 Owen Taylor 2000-07-14 22:33:15 +00:00
  • eb023508ad Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 Owen Taylor 2000-07-14 19:22:54 +00:00
  • f4e591eb7b Add g_error functions. Tor Lillqvist 2000-07-13 20:07:45 +00:00
  • eafc443929 Add g_type_get_plugin. Tor Lillqvist 2000-07-13 20:06:57 +00:00
  • 90784da01b default initialize the temporary default value, instead of nuking the Tim Janik 2000-07-13 00:09:56 +00:00
  • c38d1dd9e9 #include <gerror.h> Havoc Pennington 2000-07-12 21:06:16 +00:00
  • 780e6d7e23 Don't return just 0 or 1. Raja R Harinath 2000-07-11 20:28:14 +00:00
  • 685733cf0d removed g_type_is_dynamic() and added g_type_get_plugin(). Tim Janik 2000-07-11 00:49:09 +00:00
  • f8b6715ab1 Include ../config.h for HAVE_UNISTD_H. Use it to guard inclusion of Tor Lillqvist 2000-07-10 18:02:51 +00:00
  • 04bc211e6c Move string.h include into the .c file instead of where it was in the .h Owen Taylor 2000-07-10 01:28:03 +00:00
  • 39732afc59 Rename the GUTILS_C_VAR macro to GLIB_VAR. Tor Lillqvist 2000-07-08 12:40:09 +00:00
  • cf2f511198 Release 1.3.1 Owen Taylor 2000-07-06 20:18:37 +00:00
  • ae13475277 dist fixes. Owen Taylor 2000-07-06 20:18:12 +00:00
  • 8e881830ae Update README.win32. Tor Lillqvist 2000-07-04 22:52:51 +00:00
  • 9608683328 Fix up to correspond to configure.in checks. Owen Taylor 2000-07-03 22:01:58 +00:00
  • 8384a1342e Comment g_get_codeset() out of the header file temporarily. (Very similar Owen Taylor 2000-07-03 21:20:34 +00:00
  • 0df07abdb1 updated g_strndup. Damon Chaplin 2000-07-01 22:45:11 +00:00