diff options
| author | Chong Yidong | 2009-07-26 15:58:55 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-07-26 15:58:55 +0000 |
| commit | cabb1527884f02155229189b3d2bf006856cea5e (patch) | |
| tree | 93b0d47e18f60ec004a377b123d0e1df2b136340 | |
| parent | 4fbe2306e05a21f73a9a3ff90b0487c02fafa0d7 (diff) | |
| download | emacs-cabb1527884f02155229189b3d2bf006856cea5e.tar.gz emacs-cabb1527884f02155229189b3d2bf006856cea5e.zip | |
Add Perl-Glib sample message.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/compilation.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 2af52400dbd..a6744501a60 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-07-26 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * compilation.txt: Add Perl-Glib sample message. | ||
| 4 | |||
| 1 | 2009-07-23 Ken Raeburn <raeburn@raeburn.org> | 5 | 2009-07-23 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 6 | ||
| 3 | * NEWS: `load-in-progress' corruption fixed. | 7 | * NEWS: `load-in-progress' corruption fixed. |
diff --git a/etc/compilation.txt b/etc/compilation.txt index ade4e95d233..27c98de51e0 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -300,11 +300,15 @@ PCC-02151: line 21 column 40 file /usr/src/sb/ODBI_BHP.hpp: | |||
| 300 | 300 | ||
| 301 | symbol: perl | 301 | symbol: perl |
| 302 | 302 | ||
| 303 | The second sample, from the Perl-Glib module, is a Glib message put | ||
| 304 | through Perl warn() to get "at FILENAME line N". | ||
| 305 | |||
| 303 | syntax error at automake line 922, near "':'" | 306 | syntax error at automake line 922, near "':'" |
| 304 | Died at test.pl line 27. | 307 | Died at test.pl line 27. |
| 305 | store::odrecall('File_A', 'x2') called at store.pm line 90 | 308 | store::odrecall('File_A', 'x2') called at store.pm line 90 |
| 306 | (in cleanup) something bad at foo.pl line 3 during global destruction. | 309 | (in cleanup) something bad at foo.pl line 3 during global destruction. |
| 307 | 310 | ||
| 311 | GLib-GObject-WARNING **: /build/buildd/glib2.0-2.14.5/gobject/gsignal.c:1741: instance `0x8206790' has no handler with id `1234' at t-compilation-perl-gtk.pl line 3. | ||
| 308 | 312 | ||
| 309 | * PHP | 313 | * PHP |
| 310 | 314 | ||