1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 23:50:18 +02:00
Commit graph

6720 commits

Author SHA1 Message Date
Neil Jerram
f2ba76aea5 * Manual work on debugging infrastructure 2002-04-20 15:52:13 +00:00
Neil Jerram
1982a56a97 * New manual material: example of extending Dia using Guile. 2002-04-20 11:13:18 +00:00
Marius Vollmer
7fd1bad496 *** empty log message *** 2002-04-18 07:51:45 +00:00
Marius Vollmer
1901873ffb Call automake twice for guile-core so that two copies of mdate-sh get
a chance of being installed (one in doc/ref/ and one in
doc/tutorial/).
2002-04-18 07:51:36 +00:00
Marius Vollmer
e744af1234 *** empty log message *** 2002-04-17 17:47:19 +00:00
Marius Vollmer
3c540af468 (SCM_TESTS_DIRS, dist-hook): New, distribute directories manually. 2002-04-17 17:45:05 +00:00
Marius Vollmer
9d2cce766d Do not clean input file. This would write to the $(srcdir) during a
VPATH build, which is not allowed.  It also isn't needed since it only
works when an output filename has been specified and in that case we
don't need to clean the input file because the output file will
already exist.
2002-04-17 17:44:28 +00:00
Marius Vollmer
a3451a590e (EXTRA_DIST): Added cpp_err_symbols.c and cpp_sig_symbols.c. 2002-04-17 17:42:50 +00:00
Marius Vollmer
dc00662795 *** empty log message *** 2002-04-17 17:41:51 +00:00
Marius Vollmer
7ceac84eea (dist-hook): Make sure $(distdir)/Makefile.in is writable before
modifying it.
2002-04-17 17:41:43 +00:00
Marius Vollmer
07b15be28b (CLEANFILES): Added guile.cps, guile.fns, guile.rns,
guile.tps, guile.vrs, guile.tmp.
2002-04-17 17:40:57 +00:00
Marius Vollmer
edf7d832d5 (CLEANFILES): Added goops.tmp, goops.cps. 2002-04-17 17:39:44 +00:00
Marius Vollmer
595f15f48d (dist-hook): Simplified to not use "cd"; now it works for relative
pathnames in $(distdir).
2002-04-17 17:38:41 +00:00
Marius Vollmer
a44e61ac79 Bump required autoconf version to 2.53. Move uses of AC_LIBOBJ after
AC_PROG_CC.  AC_LIBOBJ needs OBJEXT which is set by AC_PROG_CC.
2002-04-17 17:37:29 +00:00
Marius Vollmer
9ea1cfc656 (AUTOMAKE_OPTIONS): New, to request version 1.5.
(EXTRA_DIST): Don't distribute acconfig.h, which is gone.
(dist-hook): Removed.
(DISTCLEANFILES): Added check-guile.log.
(EXTRA_DIST): Don't distribute TODO.
2002-04-17 17:35:56 +00:00
Marius Vollmer
6f79b6cceb *** empty log message *** 2002-04-16 20:12:21 +00:00
Marius Vollmer
3be0d96d0f Install the trap for removing $cleanfile only when the value of
$cleanfile is actually known.
2002-04-16 20:12:10 +00:00
Rob Browning
21550b108e *** empty log message *** 2002-04-11 04:41:40 +00:00
Rob Browning
eede3dbc07 * configure.in: updates for new autoconf -- add definitions to
AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
calls.
2002-04-11 04:41:30 +00:00
Rob Browning
e103c6b4ee * acinclude.m4: add definitions to AC_DEFINE calls for new
autoconf.
2002-04-11 04:41:23 +00:00
Rob Browning
dd678f2880 * acconfig.h: removed -- newer autoconf doesn't like it, and now
we don't need it.
2002-04-11 04:41:16 +00:00
Rob Browning
16023445b4 * .cvsignore: add autom4te.cache and pre-inst-guile. 2002-04-11 04:41:09 +00:00
Rob Browning
64839c6b7a * .cvsignore: add autom4te.cache and *.c.clean.c. 2002-04-11 04:37:08 +00:00
Rob Browning
587cd12650 * configure.in: add definitions to AC_DEFINE calls for new
autoconf.
2002-04-11 04:36:52 +00:00
Rob Browning
caa6d6ecec * .cvsignore: add *.c.clean.c. 2002-04-11 04:31:09 +00:00
Rob Browning
f3dc9ef288 * .cvsignore: add versiondat.h and *.c.clean.c. 2002-04-11 04:30:47 +00:00
Rob Browning
812dbd5d4a * .cvsignore: add version-tutorial.texi, version.texi, and
stamp-vti1.
2002-04-11 04:30:09 +00:00
Rob Browning
2db9b0b647 * .cvsignore: add Makefile and Makefile.in. 2002-04-11 04:29:10 +00:00
Thien-Thi Nguyen
7e3521747d Fix typo. 2002-04-08 17:07:18 +00:00
Thien-Thi Nguyen
e2012b459c *** empty log message *** 2002-04-08 17:05:05 +00:00
Thien-Thi Nguyen
b262538585 Use (ice-9 getopt-long).
Autoload (ice-9 common-list).

