Marius Vollmer
3d8bccbd81
*** empty log message ***
2005-01-10 01:50:49 +00:00
Marius Vollmer
3a0cf65611
(check_args): Bugfix to change from 2005-01-02: ARGV is the vector to
...
check, not ARGS.
2005-01-10 01:50:29 +00:00
Marius Vollmer
5be5e69974
*** empty log message ***
2005-01-02 21:04:11 +00:00
Marius Vollmer
3c4ce91b65
Use new vector elements API or simple vector API, as
...
appropriate.
2005-01-02 21:01:55 +00:00
Kevin Ryde
45bb786f75
*** empty log message ***
2005-01-01 22:57:38 +00:00
Kevin Ryde
cfe0a00814
(srfi_DATA): Add srfi-39.scm.
2005-01-01 22:49:03 +00:00
Mikael Djurfeldt
e1ea3bf908
Update, document available SRFIs.
2004-12-20 21:20:52 +00:00
Kevin Ryde
371e3f7778
*** empty log message ***
2004-12-06 00:44:44 +00:00
Kevin Ryde
ba94ef0c7f
(break): Change to a tail-recursive form.
2004-12-06 00:39:27 +00:00
Kevin Ryde
379b03074e
(span): Change to a tail-recursive form.
2004-12-06 00:34:53 +00:00
Kevin Ryde
49ae1e250f
(alist-delete): Change to a tail-recursive form.
2004-12-06 00:09:14 +00:00
Kevin Ryde
41ab236c76
(alist-delete): Correction to equality proc call argument
...
order, spec is for given KEY param first.
2004-12-05 23:53:20 +00:00
Kevin Ryde
64f7942092
*** empty log message ***
2004-12-05 21:44:53 +00:00
Kevin Ryde
aa0745cc05
(alist-copy): Change to a tail-recursive form.
2004-12-05 21:44:18 +00:00
Kevin Ryde
eadc07b568
*** empty log message ***
2004-12-04 23:18:17 +00:00
Kevin Ryde
8b981efda4
(append-map, append-map!): Rewrite as simple "concatenate map" forms,
...
for tail recursiveness.
2004-12-04 23:16:52 +00:00
Kevin Ryde
558d5c0346
(append-map, append-map!): Rewrite as simple "apply append" forms, for
...
tail recursiveness.
2004-12-04 23:05:04 +00:00
Kevin Ryde
da9c77cf05
*** empty log message ***
2004-12-04 22:37:03 +00:00
Kevin Ryde
0d09b3ff64
(filter-map): Change to a tail-recursive form.
2004-12-04 22:35:30 +00:00
Marius Vollmer
79d5218263
*** empty log message ***
2004-10-26 17:05:46 +00:00
Marius Vollmer
0d0f372f5b
Moved content into core; only the skeletons remains.
2004-10-26 17:01:35 +00:00
Marius Vollmer
3350b67639
*** empty log message ***
2004-10-22 13:58:43 +00:00
Marius Vollmer
376c18e1d2
(print_int64, print_uint64): Removed. (uvec_print): Use scm_intprint
...
for signed elemets and scm_uintprint for unsigned ones. Do not use
print_int64 and print_uint64 since scm_intprint and scm_Uintprint can
handle 64 bits now.
2004-10-22 13:58:34 +00:00
Stefan Jahn
edea856ce5
2004-09-03 Stefan Jahn <stefan@lkcc.org>
...
* configure.in (isinf): Let configure find the isinf() function
on MinGW32 systems.
2004-09-03 Stefan Jahn <stefan@lkcc.org>
* threads.c (scm_threads_mark_stacks): Fixed local variable
definitions.
* strings.c (scm_i_substring_copy, s_scm_string_append): Fixed
local variable definitions.
* stime.c (_POSIX_C_SOURCE): Do not define this item on
MinGW32 because it conflicts with its pthread headers.
(s_scm_mktime): Consider the HAVE_STRUCT_TM_TM_ZONE define.
(s_scm_strftime): Using scm_from_locale_string() instead of
scm_makfrom0str().
* posix.c (s_scm_putenv): Fixed typo in the !HAVE_UNSETENV
part.
* numbers.c (scm_init_numbers): Removed check_sanity() call
inside GUILE_DEBUG. The function has been removed somewhen...
* filesys.c (_POSIX_C_SOURCE): Do not define this item on
MinGW32 because it conflicts with its pthread headers.
2004-09-03 Stefan Jahn <stefan@lkcc.org>
* srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
lst1 is a #define on Win32 systems.
2004-09-03 19:45:37 +00:00
Kevin Ryde
c581203a05
*** empty log message ***
2004-08-27 01:19:23 +00:00
Kevin Ryde
cd184501da
(rec): Add missing `error' to else clause.
2004-08-27 01:18:56 +00:00
Marius Vollmer
51fab002a8
*** empty log message ***
2004-08-26 15:16:21 +00:00
Marius Vollmer
bd453596ca
* Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
...
to the library names.
* srfi-1.scm, srfi-4.scm: Use the new library names with
load-extension.
2004-08-26 15:13:05 +00:00
Marius Vollmer
c5080b5189
*** empty log message ***
2004-08-24 22:25:02 +00:00
Marius Vollmer
0081b349c8
* srfi-13.scm, srfi-14.scm: Simply re-export the relevant
...
bindings.
* srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real
content except for the init functions.
2004-08-24 22:19:21 +00:00
Marius Vollmer
f26b939545
*** empty log message ***
2004-08-19 17:22:35 +00:00
Marius Vollmer
e040afa5a9
* srfi-13.h, srfi-13.c: (scm_substring_shared): Renamed to
...
scm_substring_sharedS.
* srfi-14.c, srfi-13.c: Adapted to new internal string and symbol
API.
2004-08-19 17:22:20 +00:00
Marius Vollmer
7d8e050bc6
Adapted to new internal string and symbol API.
2004-08-19 17:21:22 +00:00
Marius Vollmer
1934b61211
(substring/shared): Export as replacement since we now have a version
...
in the core.
2004-08-19 17:20:44 +00:00
Marius Vollmer
bc97364ab7
*** empty log message ***
2004-08-15 20:28:24 +00:00
Marius Vollmer
3514320f60
New, from Jose A Ortega Ruiz. Thanks!
2004-08-15 20:26:05 +00:00
Kevin Ryde
038a7484b6
*** empty log message ***
2004-08-14 00:39:01 +00:00
Kevin Ryde
788dafed64
(scm_string_any, scm_string_every): Add support for char
...
and charset as predicates, per SRFI-13 spec.
2004-08-14 00:37:53 +00:00
Marius Vollmer
c41acab35c
*** empty log message ***
2004-08-12 17:52:49 +00:00
Marius Vollmer
57d4d32fa3
(MY_VALIDATE_SUBSTRING_SPEC_COPY, MY_VALIDATE_STRING_COPY): Modernized
...
clones of the deprecated validation macros. Replaced every use.
2004-08-12 17:49:59 +00:00
Kevin Ryde
03034594e0
*** empty log message ***
2004-08-05 00:13:24 +00:00
Kevin Ryde
46c4d06529
(scm_string_any, scm_string_every): Enhance docstrings as
...
per doc/ref/srfi-modules.texi.
2004-08-05 00:12:59 +00:00
Marius Vollmer
d9a67fc441
(scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):
...
Discouraged by moving to discouraged.h and discouraged.c.
Replaced all uses with scm_from_double.
(scm_num2float, scm_num2double): Discouraged by moving prototype
to discouraged.h and rewriting in terms of scm_to_double.
Replaced all uses with scm_to_double.
2004-08-03 15:06:12 +00:00
Marius Vollmer
dbf3eb1f73
*** empty log message ***
2004-08-02 16:20:03 +00:00
Marius Vollmer
506c91a13b
Replaced scm_num2* and scm_*2num with scm_to_* and
...
scm_from_*, respectively.
(print_int64, print_uint64): Rewritten by just calling scm_iprin1
on a SCM.
2004-08-02 16:19:53 +00:00
Kevin Ryde
71234d0ce9
*** empty log message ***
2004-08-02 00:30:49 +00:00
Kevin Ryde
8c0634b7ea
(scm_string_every): Correction to initial "res" value,
...
return should be #t for an empty string. Reported by Andreas Vögele.
2004-08-02 00:24:36 +00:00
Marius Vollmer
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
...
deprecated.h. Replaced all uses with scm_is_eq.
2004-07-27 15:41:49 +00:00
Marius Vollmer
66998138b8
*** empty log message ***
2004-07-10 13:50:41 +00:00
Marius Vollmer
1a161b8ece
Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
...
SCM_VALIDATE_BIGINT, SCM_VALIDATE_INUM_MIN,
SCM_VALIDATE_INUM_MIN_COPY,
SCM_VALIDATE_INUM_MIN_DEF_COPY,SCM_VALIDATE_INUM_DEF,
SCM_VALIDATE_INUM_DEF_COPY, SCM_VALIDATE_INUM_RANGE,
SCM_VALIDATE_INUM_RANGE_COPY to scm_to_size_t or similar.
2004-07-10 13:50:33 +00:00