lp:~irie/gnome-seed/irie

Created by IRIE Shinsuke and last modified
Get this branch:
bzr branch lp:~irie/gnome-seed/irie
Only IRIE Shinsuke can upload to this branch. If you are IRIE Shinsuke please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
IRIE Shinsuke
Project:
GNOME Seed
Status:
Development

Recent revisions

1949. By IRIE Shinsuke

main.c: Modified -e option not to print the return value when undefined

1948. By IRIE Shinsuke

main.c: Replace seed_exec_str() with seed_exec_print_string()

This function evaluates the short string as a script and prints its
result to stdout. It takes one argument to receive a pointer to the
script. Since the memory which stores the script will not be released
automatically, g_free() must be called explicitly after this function.

1947. By IRIE Shinsuke

main.c: Supported noninteractive execution for reading script from stdin

Changed the data type of file reading buffer into GString
Modified checking the start of first line to check two characters '#!'
Fixed missing of checking EOF in skipping the first line
Fixed missing of memory release of file reading buffer in seed_exec()

1946. By Funda Wang

Bug #626177 - Wrong LDFLAGS was used in libseed/Makefile.am

GOBJECT_INTROSPECTION_LIBS and WEBKIT_LIBS are acturally linking libs,
rather than linker flags, they should be put into LIBADD, rather than LDFLAGS.

See here:
http://wiki.mandriva.com/en/Underlinking

Futhermore, seed-types are calling dlerror() and dlsym(), but I could not find
-ldl in Makefile.

1945. By Vincent Untz

Do not fail to detect libwebkitgtk-1.0

The library name got changed from libwebkit-1.0 to libwebkitgtk-1.0, so
we should support both.

1944. By Vincent Untz

Reference the right pkg-config for webkit in seed.pc

We need to make sure we reference webkit-1.0 if we build seed against
webkit-1.0.

1943. By Steve Frécinaux

Fix seed_object_copy_property_names ().

Due to a typo, it only returned up to n-1 chars for each property names,
where n is the amount of properties the object has, making it unusable.

https://bugzilla.gnome.org/show_bug.cgi?id=624562

1942. By Steve Frécinaux

Expose seed_value_from_gvalue().

https://bugzilla.gnome.org/show_bug.cgi?id=624560

1941. By Alan Knowles

bump g-i-r dependancy down to 0.6.3

As we have #ifdefs for new code we can support older versions (which are currently being included in distros..)

1940. By Alan Knowles

caller_allocates - only enabled on newer versions of g-i-r

add #ifdefs around caller allocates code to make sure it works with older versions of g-i-r

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:gnome-seed
This branch contains Public information 
Everyone can see this information.

Subscribers