Home | History | Annotate | Download | only in glib

Lines Matching full:glib

3 	With the move to git, GLib is switching from a ChangeLog file
12 * glib/gmessages.c (g_logv): Copy a va_list when using it
22 * glib/gfileutils.c:
42 * glib/gbase64.c: Avoid integer overflows in the base64
47 * glib/gchecksum.c: Document and guarantee hex digests will
74 * glib/gmarkup.c: Various optimizations: do less allocations by
82 * glib/gthread.c: Fix docs.
94 * glib/gnulib/vasnprintf.c (vasnprintf): Add workaround for buggy
99 * glib/gutf8.c (_g_utf8_make_valid):
107 * glib/gutils.c (g_win32_get_system_data_dirs_for_module): Change
111 * glib/gutils.h (_g_win32_get_system_data_dirs): Modify
114 pointing out these are internal GLib functions.
127 * glib/gfileutils.c (g_file_get_contents): Improve docs. Pointed
132 Bug 572672 ? glib/gthread.c: argument is different type
134 * glib/gthread.c (g_once_init_leave): Add a necessary cast back.
147 Fix strict aliasing warnings and viiolations to make GLib and
148 GLib users buildable with gcc 4.4. Patch by Jakub Jelinek.
150 * glib/gatomic.[hc]: Add G_GNUC_MAY_ALIAS to pointer arguments,
153 * glib/gdataset.c:
154 * glib/gthread.[hc]:
155 * glib/gdatasetprivate.h: Remove unnecessary casts in
175 * glib/gutf8.c (g_utf8_offset_to_pointer()): See summary.
190 * glib/gregex.c: Correct the spelling of
213 * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().
219 * docs/reference/glib/glib-sections.txt:
221 * docs/reference/glib/tmpl/types.sgml: Add
226 * docs/reference/glib/Makefile.am:
232 * glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code
241 * glib/gbookmarkfile.c (g_bookmark_file_add_application):
250 * glib/gstrfuncs.c (g_strdup_printf): Fix a doc typo.
267 * glib/gbsearcharray.h: Quell some compiler warnings.
271 * glib/pcre: Update to PCRE 7.8
278 * glib/glibintl.h: If !ENABLE_NLS, make textomain() macro
286 * glib/gmacros.h (G_STRUCT_OFFSETOF): Use offsetof instead of
293 * glib/glib.symbols:
294 * glib/gbase64.[hc] (g_base64_decode_inplace): New convenience
300 * glib/gtestutils.c (g_strcmp0): Be more explicit about the NULL
305 * glib/goption.c (parse_arg): Guard against a mis-written
312 * glib/gregex.c: Mention that positions are in bytes.
319 * glib/gregex.c: Copy the warning about @string to all
327 * glib/gwin32.c (get_package_directory_from_module): Obvious fix.
341 * glib/tests/.gitignore: update
351 * glib/gfileutils.c: Move the binary compatibility versions of
364 * glib/gregex.c: Add an example to the g_regex_replace_eval() docs.
368 * glib/gstrfuncs.c: Move docs inline, adding references to g_free()
383 * glib/goption.c: Fix a wrong reference in the docs, reported by
388 * glib/gspawn.c:
389 * glib/gthread.c:
390 * glib/goption.c:
391 * glib/gmain.c:
392 * glib/gkeyfile.c:
393 * glib/gfileutils.c:
394 * glib/gdate.c:
395 * glib/garray.c:
396 * glib/gbookmarkfile.c:
397 * glib/gbacktrace.c: Fix some compiler warnings.
401 * glib/glib.symbols: Add g_thread_get_initialized here,
408 * glib/gthreads.c (g_thread_get_initialized): new accessor for
410 * glib/gthreads.h: add g_thread_get_initialized
424 * glib/pltcheck.sh: make this work on x86_64
428 * glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
435 * glib/gatomic.c: Add an implementation for the CRIS and CRISv32
440 * glib/gkeyfile.c: Some more documentation additions.
464 * glib/gutils.c (g_parse_debug_string): Print available keys if
471 * glib/gutils.h: Change GDebugKey key member from gchar * to
478 * glib/gregex.c: Mention 0 as value for 'no flags' in some places..
486 * glib/gkeyfile.c (g_key_file_get_string): Explain the difference
491 * glib/gkeyfile.c: Refer to @locale parameters as locale identifier
505 * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
508 * glib/gutil.c: Don't include libintl.h directly.
515 * glib/goption.c (parse_long_option): Return the parse_arg return
518 * glib/tests/option-context.c: Add a test for a callback which
525 * glib/goption.c: Doc fix.
531 * glib/gkeyfile.c: Clarify the docs.
537 * glib/gkeyfile.c: (g_key_file_get_locale_string_list),
542 * glib/tests/keyfile.c: (test_lists), (test_reload_idempotency): Test
565 * glib/ghash.c:
576 * glib/gtestutils.c (g_test_log_send):
589 * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
595 * glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
605 * glib/gchecksum.c (g_compute_checksum_for_data): Accept
614 * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
626 * glib/gpoll.h: different fix: disallow direct inclusion
642 * glib/gpoll.h: Only disallow direct inclusion when
656 * glib/gmarkup.c:
657 * glib/gshell.c: Use literal errors where appropriate.
661 Bug 551355 ? [PATCH] Make glib build with libtool 2.2
676 * glib/gmarkup.c:
677 * glib/gshell.c:
678 * glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
682 Bug 552861 ? glib-2.0.m4 calls system(3) without storing its result
684 * m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
699 * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
705 * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
711 * glib/gtypes.h: Properly include gmacros.h
718 * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
726 * glib/gfileutils.c: change g_format_size_for_display API doc to
733 * README.in: Add "Notes about glib 2.20" section detailing the
738 Bug 554092 ? glib doesn't return G_FILE_ERROR_NOENT et al on OS X
740 * glib/giounix.c (g_io_unix_read), (g_io_unix_write),
749 * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
753 * glib/gprintf.c
754 * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
762 * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
766 * glib/gtestutils.c (g_assertion_message_error): utility for
769 * glib/tests/keyfile.c:
777 * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
780 * glib/pcre/pcre_ucp_searchfuncs.c:
781 * glib/pcre/pcre_valid_utf8.c: #include "config.h"
783 * glib/tests/printf.c (test_d): fool gcc into not warning about
790 * glib/gbacktrace.h: Include signal.h for raise().
797 * glib/Makefile.am: Fix the sed magic to replace python.
801 * glib/gmain.c: Add some more docs.
803 * glib/giochannel.c: Move more docs inline, and improve them
810 * glib/gmain.c
811 * glib/gpoll.c: Make the g_poll() function non-static also on
818 * glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
823 * glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
831 * glib/gmain.c: improved documentation for g_source_attach() and
836 * glib/glib.h: #include <glib/gpoll.h>
838 * glib/gpoll.h: #error out if gpoll.h is included directly.
840 * glib/gpoll.c: remove trailing whitespace.
844 * glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
850 * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
863 * glib/ghash.c (prime_mod): Table of suitable primes for
900 * glib-zip.in: Look for man pages in share/man.
902 * glib/gutils.c (_glib_get_dll_directory)
903 * glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
905 the GLib DLL is, not necessarily in a "bin" subfolder of the top
906 GLib installation folder.