Package: giggle Version: 0.4.91-1 Severity: important Hi, Running giggle from my terminal I first saw this kind of messages: Gtk- CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate and I caught I sometimes could not view the diff in history mode. I tracked down the problem, and it looks like this is due to an enconding problem. My workstation has a default encoding set to ISO8859-1. I have enclosed a file which is a part of a diff given by *git diff*, on the repository where I encounter the problem. When adding it to a git repository, giggle fails everytime to show the diff, and spews the above message as well. Hope it helps, --- Franck
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.29-2-486 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages giggle depends on: ii git-core 1:1.7.0.3-1 fast, scalable, distributed revisi ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libbonobo2-0 2.24.2-1 Bonobo CORBA interfaces library ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-3 The Cairo 2D vector graphics libra ii libebook1.2-9 2.28.3.1-1 Client library for evolution addre ii libedataserver1.2-11 2.28.3.1-1 Utility library for evolution data ii libfontconfig1 2.8.0-2 generic font configuration library ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib ii libgconf2-4 2.28.0-1 GNOME configuration database syste ii libglade2-0 1:2.6.4-1 library to load .glade files at ru ii libglib2.0-0 2.22.4-1 The GLib library of C routines ii libgnome2-0 2.28.0-1 The GNOME library - runtime files ii libgtk2.0-0 2.18.9-2 The GTK+ graphical user interface ii libgtksourceview2.0-0 2.8.2-1 shared libraries for the GTK+ synt ii liborbit2 1:2.14.17-2 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.26.2-2 Layout and rendering of internatio ii libpopt0 1.15-1 lib for parsing cmdline parameters ii libsoup2.4-1 2.29.91-1 an HTTP library implementation in ii libxml2 2.7.7.dfsg-1 GNOME XML library ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime giggle recommends no packages. giggle suggests no packages. -- no debconf information
diff --git a/src/Com.c b/src/Com.c index 303c260..7d55d46 100644 --- a/src/Com.c +++ b/src/Com.c @@ -17,8 +17,6 @@ #include "main.h" -#pragma interrupt Com_ISR_Rx -#pragma interrupt Com_ISR_Tx //-------------------------------------------------------------------------- // Déclaration des fonctions internes au module //--------------------------------------------------------------------------

