Age | Commit message (Expand) | Author | Files | Lines |
2001-01-17 | Add doc comments. (g_win32_get_package_installation_directory): Add one | Tor Lillqvist | 1 | -0/+16 |
2001-01-17 | Optimize for size rather than speed by making _() always call | Owen Taylor | 1 | -0/+11 |
2001-01-16 | Define ENABLE_NLS and GETTEXT_PACKAGE. | Tor Lillqvist | 1 | -0/+21 |
2001-01-16 | Add @INTLIBS@. | Owen Taylor | 1 | -0/+4 |
2001-01-16 | Add gettext support. | Owen Taylor | 1 | -0/+14 |
2001-01-09 | Minor cosmetic change to previous ChangeLog entry. | Tor Lillqvist | 1 | -9/+8 |
2001-01-09 | Rework the changes to needed to pass mainloop-test. Now we don't need to | Tor Lillqvist | 1 | -0/+19 |
2001-01-09 | Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn't | Tor Lillqvist | 1 | -0/+8 |
2001-01-09 | Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE_STATIC to avoid | Sebastian Wilhelmi | 1 | -0/+7 |
2001-01-06 | Get len using strlen() if arg is negative in the Win32 code, too. | Tor Lillqvist | 1 | -0/+27 |
2001-01-05 | move $enable_debug down below checks for GCC to avoid setting CFLAGS | Owen Taylor | 1 | -0/+37 |
2001-01-05 | Add test for g_path_skip_root(). | Tor Lillqvist | 1 | -0/+2 |
2001-01-05 | Look also for (illegal) forward slashes in the template. | Tor Lillqvist | 1 | -0/+17 |
2001-01-04 | remove glib-config-2.0 | Havoc Pennington | 1 | -1/+7 |
2001-01-04 | -I$(top_srcdir)/gmodule, fix from Michael Meeks | Havoc Pennington | 1 | -0/+7 |
2001-01-03 | Switch GMainLoop to be ref/unref, use to make dropping reference to | Owen Taylor | 1 | -1/+6 |
2001-01-03 | Unref callback->cb_data if it was still set when the source is freed. | Owen Taylor | 1 | -0/+6 |
2001-01-02 | Use parentheses around an argument to make these cause an error if you | Dan Winship | 1 | -0/+7 |
2000-12-29 | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. | Tor Lillqvist | 1 | -0/+8 |
2000-12-29 | we can't grow _cv_ variables by using a backticked expr that refers back | Tim Janik | 1 | -0/+7 |
2000-12-29 | got rid of outdated dmalloc support. provide g_try_malloc() and | Tim Janik | 1 | -0/+24 |
2000-12-27 | Update. | Tor Lillqvist | 1 | -0/+4 |
2000-12-25 | Use a MessageBox for fatal messages. Collect eror message into a buffer, | Tor Lillqvist | 1 | -0/+10 |
2000-12-24 | New gcompat.h header file as recommended by Havoc. | Ali Abdin | 1 | -0/+11 |
2000-12-22 | Determine the suffix of the shared librarries for this system. This is | Sebastian Wilhelmi | 1 | -0/+13 |
2000-12-19 | Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double() | Sebastian Wilhelmi | 1 | -0/+16 |
2000-12-19 | Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I | Sebastian Wilhelmi | 1 | -0/+10 |
2000-12-19 | Added --disable-mem-pools option. | Alexander Larsson | 1 | -0/+11 |
2000-12-17 | Use GetACP to get the current ANSI codepage. | Tor Lillqvist | 1 | -0/+9 |
2000-12-14 | No need to -DGSPAWN_HELPER when compiling gspawn-win32-helper any longer. | Tor Lillqvist | 1 | -0/+3 |
2000-12-14 | Warn if no callback. Call callback correctly. (g_io_win32_create_watch): | Tor Lillqvist | 1 | -0/+28 |
2000-12-13 | make static | Havoc Pennington | 1 | -0/+11 |
2000-12-13 | don't try to use thread stuff unless G_THREADS_ENABLED | Havoc Pennington | 1 | -0/+8 |
2000-12-13 | return whether a value got removed. | Tim Janik | 1 | -0/+5 |
2000-12-12 | Revert unauthorized changes. | Owen Taylor | 1 | -0/+4 |
2000-12-12 | GMainContext useful in implementing some additional styles of main loop | Elliot Lee | 1 | -0/+11 |
2000-12-10 | Remove pollfds from the context here, not when actually freeing the | Owen Taylor | 1 | -0/+19 |
2000-12-08 | Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b. | Raja R Harinath | 1 | -0/+7 |
2000-12-08 | Fix typo, and fix some formatting. | Raja R Harinath | 1 | -27/+30 |
2000-12-08 | Rearrange into other veriables, and include run-markup-tests.sh. | Raja R Harinath | 1 | -0/+10 |
2000-12-08 | move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper | Havoc Pennington | 1 | -0/+7 |
2000-12-08 | Don't put anything after an #endif. Likewise. | Raja R Harinath | 1 | -0/+5 |
2000-12-07 | add g_strdupv test | Havoc Pennington | 1 | -0/+7 |
2000-12-05 | Major change in API for creating sources to handle multiple main loops | Owen Taylor | 1 | -0/+32 |
2000-12-01 | Include make.msc from GLib's build subdir. | Tor Lillqvist | 1 | -0/+8 |
2000-12-01 | Provide G_CONST_RETURN which is 'const' by default, and nothing when | Havoc Pennington | 1 | -2/+7 |
2000-11-29 | Forgot gunibreak.c, mistake in ChangeLog | Havoc Pennington | 1 | -2/+1 |
2000-11-29 | s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ | Havoc Pennington | 1 | -0/+23 |
2000-11-28 | Fix warnings. | Elliot Lee | 1 | -0/+10 |
2000-11-28 | Patches by Hans Breuer: | Tor Lillqvist | 1 | -0/+16 |