Marius Vollmer
efb7d2fc25
*** empty log message ***
2002-04-26 18:42:55 +00:00
Marius Vollmer
c0ab7f1317
(SRFI-13 Miscellaneous): Updated docs of string-tokenize.
2002-04-26 18:42:39 +00:00
Marius Vollmer
54d4ac1f44
*** empty log message ***
2002-04-26 18:35:42 +00:00
Marius Vollmer
d26d290311
(string-tokenize): Updated for fixed semantics.
2002-04-26 18:35:34 +00:00
Marius Vollmer
aa6a37ea2e
(s_scm_string_tokenize): Only take character sets as the second arg.
...
Collect characters belonging to this set into tokens (as specified by
the SRFI), instead of splitting at these characters. Default to an
equivalent of char-set:graphic instead of everything-but-whitespace.
Thanks to Matthias Koeppe!
2002-04-26 18:34:21 +00:00
Marius Vollmer
6a8b45b06d
*** empty log message ***
2002-04-26 18:08:14 +00:00
Marius Vollmer
9c8f864e5b
Moved to guile-config/.
2002-04-26 18:08:06 +00:00
Marius Vollmer
5caa57b198
*** empty log message ***
2002-04-26 18:06:01 +00:00
Marius Vollmer
af304e84b1
Added comment about keeping the invocation of guile-aclocal in sync
...
with Makefile.am
2002-04-26 18:05:48 +00:00
Marius Vollmer
05c2fec380
Replaced with a simple invocation of "aclocal -I guile-config". This
...
works as of automake 1.5.
2002-04-26 18:05:08 +00:00
Marius Vollmer
041a5450ae
Change to parent dir before invoking guile-aclocal.sh.
2002-04-26 18:04:05 +00:00
Marius Vollmer
63355c80d2
* Makefile.am (EXTRA_DIST): Added qthreads.m4.
...
* qthreads.m4: Moved here from top directory.
2002-04-26 18:03:21 +00:00
Marius Vollmer
3587b26daa
Moved to guile-config/.
2002-04-26 18:02:24 +00:00
Marius Vollmer
3769adee9a
*** empty log message ***
2002-04-26 17:50:49 +00:00
Marius Vollmer
dea8de6201
Change to parent dir before invoking guile-aclocal.sh.
2002-04-26 17:50:23 +00:00
Marius Vollmer
2378f3d69a
Replaced with a simple invocation of "aclocal -I guile-config". This
...
works as of automake 1.5.
2002-04-26 17:49:28 +00:00
Marius Vollmer
95b6a62fd8
Added Greg Troxel.
2002-04-26 17:47:05 +00:00
Marius Vollmer
a11532e6ed
*** empty log message ***
2002-04-26 17:36:10 +00:00
Marius Vollmer
4096654308
* Makefile.am (EXTRA_DIST): Added qthreads.m4.
...
* qthreads.m4: Moved here from top directory.
2002-04-26 17:35:54 +00:00
Thien-Thi Nguyen
221f0aa291
*** empty log message ***
2002-04-25 15:32:42 +00:00
Thien-Thi Nguyen
0107a982bc
Remove explicit "set -x", which can be
...
enabled by the user on the command line,
and which construction is not portable.
2002-04-25 15:31:48 +00:00
Thien-Thi Nguyen
220d249637
*** empty log message ***
2002-04-23 22:43:11 +00:00
Thien-Thi Nguyen
5a9ac4ec19
Update.
2002-04-23 22:42:26 +00:00
Thien-Thi Nguyen
af1122404f
*** empty log message ***
2002-04-23 22:34:03 +00:00
Thien-Thi Nguyen
0e15d345c5
(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-23 22:33:29 +00:00
Thien-Thi Nguyen
fb7d3f4f7b
(scm_slot_exists_p): Rename from scm_slots_exists_p.
...
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-23 22:31:53 +00:00
Thien-Thi Nguyen
6336047f2b
*** empty log message ***
2002-04-23 22:30:07 +00:00
Thien-Thi Nguyen
dc78ae2a34
Update.
2002-04-23 22:29:23 +00:00
Thien-Thi Nguyen
87b7206327
*** empty log message ***
2002-04-22 18:01:17 +00:00
Thien-Thi Nguyen
0b607675c2
(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-04-22 18:00:24 +00:00
Thien-Thi Nguyen
7a0c65ebca
*** empty log message ***
2002-04-22 17:47:38 +00:00
Thien-Thi Nguyen
6d77c894fe
(scm_slot_exists_p): Rename from scm_slots_exists_p.
...
(s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
2002-04-22 17:46:06 +00:00
Gary Houston
1841c44acc
*** empty log message ***
2002-04-20 21:26:05 +00:00
Gary Houston
b6287a25bd
*** empty log message ***
2002-04-20 21:23:48 +00:00
Gary Houston
867cf9bedd
*** empty log message ***
2002-04-20 20:57:40 +00:00
Gary Houston
5e423a39ab
* removal of unused fields in root state (thanks to Christopher
...
Cramer for pointing out the disuse.)
* root.h (scm_root_state): removed def_inp, def_outp, def_errp.
* root.c (root_mark): don't mark them.
(scm_make_root): don't set them to #f.
* init.c (scm_init_standard_ports): don't initialise with the
default ports.
2002-04-20 20:57:09 +00:00
Neil Jerram
ce9d056227
Manual debugging and refactoring work.
2002-04-20 19:26:40 +00:00
Neil Jerram
a6d4acaa59
Manual debugging and refactoring work.
2002-04-20 19:22:29 +00:00
Neil Jerram
f2ba76aea5
* Manual work on debugging infrastructure
2002-04-20 15:52:13 +00:00
Neil Jerram
2a1d8d8568
* Manual work on debugging infrastructure.
2002-04-20 15:48:29 +00:00
Neil Jerram
1982a56a97
* New manual material: example of extending Dia using Guile.
2002-04-20 11:13:18 +00:00
Neil Jerram
479259a7f4
* New manual material: example of extending Dia using Guile.
2002-04-20 11:02:37 +00:00
Marius Vollmer
6a2fcd5322
*** empty log message ***
2002-04-18 07:52:18 +00:00
Marius Vollmer
c1f34de18f
Fix typo in comment.
2002-04-18 07:52:01 +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