bpt/guile.git
20 years ago*** empty log message ***
Marius Vollmer [Sun, 27 Jul 2003 16:21:33 +0000 (16:21 +0000)]
*** empty log message ***

20 years ago* posix.h (scm_setgroups): New prototype.
Marius Vollmer [Sun, 27 Jul 2003 16:20:21 +0000 (16:20 +0000)]
* posix.h (scm_setgroups): New prototype.
* posix.c (scm_setgroups): New.  Thanks to Paul Jarc!
(scm_getgroups): Handle groups ids that don't fit into a fixnum.
Don't use SCM_WRITABLE_VELTS.

20 years ago* configure.in: Look for sched_yield in -lrt; this is needed for
Marius Vollmer [Sun, 27 Jul 2003 16:17:35 +0000 (16:17 +0000)]
* configure.in: Look for sched_yield in -lrt; this is needed for
Solaris.  Thanks to Matthias Koeppe!
(setgroups): Check for it.

20 years ago*** empty log message ***
Marius Vollmer [Sun, 27 Jul 2003 14:08:53 +0000 (14:08 +0000)]
*** empty log message ***

20 years ago(__libc_stack_end): Actually use the value in __libc_stack_end for
Marius Vollmer [Sun, 27 Jul 2003 14:06:19 +0000 (14:06 +0000)]
(__libc_stack_end): Actually use the value in __libc_stack_end for
something so that the access doesn't get optimized away.  Thanks to
Matthias Koeppe!

20 years ago*** empty log message ***
Marius Vollmer [Sun, 27 Jul 2003 13:56:48 +0000 (13:56 +0000)]
*** empty log message ***

20 years ago* gc.h (SCM_GC_SET_CELL_BVEC): New.
Marius Vollmer [Sun, 27 Jul 2003 13:56:10 +0000 (13:56 +0000)]
* gc.h (SCM_GC_SET_CELL_BVEC): New.
* gc-card.c (scm_i_init_card_freelist): Use it.  Thanks to
Matthias Koeppe!

20 years ago*** empty log message ***
Marius Vollmer [Sun, 27 Jul 2003 13:35:02 +0000 (13:35 +0000)]
*** empty log message ***

20 years ago* __scm.h (SCM_C_INLINE_KEYWORD): New.
Marius Vollmer [Sun, 27 Jul 2003 13:34:32 +0000 (13:34 +0000)]
* __scm.h (SCM_C_INLINE_KEYWORD): New.
* numbers.c: Use it in place of SCM_C_INLINE so that the code
compiles when SCM_C_INLINE is undefined.

20 years ago * __scm.h: Reformulated the architecture and compiler properties
Dirk Herrmann [Thu, 24 Jul 2003 06:32:20 +0000 (06:32 +0000)]
* __scm.h: Reformulated the architecture and compiler properties
in terms of properties of scm_t_bits and SCM variables rather than
in terms of c standard types.  This is since it is not known which
of the standard types scm_t_bits and SCM variables will be defined
to.

20 years ago*** empty log message ***
Kevin Ryde [Thu, 24 Jul 2003 01:05:02 +0000 (01:05 +0000)]
*** empty log message ***

20 years ago(scm_angle): Use scm_flo0 for non-negative inum, bignum and real.
Kevin Ryde [Thu, 24 Jul 2003 01:03:40 +0000 (01:03 +0000)]
(scm_angle): Use scm_flo0 for non-negative inum, bignum and real.

20 years ago(angle): New tests.
Kevin Ryde [Thu, 24 Jul 2003 01:00:10 +0000 (01:00 +0000)]
(angle): New tests.

20 years ago*** empty log message ***
Kevin Ryde [Thu, 24 Jul 2003 00:47:39 +0000 (00:47 +0000)]
*** empty log message ***

20 years ago(Continuations): Rewrite with more detail.
Kevin Ryde [Thu, 24 Jul 2003 00:30:31 +0000 (00:30 +0000)]
(Continuations): Rewrite with more detail.

20 years agoShrink new parallel forms stuff, now described in the manual.
Kevin Ryde [Thu, 24 Jul 2003 00:14:59 +0000 (00:14 +0000)]
Shrink new parallel forms stuff, now described in the manual.

20 years agoBit more of:
Kevin Ryde [Thu, 24 Jul 2003 00:12:06 +0000 (00:12 +0000)]
Bit more of:
(Parallel Forms): New section.

