Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-10-22 | Typo. | Tor Lillqvist | 1 | -0/+5 |
2001-10-22 | If we have built the MSVC import library, install it. Install the gcc | Tor Lillqvist | 1 | -0/+6 |
2001-10-19 | Fix test for lib.exe. Can't set ms_librarian before calling AC_CHECK_PROG, | Tor Lillqvist | 1 | -0/+6 |
2001-10-19 | Use another LOCK for g_prgname to avoid deadlocking. (#62606) | Sebastian Wilhelmi | 1 | -0/+5 |
2001-10-18 | Check also ac_cv_sizeof___int64 when requiring a 64-bit type. | Tor Lillqvist | 1 | -0/+5 |
2001-10-17 | Fix a typo: to_codeset => from_codeset. (#58195, #55152) | Hidetoshi Tajima | 1 | -0/+6 |
2001-10-13 | make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new | Tim Janik | 1 | -0/+19 |
2001-10-11 | (ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's. | Raja R Harinath | 1 | -0/+5 |
2001-10-11 | Remove G_HAVE_GINT64 conditionalization. | Joshua N Pritikin | 1 | -0/+5 |
2001-10-11 | Un-conditionalize and require a 64-bit integer type. | Joshua N Pritikin | 1 | -0/+5 |
2001-10-05 | Avoid 'test -a'. | Raja R Harinath | 1 | -6/+10 |
2001-10-04 | Documentation update. | Matthias Clasen | 1 | -0/+4 |
2001-10-04 | add config.charset | Havoc Pennington | 1 | -0/+4 |
2001-10-03 | New function (DLL entry point) to tuck away actual DLL name. | Tor Lillqvist | 1 | -0/+9 |
2001-10-02 | documentation update. add documentation. update docs. Remove references to | Matthias Clasen | 1 | -0/+6 |
2001-10-02 | let the compatibility definition point to the new name | Sven Neumann | 1 | -0/+5 |
2001-10-01 | Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and | Alex Larsson | 1 | -0/+9 |
2001-10-01 | Rename g_string_printfa() to g_string_append_printf(). (#61041, Havoc | Owen Taylor | 1 | -0/+5 |
2001-10-01 | Documentation cleanups. (#61487) | Tor Lillqvist | 1 | -0/+4 |
2001-10-01 | make third argument a gboolean. (g_scanner_add_symbol, | Matthias Clasen | 1 | -0/+11 |
2001-10-01 | glib/gconvert.c glib/gspawn-win32.c some minor documentation fixes. | Sven Neumann | 1 | -0/+6 |
2001-09-30 | Add build/win32/dirent/Makefile to the list of makefiles | Alexander Larsson | 1 | -0/+5 |
2001-09-29 | glib/gwin32.c glib/gwin32.h Remove own implementation of dirent functions. | Tor Lillqvist | 1 | -0/+15 |
2001-09-29 | cast the string size to gulong and use %lu for printing to avoid 64bit | George Lebl | 1 | -0/+8 |
2001-09-28 | Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo | Owen Taylor | 1 | -0/+5 |
2001-09-28 | Fix inline docs for g_string_prepend_unichar. | Matthias Clasen | 1 | -0/+4 |
2001-09-28 | Adding double quotes around values in test expression | Kwok-Koon Cheung | 1 | -0/+5 |
2001-09-27 | fix typo (#if->#ifdef) so it compiles again. | Manish Singh | 1 | -0/+5 |
2001-09-27 | When the sublangid is SUBLANG_DEFAULT, return the locale of the language's | Bruno Haible | 1 | -0/+38 |