1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 23:40:29 +02:00
guile/test-suite/tests
Stefan Jahn 8f99e3f38b 2001-11-04 Stefan Jahn <stefan@lkcc.org>
* NEWS: Corrected remarks about SCM_API.

        * configure.in: Defining USE_DLL_IMPORT definition to indicate
        usage of DLL import macros in `libguile/__scm.h'.
        (LIBOBJS): Removed `fileblocks.o' from the list of object files.
        Somehow Jim Blandy's patch from 1997 did not survive.

2001-11-04  Stefan Jahn  <stefan@lkcc.org>

        * configure.in (EXTRA_DEFS): Follow-up patch.  Using SCM_IMPORT
        instead of __SCM_IMPORT__.

        * readline.c (scm_readline_init_ports): Disable input/output
        stream redirection for Win32.  The readline package for Win32
        does not support this.  The guile-readline library works fine
        for command line editing.

        * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.

2001-11-04  Stefan Jahn  <stefan@lkcc.org>

        * Makefile.am (libguile_la_LIBADD): Added $(THREAD_LIBS_LOCAL)
        here (was at guile_LDADD) which describes the dependency
        correctly and allows a clean build on Win32.

        * __scm.h (SCM_API): Follow-up patch.  Renamed __FOO__ macros
        into FOO.

        * __scm.h: USE_DLL_IMPORT indicates the usage of the DLL
        import macros for external libraries (libcrypt, libqthreads,
        libreadline and libregex).

        * coop-defs.h: Include <winsock2.h> for `struct timeval'.

        * posix.c (flock): Added support for flock() in M$-Windows.

        * guile.c (SCM_IMPORT): Follow-up patch.  Use SCM_IMPORT instead
        of __SCM_IMPORT__.

        * fports.c (getflags): Differentiate reading and writing pipes
        descriptors.

        * filesys.c (S_IS*): Redefine all of the S_IS*() macros for
        M$-Windows.

        * coop.c (coop_condition_variable_timed_wait_mutex): Use
        conditionalized error code if `ETIMEDOUT' is not available.
        (scm_thread_usleep): Remove bogus declaration of `struct timeval
        timeout'.

        * numbers.c (PTRDIFF_MIN): Moved this definition where it actually
        belongs.  That is because NO_PREPRO_MAGIC gets undefined after
        each inclusion of `num2integral.i.c'.
        (SIZE_MAX): Define NO_PREPRO_MAGIC if SIZE_MAX is undefined.

2001-11-04  Stefan Jahn  <stefan@lkcc.org>

        * md/Makefile.am (EXTRA_DIST): Added `i386.asm'.

        * md/i386.asm: New file.  Contains the Intel syntax version for
        nasm/tasm/masm of the file `i386.s'.

        * qt.h.in: Definition of QT_API, QT_IMPORT and QT_EXPORT.
        Prefixed each symbols which is meant to go into a DLL.

        * Makefile.am (libqthreads_la_LDFLAGS):  Put `-no-undefined'
        into LDFLAGS to support linkers which do not allow unresolved
        symbols inside shared libraries.
        (EXTRA_DIST): Add `libqthreads.def', which is an export file
        definition for M$-Windows.  It defines exported symbols.  This is
        necessary because the M$VC linker does not know how to export
        assembler symbols into a DLL.

2001-11-04  Stefan Jahn  <stefan@lkcc.org>

        * srfi-13.h, srfi-14.h, srfi-4.h: Follow-up patch.  Renamed
        __FOO__ macros into FOO.

2001-11-04  Stefan Jahn  <stefan@lkcc.org>

        * tests/ports.test: Run (close-port) before (delete-file) if
        necessary/advisory.
2001-11-04 15:52:30 +00:00
..
asmobs Test suite for applicable smobs. 2000-12-07 01:40:55 +00:00
c-api first cut 1999-08-30 07:39:21 +00:00
alist.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
bit-operations.test * tests/bit-operations.test (fixnum-bit): compute dynamically. 2001-09-21 17:54:35 +00:00
c-api.test * tests/c-api.test: Refine the list of files that are checked in 1999-12-17 20:15:35 +00:00
chars.test * paths.scm: Assume that ~/guile-core/test-suite is the location 2000-01-16 22:03:44 +00:00
common-list.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
dynamic-scope.test New file. 2001-08-25 16:05:37 +00:00
environments.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
eval.test * tests/eval.test: Added tests for promises. 2001-10-26 19:47:57 +00:00
exceptions.test * extracted the tests from exceptions.test into eval.test and syntax.test. 2001-03-02 01:38:01 +00:00
format.test New files. Thanks to Matthias Köppe! 2001-06-16 20:11:39 +00:00
gc.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
getopt-long.test ("apples-blimps-catalexis example", "multiple occurances"): 2001-09-08 02:33:30 +00:00
goops.test * Added some simple goops test for a beginning. 2001-06-30 20:03:14 +00:00
guardians.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
hooks.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
import.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
interp.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
list.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
load.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
multilingual.nottest * tests/multilingual.nottest: New file, which we will turn into a 1999-09-03 07:37:12 +00:00
numbers.test * tests/numbers.test: Added a test case that checks if valid 2001-10-13 12:29:44 +00:00
optargs.test New files. Thanks to Matthias Köppe! 2001-06-16 20:11:39 +00:00
ports.test 2001-11-04 Stefan Jahn <stefan@lkcc.org> 2001-11-04 15:52:30 +00:00
r4rs.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
reader.test * Moved reader related tests from exceptions.test to reader.test. 2001-02-28 13:17:47 +00:00
regexp.test * tests/regexp.test: Check regexp-substitute/global when there are 1999-09-20 22:52:02 +00:00
srfi-4.test * tests/srfi-4.test: New file. 2001-06-27 13:17:12 +00:00
srfi-9.test * tests/srfi-10.test: New file. 2001-05-10 13:52:27 +00:00
srfi-10.test * tests/srfi-10.test: New file. 2001-05-10 13:52:27 +00:00
srfi-13.test (string-for-each, string-for-each-index): Add tests. 2001-08-24 22:06:05 +00:00
srfi-14.test * tests/srfi-14.test: New file. 2001-07-16 18:49:10 +00:00
srfi-19.test (test-time-comparision, test-time-arithmatic): New procs. 2001-08-25 19:08:50 +00:00
strings.test * Extracted tests from exceptions.test into strings.test and symbols.test. 2001-03-01 17:57:50 +00:00
symbols.test * tests/symbols.test ("gensym"): New tests for long gensym 2001-05-28 18:40:31 +00:00
syncase.test New, minimal tests. 2001-05-21 13:22:18 +00:00
syntax.test * tests/syntax.test: Added test cases for 'cond =>' syntax with 2001-10-18 21:59:29 +00:00
time.test * tests/time.test: New test file. 1999-06-15 14:09:53 +00:00
version.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
weaks.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00