Home | History | Annotate | Download | only in glib

Lines Matching full:glib

25 	* glib/gtypes.h: new endian asm for ia64 and x86_64, general
33 * glib/giowin32.c (struct _GIOWin32Channel): Don't need thread_handle.
42 * glib/giowin32.c (g_io_win32_set_flags): Don't set the GError,
90 * glib/gspawn-win32.c (do_spawn): Fix potential heap
95 * m4macros/glib-gettext.m4: AC_SUBST() DATADIRNAME, not
100 * m4macros/glib-gettext.m4: Restore a missing AC_SUBST()
105 * m4macros/glib-gettext.m4: Actually set INTLLIBS
110 * glib/glib.def: Add g_rand_init.
117 * glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
123 * glib/gthread.h: Mark the contents of the strucures
126 * glib/gthread.[ch]: Rename the 'write' field of the
132 * glib/libcharset/{localcharset.[ch] libcharset-glib.patch}
133 glib/gutf8.c: Break _g_locale_charset() into two pieces
142 * glib-2.0.pc.in (Libs): Add @TRIO_LIBS@.
144 * glib/trio/Makefile.am (libtrio_la_LIBADD): Use @TRIO_LIBS@.
146 * glib/trio/glibtrio.h: New file, redefining all trio symbols to
147 fall into the _G/_g_ private glib namespace.
149 * glib/trio/Makefile.am (libtrio_la_SOURCES): Add glibtrio.h
151 * glib/trio/trionan.c:
152 * glib/trio/triostr.c:
153 * glib/trio/trio.c: Include glibtrio.h
155 * glib/gprintfint.h:
156 * glib/trio/trionan.c:
157 * glib/trio/triostr.c:
158 * glib/trio/trio.c: Include glibtrio.h
162 * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
175 * m4macros/glib-gettext.m4: Remove a stray setting of $LIBS.
190 * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
200 * glib/gmacros.h: remove extra whitespace at the end
202 * glib/gscanner.c (g_scanner_unexp_token): use G_GUINT64_FORMAT
213 * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces
219 * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
221 * glib/gfileutils.c (g_file_test): Bypass extra test for root on
224 * glib/glib.def: Add g_{get,set}_application_name.
234 * m4macros/glib-gettext.m4: Unset
269 * m4macros/glib-gettext.m4: Fix typo. (Manish Singh)
275 * m4macros/glib-gettext.m4: Major rewrite; remove leftovers
281 to duplicate the gettext macros between glib-gettext.m4
284 * m4macros/glib-gettext.m4: Do some tricks so that configure.in
288 * m4macros/glib-gettext.m4: Add AM_GLIB_DEFINE_LOCALEDIR
291 * m4macros/glib-gettext.m4 (AM_GLIB_DEFINE_LOCALEDIR):
293 GLib would look for translations in NONE/share/locale.
297 * glib/grand.c: Include string.h, supress a warning.
301 * glib/grand.c (g_rand_int_range): Improve generation of
304 * README.in, docs/reference/glib/running.sgml,
305 docs/reference/glib/tmpl/random_numbers.sgml,
306 docs/reference/glib/changes.sgml: Added notes about the new
317 * glib/gfileutils.c (g_file_test): Guard against
321 * glib/gfileutils.c (g_file_test): Add doc notes
336 * glib/gunichartable.h glib/gen-unicode-tables.pl:
345 * glib/libcharset/Makefile.am (EXTRA_DIST): Don't
366 * glib/gstrfuncs.c (g_strncasecmp): Break long deprecation
403 * glib/gtimer.c: Include glibconfig.h early so
406 * glib/gstrfuncs.c: Fix typo.
417 * glib/*.c: Patch from Sven Neumann to make the
427 * glib/gunicollate.c: (g_utf8_collate_key):
432 * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key):
449 * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer
460 * glib/gstrfuncs.c (g_ascii_strtoull): It is a 2.2 addition.
462 * glib/gtimer.c (g_time_val_add): Adjust to changed parameter names.
464 * glib/gutils.c (g_get_application_name): Mark as 2.2. addition.
466 * glib/gstrfuncs.c (g_ascii_strtoull): Mark as 2.0.7 addition.
470 * glib/gutils.c:
471 * glib/gtree.c:
472 * glib/gstring.c:
473 * glib/gstrfuncs.c:
474 * glib/giochannel.c: Move some docs inline, and add deprecation
484 * glib/gutf8.c (g_utf8_strreverse):
485 * glib/gstrfuncs.c (g_str_has_suffix):
487 * glib/gprintf.c (g_printf):
493 * glib/gmarkup.c (g_markup_parse_context_get_element):
500 * glib/gmessages.h: Use G_LIKELY without surrounding parentheses
504 * glib/gmacros.h: Always put parentheses in G_LIKELY and G_UNLIKELY.
508 * glib/gmessages.h: Only use G_LIKELY in g_assert() and
513 * glib/grand.c, gthread/gthread-impl.c, tests/rand-test.c:
517 * docs/reference/glib/glib-docs.sgml,
518 docs/reference/glib
519 docs/reference/glib/changes-2.0.sgml to
520 docs/reference/glib/changes.sgml and added section for changes
523 * README.in, docs/reference/glib/running.sgml,
524 docs/reference/glib/tmpl/random_numbers.sgml,
525 docs/reference/glib/changes.sgml: Added notes about the new
529 G_THREAD_CFLAGS. CFLAGS is used while linking too and thus GLib
535 * glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY
540 * glib/gfileutils.c (g_build_path):
544 * glib/gmessages.h (g_assert):
549 * glib/gmacros.h: Change the definition of G_LIKELY, so that
557 * glib/gdir.h: Add Copyright notice.
566 * glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
572 * glib/ghash.c: Patch from Morten Welinder to
577 * glib/gmacros.h: Add G_GNUC_DEPRECATED. (Tom Tromey,
589 * glib/glib.def: Add new functions.
591 * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtrio.la to LIBADD
594 * glib/glib.rc.in
598 * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in:
606 * glib/gstrfuncs.c:
607 * glib/gspawn-win32.c:
608 * glib/gscanner.c:
609 * glib/gconvert.c:
610 * glib/gbacktrace.c: Use _g_printf wrappers.
612 * glib/gutils.c (g_vsnprintf): Simplify, since we can assume C99
615 * glib/gmessages.c (printf_string_upper_bound): No longer needed,
627 * glib/Makefile.am (SUBDIRS): Conditionally compile trio.
631 * glib/gprintfint.h: New private wrapping either system printf
632 or trio printf variants in _g_printf wrappers for use inside glib.
634 * glib/gprintf.h: New public header declaring g_printf variants.
635 * glib/gprintf.c: Corresponding implementations.
637 * glib/trio/*: New directory, containing the trio-1.9 sources.
641 * glib/gmessages.h (g_return_if_fail):
644 * glib/gmacros.h (G_LIKELY):
651 * glib/gstrfuncs.c (g_ascii_strtoull): Fix
658 * glib/gspawn-win32.c (do_spawn_with_pipes): Do handle
665 * glib/gspawn.c (g_spawn_async_with_pipes): Document Windows
677 * glib/gspawn-win32-helper.c (WinMain): If the spawning of the
682 * glib/gspawn-win32.c (do_spawn): Use return value from spawning
696 * glib/gspawn-win32.c (g_spawn_async_with_pipes): Ignore the
711 * glib/gspawn.c (g_spawn_async_with_pipes): Add warning about
715 * glib/gspawn-win32-helper.c (WinMain): Insert spaces in argv
730 * docs/reference/glib/tmpl/arrays.sgml:
731 * docs/reference/glib/tmpl/arrays_byte.sgml:
732 * docs/reference/glib/tmpl/arrays_pointer.sgml:
733 * docs/reference/glib/tmpl/date.sgml:
734 * docs/reference/glib/tmpl/linked_lists_double.sgml:
735 * docs/reference/glib/tmpl/linked_lists_single.sgml:
736 * docs/reference/glib/tmpl/main.sgml:
737 * docs/reference/glib/tmpl/queue.sgml:
738 * docs/reference/glib/tmpl/random_numbers.sgml:
739 * docs/reference/glib/tmpl/relations.sgml:
740 * docs/reference/glib/tmpl/scanner.sgml:
742 * docs/reference/gobject/tmpl/value_arrays.sgml glib/garray.h:
743 * glib/gdate.h glib/giochannel.h glib/glist.h glib/gmain.c:
744 * glib/gmain.h glib/gqueue.c glib/gqueue.h glib/grand.c glib/grand.h:
745 * glib/grel.h glib/gslist.h glib/gtimer.h gobject/gvaluearray.h:
747 Trivial s/foo/foo_/ fixes to make <glib.h> includable with
752 * glib/gutils.[ch] (g_set/get_application_name):
762 * glib/glib.def: Add g_main_thread_init.
766 * glib/gstrfuncs.c (g_str_has_suffix):
778 * glib/gbsearcharray.c: Include config.h
790 * glib/giochannel.c (g_io_channel_write_chars): Fix left_len
800 * glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
810 * glib/giochannel.c (g_io_channel_read_line_backend): avoid
831 * glib/gdate.c (g_date_fill_parse_tokens): Fix a memory
836 * glib/gcompletion.[ch] (g_completion_complete): Make
846 * merged up from glib-2-0:
848 * glib/gstrfuncs.c (g_ascii_strtod): fix comment.
852 * glib/gscanner.[hc]: fix 32bit issues with integer parsing and
858 * glib/gtree.c (g_tree_search), glib/gspawn.c
866 * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL,
887 * glib/gspawn.c (fork_exec_with_pipes) : when the child fails
893 * glib/gscanner.c (g_scanner_msg_handler): Don't print
902 * docs/reference/glib/tmpl/datalist.sgml, glib/gmain.c:
913 * glib/gconvert.c (strdup_len): validate 'len' argument properly
922 * glib/gmarkup.c (g_markup_parse_context_get_element):
927 * glib/gthread.c: Set the normal PID surrogate priority according
936 * glib/gmain.c: Factor out g_main_context_init_pipe from
946 * glib/gfileutils.c: Clarify the behavior of g_build_path()
950 * glib/gfileutils.c: Fix problems with leading elements
958 * glib/gunicode.h:
959 * glib/gutf8.c (g_utf8_strreverse): New function to revert
961 * glib/gpattern.c (g_utf8_reverse): Gone, replaced by
966 * glib/giochannel.c (g_io_channel_read_line): Fix
973 * glib/guniprop.c (real_tolower): Handle the
978 * glib/gconvert.c (g_iconv_open): Fix missing
983 * glib/giochannel.c (g_io_channel_get_flags): Fix
989 * glib/giochannel.c (g_io_channel_set_encoding): Clarify
994 * glib/giochannel.c (g_io_channel_read_line): Fix
999 * glib/gmain.c (g_timeout_add): Remove reference
1005 * glib/gconvert.c (g_iconv_open): Document the
1009 * glib/gconvert.c (g_iconv_open): Fix potential
1015 * glib/gmarkup.h:
1016 * glib/gmarkup.c (g_markup_parse_context_get_element): New
1062 * glib/garray.h: Add parenthesis to protect macro
1067 * glib/gmessages.h (g_assert, g_assert_not_reached,
1079 * glib/gmain.c (struct _GTimeoutSource): Make
1083 * glib/gmain.c (g_timeout_prepare): Add some
1095 * glib/gmem.c (profiler_try_realloc): A couple
1099 * glib/gconvert.c (open_converter): Fix gsize/gint
1105 * glib/gwin32.c (g_win32_get_package_installation_directory):
1110 * glib/gmain.c: Remove references to nonexisting functions
1114 * glib/gdir.c (g_dir_open): Typo fix in docs.
1116 * glib/gasyncqueue.c (g_async_queue_lock):
1120 * glib/gwin32.c: Escape #'s leading to erroneous <link>s in docs.
1122 * glib/gtree.c: Replace some occurances of Gtree by GTree in docs.
1124 * glib/gstring.c (g_string_insert_unichar): Typo fix in docs.
1128 * glib/gspawn.c (fork_exec_with_pipes): on success, close the
1133 * m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
1139 * m4macros/glib-gettext.m4 acinclude.m4: Get rid
1143 glib itself.
1148 * glib/gutils.h (g_bit_nth_msf): Fix termination
1160 * m4macros/glib-gettext.m4 acinclude.m4: If we can't
1164 * m4macros/glib-gettext.m4 acinclude.m4: Suppress
1171 * glib/gmarkup.c (g_markup_parse_context_parse): Added
1176 * glib/gdir.c: include sys/types.h before dirent.h to build on
1181 * glib/gfileutils.c (get_contents_regfile): Fix double
1184 * glib/gspawn.c (close_and_invalidate): Don't close
1188 * glib/giochannel.c (g_io_channel_close): If not flushing,
1205 * glib/gmarkup.c (find_current_text_end): Don't hang on embedded
1215 * glib/gscanner.c (g_scanner_unexp_token): fix missing cases for
1226 * glib/glib.def: Add new functions.
1230 * acinclude.m4 m4macros/glib-gettext.m4: Incorporate
1236 * glib/gstrfuncs.c:
1237 * glib/gstrfuncs.h:
1256 * glib/libcharset/*: Update from libcharset CVS.
1262 * glib/gmessages.c (strdup_convert): If
1278 * glib/gmarkup.c (unescape_text): Report unfinished entity
1285 glib-genmarshal in PATH. Error out if it was not found.
1291 * glib/gqsort.c (g_qsort_with_data): Handle 0 elements,
1296 * glib/garray.c (g_[ptr_]array_sort_with[_data]):
1302 * glib/gbacktrace.h: Exclude OSF from alpha definition
1312 * m4macros/glib-2.0.m4: save CFLAGS/LIBS properly when
1315 * m4macros/glib-2.0.m4: Remove reference to editing
1333 * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific
1336 * glib/gspawn-win32.c: Remove the copy-pasted gtk-doc comment
1345 * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
1369 * glib/glib.def: Add g_convert_init.
1383 * glib/gmessages.c (g_log_default_handler): Use %lu
1387 * glib/gstrfuncs.c (g_strdup_vprintf): Check the
1396 * glib/gmessages.c:
1405 recursive messages which really doesn't call any GLib functions.
1406 this allowes the default handler to use normal GLib functions and
1412 move GLib functions out of locked mutex state to avoid deadlocks.
1419 * glib/gtypes.h (GUINT*_SWAP_LE_BE_X86): Remove __const__
1426 * glib/gmem.c (g_mem_chunk_reset): Fix problem where
1432 * glib/gconvert.c (open_converter): Try to work around segfaults
1438 * glib/gfileutils.c (get_contents_regfile): Close the
1448 * glib/ghash.c (g_hash_table_resize): avoid repeated call of
1458 * glib/giowin32.c: Some debugging output formatting changes. The
1468 * glib/giochannel.c (g_io_channel_write_chars): Fix some
1473 * glib/gmessages.c: Fixed threading issues brought up by
1482 * glib/gconvert.c
1483 glib/gen-unicode-tables.pl
1484 glib/gunidecomp.h : fixed cast/type problems to
1489 * glib/gconvert.c:
1498 * glib/gstrfuncs.c (g_strtod):