File: ChangeLog

package info (click to toggle)
librep 0.17-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,648 kB
  • ctags: 2,969
  • sloc: ansic: 32,770; lisp: 12,399; sh: 7,971; makefile: 515; sed: 93
file content (429 lines) | stat: -rw-r--r-- 12,244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
2003-11-24  John Harper  <jsh@unfactored.org>

	* configure.in: version 0.17, bumped library revision

	* configure.in: $prefix can be set to "NONE" sometimes?

2003-09-03  John Harper  <jsh@unfactored.org>

	* configure.in: fixes for compiling in a weird ${prefix}; Mac
	OS X fixes; other fixes

	* test, configure.in, Makefile.in, Makedefs.in: "DOC" file is
	now called "doc-strings" to avoid clashing with "doc" build
	directory in case folding filesystems

2003-07-26  John Harper  <jsh@unfactored.org>

	* configure.in, config.h.in, Makedefs.in: updated for libffi

2003-02-25  John Harper  <jsh@unfactored.org>

	* configure.in: version 0.16.2

2002-06-22  John Harper  <jsh@unfactored.org>

	* configure.in: version 0.16.1

2002-06-20  John Harper  <jsh@unfactored.org>

	* configure.in: version 0.16

2002-04-21  John Harper  <jsh@unfactored.org>

	* configure.in: don't AC_SUBST(LIBOBJS), doesn't work on
	autoconf 2.53, patch from Murray Cumming <murrayc@t-online.de>

2002-04-13  John Harper  <jsh@unfactored.org>

	* man/Makefile.in: use --info-dir when calling install-info

2002-02-20  John Harper  <jsh@unfactored.org>

	* configure.in: don't ever compile our own dlmalloc, it breaks
	on too many platforms

2001-12-02  John Harper  <jsh@unfactored.org>

	* configure.in: don't use dlmalloc on sparcs

2001-11-17  John Harper  <jsh@unfactored.org>

	* Makedefs.in: don't use `libtool --mode=execute' in
	$(rep_prog), just call the script directly

2001-10-28  John Harper  <jsh@unfactored.org>

	* configure.in: version 0.15.2

2001-10-03  John Harper  <jsh@unfactored.org>

	* version 0.15.1

	* build-info: don't try to find domainname, we don't need it

2001-10-01  John Harper  <jsh@unfactored.org>

	* configure.in: version 0.15

	* configure.in: check for __gmp_randinit () if gmp is found,
	and define HAVE_GMP_RANDINIT if so

2001-09-15  John Harper  <jsh@unfactored.org>

	* config.h.in: removed spurious close-comment from after
	`#undef HAVE_MEMORY_H'

2001-09-14  John Harper  <jsh@pixelslut.com>

	* configure.in: bumped libcurrent and libage

2001-08-09  John Harper  <jsh@pixelslut.com>

	* rep-debugger.el: fixed for new debugger command line option
	names

2001-08-07  John Harper  <jsh@pixelslut.com>

	* configure.in, Makedefs.in, Makefile.in, librep.spec.in:
	install rep-debugger.el into the emacs site-lisp directory (in
	our $prefix)

	* rep-debugger.el: emacs code to make GUD mode work with rep's
	new source debugging support

2001-07-02  John Harper  <jsh@pixelslut.com>

	* configure.in: version 0.14, incremented library revision
	number

2001-06-20  John Harper  <jsh@pixelslut.com>

	* Makefile.in: fixed SUBDIRS commands to exit if an error
	occurs

2001-06-14  John Harper  <jsh@pixelslut.com>

	* configure.in, config.h.in: check for crypt () in default libs
	and in -lcrypt

2001-04-16  John Harper  <jsh@eazel.com>

	* configure.in, config.h.in: check for <sys/dl.h> and define
	HAVE_SYS_DL_H if present (needed on UnixWare)

2001-04-09  John Harper  <jsh@eazel.com>

	* configure.in: changed version string to 0.14-pre now there's
	a 0.13.6 on a branch

2001-03-26  John Harper  <jsh@eazel.com>

	* Makefile.in, man/Makefile.in: added `check' targets

2001-03-22  John Harper  <jsh@eazel.com>

	* configure.in: version 0.13.5, bumped library revision number

