]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
16 years agoArrays: Change syntax for fixed-length arrays
Jürg Billeter [Thu, 30 Jul 2009 17:24:17 +0000 (19:24 +0200)] 
Arrays: Change syntax for fixed-length arrays

To clarify the difference to normal arrays and allow declaration
of inline-allocated arrays of unknown length, the new syntax is:

    int array[3];

16 years agoRetain array length across casts
Jürg Billeter [Wed, 29 Jul 2009 21:29:09 +0000 (23:29 +0200)] 
Retain array length across casts

16 years agoFix chaining up constructors in generic classes
Jürg Billeter [Wed, 29 Jul 2009 20:32:47 +0000 (22:32 +0200)] 
Fix chaining up constructors in generic classes

16 years agoGObject: Fix complex construct property assignments
Jürg Billeter [Wed, 29 Jul 2009 19:36:20 +0000 (21:36 +0200)] 
GObject: Fix complex construct property assignments

16 years agoGIR parser: Skip checks not relevant for bindings
Jürg Billeter [Wed, 29 Jul 2009 15:44:00 +0000 (17:44 +0200)] 
GIR parser: Skip checks not relevant for bindings

16 years agoAllow derived compact classes with instance fields in bindings
Jürg Billeter [Wed, 29 Jul 2009 11:37:59 +0000 (13:37 +0200)] 
Allow derived compact classes with instance fields in bindings

16 years agoglib-2.0: Add GStaticMutex bindings
Jürg Billeter [Wed, 29 Jul 2009 06:41:01 +0000 (08:41 +0200)] 
glib-2.0: Add GStaticMutex bindings

16 years agoFix name mangling in NULL check for out parameters
Jürg Billeter [Wed, 29 Jul 2009 06:18:39 +0000 (08:18 +0200)] 
Fix name mangling in NULL check for out parameters

16 years agoFix flow analysis in finally blocks
Jürg Billeter [Tue, 28 Jul 2009 22:01:55 +0000 (00:01 +0200)] 
Fix flow analysis in finally blocks

Fixes bug 590069.

16 years agoFix critical when using general catch clauses
Jürg Billeter [Tue, 28 Jul 2009 21:43:27 +0000 (23:43 +0200)] 
Fix critical when using general catch clauses

16 years agoFix error handling in catch clauses
Jiří Zárevúcky [Tue, 28 Jul 2009 21:17:34 +0000 (23:17 +0200)] 
Fix error handling in catch clauses

16 years agoFix jump statements in try with finally
Jiří Zárevúcky [Tue, 28 Jul 2009 20:32:51 +0000 (22:32 +0200)] 
Fix jump statements in try with finally

Fixes bug 579101.

16 years agoD-Bus: GType-based client proxy instantiation
Didier 'Ptitjes [Thu, 30 Apr 2009 15:26:02 +0000 (17:26 +0200)] 
D-Bus: GType-based client proxy instantiation

Add internal DBus.get_object_from_type method to dbus-glib-1 binding,
fixes bug 571831.

Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
16 years agoD-Bus: Register client proxy class with interface
Didier 'Ptitjes [Thu, 30 Apr 2009 14:34:20 +0000 (16:34 +0200)] 
D-Bus: Register client proxy class with interface

Fixes part of bug 571831.

Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
16 years agoAdd parentheses to called functions where necessary
Jürg Billeter [Tue, 28 Jul 2009 18:42:40 +0000 (20:42 +0200)] 
Add parentheses to called functions where necessary

16 years agoAdd factory method for creating instance register functions
Didier 'Ptitjes [Thu, 30 Apr 2009 13:32:49 +0000 (15:32 +0200)] 
Add factory method for creating instance register functions

Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
16 years agoD-Bus: Move filter/match initialization to proxy constructor
Didier 'Ptitjes [Thu, 30 Apr 2009 13:13:15 +0000 (15:13 +0200)] 
D-Bus: Move filter/match initialization to proxy constructor

Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
16 years agoAdd limited support for derived compact classes
Jürg Billeter [Tue, 28 Jul 2009 16:50:25 +0000 (18:50 +0200)] 
Add limited support for derived compact classes

Fixes bug 578603.

16 years agoRemoved Boxed pseudo-class
Jürg Billeter [Tue, 28 Jul 2009 16:45:49 +0000 (18:45 +0200)] 
Removed Boxed pseudo-class

