2001-01-23 |
3 | Free the callback (g_source_set_callback): Initialize... |
blob | commitdiff |
2001-01-20 |
Tor Lillqvist | Even if g_get_codeset() is currently commented out... |
blob | commitdiff | diff to current |
2001-01-19 |
Kjartan Maraas | Fix typo. Same here. |
blob | commitdiff | diff to current |
2001-01-17 |
Tor Lillqvist | Add doc comments. (g_win32_get_package_installation_dir... |
blob | commitdiff | diff to current |
2001-01-17 |
Owen Taylor | Optimize for size rather than speed by making _() alway... |
blob | commitdiff | diff to current |
2001-01-16 |
Tor Lillqvist | Define ENABLE_NLS and GETTEXT_PACKAGE. |
blob | commitdiff | diff to current |
2001-01-16 |
Owen Taylor | Add @INTLIBS@. |
blob | commitdiff | diff to current |
2001-01-16 |
Owen Taylor | Add gettext support. |
blob | commitdiff | diff to current |
2001-01-09 |
Tor Lillqvist | Minor cosmetic change to previous ChangeLog entry. |
blob | commitdiff | diff to current |
2001-01-09 |
Tor Lillqvist | Rework the changes to needed to pass mainloop-test... |
blob | commitdiff | diff to current |
2001-01-09 |
Tor Lillqvist | Don't warn about deprecation on Win32. Code written... |
blob | commitdiff | diff to current |
2001-01-09 |
Sebastian Wilhelmi | Made g_profile_mutex a GMutex* instead of G_LOCK_DEFINE... |
blob | commitdiff | diff to current |
2001-01-06 |
Tor Lillqvist | Get len using strlen() if arg is negative in the Win32... |
blob | commitdiff | diff to current |
2001-01-05 |
Owen Taylor | move $enable_debug down below checks for GCC to avoid... |
blob | commitdiff | diff to current |
2001-01-05 |
Tor Lillqvist | Add test for g_path_skip_root(). |
blob | commitdiff | diff to current |
2001-01-05 |
Tor Lillqvist | Look also for (illegal) forward slashes in the template. |
blob | commitdiff | diff to current |
2001-01-04 |
Havoc Pennington | remove glib-config-2.0 |
blob | commitdiff | diff to current |
2001-01-04 |
Havoc Pennington | -I$(top_srcdir)/gmodule, fix from Michael Meeks |
blob | commitdiff | diff to current |
2001-01-03 |
Owen Taylor | Switch GMainLoop to be ref/unref, use to make dropping... |
blob | commitdiff | diff to current |
2001-01-03 |
Owen Taylor | Unref callback->cb_data if it was still set when the... |
blob | commitdiff | diff to current |
2001-01-02 |
Dan Winship | Use parentheses around an argument to make these cause... |
blob | commitdiff | diff to current |
2000-12-29 |
Tor Lillqvist | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. |
blob | commitdiff | diff to current |
2000-12-29 |
Tim Janik | we can't grow _cv_ variables by using a backticked... |
blob | commitdiff | diff to current |
2000-12-29 |
Tim Janik | got rid of outdated dmalloc support. provide g_try_mall... |
blob | commitdiff | diff to current |
2000-12-27 |
Tor Lillqvist | Update. |
blob | commitdiff | diff to current |
2000-12-25 |
Tor Lillqvist | Use a MessageBox for fatal messages. Collect eror messa... |
blob | commitdiff | diff to current |
2000-12-24 |
Ali Abdin | New gcompat.h header file as recommended by Havoc. |
blob | commitdiff | diff to current |
2000-12-22 |
Sebastian Wilhelmi | Determine the suffix of the shared librarries for this... |
blob | commitdiff | diff to current |
2000-12-19 |
Sebastian Wilhelmi | Updated G_RAND_DOUBLE_TRANSFORM to be more accurate... |
blob | commitdiff | diff to current |
2000-12-19 |
Sebastian Wilhelmi | Ok, I'm a moron. When I originally implemented ENABLE_G... |
blob | commitdiff | diff to current |
2000-12-19 |
Alexander Larsson | Added --disable-mem-pools option. |
blob | commitdiff | diff to current |
2000-12-17 |
Tor Lillqvist | Use GetACP to get the current ANSI codepage. |
blob | commitdiff | diff to current |
2000-12-14 |
Tor Lillqvist | No need to -DGSPAWN_HELPER when compiling gspawn-win32... |
blob | commitdiff | diff to current |
2000-12-14 |
Tor Lillqvist | Warn if no callback. Call callback correctly. (g_io_win... |
blob | commitdiff | diff to current |
2000-12-13 |
Havoc Pennington | make static |
blob | commitdiff | diff to current |
2000-12-13 |
Havoc Pennington | don't try to use thread stuff unless G_THREADS_ENABLED |
blob | commitdiff | diff to current |
2000-12-13 |
Tim Janik | return whether a value got removed. |
blob | commitdiff | diff to current |
2000-12-12 |
Owen Taylor | Revert unauthorized changes. |
blob | commitdiff | diff to current |
2000-12-12 |
Elliot Lee | GMainContext useful in implementing some additional... |
blob | commitdiff | diff to current |
2000-12-10 |
Owen Taylor | Remove pollfds from the context here, not when actually... |
blob | commitdiff | diff to current |
2000-12-08 |
Raja R Harinath | Rename from GLIB_DIVERT_BEFORE_HELP. Update to track... |
blob | commitdiff | diff to current |
2000-12-08 |
Raja R Harinath | Fix typo, and fix some formatting. |
blob | commitdiff | diff to current |
2000-12-08 |
Raja R Harinath | Rearrange into other veriables, and include run-markup... |
blob | commitdiff | diff to current |
2000-12-08 |
Havoc Pennington | move markup-test to noinst_PROGRAMS; it isn't a proper... |
blob | commitdiff | diff to current |
2000-12-08 |
Raja R Harinath | Don't put anything after an #endif. Likewise. |
blob | commitdiff | diff to current |
2000-12-07 |
Havoc Pennington | add g_strdupv test |
blob | commitdiff | diff to current |
2000-12-05 |
Owen Taylor | Major change in API for creating sources to handle... |
blob | commitdiff | diff to current |
2000-12-01 |
Tor Lillqvist | Include make.msc from GLib's build subdir. |
blob | commitdiff | diff to current |
2000-12-01 |
Havoc Pennington | Provide G_CONST_RETURN which is 'const' by default... |
blob | commitdiff | diff to current |
2000-11-29 |
Havoc Pennington | Forgot gunibreak.c, mistake in ChangeLog |
blob | commitdiff | diff to current |
2000-11-29 |
Havoc Pennington | s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ |
blob | commitdiff | diff to current |
2000-11-28 |
Elliot Lee | Fix warnings. |
blob | commitdiff | diff to current |
2000-11-28 |
Tor Lillqvist | Patches by Hans Breuer: |
blob | commitdiff | diff to current |
2000-11-28 |
Sebastian Wilhelmi | Revamped errorcheck mutexes and added errorcheck cond_w... |
blob | commitdiff | diff to current |
2000-11-28 |
Havoc Pennington | Add void in empty function arg list |
blob | commitdiff | diff to current |
2000-11-26 |
Tor Lillqvist | Add gqsort. |
blob | commitdiff | diff to current |
2000-11-21 |
Sebastian Wilhelmi | Add a surrogate for thread priorities using PID nicenes... |
blob | commitdiff | diff to current |
2000-11-20 |
Jonathan Blandford | Patch from David Benson <daveb@idealab.com> to add... |
blob | commitdiff | diff to current |
2000-11-20 |
Havoc Pennington | Use a switch here, maybe helps the compiler optimize... |
blob | commitdiff | diff to current |
2000-11-19 |
Tor Lillqvist | Add g_trash_stack entry points. |
blob | commitdiff | diff to current |
2000-11-17 |
Owen Taylor | Released 1.3.2 GLIB_1_3_2 |
blob | commitdiff | diff to current |
2000-11-15 |
Sebastian Wilhelmi | Check for the sched.h header and include it on gthread... |
blob | commitdiff | diff to current |
2000-11-14 |
Tor Lillqvist | Make #endif comment match #ifdef. |
blob | commitdiff | diff to current |
2000-11-13 |
Owen Taylor | Up version to 1.3.2 |
blob | commitdiff | diff to current |
2000-11-13 |
Tor Lillqvist | Add USE_LIBICONV. |
blob | commitdiff | diff to current |
2000-11-13 |
Sebastian Wilhelmi | Made recursive mutexes also work when the thread system... |
blob | commitdiff | diff to current |
2000-11-12 |
Owen Taylor | Create wrapper functions for iconv() so that we can... |
blob | commitdiff | diff to current |
2000-11-12 |
Robert Brady | Remove g_filename_{to,from}_utf8 |
blob | commitdiff | diff to current |
2000-11-12 |
Owen Taylor | template is a reserved word in C++ s/template/tmpl/. |
blob | commitdiff | diff to current |
2000-11-11 |
Havoc Pennington | Handle a long stream of bytes containing no UTF-8 chara... |
blob | commitdiff | diff to current |
2000-11-11 |
Tor Lillqvist | Add missing entry points. |
blob | commitdiff | diff to current |
2000-11-11 |
Tor Lillqvist | Improve chance to generate unique names with less effor... |
blob | commitdiff | diff to current |
2000-11-11 |
Owen Taylor | Add gtypemodule.h |
blob | commitdiff | diff to current |
2000-11-10 |
Tor Lillqvist | New function, suggested by Havoc earlier this month... |
blob | commitdiff | diff to current |
2000-11-09 |
Sebastian Wilhelmi | Don't take threads with other priorities into account... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPO... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | inline docs (unescape_text): properly check strtoul... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | Free the src error if the dest location is NULL - I... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | Added |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Added documentation for asynchronous queues. |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Changed unportable __FUNCTION__ to the verbatim functio... |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Include sys/select.h (some platforms need it for select). |
blob | commitdiff | diff to current |
2000-10-30 |
Tor Lillqvist | gutils.c gutils.h gfileutils.c Actually, g_mkstemp... |
blob | commitdiff | diff to current |
2000-10-30 |
Tor Lillqvist | Check for mkstemp. |
blob | commitdiff | diff to current |
2000-10-30 |
Sebastian Wilhelmi | Introduced new function type GEqualFunc to return TRUE... |
blob | commitdiff | diff to current |
2000-10-27 |
Tor Lillqvist | Add gmarkup. |
blob | commitdiff | diff to current |
2000-10-27 |
Havoc Pennington | New module to parse a simple markup language |
blob | commitdiff | diff to current |
2000-10-26 |
Tor Lillqvist | Cosmetics. |
blob | commitdiff | diff to current |
2000-10-26 |
Sebastian Wilhelmi | When the string is ended by a delimiter, return an... |
blob | commitdiff | diff to current |
2000-10-25 |
Tim Janik | added newly added gobject/ headers. |
blob | commitdiff | diff to current |
2000-10-23 |
Sebastian Wilhelmi | Use one = instead of two, which is plainly wrong. |
blob | commitdiff | diff to current |
2000-10-19 |
Tor Lillqvist | Pass -DGSPAWN_HELPER when building it. Link with user32... |
blob | commitdiff | diff to current |
2000-10-19 |
Owen Taylor | Change ERROR_OTHER to ERROR_FAILED, add some dummy... |
blob | commitdiff | diff to current |
2000-10-16 |
Tor Lillqvist | Remove alloca stuff from here. galloca.h takes care... |
blob | commitdiff | diff to current |
2000-10-16 |
Tor Lillqvist | Add gspawn-win32.c to EXTRA_DIST. |
blob | commitdiff | diff to current |
2000-10-16 |
Tor Lillqvist | Some more debugging output. (g_io_channel_win32_poll... |
blob | commitdiff | diff to current |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
blob | commitdiff | diff to current |
2000-10-13 |
Sebastian Wilhelmi | Added inline documentation. |
blob | commitdiff | diff to current |
2000-10-13 |
Sebastian Wilhelmi | Readded GFreeFunc, g_node_insert_after and g_find_progr... |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Adapted accordingly to header separation and GLIB_HAVE_... |
blob | commitdiff | diff to current |
next |