(select-items): New proc.
(make-display-item): New proc.
(display-item): Delete.
(display-items): Use `make-display-item'.
(summarize-guile-TODO): Add option handling.
2002-04-08 17:03:57 +00:00
Thien-Thi Nguyen
e4fcbe23b8 *** empty log message *** 2002-04-07 21:44:28 +00:00
Thien-Thi Nguyen
fb1cdefe5c Add "Bugs" section to commentary.
Autoload (srfi srfi-13) on `string-tokenize'.

(as-leaf): New proc.
(hang-by-the-leaves): Use `as-leaf'.
(read-TODO-file): Expand regexp and specs
to handle "D", "X" and "N%".  Fix regexp
to make isolating `who' easier.
(display-item): Handle "D", "X" and "N%".
2002-04-07 21:37:14 +00:00
Thien-Thi Nguyen
2589defad4 *** empty log message *** 2002-04-06 08:21:24 +00:00
Thien-Thi Nguyen
785c30676e (scripts_sources): Add "summarize-guile-TODO". 2002-04-06 08:19:49 +00:00
Thien-Thi Nguyen
89c8775916 Initial revision 2002-04-06 08:18:43 +00:00
Thien-Thi Nguyen
6e0ae869bb *** empty log message *** 2002-04-06 01:57:01 +00:00
Thien-Thi Nguyen
088b528512 (display-outline-tree): No longer export this proc.
(*depth-cue-rx*, *subm-number*, *level-divisor*, >>,
display-outline-tree): Delete these vars and procs.

(??, msub, ??-predicates, make-line-parser,
make-text-outline-reader): New procs.

(make-text-outline-reader): Export.
(read-text-outline-silently): Rewrite
using `make-text-outline-reader'.
2002-04-06 01:55:20 +00:00
Thien-Thi Nguyen
eb4311e620 *** empty log message *** 2002-04-04 23:59:04 +00:00
Thien-Thi Nguyen
3fe8f82f5e (scripts_sources): Add lint. 2002-04-04 23:58:09 +00:00
Thien-Thi Nguyen
984fe98790 *** empty log message *** 2002-04-04 23:57:10 +00:00
Thien-Thi Nguyen
b3f349b1cc Initial revision (forward ported from branch_release-1-6). 2002-04-04 23:56:21 +00:00
Thien-Thi Nguyen
dd1ed1ad06 *** empty log message *** 2002-04-03 10:23:35 +00:00
Thien-Thi Nguyen
ec62760eb9 bye bye 2002-04-03 10:22:44 +00:00
Thien-Thi Nguyen
0356467389 bye bye 2002-04-03 02:58:54 +00:00
Thien-Thi Nguyen
47783ace02 *** empty log message *** 2002-04-03 02:27:01 +00:00
Thien-Thi Nguyen
f8be0483f6 List commands in commentary; nfc. 2002-04-03 02:26:18 +00:00
Thien-Thi Nguyen
9df9c81590 *** empty log message *** 2002-04-02 20:51:33 +00:00
Thien-Thi Nguyen
04ab3b74fa (read-text-outline-silently): Move tp' inside loop'; nfc. 2002-04-02 20:50:38 +00:00
Thien-Thi Nguyen
20e7ab652e *** empty log message *** 2002-04-02 11:16:13 +00:00