2001-03-12  John Harper  <jsh@eazel.com>

	* emulate-gnu-tar, Makefile.in: new script, emulates the
	options of GNU tar that the tar file-handler uses, but using
	hopefully generic tar options and separate decompression
	programs. Used tar option combinations are `tvf -' and `xf -
	[FILE]'

2001-02-20  John Harper  <jsh@eazel.com>

	* configure.in: on Solaris use /usr/ccs/lib/cpp (patch from
	albert chin <china@thewrittenword.com>)

2001-01-17  John Harper  <jsh@eazel.com>

	* librep.spec.in: unset LC_ALL, LINGUAS and LANG before
	building

2001-01-15  John Harper  <jsh@eazel.com>

	* configure.in: delete the rules.mk file each time AC_OUTPUT is
	run (since it can contain stale values, and the rule to rebuild
	it doesn't work for the top-level Makefile since it's included
	first)

	* rules.mk.sh: removed repdocfile definition, it's not used by
	anything and can confuse the librep build process

2001-01-04  John Harper  <jsh@eazel.com>

	* configure.in: version 0.13.4

2000-12-27  John Harper  <jsh@eazel.com>

	* rules.mk.sh: removed the `-export-symbols-regex' option, it's
	not possible to just export `rep_dl_foo' symbols..

2000-12-06  John Harper  <jsh@eazel.com>

	* install-aliases (dosome): patch from Peter Teichman
	<peter@helixcode.com> to avoid clobbering a variable that's
	needed in the next iteration of the loop

2000-12-03  John Harper  <jsh@eazel.com>

	* configure.in: version 0.13.3

2000-11-21  John Harper  <jsh@eazel.com>

	* rules.mk.sh: rename repexecdir variable as repcommonexecdir
	so it doesn't conflict with Makedefs.in (shouldn't affect other
	users of this file.. I hope)

2000-11-15  John Harper  <jsh@eazel.com>

	* Makedefs.in: include rules.mk and redefine $(rep_DL_LIBTOOL)
	to the uninstalled local libtool

	* rules.mk.sh: in $(rep_DL_LD) macro, specify
	-export-symbols-regex option to libtool to only retain symbols
	whose names begin with `rep_dl_'

2000-10-23  John Harper  <jsh@eazel.com>

	* configure.in: version 0.13.2

2000-10-18  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in: fix repdoc dependences to refer to the actual
	file

2000-10-11  John Harper  <john@dcs.warwick.ac.uk>

	* install-aliases: add extra-paranoid quoting

	* configure.in: new option --enable-full-name-terminator (sets
	existing preprocessor symbol FULL_NAME_TERMINATOR)

2000-10-06  John Harper  <john@dcs.warwick.ac.uk>

	* install-aliases: try to rename libFOO.* as well as FOO.*. On
	some systems libtool creates module libraries with a `lib'
	prefix

2000-09-29  John Harper  <john@dcs.warwick.ac.uk>

	* librep.spec.in: override infodir in `make install' command

2000-09-28  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.13.1

2000-09-27  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in, config.h.in: check for strncasecmp ()

2000-09-20  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.13

2000-09-19  John Harper  <john@dcs.warwick.ac.uk>

	* build-info: use `$LOCALDOMAIN', then `dnsdomainname', before
	falling back to `domainname'

2000-09-10  Karl M. Hegbloom  <karlheg@debian.org>

	* man/Makefile.in (librep.pdf): New target

	* Makedefs.in (TEXI2PDF): New variable

2000-09-13  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.13pre2

2000-09-08  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: removed hack to look in etc for install-sh

	* man/repl.texi: new chapter `The REPL'

2000-09-05  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: adapted patch from Jacob for weird debian gmp
	header file location. Misc other changes to gmp checks

2000-09-04  John Harper  <john@dcs.warwick.ac.uk>

	* librep.spec.in: added `--with-extra-cflags=-fstrength-reduce'
	to configure. RH force -fno-strength-reduce on i386, this leads
	to too much register pressure in the vm, spilling one of the
	fixed regs..

	* configure.in: version to 0.13pre1

2000-09-01  John Harper  <john@dcs.warwick.ac.uk>

	* librep.spec.in: added `Requires: gdbm >= 1.8' to avoid gdbm
	brain-damage

	* librep.spec.in: install rep_config.h in -devel pkg

2000-08-31  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: create rep_config.h instead of rep.h

2000-08-29    <john@dcs.warwick.ac.uk>

	* librep.spec.in: librep-devel requires exactly @version@ of
	librep package