16 years agoReport error when declaring virtual methods as extern
Jürg Billeter [Tue, 28 Jul 2009 16:33:06 +0000 (18:33 +0200)] 
Report error when declaring virtual methods as extern

See bug 584400.

16 years agoFix error message when trying to invoke object
Jürg Billeter [Tue, 28 Jul 2009 16:08:19 +0000 (18:08 +0200)] 
Fix error message when trying to invoke object

Based on patch by Andreas Brauchli, fixes bug 574910.

16 years agoSupport virtual default handler for signals
Jürg Billeter [Tue, 28 Jul 2009 15:20:37 +0000 (17:20 +0200)] 
Support virtual default handler for signals

Based on patch by Yu Feng, fixes part of 571685.

16 years agoSupport delegates without target as generic type arguments
Jürg Billeter [Tue, 28 Jul 2009 14:27:58 +0000 (16:27 +0200)] 
Support delegates without target as generic type arguments

Based on patch by Levi Bard, fixes bug 519949.

16 years agoAdd support for iterating over GValueArrays via foreach
Mark Lee [Thu, 16 Jul 2009 06:33:39 +0000 (23:33 -0700)] 
Add support for iterating over GValueArrays via foreach

Implements working support for using ValueArrays in foreach statements. Both
owned and unowned Value element types are implemented, including a testcase.

Example:

void print_array (ValueArray array) {
  foreach (Value value in array) {
    message ("Value: %s", value.strdup_contents ());
  }
}

Fixes bug 588742.

16 years agoOwned struct parameters should not be const
Marc-André Lureau [Sat, 30 May 2009 16:18:59 +0000 (19:18 +0300)] 
Owned struct parameters should not be const

This code fails to compile, because vala tries to free() a const value.

   public virtual void qset (Quark field, owned Value? value) {
      ...
   }

16 years agoGIR writer: add c:prefix support for namespaces
Mark Lee [Tue, 26 May 2009 08:06:37 +0000 (01:06 -0700)] 
GIR writer: add c:prefix support for namespaces

Emit a c:prefix attribute for namespaces, if the cprefix exists,
fixes bug 583862.

16 years agoGValue: Support implicit conversion to nullable GValue
Frederik Sdun [Tue, 28 Jul 2009 13:28:40 +0000 (15:28 +0200)] 
GValue: Support implicit conversion to nullable GValue

Fixes bug 589155.

16 years agoposix: Add setsid, mknod, and tcgetsid bindings 535f2734d19875ccc1f170841b72eba0c4adad1e
Jukka-Pekka Iivonen [Tue, 28 Jul 2009 13:02:44 +0000 (15:02 +0200)] 
posix: Add setsid, mknod, and tcgetsid bindings

Fixes bug 589970.

16 years agoRemove unused methods
Jürg Billeter [Tue, 28 Jul 2009 10:21:59 +0000 (12:21 +0200)] 
Remove unused methods

16 years agoSupport delegate properties
Jürg Billeter [Tue, 28 Jul 2009 08:51:25 +0000 (10:51 +0200)] 
Support delegate properties

Based on patch by Julien Fontanet, fixes bug 543879.

16 years agoMake some functions which return Gtk.IconInfo transfer ownership
Evan Nemerson [Sun, 26 Jul 2009 20:59:53 +0000 (13:59 -0700)] 
Make some functions which return Gtk.IconInfo transfer ownership

Fixes bug #589530

16 years agoSupport locks with static fields
Levi Bard [Mon, 27 Jul 2009 21:11:30 +0000 (23:11 +0200)] 
Support locks with static fields

Fixes bug 537461.

16 years agogtk+-2.0: Fix gtk_tree_view_get_*_area bindings
Reuben Dunnington [Mon, 27 Jul 2009 20:07:08 +0000 (22:07 +0200)] 
gtk+-2.0: Fix gtk_tree_view_get_*_area bindings

Fixes bug 589924.

16 years agoAdd libusb-1.0 bindings
Evan Nemerson [Mon, 27 Jul 2009 17:56:52 +0000 (10:56 -0700)] 
Add libusb-1.0 bindings

Fixes bug 589913.

16 years agolibftdi: Update to libftdi-0.16, adapt to libusb changes
Evan Nemerson [Mon, 27 Jul 2009 17:45:44 +0000 (10:45 -0700)] 
libftdi: Update to libftdi-0.16, adapt to libusb changes

