Commit graph

322 commits

Author SHA1 Message Date
Thien-Thi Nguyen
97f439ab73 *** empty log message *** 2001-11-19 21:45:56 +00:00
Rob Browning
3faa54e7dd *** empty log message *** 2001-11-19 06:30:38 +00:00
Thien-Thi Nguyen
73c844bf02 *** empty log message *** 2001-11-15 23:39:33 +00:00
Marius Vollmer
a714e0ebe2 *** empty log message *** 2001-11-12 22:16:48 +00:00
Thien-Thi Nguyen
bca0bf8def *** empty log message *** 2001-11-12 07:21:24 +00:00
Marius Vollmer
35656ebcef *** empty log message *** 2001-11-12 00:58:48 +00:00
Thien-Thi Nguyen
a0a9b9ad42 *** empty log message *** 2001-11-10 22:45:18 +00:00
Stefan Jahn
b4e15479e9 2001-11-07 Stefan Jahn <stefan@lkcc.org>
* configure.in: Include `win32-socket.o' in the list of object
        files if networking is enabled on Win32.

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

        * win32-socket.[ch]: New files.  Defines Winsock-API error codes
        and makes them available through Guile.  That is because the
        Winsock-API does not store its errors in `errno' and thus cannot
        return error messages via `strerror (errno)'.

        * socket.c (scm_init_socket): Initialize `win32-socket' part
        here under M$-Windows.

        * numbers.h: Added missing declaration of
        `scm_sys_check_number_conversions()'.

        * error.c: Local definition of SCM_I_STRERROR and SCM_I_ERRNO
        and use in `(strerror)' and `(system-error)'.

        * Makefile.am (EXTRA_libguile_la_SOURCES): Added
        `win32-socket.[ch]' to extra source and header files.
2001-11-07 15:08:45 +00:00
Thien-Thi Nguyen
2ca222c2e9 *** empty log message *** 2001-11-07 02:55:40 +00:00
Thien-Thi Nguyen
70debc2296 *** empty log message *** 2001-11-07 00:40:15 +00:00
Thien-Thi Nguyen
04bbd6ce09 *** empty log message *** 2001-11-06 22:48:30 +00:00
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
Marius Vollmer
257b6d408d *** empty log message *** 2001-11-02 00:06:57 +00:00
Thien-Thi Nguyen
2ad3278ab9 *** empty log message *** 2001-10-26 12:58:20 +00:00
Thien-Thi Nguyen
d07db248f1 *** empty log message *** 2001-10-25 22:53:07 +00:00
Thien-Thi Nguyen
f135ca5568 *** empty log message *** 2001-10-25 22:10:49 +00:00
Thien-Thi Nguyen
65aec929a6 *** empty log message *** 2001-10-25 17:11:46 +00:00
Thien-Thi Nguyen
c95d1a2d80 *** empty log message *** 2001-10-25 16:41:53 +00:00
Gary Houston
4f522b6f5c * configure.in: include sys/types.h when testing uint32_t.
thanks to Bill Schottstaedt.
2001-10-14 21:21:20 +00:00
Marius Vollmer
f84c3705f2 *** empty log message *** 2001-10-14 20:08:20 +00:00
Thien-Thi Nguyen
6768cfba8c *** empty log message *** 2001-09-30 22:33:38 +00:00
Thien-Thi Nguyen
2cbad7d913 *** empty log message *** 2001-09-26 02:19:28 +00:00
Rob Browning
c13f0a90f4 *** empty log message *** 2001-09-20 16:48:02 +00:00
Thien-Thi Nguyen
06288138ba *** empty log message *** 2001-09-04 19:36:18 +00:00
Thien-Thi Nguyen
6f84677a95 *** empty log message *** 2001-09-01 04:13:14 +00:00
Dirk Herrmann
8c494e9973 * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
Dirk Herrmann
f7c6b77886 * Removed deprecated definitions.
* Minor cleanups.
2001-08-31 09:16:23 +00:00
Thien-Thi Nguyen
cf390da164 *** empty log message *** 2001-08-30 18:25:39 +00:00
Marius Vollmer
fada26b27e *** empty log message *** 2001-08-26 21:54:33 +00:00
Neil Jerram
11ca886536 * Complete split of documentation into per-manual subdirectories. 2001-08-24 10:16:15 +00:00
Rob Browning
ab4cd34b26 *** empty log message *** 2001-08-16 03:44:29 +00:00
Marius Vollmer
b754e3d1ec *** empty log message *** 2001-08-07 18:18:55 +00:00
Marius Vollmer
c1151355d2 *** empty log message *** 2001-08-01 21:28:45 +00:00
Marius Vollmer
11057044d8 *** empty log message *** 2001-07-23 22:10:42 +00:00
Marius Vollmer
f3805ebb7c *** empty log message *** 2001-07-22 18:31:11 +00:00
Martin Grabmüller
c0b2936ee9 * INSTALL, Makefile.am, configure.in: Updated copyright notice. 2001-07-19 20:57:59 +00:00
Rob Browning
e658215a98 *** empty log message *** 2001-07-19 17:47:08 +00:00
Thien-Thi Nguyen
8f2ecec52e *** empty log message *** 2001-07-15 21:52:25 +00:00
Keisuke Nishida
065509a51b autogen.sh: Call libtoolize with --force. 2001-07-12 18:34:39 +00:00
Thien-Thi Nguyen
d76852e37c *** empty log message *** 2001-07-10 15:11:27 +00:00
Rob Browning
04860df734 *** empty log message *** 2001-07-08 23:16:16 +00:00
Rob Browning
fd6c6321d9 *** empty log message *** 2001-07-08 19:17:17 +00:00
Thien-Thi Nguyen
8d12303615 *** empty log message *** 2001-06-28 17:31:44 +00:00
Thien-Thi Nguyen
88deca50f3 *** empty log message *** 2001-06-28 16:56:26 +00:00
Thien-Thi Nguyen
9c3955ffc6 *** empty log message *** 2001-06-27 17:30:06 +00:00
Thien-Thi Nguyen
3cd085d0ff *** empty log message *** 2001-06-27 17:25:51 +00:00
Thien-Thi Nguyen
f6b3694a30 *** empty log message *** 2001-06-27 17:17:38 +00:00
Thien-Thi Nguyen
dbfadc8588 *** empty log message *** 2001-06-27 10:18:36 +00:00
Thien-Thi Nguyen
a4734913a3 *** empty log message *** 2001-06-27 10:06:12 +00:00
Thien-Thi Nguyen
32d6f999d0 *** empty log message *** 2001-06-27 09:53:30 +00:00