Lines Matching full:glib
3 With the move to git, GLib is switching from a ChangeLog file
29 * glib-genmarshal.c:
30 * glib-mkenums.in: Adjust help output, accept -?, capitalize.
238 * glib-genmarshal.c : move G_OS_WIN32 inclusion of <io.h> down to
251 included before glib includes. Remove trailing whitespace from
417 * glib/gstdio.c: Improve Windows-specific parts of
553 * gobject/glib-genmarshal.c: Add global exit_status variable, and use
559 * glib-mkenums.in: Don't shift ARGV[0] to undefined.
687 * glib-genmarshal.c (main): Handle "/dev/stdin" by dup()ing fd 0
703 * glib-mkenums.in:
704 * glib-mkenums.1: applied patch from David Necas which introduces
743 * glib-mkenums.in: fixed to print usage and version info on STDOUT
758 * gobject/glib-genmarshal.[c1]: added new command-line option
759 "--internal" that can be used to let glib-genmarshal generate
942 * glib-genmarshal.c (main): Use G_N_ELEMENTS.
972 * glib-genmarshal.c: const correctness fixes, found
985 * glib-mkenums.in: Really fix #314890.
1001 * glib-mkenums.in: Don't hang on '{' following a trigraph comment
1223 * glib-genmarshal.1: Mention 64bit integer types.
1253 * glib-mkenums.in: Avoid forcing extra newlines when using
1283 GLib headers, include gobjectaliasdef.c at the bottom.
1303 into the preprocessor, since glib.symbols could need #defines
1482 * glib-genmarshal.c (put_marshal_value_getters): Use the
1531 * glib-mkenums.in: Actually convert escape chars in
1558 * gobject.def: Another of the glib DLL's functions was erronously
1571 compatibility. That entry point actually is in the glib DLL, but
1579 * glib-mkenums.in: Support parsing of intializers containing
1623 * glib-mkenums.1: Document the lowercase_name trigraph option.
1643 * gobject/glib-mkenums.in: Added a lowercase_name option, to be used
1760 * glib-genmarshal.c (complete_out_arg): Don't generate code
1973 * glib-genmarshal.c, gobject-query.c: Use g_printf() instead of
2045 * glib-mkenums.in: Support for template files.
2047 * glib-mkenums.1: Document --template.
2103 * glib-genmarshal.c: Fix include order for config.h (#71704,
2108 * Makefile.am: use the glib-genmarshal found at configure time
2132 * glib-mkenums.in (parse_entries): Fix various bugs and
2228 * glib-genmarshal.c: fix release and realeas_check hackage by always
2401 * gobjectnotifyqueue.c: include glib-object.h rather than
2406 * glib-mkenums.in: allow the enums name to not be on the same
2415 * glib-genmarshal.c: Exit with non-zero exit status if
2418 * glib-genmarshal.c: Instead of generating gobject/gmarshal.h
2419 #include only for the header, generate glib-object.h
2422 * glib-genmarshal.c: Generate include guards around the
2484 * glib-mkenums.in: Generate glib-mkenums from glib-mkenums.in,
2487 * Makefile.am (bin_SCRIPTS): Remove hack to copy glib-mkenums
2492 * makefile.mingw.in: When running glib-genmarshal, set PATH to
2493 include ../glib.
2503 * glib-genmarshal.1, glib-mkenums.1: Typo fixes.
2511 * glib-genmarshal.c gparamspecs.[ch] gtype.[ch] gvalue.h
2528 * glib-genmarshal.c gparamspecs.[ch] gvalue.h
2593 * gobject/Makefile.am: Move gbsearcharray.[ch] to glib
2659 * makefile.msc.in : reflect glib move
2761 * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
2762 bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
2772 * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
2793 * makefile.msc.in : changed depndencies to build glib-genmarshal
2794 first and statically linked with glib, which makes it independent
2795 from the installed glib version. Added new object files to build.
2836 * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
2848 * glib-mkenums (usage): removed \v escaping, newer perl versions don't
2859 * glib-mkenums: publically installed perl-script to parse C code
2861 * glib-mkenums.1: assorted man page.
3062 * glib-genmarshal.c: argument type changes, preparation for third-party
3328 (there were issues with trying to run "./glib-genmarshal", etc.)
3341 * glib-genmarshal.c: fix log domain, support gruntime standard
3345 * glib-genmarshal.1: reflect glib-genmarshal.c updates.
3420 * glib-genmarshal.c: Fix warning about printf format.
3450 * Makefile.am (EXTRA_DIST): Add glib-genmarshal.1
3565 * makefile.{mingw,msc}.in: Make glib-genmarshal.exe.
3567 * glib-genmarshal.c: Conditionalise include of unistd.h.
3582 * glib-genmarshal.c:
3640 * glib-genmarshal.1:
3641 * glib-genmarshal.c: added publically installed marshaller generator.
3935 * glib-gobject.c (g_object_base_class_finalize): oops, don't unset
3945 * glib-gobject.[hc]: completed parameter set/get implementations,
3950 * glib-gobject.[hc]: GObject implementation, that is facilities
3953 * glib-gparamspecs.[hc]: first actuall parameter implementations
3954 for GLib, so far we have: char, uchar, bool, int, uint, long,
3960 * glib-gvaluecollector.h: generic varargs handling stubs for
3964 * glib-gvalue.[hc]: GValue functionality implementation.
3966 * glib-gparam.[hc]: basis GParamSpec implementation for
3969 * glib-genums.[hc]: enum/flags type implementation, based on
3972 * glib-gtype.[hc]: GLib Type System implementation, heavily