20 years ago(Parallel Forms): New section.
Kevin Ryde [Thu, 24 Jul 2003 00:11:09 +0000 (00:11 +0000)]
(Parallel Forms): New section.

20 years ago(System asyncs): Add index entries for C functions.
Kevin Ryde [Thu, 24 Jul 2003 00:03:53 +0000 (00:03 +0000)]
(System asyncs): Add index entries for C functions.

20 years ago(Dynamic Wind): Untabify.
Kevin Ryde [Wed, 23 Jul 2003 23:53:39 +0000 (23:53 +0000)]
(Dynamic Wind): Untabify.
(Multiple Values): Use @result.
Reported by Stephen Compall <s11@member.fsf.org>.

20 years agoShrink scm_call_X, scm_apply_X and scm_list_X entries, now described
Kevin Ryde [Fri, 18 Jul 2003 01:28:38 +0000 (01:28 +0000)]
Shrink scm_call_X, scm_apply_X and scm_list_X entries, now described
in the manual.

20 years ago*** empty log message ***
Kevin Ryde [Fri, 18 Jul 2003 01:21:30 +0000 (01:21 +0000)]
*** empty log message ***

20 years ago(Fly Evaluation): In apply, reword for
Kevin Ryde [Fri, 18 Jul 2003 01:21:05 +0000 (01:21 +0000)]
(Fly Evaluation): In apply, reword for
clarity, drop the "append" example.  Add scm_apply, scm_apply_0,
scm_apply_1, scm_apply_2, scm_apply_3.
Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
In apply:nconc2last, move down after "apply", reword for clarity, note
correspondence to apply params.

20 years ago*** empty log message ***
Kevin Ryde [Fri, 18 Jul 2003 00:52:13 +0000 (00:52 +0000)]
*** empty log message ***

20 years ago(SRFI-0): Add cond-expand index entry.
Kevin Ryde [Fri, 18 Jul 2003 00:51:42 +0000 (00:51 +0000)]
(SRFI-0): Add cond-expand index entry.
(SRFI-9): Add define-record-type index entry.

20 years ago*** empty log message ***
Kevin Ryde [Fri, 18 Jul 2003 00:50:46 +0000 (00:50 +0000)]
*** empty log message ***

20 years ago(nicode): New macro.
Kevin Ryde [Fri, 18 Jul 2003 00:50:23 +0000 (00:50 +0000)]
(nicode): New macro.

