Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-09-27 | Use gssize to match the header. (Reported by Elliot Lee.) | Owen Taylor | 1 | -0/+5 |
2001-09-27 | Fixes for #58195, based on some ideas from Hidetosh Tajima. | Owen Taylor | 1 | -0/+17 |
2001-09-26 | glib/gmem.c (g_mem_is_system_malloc): Return !vtable_set. | Matthias Clasen | 1 | -0/+4 |
2001-09-26 | Retract my change earlier today. Don't preset autoconf variables in a try | Tor Lillqvist | 1 | -0/+18 |
2001-09-26 | Fix distclean to remove some extra files. #60993, Ben Gertzfield | Owen Taylor | 1 | -0/+5 |
2001-09-26 | Patch from Andrew Taylor to make much of the unicode table data const so | Owen Taylor | 1 | -0/+8 |
2001-09-26 | Copy if !g_mem_is_system_malloc, not the other way around. (Found by James | Owen Taylor | 1 | -0/+6 |
2001-09-26 | Use memset; might be faster if someone used this for a biiig string. | Owen Taylor | 1 | -0/+6 |
2001-09-26 | Move the Win32 check closer to the start, after the BeOS checks. Preset | Tor Lillqvist | 1 | -0/+14 |
2001-09-25 | Use gboolean for return value of GTraverseFunc. | Darin Adler | 1 | -0/+4 |
2001-09-25 | Version 1.3.9 (binary, interface == 0) | Owen Taylor | 1 | -0/+10 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 1 | -0/+18 |
2001-09-24 | glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, | Matthias Clasen | 1 | -0/+5 |
2001-09-24 | Added "sk" to ALL_LINGUAS. Added Slovak translation. | Stanislav Visnovsky | 1 | -0/+4 |