Fixes bug 589911.

16 years agolibusb: Numerous improvements to the API
Evan Nemerson [Mon, 27 Jul 2009 17:38:10 +0000 (10:38 -0700)] 
libusb: Numerous improvements to the API

Fixes bug 589910.

16 years agoglib-2.0: Add binding for ngettext to support plural strings
Michael B. Trausch [Sun, 26 Jul 2009 04:06:56 +0000 (00:06 -0400)] 
glib-2.0: Add binding for ngettext to support plural strings

Fixes bug 589735.

Signed-off-by: Michael B. Trausch <mike@trausch.us>
16 years agoMake many copy methods transfer ownership
Evan Nemerson [Wed, 22 Jul 2009 01:06:42 +0000 (18:06 -0700)] 
Make many copy methods transfer ownership

Fixes bug 589309.

16 years agovapigen: Make quotes around metadata arguments optional
Evan Nemerson [Tue, 21 Jul 2009 21:29:11 +0000 (14:29 -0700)] 
vapigen: Make quotes around metadata arguments optional

Fixes bug 588171.

16 years agopango: Various PangoAttribute-related fixes
Evan Nemerson [Wed, 22 Jul 2009 00:09:00 +0000 (17:09 -0700)] 
pango: Various PangoAttribute-related fixes

Fixes bug 587645.

16 years agovapigen: Support overriding memory management functions in metadata
Evan Nemerson [Wed, 22 Jul 2009 00:06:06 +0000 (17:06 -0700)] 
vapigen: Support overriding memory management functions in metadata

Fixes bug 589307.

16 years agoglib-2.0: Add FileStream.read_line method
Jürg Billeter [Mon, 27 Jul 2009 19:18:31 +0000 (21:18 +0200)] 
glib-2.0: Add FileStream.read_line method

Based on patch by Frederik and Nicolas Joseph, fixes bug 582178.

16 years agoUse (s)size_t instead of (u)long in several string methods
Evan Nemerson [Wed, 8 Jul 2009 19:26:23 +0000 (12:26 -0700)] 
Use (s)size_t instead of (u)long in several string methods

Fixes bug 577352.

16 years agoReport error when initializing constants or fields in bindings
Jürg Billeter [Mon, 27 Jul 2009 17:30:41 +0000 (19:30 +0200)] 
Report error when initializing constants or fields in bindings

Fixes bug 556197.

16 years agoAdd GError parameter for overriding methods where necessary
Jürg Billeter [Mon, 27 Jul 2009 17:15:31 +0000 (19:15 +0200)] 
Add GError parameter for overriding methods where necessary

Check the error types of the base method as well, fixes bug 548283.

16 years agoOnly register GObject properties with valid names
Jürg Billeter [Mon, 27 Jul 2009 15:53:36 +0000 (17:53 +0200)] 
Only register GObject properties with valid names

Fixes bug 547252.

16 years agoFix non-GObject interface properties in GObject classes
Jürg Billeter [Mon, 27 Jul 2009 15:34:31 +0000 (17:34 +0200)] 
Fix non-GObject interface properties in GObject classes

Fixes bug 539658.

16 years agoDo not use GLib-specific code outside GObject profile
Jürg Billeter [Sun, 26 Jul 2009 12:15:10 +0000 (14:15 +0200)] 
Do not use GLib-specific code outside GObject profile

16 years agoForgot to add librsvg-2.0-custom.vala
Jaap A. Haitsma [Sun, 26 Jul 2009 10:14:27 +0000 (12:14 +0200)] 
Forgot to add librsvg-2.0-custom.vala

in commit 1c8740642f759e82eb936af88a89ab310b9e3e12

