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

360 commits

Author SHA1 Message Date
Rob Browning
ead6015e21 * srfi-14.scm: load libguile-srfi-srfi-13-14-v-MAJOR now. 2002-07-20 20:20:51 +00:00
Rob Browning
d1f6bda7ba * srfi-13.scm: load libguile-srfi-srfi-13-14-v-MAJOR now. 2002-07-20 20:20:45 +00:00
Rob Browning
427bab0596 * Makefile.am (lib_LTLIBRARIES): just name dlsymable libs with
their major version number, not the whole version.  That should be
sufficient for now.
2002-07-20 20:20:38 +00:00
Marius Vollmer
beac3691b7 *** empty log message *** 2002-05-06 18:44:09 +00:00
Marius Vollmer
c8519a82f2 (scm_string_tokenize): Instead of using "isgraphic" as the subtitute
for char-set:graphic when then token-set hsa been defaulted, grab the
real char-set:graphic from (srfi srfi-14).
2002-05-06 18:44:02 +00:00
Marius Vollmer
139e5cb2fb (SCM_CHARSET_GET): Cast IDX to unsigned char so that it works for
8-bit characters.  Thanks to Matthias Koeppe!  No, make that "Köppe".
2002-05-06 18:43:54 +00:00
Marius Vollmer
a3119b740f *** empty log message *** 2002-05-06 18:43:12 +00:00
Marius Vollmer
45b2947945 (SCM_CHARSET_GET): Cast IDX to unsigned char so that it works for
8-bit characters.  Thanks to Matthias Koeppe!  No, make that "Köppe".
2002-05-06 18:43:06 +00:00
Marius Vollmer
c1855462dd *** empty log message *** 2002-04-26 19:20:55 +00:00
Marius Vollmer
65f5dbae9a (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 19:16:38 +00:00
Marius Vollmer
54d4ac1f44 *** empty log message *** 2002-04-26 18:35:42 +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
Rob Browning
21550b108e *** empty log message *** 2002-04-11 04:41:40 +00:00
Rob Browning
caa6d6ecec * .cvsignore: add *.c.clean.c. 2002-04-11 04:31:09 +00:00
Rob Browning
cec1f414cc *** empty log message *** 2002-04-09 17:27:46 +00:00
Rob Browning
852b06e2f4 * srfi-4.scm: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:27:35 +00:00
Rob Browning
667f6c2fbd * srfi-14.scm: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:27:28 +00:00
Rob Browning
a2174d4286 * srfi-13.scm: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:27:22 +00:00
Rob Browning
87cf132b41 * Makefile.am: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:26:37 +00:00
Rob Browning
0b829ad07e * .cvsignore: add *.c.clean.c. 2002-04-02 01:41:13 +00:00
Thien-Thi Nguyen
96d1f6eb64 *** empty log message *** 2002-03-28 01:53:18 +00:00
Thien-Thi Nguyen
3e676b6f82 Update copyright.
Point to manual in commentary; nfc.
2002-03-28 01:52:37 +00:00
Thien-Thi Nguyen
cdfc4a7ddd *** empty log message *** 2002-03-28 01:41:35 +00:00
Thien-Thi Nguyen
6be07c5278 Update copyright.
Point to manual in commentary; nfc.
2002-03-28 01:39:12 +00:00
Thien-Thi Nguyen
0706ae06dc Update copyright.
Add commentary; nfc.
2002-03-28 00:21:04 +00:00
Thien-Thi Nguyen
ead4514696 *** empty log message *** 2002-03-28 00:18:13 +00:00
Marius Vollmer
e2bd68e02c *** empty log message *** 2002-03-24 13:49:14 +00:00
Marius Vollmer
2c7a286a97 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-24 13:48:34 +00:00
Marius Vollmer
aa377eff24 *** empty log message *** 2002-03-20 20:57:19 +00:00
Marius Vollmer
fa378b0d11 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-20 20:55:57 +00:00
Thien-Thi Nguyen
8cdec0abaf *** empty log message *** 2002-03-14 05:34:52 +00:00
Thien-Thi Nguyen
9557bb80f5 (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 05:34:15 +00:00
Thien-Thi Nguyen
19570609ad Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 05:32:48 +00:00
Thien-Thi Nguyen
ffaf65cdd0 *** empty log message *** 2002-03-14 04:12:16 +00:00
Thien-Thi Nguyen
49569f6389 (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 04:11:28 +00:00
Thien-Thi Nguyen
2cd7ecb938 *** empty log message *** 2002-03-14 04:08:23 +00:00
Thien-Thi Nguyen
645f5e0ec1 Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 04:07:16 +00:00
Marius Vollmer
1b74237d4f *** empty log message *** 2002-03-11 17:56:45 +00:00
Marius Vollmer
c8af4705e0 (string_titlecase_x): Treat characters as unsigned so that 8-bit chars
work.  Thanks to David Pirotte!
2002-03-11 17:56:39 +00:00
Marius Vollmer
16d98032a4 *** empty log message *** 2002-03-11 17:52:56 +00:00
Marius Vollmer
bd7c7fc637 (string_titlecase_x): Treat characters as unsigned so that 8-bit chars
work.  Thanks to David Pirotte!
2002-03-11 17:52:41 +00:00
Rob Browning
4f84577b87 *** empty log message *** 2002-03-01 18:22:17 +00:00
Rob Browning
4615111283 *** empty log message *** 2002-02-25 05:52:38 +00:00
Rob Browning
6040f80a5a * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_4_INTERFACE@.
(libguile_srfi_srfi_13_14_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
2002-02-25 05:50:48 +00:00
Rob Browning
30c8d27024 * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_4_INTERFACE@.
(libguile_srfi_srfi_13_14_la_LDFLAGS): use
@LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
2002-02-25 04:42:49 +00:00
Neil Jerram
359b471e26 * Fix date-week-number bug in srfi-19.scm. 2002-02-23 22:24:24 +00:00
Neil Jerram
071867c1e6 * Fix date-week-number bug in srfi-19.scm. 2002-02-23 22:18:09 +00:00
Neil Jerram
cd328b4fef * Fix a typo that crept in with the scm_X_t to scm_t_X rename.
* Partial fix for date-week-number bug.
2002-02-22 23:14:38 +00:00
Neil Jerram
0f6e56f7e2 * Fix two typos that crept in with the scm_X_t to scm_t_X rename.
* Partial fix for date-week-number bug.
2002-02-22 23:04:15 +00:00
Marius Vollmer
7c686ba857 *** empty log message *** 2002-02-11 18:09:30 +00:00