summaryrefslogtreecommitdiff
path: root/gtk/abicheck.sh
Commit message (Collapse)AuthorAgeFilesLines
* Forgotten commit.Matthias Clasen2004-12-161-1/+1
|
* gdk/abicheck.sh filter out G_GNUC stuff when doing the compare.Manish Singh2004-11-251-1/+1
| | | | | | | | | | Thu Nov 25 14:32:35 2004 Manish Singh <yosh@gimp.org> * gdk/abicheck.sh * gtk/abicheck.sh: filter out G_GNUC stuff when doing the compare. * gtk/gtkmenuitem.c (gtk_menu_shell_button_release): add GTK_MENU_ITEM() cast.
* gdk/abicheck.sh don't hardcode lengths for cut, instead split on the thirdManish Singh2004-11-161-1/+1
| | | | | | | | Mon Nov 15 19:02:07 2004 Manish Singh <yosh@gimp.org> * gdk/abicheck.sh * gtk/abicheck.sh: don't hardcode lengths for cut, instead split on the third field.
* 2.5.2GTK_2_5_2Matthias Clasen2004-08-251-2/+2
|
* No need for INCLUDE_INTERNAL_SYMBOLS anymore.Matthias Clasen2004-08-171-1/+1
| | | | | | | | | | | | | | | | | | 2004-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore. * gdk/gdk.symbols: Don't use #if defined(). * gdk/Makefile.am (gdkalias.h): * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols. * gdk/makegdkalias.pl: * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and keep the #ifdefs which differentiate between platforms. * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no longer needed.
* Add shortcuts_model_filter_get_type.Matthias Clasen2004-08-121-1/+1
| | | | | | | | | Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkinternals.h: * gtk/gtk.symbols: Add shortcuts_model_filter_get_type. * gtk/abicheck.sh: Check all symbols.
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+5
Mon Aug 9 12:48:04 2004 Matthias Clasen <maclas@gmx.de> Add hidden aliases for exported symbols which are used internally in order to get rid of many PLT entries. (#145519, Arjan van de Ven) * gtk/Makefile.am: Add rules to generate gtk.def and from gtk.symbols, and make make check check the abi with abicheck.sh. (gtk_private_h_sources): Add gtkinternals.h (gtk_built_private_headers): Add gtkalias.h (gtk_extra_sources): Add gtk.symbols (EXTRA_DIST): Add makegtkalias.pl and abicheck.sh * gtk/gtk.symbols: New file. Definition of the GTK+ ABI. The file can be processed by cpp to filter out certain subsets of symbols. * gtk/abicheck.sh: New file. Script to check the actually symbols exported from libgtk-x11.2.0.so against the symbols found in gtk.symbols. * gtk/makegtkalias.pl: New file. Perl script to generate the header containing the alias definitions for internally used exported symbols from a list of symbols. * gtk/gtkinternals.h: New file. An uninstalled header listing symbols which must be exported for some reason and do not appear in any other header. * gtk/*.c: Include gtkalias.h