20 years ago*** empty log message ***
Kevin Ryde [Fri, 18 Jul 2003 00:48:59 +0000 (00:48 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kevin Ryde [Fri, 18 Jul 2003 00:02:33 +0000 (00:02 +0000)]
*** empty log message ***

20 years ago(*): Add complex/bignum test.
Kevin Ryde [Fri, 18 Jul 2003 00:01:55 +0000 (00:01 +0000)]
(*): Add complex/bignum test.

20 years ago(List Constructors): In list, use "elem1
Kevin Ryde [Thu, 17 Jul 2003 23:58:08 +0000 (23:58 +0000)]
(List Constructors): In list, use "elem1
... elemN".  Add scm_list_1, scm_list_2, scm_list_3, scm_list_4,
scm_list_5, scm_list_n.  Remove scm_list, since it's a no-op.

20 years ago*** empty log message ***
Kevin Ryde [Thu, 17 Jul 2003 23:40:03 +0000 (23:40 +0000)]
*** empty log message ***

20 years ago(scm_product): In complex * bignum, correction to
Kevin Ryde [Thu, 17 Jul 2003 23:38:34 +0000 (23:38 +0000)]
(scm_product): In complex * bignum, correction to
REAL/IMAG fetch, x is the complex, not y.

20 years ago*** empty log message ***
Kevin Ryde [Sun, 13 Jul 2003 23:08:13 +0000 (23:08 +0000)]
*** empty log message ***

20 years ago2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
Kevin Ryde [Sun, 13 Jul 2003 23:06:33 +0000 (23:06 +0000)]
2003-07-14  Matthias Koeppe  <mkoeppe@mail.math.uni-magdeburg.de>
* tests/srfi-1.test (partition): Add tests.

20 years ago2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
Kevin Ryde [Sun, 13 Jul 2003 23:05:31 +0000 (23:05 +0000)]
2003-07-14  Matthias Koeppe  <mkoeppe@mail.math.uni-magdeburg.de>
* srfi-1.c, srfi-1.h (scm_srfi1_partition), srfi-1.scm (partition):
Re-implement in C to avoid stack overflows for long input lists.

20 years ago(scm_odd_p, scm_even_p): Bugfix: Treat result of
Mikael Djurfeldt [Sun, 13 Jul 2003 16:13:57 +0000 (16:13 +0000)]
(scm_odd_p, scm_even_p): Bugfix: Treat result of
scm_inf_p test as Scheme values.
(scm_sum): Bugfix: Normalize bignum created from a negative bignum
and a positive inum.
Use GNU indentation style.

20 years ago * values.c (scm_values): Build lists of length 1 by using
Dirk Herrmann [Sat, 12 Jul 2003 06:44:57 +0000 (06:44 +0000)]
* values.c (scm_values): Build lists of length 1 by using
scm_list_1 instead of using scm_cons.

20 years ago*** empty log message ***
Kevin Ryde [Fri, 11 Jul 2003 22:46:54 +0000 (22:46 +0000)]
*** empty log message ***

20 years ago(SRFI-1 Constructors): In iota, reword a bit for
Kevin Ryde [Fri, 11 Jul 2003 22:44:59 +0000 (22:44 +0000)]
(SRFI-1 Constructors): In iota, reword a bit for
clarity and add a couple of examples.

20 years ago*** empty log message ***
Kevin Ryde [Wed, 9 Jul 2003 22:28:08 +0000 (22:28 +0000)]
*** empty log message ***

20 years ago* deprecation.c (scm_c_issue_deprecation_warning_fmt): Add va_end.
Kevin Ryde [Wed, 9 Jul 2003 22:08:13 +0000 (22:08 +0000)]
* deprecation.c (scm_c_issue_deprecation_warning_fmt): Add va_end.
* list.c (scm_list_n): Ditto.

20 years ago(scm_c_issue_deprecation_warning_fmt): Add va_end.
Kevin Ryde [Wed, 9 Jul 2003 22:07:11 +0000 (22:07 +0000)]
(scm_c_issue_deprecation_warning_fmt): Add va_end.

20 years ago(Deprecated): Add scm_remember.
Kevin Ryde [Wed, 9 Jul 2003 22:05:43 +0000 (22:05 +0000)]
(Deprecated): Add scm_remember.

20 years ago*** empty log message ***
Kevin Ryde [Wed, 9 Jul 2003 22:04:00 +0000 (22:04 +0000)]
*** empty log message ***

20 years ago(scm_gc_realloc): Define "ptr" at start of function.
Kevin Ryde [Wed, 9 Jul 2003 22:02:20 +0000 (22:02 +0000)]
(scm_gc_realloc): Define "ptr" at start of function.

20 years ago*** empty log message ***
Kevin Ryde [Tue, 8 Jul 2003 00:42:27 +0000 (00:42 +0000)]
*** empty log message ***

20 years agoMatthias Koeppe <mkoeppe@merkur.math.uni-magdeburg.de>:
Kevin Ryde [Tue, 8 Jul 2003 00:41:34 +0000 (00:41 +0000)]
Matthias Koeppe <mkoeppe@merkur.math.uni-magdeburg.de>:
(scm_t_bits, scm_t_signed_bits, etc): Avoid solaris empty
defines of INTPTR_MAX and UINTPTR_MAX, combine conditionals for
scm_t_bits and scm_t_signed_bits to avoid any chance of one and not
the other using intptr_t.

20 years ago*** empty log message ***
Kevin Ryde [Tue, 8 Jul 2003 00:33:43 +0000 (00:33 +0000)]
*** empty log message ***

20 years ago(make-polar, magnitude): New tests.
Kevin Ryde [Tue, 8 Jul 2003 00:32:01 +0000 (00:32 +0000)]
(make-polar, magnitude): New tests.

20 years ago(AC_CHECK_FUNCS): Add sincos.
Kevin Ryde [Tue, 8 Jul 2003 00:29:59 +0000 (00:29 +0000)]
(AC_CHECK_FUNCS): Add sincos.

20 years ago(scm_make_polar): Use sincos, when available.
Kevin Ryde [Tue, 8 Jul 2003 00:27:03 +0000 (00:27 +0000)]
(scm_make_polar): Use sincos, when available.
(scm_magnitude): Use hypot.

20 years ago*** empty log message ***
Kevin Ryde [Tue, 8 Jul 2003 00:15:23 +0000 (00:15 +0000)]
*** empty log message ***

20 years agoRemove a diagnostic accidentally left in initial checkin.
Kevin Ryde [Tue, 8 Jul 2003 00:14:44 +0000 (00:14 +0000)]
Remove a diagnostic accidentally left in initial checkin.

20 years ago(delete, delete!): Add more tests.
Kevin Ryde [Tue, 8 Jul 2003 00:13:06 +0000 (00:13 +0000)]
(delete, delete!): Add more tests.
(delete-duplicates, delete-duplicates!): Add tests.

20 years ago(delete, delete!, delete-duplicates, delete-duplicates!): Remove.
Kevin Ryde [Tue, 8 Jul 2003 00:10:42 +0000 (00:10 +0000)]
(delete, delete!, delete-duplicates, delete-duplicates!): Remove.

20 years ago(scm_srfi1_delete, scm_srfi1_delete_x,
Kevin Ryde [Tue, 8 Jul 2003 00:09:54 +0000 (00:09 +0000)]
(scm_srfi1_delete, scm_srfi1_delete_x,
scm_srfi1_delete_duplicates, scm_srfi1_delete_duplicates_x): New
functions.

20 years ago(scm_srfi1_delete, scm_srfi1_delete_x,
Kevin Ryde [Tue, 8 Jul 2003 00:09:17 +0000 (00:09 +0000)]
(scm_srfi1_delete, scm_srfi1_delete_x,
scm_srfi1_delete_duplicates, scm_srfi1_delete_duplicates_x): New
functions.  scm_srfi1_delete_x is derived from scm_delete_x.

20 years ago(scm_call_with_new_thread): In docstring, use "( )"
Kevin Ryde [Mon, 7 Jul 2003 22:00:34 +0000 (22:00 +0000)]
(scm_call_with_new_thread): In docstring, use "( )"
outside @var to quieten makeinfo, and use @code.

20 years ago(scm_char_ready_p, scm_peek_char): In docstrings, don't use
Kevin Ryde [Mon, 7 Jul 2003 21:58:55 +0000 (21:58 +0000)]
(scm_char_ready_p, scm_peek_char): In docstrings, don't use
@footnote since it doesn't go though to guile-procedures.txt.

20 years ago(decrease_mtrigger): new function
Han-Wen Nienhuys [Sun, 6 Jul 2003 14:54:07 +0000 (14:54 +0000)]
(decrease_mtrigger): new function
(increase_mtrigger): new function, separate debug registering and
mtrigger administration.
(scm_gc_realloc): bugfix: do mtrigger administration before the
actual realloc, for the realloc might invalidate a GC-d segment of
memory. Thanks to Sam Hocevar for pointing this out.
(scm_gc_realloc): use scm_malloc_reregister instead of
unregistering and registering in sequence.

20 years ago(SCM_ASSERT): change "else" expansion to "do { } while (0)"
Han-Wen Nienhuys [Wed, 2 Jul 2003 23:04:54 +0000 (23:04 +0000)]
(SCM_ASSERT): change "else" expansion to "do { } while (0)"

20 years ago(SCM_ASRTGO): add "else" to macro expansions with if
Han-Wen Nienhuys [Wed, 2 Jul 2003 16:11:08 +0000 (16:11 +0000)]
(SCM_ASRTGO): add "else" to macro expansions with if
clauses.

20 years ago*** empty log message ***
Marius Vollmer [Sun, 29 Jun 2003 14:57:54 +0000 (14:57 +0000)]
*** empty log message ***

20 years ago(SCM_OPDIRP, scm_fport, scm_option, scm_srcprops, scm_srcprops_chunk,
Marius Vollmer [Sun, 29 Jun 2003 14:57:00 +0000 (14:57 +0000)]
(SCM_OPDIRP, scm_fport, scm_option, scm_srcprops, scm_srcprops_chunk,
scm_info_frame, scm_stack, scm_array, scm_array_dim,
SCM_ARRAY_CONTIGUOUS, SCM_FUNC_NAME, SCM_WTA, RETURN_SCM_WTA,
SCM_VALIDATE_NUMBER_COPY, SCM_VALIDATE_NUMBER_DEF_COPY,
SCM_VALIDATE_OPDIR): Re-added from the release_1_6 branch.

20 years ago2003-06-25 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Wed, 25 Jun 2003 18:12:35 +0000 (18:12 +0000)]
2003-06-25  Stefan Jahn  <stefan@lkcc.org>

        * continuations.c: Redeclaration of getcontext() via the
        __asm__ ("getcontext") directive.

        * continuations.h: Include <ucontext.h> instead of
        <sys/ucontext.h>.

20 years ago*** empty log message ***
Kevin Ryde [Sat, 21 Jun 2003 23:03:25 +0000 (23:03 +0000)]
*** empty log message ***

20 years ago(Remembering During Operations): Refer to all "Guile
Kevin Ryde [Sat, 21 Jun 2003 23:02:58 +0000 (23:02 +0000)]
(Remembering During Operations): Refer to all "Guile
library functions" as provoking gc.

20 years ago*** empty log message ***
Kevin Ryde [Sat, 21 Jun 2003 00:17:47 +0000 (00:17 +0000)]
*** empty log message ***

20 years ago(truncate, round, asinh, acosh, atanh): Add some tests.
Kevin Ryde [Sat, 21 Jun 2003 00:17:23 +0000 (00:17 +0000)]
(truncate, round, asinh, acosh, atanh): Add some tests.

20 years ago(AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
Kevin Ryde [Sat, 21 Jun 2003 00:15:09 +0000 (00:15 +0000)]
(AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.

20 years ago(_GNU_SOURCE): #define, to get C99 things.
Kevin Ryde [Sat, 21 Jun 2003 00:12:51 +0000 (00:12 +0000)]
(_GNU_SOURCE): #define, to get C99 things.
(scm_asinh, scm_acosh, scm_atanh, scm_truncate, $asinh, $acosh,
$atanh, truncate): Use C library asinh, acosh, atanh and trunc, when
available.
(scm_inexact_to_exact): Expand isfinite to its definition !isinf.
(isfinite): Remove, conflicts with C99 isfinite().

20 years ago*** empty log message ***
Marius Vollmer [Thu, 19 Jun 2003 20:09:17 +0000 (20:09 +0000)]
*** empty log message ***

20 years agouse "-Werror" only with GCC. Thanks to Matthias Koeppe!
Marius Vollmer [Thu, 19 Jun 2003 20:09:05 +0000 (20:09 +0000)]
use "-Werror" only with GCC.  Thanks to Matthias Koeppe!

20 years ago*** empty log message ***
Marius Vollmer [Thu, 19 Jun 2003 12:49:20 +0000 (12:49 +0000)]
*** empty log message ***

20 years ago(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,
Marius Vollmer [Thu, 19 Jun 2003 12:48:47 +0000 (12:48 +0000)]
(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,
scm_intern_obarray_soft, scm_intern_obarray, scm_symbol_value0,
scm_string_to_obarray_symbol scm_intern_symbol, scm_unintern_symbol,
scm_symbol_binding, scm_symbol_interned_p, scm_symbol_bound_p,
scm_symbol_set_x, scm_gentemp): Re-added from the release_1_6 branch.

20 years agoRemoved the re-added deprecated symbols.
Marius Vollmer [Thu, 19 Jun 2003 12:40:50 +0000 (12:40 +0000)]
Removed the re-added deprecated symbols.

20 years agoAdded Kevin Ryde to the list of contributors.
Marius Vollmer [Thu, 19 Jun 2003 12:40:04 +0000 (12:40 +0000)]
Added Kevin Ryde to the list of contributors.

21 years ago*** empty log message ***
Kevin Ryde [Thu, 19 Jun 2003 01:43:43 +0000 (01:43 +0000)]
*** empty log message ***

21 years ago * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
Kevin Ryde [Thu, 19 Jun 2003 01:43:22 +0000 (01:43 +0000)]
* tests/posix.test: New file, exercising putenv, setenv, unsetenv.
* tests/threads.test: New file, exercising parallel.
* Makefile.am (SCM_TESTS): Add them.

21 years agoNew file, exercising putenv, setenv, unsetenv.
Kevin Ryde [Thu, 19 Jun 2003 01:42:28 +0000 (01:42 +0000)]
New file, exercising putenv, setenv, unsetenv.

21 years agoNew file, exercising parallel.
Kevin Ryde [Thu, 19 Jun 2003 01:41:20 +0000 (01:41 +0000)]
New file, exercising parallel.

21 years ago(parallel): For no forms, use `(values)' not `(begin)'.
Kevin Ryde [Thu, 19 Jun 2003 01:36:01 +0000 (01:36 +0000)]
(parallel): For no forms, use `(values)' not `(begin)'.

21 years ago*** empty log message ***
Kevin Ryde [Thu, 19 Jun 2003 00:39:56 +0000 (00:39 +0000)]
*** empty log message ***

21 years ago(File Ports): Describe call-with-input-file and
Kevin Ryde [Thu, 19 Jun 2003 00:38:49 +0000 (00:38 +0000)]
(File Ports): Describe call-with-input-file and
call-with-output-file together.  Describe with-input-from-file,
with-output-to-file and with-error-to-file together, and add that they
use dynamic-wind on the current port setting and keep the port open in
support of captured continuations.
(Closing): Describe close-input-port and close-output-port together,
tweak the wording slightly.

21 years ago(Guile Documentation): Update to manuals now available,
Kevin Ryde [Wed, 18 Jun 2003 23:37:02 +0000 (23:37 +0000)]
(Guile Documentation): Update to manuals now available,
remove notes about the reference manual being in progress.

21 years ago*** empty log message ***
Kevin Ryde [Wed, 18 Jun 2003 23:36:30 +0000 (23:36 +0000)]
*** empty log message ***

21 years ago2003-06-14 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Sat, 14 Jun 2003 05:36:02 +0000 (05:36 +0000)]
2003-06-14  Stefan Jahn  <stefan@lkcc.org>

        * configure.in: Checking for __int64 as possible candidate for
        the SCM_I_GSC_T_INT64 define.

2003-06-14  Stefan Jahn  <stefan@lkcc.org>

        * threads.h: Redefined scm_getspecific() and scm_setspecific()
        to be functions instead of macros.

        * threads.c: Conditionalized inclusion of <sys/time.h> and
        <unistd.h>.
        (scm_getspecific, scm_setspecific): Made these two function
        real part of the API.

        * posix.c (s_scm_putenv): Added some code to make a
        (putenv "FOO="), i.e. setting an empty string, work also on
        Win32 systems.  Thanks to Kevin Ryde for the proposal.

21 years ago(Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
Kevin Ryde [Fri, 13 Jun 2003 23:32:33 +0000 (23:32 +0000)]
(Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS
and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations".

21 years ago*** empty log message ***
Kevin Ryde [Fri, 13 Jun 2003 23:30:52 +0000 (23:30 +0000)]
*** empty log message ***

21 years ago(Arithmetic): round is to nearest even.
Kevin Ryde [Fri, 13 Jun 2003 23:17:52 +0000 (23:17 +0000)]
(Arithmetic): round is to nearest even.

21 years ago*** empty log message ***
Kevin Ryde [Thu, 12 Jun 2003 00:34:06 +0000 (00:34 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kevin Ryde [Wed, 11 Jun 2003 23:56:55 +0000 (23:56 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kevin Ryde [Wed, 11 Jun 2003 23:44:33 +0000 (23:44 +0000)]
*** empty log message ***

21 years ago * tests/srfi-6.test: New file.
Kevin Ryde [Wed, 11 Jun 2003 23:44:01 +0000 (23:44 +0000)]
* tests/srfi-6.test: New file.
* Makefile.am (SCM_TESTS): Add it.

21 years ago(scm_putenv): Add freebsd to comment about need to use unsetenv.
Kevin Ryde [Wed, 11 Jun 2003 23:43:03 +0000 (23:43 +0000)]
(scm_putenv): Add freebsd to comment about need to use unsetenv.

21 years agoCorrection to:
Kevin Ryde [Wed, 11 Jun 2003 23:24:08 +0000 (23:24 +0000)]
Correction to:
(scm_putenv): Free temporary ptr in mingw unset.

Need to ensure "e" is not unused when unsetenv is available.

21 years ago*** empty log message ***
Kevin Ryde [Wed, 11 Jun 2003 23:21:45 +0000 (23:21 +0000)]
*** empty log message ***

21 years ago(scm_putenv): Free temporary ptr in mingw unset.
Kevin Ryde [Wed, 11 Jun 2003 23:15:02 +0000 (23:15 +0000)]
(scm_putenv): Free temporary ptr in mingw unset.

21 years ago(Remembering During Operations): New section.
Kevin Ryde [Wed, 11 Jun 2003 23:07:53 +0000 (23:07 +0000)]
(Remembering During Operations): New section.