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

146 commits

Author SHA1 Message Date
Rob Browning
1d69d405d5 *** empty log message *** 2004-02-01 21:42:30 +00:00
Rob Browning
e25853106e (srfi_DATA): add srfi-31.scm. 2004-02-01 21:41:23 +00:00
Rob Browning
819f477aba new file. 2004-02-01 21:41:11 +00:00
Kevin Ryde
4449eb27bf *** empty log message *** 2003-08-26 00:18:03 +00:00
Kevin Ryde
dab3d424b0 (date-week-number): Correction, day of week starting
week applied was off by one.
2003-08-26 00:14:28 +00:00
Kevin Ryde
735a60b2b1 *** empty log message *** 2003-05-16 01:04:55 +00:00
Kevin Ryde
344c4c7e21 (delete): Fix predicate arg order to match srfi-1 spec. 2003-05-16 01:04:21 +00:00
Rob Browning
eaaae3ed2f *** empty log message *** 2003-02-01 17:50:45 +00:00
Rob Browning
fe401116ba * Makefile.am: move built files to nodist_ targets so they don't
end up in the dist tarfile.
(libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_SOURCES):
remove srfi-4.x.
(nodist_libguile_srfi_srfi_4_v_@LIBGUILE_SRFI_SRFI_4_MAJOR@_la_SOURCES): add srfi-4.x.
(libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_SOURCES): remove srfi-13.x srfi-14.x.
(nodist_libguile_srfi_srfi_13_14_v_@LIBGUILE_SRFI_SRFI_13_14_MAJOR@_la_SOURCES): add srfi-13.x srfi-14.x.
2003-02-01 17:49:13 +00:00
Rob Browning
9ccfa5bf15 *** empty log message *** 2002-12-08 21:03:40 +00:00
Rob Browning
5a3300a23b * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION. 2002-12-08 20:44:03 +00:00
Rob Browning
18765d593e *** empty log message *** 2002-10-10 04:26:08 +00:00
Rob Browning
3b463c07ea * Makefile.am (srfiinclude_HEADERS, srfiincludedir): install the
srfi headers into guile/srfi/.
2002-10-10 04:25:48 +00:00
Rob Browning
a3a173b01a *** empty log message *** 2002-07-20 20:21:57 +00:00
Rob Browning
6d816e8d41 * srfi-4.scm: load libguile-srfi-srfi-4-v-MAJOR now. 2002-07-20 20:20:58 +00:00
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
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
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
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
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
Rob Browning
4f84577b87 *** empty log message *** 2002-03-01 18:22:17 +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
071867c1e6 * Fix date-week-number bug in srfi-19.scm. 2002-02-23 22:18:09 +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
Thien-Thi Nguyen
25216b3f51 *** empty log message *** 2002-02-09 06:03:43 +00:00
Thien-Thi Nguyen
40e3f30ea5 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 2002-02-09 06:03:00 +00:00
Thien-Thi Nguyen
56c733dc53 *** empty log message *** 2002-01-21 21:35:02 +00:00
Thien-Thi Nguyen
cd246d3d16 (count1, take-while): Rewrite to be tail-recursive.
Thanks to Panagiotis Vossos.
2002-01-21 21:34:19 +00:00
Thien-Thi Nguyen
c2b8405784 *** empty log message *** 2002-01-21 21:03:35 +00:00
Thien-Thi Nguyen
5353d6447a (check-arg-type, non-negative-integer?): a couple of new
internal definitions.
(list-tabulate, iota): check for bad arguments that otherwise
give weird output.
(filter): replaced with a tail-recursive version.
(remove): implement using filter, to make it tail-recursive.
2002-01-21 21:01:23 +00:00
Thien-Thi Nguyen
bff1310124 *** empty log message *** 2002-01-21 01:20:45 +00:00
Thien-Thi Nguyen
4e5b0337f2 (map1): Rewrite to be tail-recursive.
Thanks to Panagiotis Vossos for the bug report.
2002-01-21 01:19:30 +00:00
Neil Jerram
39d2ee3ba5 * Miscellaneous doc and docstring fixes. 2001-11-14 00:02:59 +00:00