12013-01-17  Christopher Roy Bratusek <nano@tuxfamily.org>
2	* src/lispmach.h: fix compilation on ARM [Togan Muftouglu]
3
42013-01-12  Christopher Roy Bratusek <nano@tuxfamily.org>
5	* debian/changelog
6	* debian/control
7	* debian/librep16.symbols: misc updates to debian packaging scripts
8
92012-09-08  Christopher Roy Bratusek <nano@tuxfamily.org>
10	* lisp/rep/util/misc.jl: add program-exists-p [Mark Triggs]
11
12	* configure.in: bump version to 0.92.3
13
14	* man/news.texi: update
15
162012-09-04  Christopher Roy Bratusek <nano@tuxfamily.org>
17	* configure.in: fix stack-direction for s390 [Kim B. Heino]
18
192012-09-01  Christopher Roy Bratusek <nano@tuxfamily.org>
20	* configure.in: fix stack-direction for ppc [Kim B. Heino]
21
22	* install-sh: updated to 2011-01-19.21
23
24	* man/news.texi: update
25
262012-07-06  Christopher Roy Bratusek <nano@tuxfamily.org>
27	* lisp/rep/xml/reader.jl: more entities support: gt, umlauts, esszett
28
29	* COPYING
30	* lisp/rep.jl
31	* lisp/rep/data.jl
32	* lisp/rep/data/objects.jl
33	* lisp/rep/data/queues.jl
34	* lisp/rep/data/records.jl
35	* lisp/rep/data/ring.jl
36	* lisp/rep/data/sort.jl
37	* lisp/rep/data/string-util.jl
38	* lisp/rep/data/symbol-table.jl
39	* lisp/rep/data/trie.jl
40	* lisp/rep/ffi/util.jl
41	* lisp/rep/i18n/xgettext.jl
42	* lisp/rep/io/file-handlers.jl
43	* lisp/rep/io/file-handlers/remote.jl
44	* lisp/rep/io/file-handlers/remote/ftp.jl
45	* lisp/rep/io/file-handlers/remote/rcp.jl
46	* lisp/rep/io/file-handlers/remote/rep.jl
47	* lisp/rep/io/file-handlers/remote/utils.jl
48	* lisp/rep/io/file-handlers/tar.jl
49	* lisp/rep/io/file-handlers/tilde.jl
50	* lisp/rep/io/files.jl
51	* lisp/rep/io/streams.jl
52	* lisp/rep/lang/compat-doc.jl
53	* lisp/rep/lang/debugger.jl
54	* lisp/rep/lang/define.jl
55	* lisp/rep/lang/doc.jl
56	* lisp/rep/lang/error-helper.jl
57	* lisp/rep/lang/interpreter.jl
58	* lisp/rep/lang/math.jl
59	* lisp/rep/lang/profiler.jl
60	* lisp/rep/mail/addr.jl
61	* lisp/rep/module-system.jl
62	* lisp/rep/net/domain-name.jl
63	* lisp/rep/net/rpc.jl
64	* lisp/rep/regexp.jl
65	* lisp/rep/structures.jl
66	* lisp/rep/system.jl
67	* lisp/rep/system/environ.jl
68	* lisp/rep/system/pwd-prompt.jl
69	* lisp/rep/test/autoload.jl
70	* lisp/rep/test/data.jl
71	* lisp/rep/test/framework.jl
72	* lisp/rep/threads/condition-variable.jl
73	* lisp/rep/threads/message-port.jl
74	* lisp/rep/threads/mutex.jl
75	* lisp/rep/threads/proxy.jl
76	* lisp/rep/threads/utils.jl
77	* lisp/rep/user.jl
78	* lisp/rep/util/autoloader.jl
79	* lisp/rep/util/base64.jl
80	* lisp/rep/util/date.jl
81	* lisp/rep/util/gaol.jl
82	* lisp/rep/util/ispell.jl
83	* lisp/rep/util/memoize.jl
84	* lisp/rep/util/misc.jl
85	* lisp/rep/util/repl.jl
86	* lisp/rep/util/time.jl
87	* lisp/rep/vm/assembler.jl
88	* lisp/rep/vm/bytecode-defs.jl
89	* lisp/rep/vm/bytecodes.jl
90	* lisp/rep/vm/compiler.jl
91	* lisp/rep/vm/compiler/basic.jl
92	* lisp/rep/vm/compiler/bindings.jl
93	* lisp/rep/vm/compiler/inline.jl
94	* lis/lispmach.h
95	* src/rep.h
96	* src/rep_gh.h
97	* src/rep_lisp.h
98	* src/rep_subrs.h
99	* src/repint.h
100	* src/repint_subrs.h
101	* src/unix_defs.h: fix fsf address [Togan Muftuoglu]
102
1032012-03-24  Christopher Roy Bratusek <nano@tuxfamily.org>
104	* src/streams.c: read_line no longer aborts at 400 characters [Timo Korvola]
105
1062012-01-14  Christopher Roy Bratusek <nano@tuxfamily.org>
107	* configure.in: fixed build-failure with gcc >= 4.7.0 on x86_64 [Kim B. Heino]
108
1092012-01-13  Christopher Roy Bratusek <nano@tuxfamily.org>
110	* librep.spec: sync with Fedora [Kim B. Heino]
111
1122011-08-20  Christopher Roy Bratusek <nano@tuxfamily.org>
113	* src/Makefile.in
114	* lisp/Makefile.in: Fix build on OS-X 10.6 by not exporting librep.sym
115	via libtool [John Harper]
116
117	* src/librep.sym: added some missing symbols [John Harper]
118
119	* librep.pc.in: don't ignore datarootdir
120
121	* src/ffi.c: better version of ALIGN if undefined [John Harper]
122
123	* configure.in: check for ffi/ffi.h if ffi.h isn't found [John Harper]
124
1252011-06-10  Christopher Roy Bratusek <nano@tuxfamily.org>
126	* lisp/rep/util/misc.jl: imported beautify-symbol-name and
127	remove-newlines and option-index from Sawfish.
128	Improved version of position by Eli Barzilay
129
1302011-06-02  Christopher Roy Bratusek <nano@tuxfamily.org>
131	* lisp/rep/util/misc.jl: added file containing misc stuff imported
132	from Sawfish. currently `position' and `string->symbol'
133
1342011-05-05  Christopher Roy Brautsek <nano@tuxfamily.org>
135	* **/Makefile.in: remove VPATH to appease makepp [Daniel Pfeiffer]
136
1372011-04-14  Christopher Bratusek <nano@tuxfamily.org>
138	* configure.in
139	* Makefile.in: remove version from install-paths
140
141	* debian/librep16.install: updated
142
1432011-04-13  Christopher Bratusek <nano@tuxfamily.org>
144	* Makedefs.in
145	* Makefile.in
146	* configure.in
147	* src/misc.c
148	* build-info
149	* librep.pc.in: removed architecture from install-paths
150
151	* Makefile.in: added debclean rule
152	               improved distclean rule
153		       improved gitclean rule
154
155	* debian/**: merged packaing scripts from Ian Zimmermann
156
157	* config.h.in: removed from GIT
158
159	* config.guess
160	* config.sub: added
161
1622011-04-05  Christopher Bratusek <nano@tuxfamily.org>
163	* src/unix_dl.c
164	* src/lispcmds.c: load shared-objects rather than libtool-archvies
165	 -- Kim B. Heino
166
1672011-03-18  Christopher Bratusek <nano@tuxfamily.org>
168	* man/rep.texi: fixed a typo
169
170
1712011-02-27  Christopher Bratusek <zanghar@freenet.de>
172	* debian/watch
173	* debian/changelog.in
174	* debian/control.in
175	* debian/README.source: removed
176
177	* configure.in: don't substitude gitdate
178	                don't generate debian/changelog
179			don't generate debian/control
180
181	* debian/rules: major update
182
183	* debian/rep-doc.docs
184	* debian/control
185	* debian/changelog: added
186
187	* debian/rep.links
188	* debian/librep-dbg.links
189	* debian/librep-dev.links: updated
190
191	* debian/patches/00list
192	* debian/patches/series: renamed file
193
194	* debian/source/format: changed to 3.0 (quilt)
195
1962011-02-05  Teika Kazura <teika@lavabit.com>
197	* lisp/rep/system.jl
198	* man/lang.texi: Bugfix of "remove-hook-by-name"; exported the
199	function.  This fixes the bug in commit
200	c7da736dbdf0cb8b70d0289ebdda03036ec71add.  Also bugfix in
201	lang.texi is included.
202
203	* lisp/rep/lang/interpreter.jl
204	* man/lang.texi
205	* man/news.texi: Implements new function "function-name".
206
207	* lisp/rep/system.jl: Minor change in "remove-hook-by-name".
208	It now relies on "function-name".
209
210	* lisp/rep/system.jl
211	* man/lang.texi
212	* man/news.texi: Doc. New section "Module Limits"
213	Also some minor fixes.
214
215	* lisp/rep/system.jl:
216	* man/news.texi: Minor bugfix in "remove-hook".
217	It doesn't signal an error even if the hook is unbound.
218
2192011-01-15  Christopher Bratusek <zanghar@freenet.de>
220	* lisp/rep/system.jl: added remove-hook-by-name [Teika Kazura]
221
222	* librep.pc.in: fixed a possible build issue in rep-gtk or sawfish
223                        (reported on fedora 14)
224
225	* man/lang.texi:
226	* man/news.texi: updated
227
2282010-12-17  Christopher Bratusek <zanghar@freenet.de>
229	* debian/control: depend on either libgmp10-dev or libgmp3-dev
230	suggest either libreadline6-dbg or libreadline5-dbg
231	-- (compat with Debian/Experimental)
232
2332010-12-12  Teika Kazura <teika@lavabit.com>
234	* librep.doap
235	* librep.spec.in
236	* lisp/rep/system.jl
237	* man/lang.texi
238	* man/news.texi
239	* src/rep_lisp.h: Doc
240	New section on module alias.
241	That add-hook always add a new element, even if it's already
242	present. Other misc doc.
243
2442010-09-25  Christopher Bratusek <zanghar@freenet.de>
245	* lisp/Makefile.in
246	* lisp/rep/ffi/util.jl: added ffi utils. [Sergey Bolshakov]
247
248	* librep.spec.in: fixed. [Kim B. Heino]
249
2502010-09-10  Christopher Bratusek <zanghar@freenet.de>
251	* src/Makefile.in: fix uninstall rule
252
2532010-09-07  Teika Kazura <teika@lavabit.com>
254	* lisp/rep/lang/doc.jl
255	* lisp/rep/vm/compiler/rep.jl
256	* src/rep_lisp.h
257	* src/structures.c
258	* src/symbols.c: Revereted the last edit on 29 Aug.
259	They were replayed as better commits. See below.
260
261	* src/rep_lisp.h
262	* src/structures.c
263	* src/symbols.c: Implements 'subr-structure'. Each subr now
264	remembers the module it belongs to, and the new function
265	'subr-structure' returns it.  This change is ABI
266	incompatible. After this, you have to re-compile rep-gtk and
267	sawfish in this order.
268	It seems that struct rep_subr and rep_xsubr have to have the
269	(almost) same members, because the subr lisp object is cast to
270	both, depending on the need. So I added 'repv structure' to both,
271	though one of rep_subr is never referred to.
272
273	* lisp/rep/vm/compiler/rep.jl: Doc support for 'defun' in
274	user-compiled file.
275	Previously, docstring in defun is lost on byte-compilation done by
276	user, i.e., when it's not saved in DOC.
277	Fixes an error included in the reverted commit d83b5. It used to
278	print debugging messages.
279
280	* lisp/rep/lang/doc.jl: Function 'documentation' works for subr
281	and macro, too.
282
283	* TODO
284	* lisp/rep/lang/doc.jl
285	* lisp/rep/structures.jl
286	* man/lang.texi
287	* man/news.texi
288	* src/rep_lisp.h
289	* src/structures.c: Doc.
290	Improved news. Some addition in TODO. Others.
291	Doc of `structure-exports-p' is given.
292	Doc of `intern-structure' is corrected.
293	Doc on read syntax of character is improved.
294
295	* lisp/rep/lang/doc.jl
296	* man/lang.texi
297	* man/news.texi: Doc on recent improvements on docstring and subr.
298	Related news.
299	Describes 'documentation' function in info.
300
301	* man/lang.texi: Doc. Re-ordered sections in 'The language' chapter.
302
3032010-08-29  Christopher Bratusek <zanghar@freenet.de>
304	* lisp/rep/lang/doc.jl
305	* lisp/rep/vm/compiler/rep.jl
306	* src/rep_lisp.h
307	* src/structures.c
308	* src/symbols.c: improved documentation function, which returns
309	the docstring of a variable or function. The previous implementation
310	had several defuncts: - doesn't always work with a subr
311			      - doesn't always work with a macro
312			      - doesn't work for byte-compiled files
313	This change is binary-incompatible! So you need to re-build rep-gtk
314	and sawfish (sawfish-pager is not directly linked against librep)
315	in that order. More descriptive docs are following. [Teika Kazura]
316
3172010-07-24  Christopher Bratusek <zanghar@freenet.de>
318	* debian/source/format: set 3.0 (native) source format
319
3202010-07-20  Christopher Bratusek <zanghar@freenet.de>
321	* man/news.texi: grammar'n'stuff
322
323	* man/Makefile.in: build NEWS using --no-validate flag
324
3252010-07-17  Teika Kazura <teika@lavabit.com>
326	* AUTHORS
327	* BUGS
328	* HACKING
329	* THANKS
330	* TREE: Deleted. See the next entry.
331
332	* MAINTAINERS
333	* README
334	* TODO
335	* lisp/rep.jl
336	* lisp/rep/lang/compat-doc.jl
337	* lisp/rep/user.jl
338	* man/interface.texi
339	* man/lang.texi
340	* man/librep.texi
341	* man/news.texi
342	* man/rep.1
343	* man/repl.texi: Major doc revision. Reorganized documentation
344	files. Deleted files are merged into info.
345	For the details, read 0.90.7 news and git log
346	4a3e91e2490..3f7a5aee3b1
347
348	* lisp/rep.jl
349	* lisp/rep/lang/interpreter.jl
350	* man/lang.texi
351	* man/news.texi: Introduced 'defvar-setq'.
352
3532010-06-26  Teika Kazura <teika@lavabit.com>
354	* lisp/rep/lang/interpreter.jl
355	* lisp/rep/vm/bytecode-defs.jl
356 	* lisp/rep/vm/compiler/rep.jl
357	* man/lang.texi
358	* man/news.texi
359	* src/bytecodes.h
360	* src/lisp.c: Backtrace and debugger option fix.
361	Previously, if 'backtrace-on-error' is t, then it is printed even if
362	it's inside of a 'condition-case'. Now, it doesn't. Similar for
363	'debug-on-error'.
364	However, this edit is not perfect, but does not bring in any new
365	inconvenience either. Read the news and the manual for the details.
366
367	* man/news.texi
368	* src/lisp.c: When you evaluate a closure, the module to which it
369	belongs is printed, too.
370
371	* librep.ebuild.in
372	* man/lang.texi
373	* man/news.texi
374	* src/repint.h
375	* src/structures.c: Doc.
376	Declared that ebuild is not an official one.
377	Internal 64-bit integer availability.
378	Improved 'let' and fluid description.
379	And so on.
380
3812010-05-01  Teika Kazura <teika@lavabit.com>
382	* man/news.texi
383	* Src/unix_processes.c: Process execution failure emits a better
384	message. It now shows the program name and arguments.
385
386	* man/lang.texi: Minor doc improvements.
387
3882010-04-03  Teika Kazura <teika@lavabit.com>
389        * man/lang.texi
390        * man/news.texi: Doc.
391        More details on 'require'. Distinguishes import to module and
392        loading to librep.
393        Backslash as in ?\] is meaningless, but valid.
394        Function 'signal'.
395        Distinction between 'make-symbol' and 'intern'.
396        Deleted one control code (C-x).
397
3982010-02-02  Teika Kazura <teika@lavabit.com>
399	* lisp/rep/io/file-handlers/tar.jl
400	* man/lang.texi
401	* man/news.texi:  Doc improvements. Describes 'string-split'. Correction in suffix handling of 'load'. Minor improvements in modules, cross references (let, define, defun), require and load.
402
4032010-01-24  Christopher Bratusek <zanghar@freenet.de>
404	* librep.spec.in: improved [Kim B. Heino]
405
4062010-01-15  Christopher Bratusek <zanghar@freenet.de>
407	* Makefile.in: remove librep.pc upon distclean, not gitlcean
408
4092010-01-10  Christopher Bratusek <zanghar@freenet.de>
410	* src/repint.h
411	* src/repint_subrs.h
412	* src/files.c
413	* src/unix_files.c: renamed file-uid-p to file-uid and file-gid-p to file-gid
414
415	* configure.in: version bump to 0.90.6
416
4172010-01-07  Christopher Bratusek <zanghar@freenet.de>
418	* src/memcmp.c
419	* configure.in: cleanup for yesterdays commit
420
4212010-01-06  Christopher Bratusek <zanghar@freenet.de>
422	* src/alloca.c
423	* config.h.in
424	* configure.in
425	* src/Makefile.in
426	* src/main.c
427	* src/unix_main.c: removed our own implementation of alloca, use libcs instead
428	                   -- [Kim B. Heino]
429
4302010-01-05  Christopher Bratusek <zanghar@freenet.de>
431	* man/lang.texi: doc for file-uid-p file-gid-p
432
4332010-01-05  Teika Kazura <teika@lavabit.com>
434	* TODO
435	* intl/l10nflist.c
436	* lisp/rep/data.jl
437	* lisp/rep/data/trie.jl
438	* lisp/rep/io/file-handlers/remote/ftp.jl
439	* lisp/rep/io/file-handlers/remote/rcp.jl
440	* lisp/rep/io/file-handlers/remote/rep.jl
441	* lisp/rep/io/file-handlers/tar.jl
442	* lisp/rep/lang/doc.jl
443	* lisp/rep/lang/interpreter.jl
444	* lisp/rep/module-system.jl
445	* lisp/rep/threads/condition-variable.jl
446	* lisp/rep/threads/message-port.jl
447	* lisp/rep/util/date.jl
448	* lisp/rep/util/repl.jl
449	* lisp/rep/vm/compiler.jl
450	* lisp/rep/vm/compiler/basic.jl
451	* lisp/rep/vm/compiler/bindings.jl
452	* lisp/rep/vm/compiler/modules.jl
453	* lisp/rep/vm/compiler/rep.jl
454	* lisp/rep/vm/compiler/utils.jl
455	* lisp/rep/www/cgi-get.jl
456	* lisp/rep/www/quote-url.jl
457	* src/bytecodes.h
458	* src/continuations.c
459	* src/datums.c
460	* src/ffi.c
461	* src/files.c
462	* src/find.c
463	* src/fluids.c
464	* src/gettext.c
465	* src/lisp.c
466	* src/lispmach.c
467	* src/lispmach.h
468	* src/numbers.c
469	* src/readline.c
470	* src/record-profile.c
471	* src/rep-remote.c
472	* src/rep-xgettext.jl
473	* src/rep_gh.h
474	* src/rep_lisp.h
475	* src/rep_regexp.h
476	* src/repgdbm.c
477	* src/repint.h
478	* src/repsdbm.c
479	* src/safemach.c
480	* src/sockets.c
481	* src/structures.c
482	* src/symbols.c
483	* src/tables.c
484	* src/timers.c
485	* src/unix_files.c
486	* src/unix_main.c
487	* src/unix_processes.c
488	* src/values.c: Deleted ctrl-l
489
490	* man/interface.texi
491	* man/lang.texi: Minor doc improvements.
492
493	* lisp/rep/vm/compiler/rep.jl
494	* man/news.texi: Bugfix in byte compiler of lost docstring. See git log for the details.
495
4962010-01-04  Christopher Bratusek <zanghar@freenet.de>
497	* debian/librep9.symbols
498	* src/repint.h
499	* src/repint_subrs.h
500	* src/files.c
501	* src/unix_files.c
502	* src/librep.sym: added file-uid-p and file-gid-p
503
5042010-01-03  Christopher Bratusek <zanghar@freenet.de>
505	* debian/rules: don't remove config.{guess,sub} on rules/clean
506
507	* librep.spec.in: don't call autogen.sh
508
509	* debian/changelog.in: s/+0200/+0100/
510
511	* Makefile.in: + rename realclean target to gitclean
512	               + instead of removing generated packging-script files upon
513		        `distclean', remove them on `gitclean'
514		       + call fakeroot debian/rules clean
515
516	* debian/control.in: removed debian-specific bits
517
518	* autogen.sh: call gitclean instead of distclean
519
5202010-01-02  Christopher Bratusek <zanghar@freenet.de>
521	* autogen.sh: added --nocfg flag for not running configure afterwards
522
523	* librep.spec.in: improved [Kim B. Heino]
524
525	* man/news.texi: updated
526
5272010-01-01  Christopher Bratusek <zanghar@freenet.de>
528	* debian/librep-dev.install
529	* librep.spec.in
530	* librep.pc.in
531	* src/Makefile.in: install headers to $includedir/rep/ instead of $includedir
532
533	* librep.pc.in: removed empty Requires: field
534
535	* man/news.texi: updated
536
5372009-12-29  Christopher Bratusek <zanghar@freenet.de>
538	* configure.in
539	* config.h.in
540	* src/dlmalloc.c: removed our own dlmalloc, as it breaks on several arches,
541	                  and is never in use since years [Kim B. Heino]
542
543	* man/news.texi: updated
544
545	* configure.in
546	* debian/control.in: generate debian/control from template
547
5482009-12-07  Christopher Bratusek <zanghar@freenet.de>
549	* man/Makefile.in: don't hardcode /usr in manpage installation path
550
5512009-12-05  Christopher Bratusek <zanghar@freenet.de>
552	* configure.in: bumped library version to 9.4.1
553
554	* configure.in
555	* librep.pc.in
556	* debian/rules
557	* librep.spec.in
558	* Makedefs.in: use $prefix/lib instead of $prefix/libexecdir to satisfy FHS
559
560	* man/news.texi: updated
561
5622009-11-13  Christopher Bratusek <zanghar@freenet.de>
563	* configure.in: post-release version-bump to 0.90.4
564
565	* src/numbers.c
566	* src/repint.h: fixups for OpenBSD [Jasper Lievisse Adriaanse]
567
5682009-10-24  Christopher Bratusek <zanghar@freenet.de>
569	* librep.spec.in
570	* man/Makefile.in
571	* man/rep.1
572	* man/repdoc.1
573	* man/rep-remote.1
574	* man/rep-xgettext.1: added man-pages from Debian
575
576	* debian/patches/00list
577	* debian/changelog.in
578	* debian/control
579	* debian/compat
580	* debian/copyright
581	* debian/librep9.install.standard
582	* debian/librep9.preinst
583	* debian/librep9.symbols
584	* debian/librep-dbg.links
585	* debian/librep-dev.install.standard
586	* debian/librep-dev.links
587	* debian/librep-dev.lintian-overrides
588	* debian/librep-dev.preinst
589	* debian/README.source
590	* debian/rep-doc.info
591	* debian/rep-doc.install
592	* debian/rep.install
593	* debian/rep.links
594	* debian/rules
595	* debian/watch: added debian packaging scripts based on official one
596
5972009-10-10  Christopher Bratusek <zanghar@freenet.de>
598	* src/files.c
599	* src/repint.h
600	* src/repint_subrs.h
601	* src/rep_subrs.h: added file-executable-p function
602
603	* man/news.texi
604	* man/lang.texi: updated
605
6062009-09-24  Christopher Bratusek <zanghar@freenet.de>
607	* librep.ebuild.in: improved [Fuchur] [Christopher Bratusek]
608
6092009-09-13  Christopher Bratusek <zanghar@freenet.de>
610	* librep.doap: added
611
6122009-09-12  Christopher Bratusek <zanghar@freenet.de>
613	* configure.in: bump version to 0.90.3
614	                s/can't/cannot/
615	                s/don't/do not/
616			to prevent syntax highlighting errors (eg: in geany/vim)
617			small improvements in a test [FreeBSD]
618
619	* src/Makefile.in
620	* src/rep-config.sh: removed rep-config script (use librep.pc instead)
621
6222009-09-10  Christopher Bratusek <zanghar@freenet.de>
623	* configure.in: fallback to old ffi check if there's no libffi.pc [Vincent Untz]
624
625	* man/news.texi: updated
626
6272009-09-05  Christopher Bratusek <zanghar@freenet.de>
628	* librep.spec.in: improved [Kim B. Heino]
629
6302009-08-25  Christopher Bratusek <zanghar@freenet.de>
631	* configure.in: post-release version bump to 0.90.2
632
633	* src/lisp.c: fixed an major defunct in prin1 + utf8 [Timo Korvola]
634
635	* src/streams.c: wrong description of formats %s and %S
636
6372009-08-22  Christopher Bratusek <zanghar@freenet.de>
638	* src/rep.c: properly terminate rep interpreter [Jürgen Hötzel]
639
640	* src/readline.c: save/load readline history in interactive mode [Jürgen Hötzel]
641
642	* src/lisp.c
643	* src/uft8.c: No C++ style comments in C code
644
6452009-07-25  Christopher Bratusek <zanghar@freenet.de>
646	* librep.pc.in: add -L$prefix to libs
647
6482009-07-24  Christopher Bratusek <zanghar@freenet.de>
649	* emulate-gnu-tar
650	* lisp/rep/io/file-handlers/tar.jl: added support for tar.xz and tar.lzma
651
652	* lisp/rep/io/file-handlers/tar.jl: improved regex for parsing tar output [Alexey I. Froloff]
653
654	* src/ffi.c: improved ffi-binding [Alexey I. Froloff]
655
656	* src/librep.sym: added some missing entries [Alexey I. Froloff]
657
6582009-07-15  Christopher Bratusek <zanghar@freenet.de>
659	* configure.in
660	* Makedefs.in
661	* src/Makefile.in: update checks for libffi
662
6632009-07-11  Christopher Bratusek <zanghar@freenet.de>
664	* src/unix_processes.c: fix a definition
665
6662009-07-02  Christopher Bratusek <zanghar@freenet.de>
667	* configure.in: obligatory post-release version bump
668
669	* .git: created 0.90.0 tag and pushed 0.17.4 tag
670
6712009-06-30  Christopher Bratusek <zanghar@freenet.de>
672	* man/lang.texi: updated for rep.util.utf8 [Teika Kazura]
673
674	* src/lispcmds.c: fixed a typo [Teika Kazura]
675
676	* src/utf8.c: improved copyright notice, removed unused macros [Teika Kazura]
677
6782009-06-19  Christopher Bratusek <zanghar@freenet.de>
679	* src/unix_processes
680	* src/sdbm.c
681	* src/sdbm_pair.c: removed 3 unused variables
682
6832009-05-30  Christopher Bratusek <zanghar@freenet.de>
684	* src/utf8.c: added UTF-8 Support! [Wang Diancheng]
685
6862009-05-06  Christopher Bratusek <zanghar@freenet.de>
687	* Makefile.in: remove tar target [Ritz]
688
689	* configure.in: 0.17.4 released, bump to 0.90.0
690
691	* lisp/scheme/
692	* lisp/scheme.jl
693	* lisp/unscheme/
694	* lisp/unscheme.jl
695	* lisp/rep/vm/compiler/scheme.jl
696	* lisp/rep/vm/compiler/unscheme.jl: removed
697
698	* lisp/rep/vm/compiler.jl
699	* lisp/rep/user.jl
700	* lisp/Makefile: updated
701
7022009-05-05  Christopher Bratusek <zanghar@freenet.de>
703	* man/lang.tex
704	* man/librep.texi
705	* man/news.texi: 'Numbers' section is revised, mainly on machine dependence. Minor improvements [Teika]
706
707	* configure.in: small configures ending message update (from rep-gtk/sawfish)
708
7092009-03-24  Christopher Bratusek <zangahr@freenet.de>
710	* Makedefs.in: first define datarootdir then stuff that refers to it
711
712	* man/news.texi: updated
713
7142009-03-06  Christopher Bratusek <zanghar@freenet.de>
715	* configure.in
716	* Makedefs.in
717	* intl/Makefile.in: don't ignore datarootdir setting
718
7192009-03-05  Christopher Bratusek <zanghar@freenet.de>
720	* configure.in: 0.17.3 released, bump to 0.17.4
721
7222009-02-18  Christopher Bratusek <zanghar@freenet.de>
723	* lisp/rep/io/file-handlers/tar.jl: BSD-Tar is not supported by librep, give users a useful warning message [Mark Diekhans]
724
7252009-02-03  Christopher Bratusek <zanghar@freenet.de>
726	* install-sh: added for libtool < 2.2
727
728	* librep.spec.in: don't try to package librep.a and %{_infodir}/dir
729
730	* autogen.sh: re-enable the use of autoheader
731
732	* configure.in: fix templates (for autoheader)
733
7342009-02-02  Christopher Bratusek <zanghar@freenet.de>
735	* librep.pc.in: remove bogus entries
736
737	* autogen.sh: don't use bash specific syntax [Mark Diekhans]
738
739	* configure.in: improved ending message
740
7412009-02-01  Christopher Bratusek <zanghar@freenet.de>
742	* MAINTAINERS: updated my mail address
743
744	* autogen.sh: work around an issue
745
746	* librep.spec.in: - don't try to package non-existent rep.m4
747			  - make sure emacs_lispdir is defined
748
7492009-01-18  Christopher Bratusek <zanghar@freenet.de>
750	* librep.spec.in: - update BuildRequires
751	                  - merge changes from ritz's spec-file
752
7532009-01-02  Christopher Bratusek <nano-master@gmx.de>
754	* librep.spec.in: source-archive is .tar.bz2
755
7562009-01-01  Christopher Bratusek <nano-master@gmx.de>
757	* autogen.sh: reworked
758
759	* m4: add m4 directory to shut up libtool 1.x
760
761	* configure.in: begin rework
762
763	* install-sh: don't ship this file
764
7652008-12-30  Christopher Bratusek <nano-master@gmx.de>
766	* librep.ebuild.in: don't leak copyright info and update keywords
767
7682008-12-24  Christopher Bratusek <nano-master@gmx.de>
769	* autogen.sh: fix libtool command for libtool >2.2
770
7712008-12-20  Christopher Bratusek <nano-master@gmx.de>
772	* configure.in
773	* librep.ebuild.in: Added ebuild [Harald van Dijk]
774
775	* librep.pc.in: Complete Libs: Section
776
777	* Makefile.in: upon distclean also remove the ebuild and configure
778
7792008-12-18  Christopher Bratusek <nano-master@gmx.de>
780	* rep.m4
781	* librep.pc.in: drop rep.m4, instead improve the .pc file
782
783	* librep.spec.in
784	* Makefile.in: updated accordingly
785
786	* configure.in: add -L/lib${libsuff} to READLINE_LIBS [T2 Patch]
787
788	* src/main.c: mark check_configuration as not inlineable to fix build on ppc64 [Marcus Comstedt]
789
790	* man/news.texi: Updated NEWS
791
792	* src/fake-libexec: small fixup [SuSE]
793
794	* src/rep-config.sh: no rpath [Fedora]
795
7962008-11-22  Christopher Bratusek <nano-master@gmx.de>
797	* MAINTAINERS: added me
798
7992008-10-23  Christopher Bratusek <nano-master@gmx.de>
800	* configure.in: 0.17.2 snapshot released, bump to 0.17.3
801
8022008-10-18  Christopher Bratusek <nano-master@gmx.de>
803	* src/numbers.c: fix an issue with FreeBSD [patch from FreeBSD]
804
805	* src/numbers.c: improve a function [patch from FreeBSD]
806
807	* src/librep.sym: rep_file_fdopen has not been listed
808
809	* Makedefs.in
810	* src/Makefile.in
811	* intl/Makefile.in
812	* rules.mk.sh: added --tag=CC to libtool in serveral places
813
814	* Makedefs.in
815	* src/Makefile.in: don't ignore $LDFLAGS upon build
816
817	* src/sdbm.c: drop some useless code [NetBSD patch]
818
819	* man/news.texi: updated
820
8212008-10-01  Christopher Bratusek <nano-master@gmx.de>
822	* BUGS: updated
823
824	* HACKING: updated
825
826	* README: updated
827
828	* man/news.texi: updated
829
8302008-09-02  Christopher Bratusek <nano-master@gmx.de>
831	* configure.in: another fixup
832
8332008-08-29  Christopher Bratusek <nano-master@gmx.de>
834	* src/rep-subrs.h: replace the inclusion of config.h
835	with a ifdef doing what we want
836
837	* configure.in: fixup
838
839	* Makefile.in: create $(DESTDIR)/$(libdir)/pkgconfig
840	before installing the .pc file
841
8422008-08-14  Christopher Bratusek <nano-master@gmx.de>
843	* configure.in: AC_PROG_LIBTOOL not AM_PROG_LIBTOOL
844
845	* autogen.sh: change accordingly
846
847	* .cvsignore
848	* */.cvsignore: add svn:ignore property and remove all
849	.cvsignore files
850
851	* configure.in: 0.17.1 released, bump to 0.17.2
852
8532008-08-11  Christopher Bratusek <nano-master@gmx.de>
854	* src/dlmalloc.c: replace // comments with /* */
855
856	* src/rep_subrs.h: add #include "../config.h" for #define inline
857
8582008-08-08  Christopher Bratusek <nano-master@gmx.de>
859	* src/rep_subrs.h: another fixup. lets us compile
860		sawfish with paranoia cflags and seems not
861		to break anything.
862
863	* man/nes.texi: updated NEWS
864
865	* src/unix_main.c: fixup
866
8672008-08-06  Christopher Bratusek <nano-master@gmx.de>
868	* Makedefs.in: add --no-split to makeinfo (FreeBSD patch)
869
870	* configure.in: print useful things at the end
871		- add --enable-paranoia
872			(compile with paranoia CFLAGS)
873
8742008-08-05  Christopher Bratusek <nano-master@gmx.de>
875	* BUGS
876	* HACKING: updated information
877
878	* configure.in: bump version to 0.17.1
879
880	* librep.spec.in: update the spec file
881
882	* autogen.sh: add --force --copy to libtoolize flags
883
884	* src/*: started code-cleanup
885
886	* configure.in
887	* Makefile.in
888	* librep.pc.in: added a .pc file for librep
889
890	* src/unix_files.c: Trim trailing '/' to mkdir(2) since some
891			OSes fail the call otherwise (NetBSD patch)
892
893	* src/rep-xgettext.jl: use correct shebang (ALT-Linux patch)
894
895	* man/news.texi: add {define-special-variable} (Debian patch)
896
897	* rules.mk.sh: add --tag CC to libtool (Debian patch)
898
899	* src/main.c: replace a static void with a void (Debian patch)
900
9012006-06-02  John Harper  <jsh@unfactored.org>
902
903	* rep.m4: fix for newer m4, from Michal Jaegermann
904
9052006-01-31  John Harper  <jsh@unfactored.org>
906
907	* configure.in: fixed test for LC_MESSAGES to use new autoconf
908	macro (gt_LC_MESSAGES not AM_LC_MESSAGES)
909
9102003-11-24  John Harper  <jsh@unfactored.org>
911
912	* configure.in: version 0.17, bumped library revision
913
914	* configure.in: $prefix can be set to "NONE" sometimes?
915
9162003-09-03  John Harper  <jsh@unfactored.org>
917
918	* configure.in: fixes for compiling in a weird ${prefix}; Mac
919	OS X fixes; other fixes
920
921	* test, configure.in, Makefile.in, Makedefs.in: "DOC" file is
922	now called "doc-strings" to avoid clashing with "doc" build
923	directory in case folding filesystems
924
9252003-07-26  John Harper  <jsh@unfactored.org>
926
927	* configure.in, config.h.in, Makedefs.in: updated for libffi
928
9292003-02-25  John Harper  <jsh@unfactored.org>
930
931	* configure.in: version 0.16.2
932
9332002-06-22  John Harper  <jsh@unfactored.org>
934
935	* configure.in: version 0.16.1
936
9372002-06-20  John Harper  <jsh@unfactored.org>
938
939	* configure.in: version 0.16
940
9412002-04-21  John Harper  <jsh@unfactored.org>
942
943	* configure.in: don't AC_SUBST(LIBOBJS), doesn't work on
944	autoconf 2.53, patch from Murray Cumming <murrayc@t-online.de>
945
9462002-04-13  John Harper  <jsh@unfactored.org>
947
948	* man/Makefile.in: use --info-dir when calling install-info
949
9502002-02-20  John Harper  <jsh@unfactored.org>
951
952	* configure.in: don't ever compile our own dlmalloc, it breaks
953	on too many platforms
954
9552001-12-02  John Harper  <jsh@unfactored.org>
956
957	* configure.in: don't use dlmalloc on sparcs
958
9592001-11-17  John Harper  <jsh@unfactored.org>
960
961	* Makedefs.in: don't use `libtool --mode=execute' in
962	$(rep_prog), just call the script directly
963
9642001-10-28  John Harper  <jsh@unfactored.org>
965
966	* configure.in: version 0.15.2
967
9682001-10-03  John Harper  <jsh@unfactored.org>
969
970	* version 0.15.1
971
972	* build-info: don't try to find domainname, we don't need it
973
9742001-10-01  John Harper  <jsh@unfactored.org>
975
976	* configure.in: version 0.15
977
978	* configure.in: check for __gmp_randinit () if gmp is found,
979	and define HAVE_GMP_RANDINIT if so
980
9812001-09-15  John Harper  <jsh@unfactored.org>
982
983	* config.h.in: removed spurious close-comment from after
984	`#undef HAVE_MEMORY_H'
985
9862001-09-14  John Harper  <jsh@pixelslut.com>
987
988	* configure.in: bumped libcurrent and libage
989
9902001-08-09  John Harper  <jsh@pixelslut.com>
991
992	* rep-debugger.el: fixed for new debugger command line option
993	names
994
9952001-08-07  John Harper  <jsh@pixelslut.com>
996
997	* configure.in, Makedefs.in, Makefile.in, librep.spec.in:
998	install rep-debugger.el into the emacs site-lisp directory (in
999	our $prefix)
1000
1001	* rep-debugger.el: emacs code to make GUD mode work with rep's
1002	new source debugging support
1003
10042001-07-02  John Harper  <jsh@pixelslut.com>
1005
1006	* configure.in: version 0.14, incremented library revision
1007	number
1008
10092001-06-20  John Harper  <jsh@pixelslut.com>
1010
1011	* Makefile.in: fixed SUBDIRS commands to exit if an error
1012	occurs
1013
10142001-06-14  John Harper  <jsh@pixelslut.com>
1015
1016	* configure.in, config.h.in: check for crypt () in default libs
1017	and in -lcrypt
1018
10192001-04-16  John Harper  <jsh@eazel.com>
1020
1021	* configure.in, config.h.in: check for <sys/dl.h> and define
1022	HAVE_SYS_DL_H if present (needed on UnixWare)
1023
10242001-04-09  John Harper  <jsh@eazel.com>
1025
1026	* configure.in: changed version string to 0.14-pre now there's
1027	a 0.13.6 on a branch
1028
10292001-03-26  John Harper  <jsh@eazel.com>
1030
1031	* Makefile.in, man/Makefile.in: added `check' targets
1032
10332001-03-22  John Harper  <jsh@eazel.com>
1034
1035	* configure.in: version 0.13.5, bumped library revision number
1036
10372001-03-12  John Harper  <jsh@eazel.com>
1038
1039	* emulate-gnu-tar, Makefile.in: new script, emulates the
1040	options of GNU tar that the tar file-handler uses, but using
1041	hopefully generic tar options and separate decompression
1042	programs. Used tar option combinations are `tvf -' and `xf -
1043	[FILE]'
1044
10452001-02-20  John Harper  <jsh@eazel.com>
1046
1047	* configure.in: on Solaris use /usr/ccs/lib/cpp (patch from
1048	albert chin <china@thewrittenword.com>)
1049
10502001-01-17  John Harper  <jsh@eazel.com>
1051
1052	* librep.spec.in: unset LC_ALL, LINGUAS and LANG before
1053	building
1054
10552001-01-15  John Harper  <jsh@eazel.com>
1056
1057	* configure.in: delete the rules.mk file each time AC_OUTPUT is
1058	run (since it can contain stale values, and the rule to rebuild
1059	it doesn't work for the top-level Makefile since it's included
1060	first)
1061
1062	* rules.mk.sh: removed repdocfile definition, it's not used by
1063	anything and can confuse the librep build process
1064
10652001-01-04  John Harper  <jsh@eazel.com>
1066
1067	* configure.in: version 0.13.4
1068
10692000-12-27  John Harper  <jsh@eazel.com>
1070
1071	* rules.mk.sh: removed the `-export-symbols-regex' option, it's
1072	not possible to just export `rep_dl_foo' symbols..
1073
10742000-12-06  John Harper  <jsh@eazel.com>
1075
1076	* install-aliases (dosome): patch from Peter Teichman
1077	<peter@helixcode.com> to avoid clobbering a variable that's
1078	needed in the next iteration of the loop
1079
10802000-12-03  John Harper  <jsh@eazel.com>
1081
1082	* configure.in: version 0.13.3
1083
10842000-11-21  John Harper  <jsh@eazel.com>
1085
1086	* rules.mk.sh: rename repexecdir variable as repcommonexecdir
1087	so it doesn't conflict with Makedefs.in (shouldn't affect other
1088	users of this file.. I hope)
1089
10902000-11-15  John Harper  <jsh@eazel.com>
1091
1092	* Makedefs.in: include rules.mk and redefine $(rep_DL_LIBTOOL)
1093	to the uninstalled local libtool
1094
1095	* rules.mk.sh: in $(rep_DL_LD) macro, specify
1096	-export-symbols-regex option to libtool to only retain symbols
1097	whose names begin with `rep_dl_'
1098
10992000-10-23  John Harper  <jsh@eazel.com>
1100
1101	* configure.in: version 0.13.2
1102
11032000-10-18  John Harper  <john@dcs.warwick.ac.uk>
1104
1105	* Makefile.in: fix repdoc dependences to refer to the actual
1106	file
1107
11082000-10-11  John Harper  <john@dcs.warwick.ac.uk>
1109
1110	* install-aliases: add extra-paranoid quoting
1111
1112	* configure.in: new option --enable-full-name-terminator (sets
1113	existing preprocessor symbol FULL_NAME_TERMINATOR)
1114
11152000-10-06  John Harper  <john@dcs.warwick.ac.uk>
1116
1117	* install-aliases: try to rename libFOO.* as well as FOO.*. On
1118	some systems libtool creates module libraries with a `lib'
1119	prefix
1120
11212000-09-29  John Harper  <john@dcs.warwick.ac.uk>
1122
1123	* librep.spec.in: override infodir in `make install' command
1124
11252000-09-28  John Harper  <john@dcs.warwick.ac.uk>
1126
1127	* configure.in: version 0.13.1
1128
11292000-09-27  John Harper  <john@dcs.warwick.ac.uk>
1130
1131	* configure.in, config.h.in: check for strncasecmp ()
1132
11332000-09-20  John Harper  <john@dcs.warwick.ac.uk>
1134
1135	* configure.in: version 0.13
1136
11372000-09-19  John Harper  <john@dcs.warwick.ac.uk>
1138
1139	* build-info: use `$LOCALDOMAIN', then `dnsdomainname', before
1140	falling back to `domainname'
1141
11422000-09-10  Karl M. Hegbloom  <karlheg@debian.org>
1143
1144	* man/Makefile.in (librep.pdf): New target
1145
1146	* Makedefs.in (TEXI2PDF): New variable
1147
11482000-09-13  John Harper  <john@dcs.warwick.ac.uk>
1149
1150	* configure.in: version 0.13pre2
1151
11522000-09-08  John Harper  <john@dcs.warwick.ac.uk>
1153
1154	* configure.in: removed hack to look in etc for install-sh
1155
1156	* man/repl.texi: new chapter `The REPL'
1157
11582000-09-05  John Harper  <john@dcs.warwick.ac.uk>
1159
1160	* configure.in: adapted patch from Jacob for weird debian gmp
1161	header file location. Misc other changes to gmp checks
1162
11632000-09-04  John Harper  <john@dcs.warwick.ac.uk>
1164
1165	* librep.spec.in: added `--with-extra-cflags=-fstrength-reduce'
1166	to configure. RH force -fno-strength-reduce on i386, this leads
1167	to too much register pressure in the vm, spilling one of the
1168	fixed regs..
1169
1170	* configure.in: version to 0.13pre1
1171
11722000-09-01  John Harper  <john@dcs.warwick.ac.uk>
1173
1174	* librep.spec.in: added `Requires: gdbm >= 1.8' to avoid gdbm
1175	brain-damage
1176
1177	* librep.spec.in: install rep_config.h in -devel pkg
1178
11792000-08-31  John Harper  <john@dcs.warwick.ac.uk>
1180
1181	* configure.in: create rep_config.h instead of rep.h
1182
11832000-08-29    <john@dcs.warwick.ac.uk>
1184
1185	* librep.spec.in: librep-devel requires exactly @version@ of
1186	librep package
1187
11882000-08-17  John Harper  <john@dcs.warwick.ac.uk>
1189
1190	* configure.in: add -Wpointer-arith when gcc, only add
1191	-Wno-implicit-int on solaris
1192
11932000-08-11  John Harper  <john@dcs.warwick.ac.uk>
1194
1195	* configure.in: an additional option for configure,
1196	--with-readline-prefix, to specify an alternate path for the
1197	readline include/library files (from Albert Chin-A-Young
1198	<china@thewrittenword.com>)
1199
12002000-08-03  John Harper  <john@dcs.warwick.ac.uk>
1201
1202	* configure.in, config.h.in: check for strtoq () as well as
1203	strtoll ()
1204
12052000-08-01  John Harper  <john@dcs.warwick.ac.uk>
1206
1207	* intl/intl-compat.c, intl/Makefile.in: removed my edits, intl/
1208	has no differences to standard gettext intl/ now
1209
1210	* autogen.sh: new script
1211
1212	* configure.in: removed ranlib check, remove aux-dir decl.
1213	Added check for <libintl.h> if gettext is in libc
1214
1215	* etc/regexp.patch, etc/gc-cons: deleted
1216
1217	* etc/install-sh: moved to top-level directory
1218
1219	* etc/ltmain.sh, etc/ltconfig, etc/config.sub,
1220	etc/config.guess: deleted, use libtoolize to create these
1221
12222000-07-29  John Harper  <john@dcs.warwick.ac.uk>
1223
1224	* configure.in: signal an error if no gmp and --without-gmp
1225	wasn't given (the error message says to use --without-gmp if
1226	that's want is wanted)
1227
12282000-07-28  John Harper  <john@dcs.warwick.ac.uk>
1229
1230	* Makedefs.in: in COMPILE_ENV changed REPEXECDIR to
1231	REP_DL_LOAD_PATH
1232
1233	* configure.in: set GMP_LIBS to -lm if not using gmp
1234
12352000-07-24  John Harper  <john@dcs.warwick.ac.uk>
1236
1237	* install-aliases: don't use -h or -H options to grep. Solaris
1238	grep chokes on -H and neither are needed anyway
1239
1240	* librep.spec.in: added install-aliases
1241
12422000-07-23  John Harper  <john@dcs.warwick.ac.uk>
1243
1244	* librep.spec.in: added rep_INSTALL_ALIASES
1245
1246	* configure.in: version 0.13-pre, bumped libcurrent and libage
1247
1248	* install-aliases: script to extract and create aliases from
1249	source files (C or Lisp). Installed into $(repcommonexecdir)
1250
12512000-07-20  John Harper  <john@dcs.warwick.ac.uk>
1252
1253	* configure.in: version 0.12.4, bumped ${librevision}
1254
1255	* Makedefs.in: set libtool mode explicitly
1256	* rules.mk.sh: set libtool mode explicitly; include -rpath
1257	option
1258	(from David Kaelbling <drk@sgi.com>)
1259
12602000-07-15  John Harper  <john@dcs.warwick.ac.uk>
1261
1262	* configure.in: added `--without-gmp' and
1263	`--disable-continuations' options
1264
1265	* config.h.in: added HAVE_STRTOLL, WITH_GMP, WITH_CONTINUATIONS
1266
12672000-07-13  John Harper  <john@dcs.warwick.ac.uk>
1268
1269	* configure.in: redirect stderr to /dev/null when trying to run
1270	`aclocal --print-ac-dir'. Apparently this avoids errors if
1271	aclocal isn't installed (patch from Albert Chin-A-Young
1272	<china@thewrittenword.com>)
1273
12742000-07-12  John Harper  <john@dcs.warwick.ac.uk>
1275
1276	* configure.in: version 0.12.3, bumped ${librevision}
1277
12782000-07-10  John Harper  <john@dcs.warwick.ac.uk>
1279
1280	* configure.in: just use ${host_cpu} when checking for known
1281	stack growth directions
1282
1283	* librep.spec.in: replaced `/usr/info' by `%{_infodir}'
1284
12852000-07-06  John Harper  <john@dcs.warwick.ac.uk>
1286
1287	* Makefile.in, lisp/Makefile.in, man/Makefile.in,
1288	src/Makefile.in: updated to partially build in a separate
1289	directory. This still doesn't work for Lisp sources (adapted
1290	from Martin Pottendorfer <pottendo@utanet.at>)
1291
12922000-06-29  John Harper  <john@dcs.warwick.ac.uk>
1293
1294	* Makefile.in: added repexecdir to installdirs target (for DOC)
1295
12962000-06-22  John Harper  <john@dcs.warwick.ac.uk>
1297
1298	* configure.in: version 0.12.2, incremented librevision
1299
13002000-06-18  John Harper  <john@dcs.warwick.ac.uk>
1301
1302	* configure.in: version 0.12.1, incremented librevision
1303
1304	* configure.in, config.h.in: check sizeof long and long long
1305	(if available), from George Lebl <jirka@5z.com>
1306
13072000-06-16  John Harper  <john@dcs.warwick.ac.uk>
1308
1309	* configure.in: fixed typo when checking for shl_load in libdld
1310
1311	* configure.in: version 0.12
1312
1313	* configure.in: check libdld for shl_load
1314
13152000-06-09  John Harper  <john@dcs.warwick.ac.uk>
1316
1317	* Makefile.in: added distclean target as alias for realclean
1318
1319	* configure.in: changed --with-gmp and --with-gdbm to be more
1320	conventional --with-gmp-prefix and --with-gdbm-prefix
1321
1322	* configure.in: when extracting dependences from C files using
1323	GCC, use `-MM' not `-MM -MG' (from Brad Thompson <yak@mit.edu>)
1324
13252000-06-07  John Harper  <john@dcs.warwick.ac.uk>
1326
1327	* configure.in, Makefile.in: moved DOC file to ${repexecdir}
1328	since GDBM databases are endian-specific
1329
1330	[ this is sub-optimal, since the lisp files are shared, but
1331	it's okay for now .. ]
1332
13332000-05-31  Karl M. Hegbloom  <karlheg@debian.org>
1334
1335	* Makefile.in (TAGS): Use --regex to grab DEFSTRING, DEFSYM,
1336	DEFUN, and DEFUN_INT information also.
1337	(TAGS tags): add lowercase target name for lazy typists.
1338
1339