2000-08-17  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: add -Wpointer-arith when gcc, only add
	-Wno-implicit-int on solaris

2000-08-11  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: an additional option for configure,
	--with-readline-prefix, to specify an alternate path for the
	readline include/library files (from Albert Chin-A-Young
	<china@thewrittenword.com>)

2000-08-03  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in, config.h.in: check for strtoq () as well as
	strtoll ()

2000-08-01  John Harper  <john@dcs.warwick.ac.uk>

	* intl/intl-compat.c, intl/Makefile.in: removed my edits, intl/
	has no differences to standard gettext intl/ now

	* autogen.sh: new script

	* configure.in: removed ranlib check, remove aux-dir decl.
	Added check for <libintl.h> if gettext is in libc

	* etc/regexp.patch, etc/gc-cons: deleted

	* etc/install-sh: moved to top-level directory

	* etc/ltmain.sh, etc/ltconfig, etc/config.sub,
	etc/config.guess: deleted, use libtoolize to create these

2000-07-29  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: signal an error if no gmp and --without-gmp
	wasn't given (the error message says to use --without-gmp if
	that's want is wanted)

2000-07-28  John Harper  <john@dcs.warwick.ac.uk>

	* Makedefs.in: in COMPILE_ENV changed REPEXECDIR to
	REP_DL_LOAD_PATH

	* configure.in: set GMP_LIBS to -lm if not using gmp

2000-07-24  John Harper  <john@dcs.warwick.ac.uk>

	* install-aliases: don't use -h or -H options to grep. Solaris
	grep chokes on -H and neither are needed anyway

	* librep.spec.in: added install-aliases

2000-07-23  John Harper  <john@dcs.warwick.ac.uk>

	* librep.spec.in: added rep_INSTALL_ALIASES

	* configure.in: version 0.13-pre, bumped libcurrent and libage

	* install-aliases: script to extract and create aliases from
	source files (C or Lisp). Installed into $(repcommonexecdir)

2000-07-20  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.4, bumped ${librevision}

	* Makedefs.in: set libtool mode explicitly
	* rules.mk.sh: set libtool mode explicitly; include -rpath
	option
	(from David Kaelbling <drk@sgi.com>)

2000-07-15  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: added `--without-gmp' and
	`--disable-continuations' options

	* config.h.in: added HAVE_STRTOLL, WITH_GMP, WITH_CONTINUATIONS

2000-07-13  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: redirect stderr to /dev/null when trying to run
	`aclocal --print-ac-dir'. Apparently this avoids errors if
	aclocal isn't installed (patch from Albert Chin-A-Young
	<china@thewrittenword.com>)

2000-07-12  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.3, bumped ${librevision}

2000-07-10  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: just use ${host_cpu} when checking for known
	stack growth directions

	* librep.spec.in: replaced `/usr/info' by `%{_infodir}'

2000-07-06  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in, lisp/Makefile.in, man/Makefile.in,
	src/Makefile.in: updated to partially build in a separate
	directory. This still doesn't work for Lisp sources (adapted
	from Martin Pottendorfer <pottendo@utanet.at>)

2000-06-29  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in: added repexecdir to installdirs target (for DOC)

2000-06-22  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.2, incremented librevision

2000-06-18  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.1, incremented librevision

	* configure.in, config.h.in: check sizeof long and long long
	(if available), from George Lebl <jirka@5z.com>

2000-06-16  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: fixed typo when checking for shl_load in libdld

	* configure.in: version 0.12

	* configure.in: check libdld for shl_load

2000-06-09  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in: added distclean target as alias for realclean

	* configure.in: changed --with-gmp and --with-gdbm to be more
	conventional --with-gmp-prefix and --with-gdbm-prefix

	* configure.in: when extracting dependences from C files using
	GCC, use `-MM' not `-MM -MG' (from Brad Thompson <yak@mit.edu>)

2000-06-07  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in, Makefile.in: moved DOC file to ${repexecdir}
	since GDBM databases are endian-specific

	[ this is sub-optimal, since the lisp files are shared, but
	it's okay for now .. ]

2000-05-31  Karl M. Hegbloom  <karlheg@debian.org>

	* Makefile.in (TAGS): Use --regex to grab DEFSTRING, DEFSYM,
	DEFUN, and DEFUN_INT information also.
	(TAGS tags): add lowercase target name for lazy typists.