Age | Commit message (Expand) | Author | Files | Lines |
2001-11-22 | Version 11, interface, binary age 0. | Owen Taylor | 1 | -1/+24 |
2001-11-22 | use g_type_check_is_value_type() instead of g_type_value_table_peek(). | Tim Janik | 1 | -0/+4 |
2001-11-21 | Set G_LOG_DOMAIN as in Makefile.am. | Tor Lillqvist | 1 | -0/+5 |
2001-11-21 | Patch from Andrew Taylor to optimize the decomposition table to eliminate | Owen Taylor | 1 | -0/+6 |
2001-11-18 | remove g_log_domain_glib usage/export | Hans Breuer | 1 | -0/+7 |
2001-11-18 | missed changelog entry | Owen Taylor | 1 | -0/+6 |
2001-11-18 | Include gtypes.h not gobject/gtype.h | Owen Taylor | 1 | -0/+15 |
2001-11-15 | Documentation fixes. | Matthias Clasen | 1 | -0/+4 |
2001-11-15 | Added "ja" to ALL_LINGUAS. Added Japanese translation. | Takayuki KUSANO | 1 | -0/+4 |
2001-11-15 | set the fd before using it. | Michael Meeks | 1 | -0/+5 |
2001-11-14 | Add back mainloop-test here, too. | Tor Lillqvist | 1 | -0/+8 |
2001-11-14 | add UTF-8 support. | Matthias Clasen | 1 | -0/+6 |
2001-11-14 | provide g_newa(ctype, count) on top of g_alloca() like we provide g_new() | Tim Janik | 1 | -0/+5 |
2001-11-14 | Patch from Andrew Taylor to improve tables and reduce relocations by using | Owen Taylor | 1 | -0/+11 |
2001-11-13 | Fix max_tokens == 1 case to match documentation. Add tests. | Darin Adler | 1 | -0/+8 |
2001-11-12 | G_TOKEN_ERROR is also an end of stream condition. | Tim Janik | 1 | -0/+5 |
2001-11-11 | Also share/glib-2.0. | Tor Lillqvist | 1 | -0/+4 |
2001-11-09 | Add a couple of languages that have LANG_* codes in newest headers, just | Tor Lillqvist | 1 | -0/+5 |
2001-11-08 | *** empty log message *** | Wang Jian | 1 | -0/+4 |
2001-11-08 | Don't define LANG_AZERI etc in case those aren't defined in the headers | Tor Lillqvist | 1 | -0/+13 |
2001-11-06 | Use -mwindows. | Tor Lillqvist | 1 | -0/+4 |
2001-11-05 | Minor edits. | Tor Lillqvist | 1 | -0/+14 |
2001-11-05 | Add check for dirent.h | Owen Taylor | 1 | -1/+10 |
2001-11-05 | Indentation fixes, some rewriting of docs to conform to gtk-doc standard. | Owen Taylor | 1 | -0/+10 |
2001-11-05 | simplified wrapper around dirent functions to improve portability of | Hans Breuer | 1 | -0/+8 |
2001-11-03 | On Win32, create separate .exp file for module-test.o and link with that. | Tor Lillqvist | 1 | -0/+6 |
2001-11-03 | static correctness | Hans Breuer | 1 | -0/+11 |
2001-11-02 | remove public signal.h include. | Tim Janik | 1 | -0/+4 |
2001-11-02 | Recurse with may_block = FALSE, so we don't get into the pathology where | Owen Taylor | 1 | -0/+16 |
2001-11-01 | Added ro (Romanian) to ALL_LINGUAS added | Marius Andreiana | 1 | -0/+4 |
2001-11-01 | fix to the locking so we don't hang | Havoc Pennington | 1 | -0/+5 |
2001-10-31 | Make --with-threads=none mean, that we want thread support, but no default | Sebastian Wilhelmi | 1 | -0/+9 |
2001-10-31 | Use the right conditional (G_THREADS_ENABLED instead of G_THREAD_ENABLED). | Sebastian Wilhelmi | 1 | -0/+9 |
2001-10-30 | Fix documentation. Document g_log_domain_glib, gunichar, gunichar2, | Matthias Clasen | 1 | -0/+4 |
2001-10-29 | New file, used to build distribution packages for Windows. | Tor Lillqvist | 1 | -0/+11 |
2001-10-29 | Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include | Daniel Egger | 1 | -0/+12 |
2001-10-29 | Don't try to use PKG_CONFIG when we didn't find it. (#62944, Eric Lemings) | Owen Taylor | 1 | -1/+10 |
2001-10-29 | Generate glib-mkenums from glib-mkenums.in, substituting in path to perl. | Owen Taylor | 1 | -0/+4 |
2001-10-29 | Dist ref-add.sin, ref-del.sin. (#63092, Dan Winship) | Owen Taylor | 1 | -0/+5 |
2001-10-29 | Conditionalize thread related calls. (#63091) | Sebastian Wilhelmi | 1 | -0/+5 |
2001-10-28 | Add missing g_pattern_match_simple and g_pattern_spec_equal. | Tor Lillqvist | 1 | -0/+13 |
2001-10-26 | Remove $(srcdir)/html before building HTML to prevent stale files. DistGLIB_1_3_10 | Owen Taylor | 1 | -6/+6 |
2001-10-26 | Don't default to win32 thread implementation on Cygwin. The gthread-win32 | Tor Lillqvist | 1 | -0/+5 |
2001-10-25 | Update. | Tor Lillqvist | 1 | -1/+7 |
2001-10-25 | Updates. | Tor Lillqvist | 1 | -0/+7 |
2001-10-25 | Version 1.3.10, interface age, binary age = 0. | Owen Taylor | 1 | -0/+11 |
2001-10-24 | Add g_strtod & co. | Alex Larsson | 1 | -0/+15 |
2001-10-23 | Typo: GLIB_MICRO_VERSION and GLIB_MINOR_VERSION were swapped. | Tor Lillqvist | 1 | -0/+3 |
2001-10-23 | Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like it. | Tor Lillqvist | 1 | -1/+10 |
2001-10-22 | Add macros G_WIN32_DLLMAIN_FOR_DLL_NAME and G_HARDCODED_PATH_WRAPPER. | Tor Lillqvist | 1 | -0/+10 |