~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to examples/ChangeLog-2008

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-04 19:01:38 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604190138-1ao3t6sj31cqvcfe
Tags: 1.8.6+1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.
* Dropped changes:
  - libltdl3-dev -> libltdl7-dev: current libltdl-dev Provides: both.
  - debian/patches/libtool-ftbfs.diff: integrated upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-01-22  Neil Jerram  <neil@ossau.uklinux.net>
 
2
 
 
3
        * compat/compat.h: Update copyright statement to LGPL.
 
4
 
 
5
2002-11-17  Mikael Djurfeldt  <mdj@linnaeus>
 
6
 
 
7
        * README: Added description of compat.
 
8
 
 
9
        * compat/acconfig.h, compat/acinclude.m4, compat.h, configure.in:
 
10
        New files.
 
11
 
 
12
2001-07-24  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
13
 
 
14
        All examples are now built and tested on `make installcheck'
 
15
        rather than `make check'.
 
16
 
 
17
2001-07-19  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
18
 
 
19
        * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
 
20
        box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
 
21
        at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
 
22
        guile-config programs and for the link paths.  Add check.test to
 
23
        EXTRA_DIST.
 
24
 
 
25
        * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
 
26
        box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
 
27
 
 
28
2001-07-19  Rob Browning  <rlb@defaultvalue.org>
 
29
 
 
30
        * box-module/.cvsignore: add .deps
 
31
 
 
32
        * box/.cvsignore: add .deps.
 
33
 
 
34
2001-07-17  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
35
 
 
36
        * box-module/Makefile.am (TESTS): New variable.
 
37
        Create `box' on `make all'.
 
38
 
 
39
        * box-module/check.test, box-dynamic-module/check.test,
 
40
        * box-dynamic/check.test: New files.
 
41
 
 
42
        * box-dynamic/Makefile.am (libbox): Create box library on `make
 
43
        all'.
 
44
        (TESTS): New variable.
 
45
 
 
46
        * box/Makefile.am (TESTS): New variable.  
 
47
        Create `box' program on `make all', use freshly built Guile for
 
48
        building.
 
49
 
 
50
        * box/check.test: New file.
 
51
 
 
52
        * modules/check.test, safe/check.test, scripts/check.test: Set
 
53
        GUILE_LOAD_PATH to make the tests run without installed Guile.
 
54
 
 
55
2001-07-16  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
56
 
 
57
        * scripts/check.test: Add check for guile interpreter.
 
58
        Fix bug: Use `$guile' everywhere.  Thanks to Martin Grabmueller.
 
59
 
 
60
2001-07-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
61
 
 
62
        * modules/check.test, safe/check.test: New files.
 
63
 
 
64
        * modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New
 
65
        variables.
 
66
 
 
67
2001-07-14  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
68
 
 
69
        * scripts/check.test: New file.
 
70
 
 
71
        * Makefile.am (TESTS): New var.
 
72
 
 
73
2001-07-14  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
74
 
 
75
        * modules/main: Use :renamer for specifying renaming procedure.
 
76
 
 
77
2001-07-10  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
78
 
 
79
        * scripts/hello (display-version, display-help): Fix comment; nfc.
 
80
 
 
81
2001-07-09  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
82
 
 
83
        * box-dynamic/README: Corrected sample session.
 
84
 
 
85
        * box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c
 
86
        * box/box.c: scm_bits_t -> scm_t_bits.
 
87
 
 
88
2001-06-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
89
 
 
90
        * box-dynamic-module/README: Use a better example for box-map, as
 
91
        suggested by Thomas Wawrzinek.
 
92
 
 
93
2001-06-14  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
94
 
 
95
        * scripts/README, scripts/hello.scm, safe/untrusted.scm,
 
96
        safe/evil.scm, safe/README, modules/README, modules/main,
 
97
        modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
 
98
        Minor cleanup.
 
99
 
 
100
        * README: Added intro stuff, restructured a bit.
 
101
 
 
102
        * box-dynamic/README, box-module/README, box/README: Cleanup and
 
103
        restructuring.
 
104
 
 
105
        * box-dynamic-module/box-mixed.scm: New file, demonstrating usage
 
106
        of extension library functionality, but without exporting
 
107
        procedures from the library.
 
108
 
 
109
        Thanks to Thomas Wawrzinek for the idea and example code!
 
110
 
 
111
        * box-dynamic-module/box-module.scm: Add comments, export
 
112
        make-box, box-ref, box-set!.
 
113
 
 
114
        * box-dynamic-module/README: Integrate new module (box-mixed),
 
115
        restructure and cleanup a bit.
 
116
 
 
117
2001-06-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
118
 
 
119
        * box-dynamic-module/box-module.scm: New file.
 
120
 
 
121
2001-06-05  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
122
 
 
123
        * box-dynamic-module: New directory, implements the box type in a
 
124
        shared library and places the definitions in a C-only module.
 
125
 
 
126
        Thanks to Thomas Wawrzinek for this, too!
 
127
 
 
128
        * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
 
129
        box-module/box.c (mark_box): Fixed typo in comment.
 
130
 
 
131
2001-06-01  Rob Browning  <rlb@cs.utexas.edu>
 
132
 
 
133
        * .cvsignore: here and in all subdirectories listing Makefile and
 
134
        Makefile.in.
 
135
 
 
136
2001-05-31  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
137
 
 
138
        * box-dynamic: New directory, implements the box type in a shared
 
139
        library (aka extension)
 
140
 
 
141
        Thanks to Thomas Wawrzinek for patching box.c into an extension!
 
142
 
 
143
2001-05-30  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
144
 
 
145
        * box-module: New directory, similar to box, but defines the
 
146
        primitives in a module (box-module) instead of defining them
 
147
        globally.
 
148
 
 
149
        * safe: New directory, explaining some aspects of using safe
 
150
        environments for evaluation.
 
151
 
 
152
2001-05-29  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
153
 
 
154
        * New directory for Guile example code.
 
155