16 years agogconf-2.0: Fix GConf.Client.get_entry binding (bgo#589739)
Jaap A. Haitsma [Sun, 26 Jul 2009 10:05:45 +0000 (12:05 +0200)] 
gconf-2.0: Fix GConf.Client.get_entry binding (bgo#589739)

The "locale" parameter in gconf_client_get_entry can be NULL.
Fixes GNOME Bug #589739.
Patch by Mark Lee <marklee@src.gnome.org>

16 years agogstreamer-0.10: add bindings for some GstClockTime methods
Thijs Vermeir [Thu, 23 Jul 2009 21:49:15 +0000 (23:49 +0200)] 
gstreamer-0.10: add bindings for some GstClockTime methods

Add bindings for GST_TIME_ARGS and GST_CLOCK_TIME_IS_VALID

16 years agoScanner has now a public static method to check if a token is a keyword or an identif...
Alberto Ruiz [Thu, 23 Jul 2009 16:35:27 +0000 (17:35 +0100)] 
Scanner has now a public static method to check if a token is a keyword or an identifier. CodeWriter uses that method to figure out whether it should add a @ prefix or not.

16 years agoAdd support for Array parameters with no array_legth (fixes #589446)
Alberto Ruiz [Thu, 23 Jul 2009 11:58:39 +0000 (12:58 +0100)] 
Add support for Array parameters with no array_legth (fixes #589446)

16 years agoRemove debug statements in the gir parser positional parameter handling
Rob Taylor [Tue, 9 Jun 2009 10:50:57 +0000 (11:50 +0100)] 
Remove debug statements in the gir parser positional parameter handling

16 years agoMake vapigen obey deps files for --pkg arguments.
Rob Taylor [Tue, 9 Jun 2009 10:51:15 +0000 (11:51 +0100)] 
Make vapigen obey deps files for --pkg arguments.

16 years agodebugging for empty struct warning
Rob Taylor [Tue, 9 Jun 2009 10:50:23 +0000 (11:50 +0100)] 
debugging for empty struct warning

16 years agoCope with throws in a constructor
Rob Taylor [Mon, 8 Jun 2009 22:41:31 +0000 (23:41 +0100)] 
Cope with throws in a constructor

16 years agoAttempt to correctly generate positional information for closures and array lengths
Rob Taylor [Mon, 8 Jun 2009 22:35:44 +0000 (23:35 +0100)] 
Attempt to correctly generate positional information for closures and array lengths

16 years agosupport .deps files when using new .gir files.
Rob Taylor [Mon, 8 Jun 2009 15:36:01 +0000 (16:36 +0100)] 
support .deps files when using new .gir files.

16 years agoSupport taking address of generic variables
Didier 'Ptitjes [Tue, 21 Jul 2009 08:11:57 +0000 (10:11 +0200)] 
Support taking address of generic variables

Fixes bug 589236.

Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
16 years agogstreamer-0.10: Fixed gst_iterator_find_custom binding
Sebastian Pölsterl [Mon, 20 Jul 2009 19:05:54 +0000 (21:05 +0200)] 
gstreamer-0.10: Fixed gst_iterator_find_custom binding

Don't hide user_data parameter.
Fixes bug #589147

16 years agolibrsvg-2.0: make DimensionData a struct, regenerate bindings
Jaap A. Haitsma [Sat, 18 Jul 2009 08:56:27 +0000 (10:56 +0200)] 
librsvg-2.0: make DimensionData a struct, regenerate bindings

Patch by Evan Nemerson <evan@polussystems.com>
Fixes bug #588652

16 years agovapigen: allow metadata to set type_id
Jaap A. Haitsma [Sat, 18 Jul 2009 08:51:34 +0000 (10:51 +0200)] 
vapigen: allow metadata to set type_id

Patch by Evan Nemerson <evan@polussystems.com>
Fixes bug #588703

16 years agogio-2.0: Regenerate bindings
Jürg Billeter [Fri, 17 Jul 2009 14:25:50 +0000 (16:25 +0200)] 
gio-2.0: Regenerate bindings

16 years agoFix source filename mangling
Jürg Billeter [Fri, 17 Jul 2009 13:46:37 +0000 (15:46 +0200)] 
Fix source filename mangling

16 years agolibgdata: add libgdata bindings
Jaap A. Haitsma [Thu, 16 Jul 2009 19:14:03 +0000 (21:14 +0200)] 
libgdata: add libgdata bindings

Fixes bug #588719
Patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com>

16 years agoAdd support for static properties
Jiří Zárevúcky [Thu, 16 Jul 2009 17:58:35 +0000 (19:58 +0200)] 
Add support for static properties

Fixes bug 586166.

16 years agoFix crash when using dynamic properties on unsupported types
Jürg Billeter [Thu, 16 Jul 2009 17:45:33 +0000 (19:45 +0200)] 
Fix crash when using dynamic properties on unsupported types

16 years agoGIR parser: Support constructors throwing errors
Jürg Billeter [Thu, 16 Jul 2009 10:12:41 +0000 (12:12 +0200)] 
GIR parser: Support constructors throwing errors

16 years agoCheck for valac >= 0.7.0 in autogen.sh
Jürg Billeter [Mon, 13 Jul 2009 12:27:06 +0000 (14:27 +0200)] 
Check for valac >= 0.7.0 in autogen.sh

16 years agogtk+-2.0: regenerate binding with new vapigen
Jaap A. Haitsma [Mon, 13 Jul 2009 05:25:55 +0000 (07:25 +0200)] 
gtk+-2.0: regenerate binding with new vapigen

16 years agoglib-2.0: Use locale-independent g_ascii_strtod
Jürg Billeter [Sun, 12 Jul 2009 14:14:15 +0000 (16:14 +0200)] 
glib-2.0: Use locale-independent g_ascii_strtod

16 years agogio-unix-2.0: Various improvements to UnixMountEntry
Jaap A. Haitsma [Sat, 11 Jul 2009 20:51:22 +0000 (22:51 +0200)] 
gio-unix-2.0: Various improvements to UnixMountEntry

Fixes bug 586017
Patch by Evan Nemerson <evan@polussystems.com>

16 years agogtk+-2.0: Fix TreeView.get_columns binding
Jaap A. Haitsma [Sat, 11 Jul 2009 17:01:55 +0000 (19:01 +0200)] 
gtk+-2.0: Fix TreeView.get_columns binding

Fixes bug #588009

16 years agoglib-2.0: Fix unescape_string and unescape_segment
Jaap A. Haitsma [Sat, 11 Jul 2009 16:44:26 +0000 (18:44 +0200)] 
glib-2.0: Fix unescape_string and unescape_segment

Fixes bug #588011

16 years agoglib-2.0: Make ByteArray.data use ByteArray.len as length.
Jaap A. Haitsma [Sat, 11 Jul 2009 16:34:06 +0000 (18:34 +0200)] 
glib-2.0: Make ByteArray.data use ByteArray.len as length.

Fixes bug 586162
Patch by Evan Nemerson <evan@polussystems.com>

16 years agoFix crash in scanner
Jürg Billeter [Fri, 10 Jul 2009 22:50:08 +0000 (23:50 +0100)] 
Fix crash in scanner

16 years agogstreamer-netbuffer-0.10: Fix GstNetBuffer binding
Jaap A. Haitsma [Fri, 10 Jul 2009 17:32:07 +0000 (18:32 +0100)] 
gstreamer-netbuffer-0.10: Fix GstNetBuffer binding

Fixes bug 565026.

16 years agopangocairo: Fix pango_cairo_create_* bindings
Evan Nemerson [Mon, 6 Jul 2009 22:06:46 +0000 (15:06 -0700)] 
pangocairo: Fix pango_cairo_create_* bindings

pango_cairo_create_{context,layout} transfer ownership,
fixes bug 587840.

16 years agogdk-2.0: Fix GdkNativeWindow binding
Evan Nemerson [Thu, 9 Jul 2009 03:56:20 +0000 (20:56 -0700)] 
gdk-2.0: Fix GdkNativeWindow binding

Fixes bug 587157.

16 years agolibrsvg-2.0: rsvg_handle_new_from_data takes an array
Evan Nemerson [Thu, 9 Jul 2009 04:07:14 +0000 (21:07 -0700)] 
librsvg-2.0: rsvg_handle_new_from_data takes an array

Fixes bug 583475.

16 years agogdk-2.0: Fix gdk_property_change binding
Evan Nemerson [Thu, 9 Jul 2009 04:01:48 +0000 (21:01 -0700)] 
gdk-2.0: Fix gdk_property_change binding

The data parameter to gdk_property_change should not include array
length, fixes bug 583235.

16 years agoglib-2.0: Fix GIOFlags binding
Evan Nemerson [Thu, 9 Jul 2009 01:43:55 +0000 (18:43 -0700)] 
glib-2.0: Fix GIOFlags binding

Prepend IS_ to IOFlags.READABLE, WRITEABLE, and SEEKABLE,
fixes bug 567387.

16 years agoglib-2.0: Add more GMarkup bindings
Evan Nemerson [Thu, 9 Jul 2009 01:19:18 +0000 (18:19 -0700)] 
glib-2.0: Add more GMarkup bindings

Add g_markup_collect_attributes, g_markup_parser_context_push,
g_markup_parser_context_pop, and GMarkupCollectType bindings,
based on patch by Yu Feng, fixes bug 564704.

16 years agognome-keyring-1: Fix GNOME_KEYRING_ constant bindings
Evan Nemerson [Wed, 8 Jul 2009 23:30:36 +0000 (16:30 -0700)] 
gnome-keyring-1: Fix GNOME_KEYRING_ constant bindings

Fixes bug 556632.

16 years agoglib-2.0: Add GHashTableIter binding
Jürg Billeter [Fri, 10 Jul 2009 14:43:52 +0000 (15:43 +0100)] 
glib-2.0: Add GHashTableIter binding

Based on patch by Yu Feng, fixes bug 571779.

16 years agolibpanelapplet-2.0: Fix PanelApplet::change_background binding
Jürg Billeter [Fri, 10 Jul 2009 14:13:29 +0000 (15:13 +0100)] 
libpanelapplet-2.0: Fix PanelApplet::change_background binding

Based on patch by Yu Feng, fixes bug 555566.

16 years agolibwnck-1.0: Fix WnckScreen::active_*_changed signals
Evan Nemerson [Wed, 8 Jul 2009 21:21:20 +0000 (14:21 -0700)] 
libwnck-1.0: Fix WnckScreen::active_*_changed signals

Fixes part of bug 555566.

16 years agogtk+-2.0: Fix gtk_container_forall and signal bindings
Evan Nemerson [Wed, 8 Jul 2009 21:20:38 +0000 (14:20 -0700)] 
gtk+-2.0: Fix gtk_container_forall and signal bindings

Fixes part of bug 555566.

16 years agoglib-2.0: Add g_ascii_dtostr and g_ascii_formatd bindings
Evan Nemerson [Wed, 8 Jul 2009 19:42:58 +0000 (12:42 -0700)] 
glib-2.0: Add g_ascii_dtostr and g_ascii_formatd bindings

Fixes bug 541450.

16 years agoCheck type of constants
Jürg Billeter [Fri, 10 Jul 2009 11:39:17 +0000 (12:39 +0100)] 
Check type of constants

Fixes bug 587947.

16 years agoCheck type of field initializers
Jürg Billeter [Fri, 10 Jul 2009 11:38:50 +0000 (12:38 +0100)] 
Check type of field initializers

16 years agoWrite constructors with --dump-tree
Vlad Grecescu [Thu, 9 Jul 2009 11:07:37 +0000 (12:07 +0100)] 
Write constructors with --dump-tree

Fixes bug 581663.

16 years agoAdd VALAFLAGS
Jaap A. Haitsma [Sun, 7 Jun 2009 15:46:40 +0000 (17:46 +0200)] 
Add VALAFLAGS

Fixes bug 585070.

16 years agoglib-2.0: Add Windows compatibility functions
Matias De la Puente [Tue, 2 Jun 2009 17:42:00 +0000 (14:42 -0300)] 
glib-2.0: Add Windows compatibility functions

Fixes bug 584636.

Signed-off-by: Matias De la Puente <mfpuente.ar@gmail.com>
16 years agoglib-2.0: Set type_id for GQuark
Jürg Billeter [Wed, 8 Jul 2009 17:55:55 +0000 (18:55 +0100)] 
glib-2.0: Set type_id for GQuark

Fixes bug 584306.

16 years agoposix: Add math functions
Jukka-Pekka Iivonen [Wed, 8 Jul 2009 17:34:58 +0000 (18:34 +0100)] 
posix: Add math functions

16 years agoposix: Add signal functions
Jukka-Pekka Iivonen [Wed, 8 Jul 2009 17:29:11 +0000 (18:29 +0100)] 
posix: Add signal functions

Fixes bug 584145.

16 years agovapigen: Do not doubly-link to the static libgee
Mark Lee [Mon, 8 Jun 2009 06:58:49 +0000 (23:58 -0700)] 
vapigen: Do not doubly-link to the static libgee

In the Vala Team PPA, it was reported that the vapigen binary did not run,
due to the fact that Gee classes were being registered multiple times. The
problem was fixed by removing the explicit reference to libgee in LDADD, as
it is already included via libvala.

Fixes bug 585120.

16 years agoFix short and ushort properties in GObject classes
Jürg Billeter [Wed, 8 Jul 2009 13:06:53 +0000 (14:06 +0100)] 
Fix short and ushort properties in GObject classes

Fixes bug 587493.