| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Marius Vollmer | 2002-08-24 | 1 | -0/+4 |
* | (EXTRA_DIST): Added arm.h and arm.s. | Marius Vollmer | 2002-08-24 | 1 | -2/+2 |
* | *** empty log message *** | Marius Vollmer | 2002-08-01 | 2 | -0/+0 |
* | Moved here from parent directory. | Marius Vollmer | 2002-08-01 | 2 | -0/+130 |
* | *** empty log message *** | Marius Vollmer | 2002-07-17 | 1 | -0/+4 |
* | New. | Marius Vollmer | 2002-07-17 | 2 | -0/+0 |
* | *** empty log message *** | Rob Browning | 2002-02-25 | 1 | -0/+4 |
* | * Makefile.am (libqthreads_la_LDFLAGS): use @LIBQTHREADS_INTERFACE@. | Rob Browning | 2002-02-25 | 1 | -1/+2 |
* | * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be... obsolete. autogen.sh says:
invalid unused variable name: `OMIT_DEPENDENCIES'
| Gary Houston | 2001-11-21 | 2 | -1/+9 |
* | 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.
| Stefan Jahn | 2001-11-04 | 7 | -11/+159 |
* | *** empty log message *** | Marius Vollmer | 2001-08-25 | 1 | -0/+5 |
* | (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". | Marius Vollmer | 2001-08-25 | 3 | -3/+3 |
* | * Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version...variables.
| Rob Browning | 2001-08-16 | 1 | -1/+1 |
* | *** empty log message *** | Rob Browning | 2001-08-16 | 1 | -0/+5 |
* | Updated copyright | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-06-12 | 1 | -0/+7 |
* | * Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list of...machine specific headers. This is necessary, otherwise automake
will include a dependency specific for the machine on which the
distribution archive was built.
| Mikael Djurfeldt | 2000-06-12 | 1 | -0/+2 |
* | Fixes | Mikael Djurfeldt | 2000-04-21 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...and we don't want that.
(INCLUDES): Removed all -I options except for the root source
directory and the root build directory.
* *.*: Change includes so that they always use the "prefixes"
libguile/, qt/, guile-readline/, or libltdl/.
(Thanks to Tim Mooney.)
| Mikael Djurfeldt | 2000-04-21 | 3 | -2/+16 |
* | *** empty log message *** | Jim Blandy | 1999-10-05 | 3 | -0/+3 |
* | *** empty log message *** | Jim Blandy | 1999-10-05 | 1 | -0/+6 |
* | * Makefile.in, md/Makefile.in, time/Makefile.in: Deleted from CVS...repository. Run the autogen.sh script to create generated files
like this one.
| Jim Blandy | 1999-10-05 | 3 | -0/+0 |
* | Revert back to text generated by automake 1.4. | Jim Blandy | 1999-10-02 | 3 | -861/+0 |
* | *** empty log message *** | Greg J. Badros | 1999-09-27 | 3 | -15/+18 |
* | *** empty log message *** | Mikael Djurfeldt | 1999-09-12 | 1 | -0/+2 |
* | *** empty log message *** | Jim Blandy | 1999-09-11 | 1 | -0/+6 |
* | * time/Makefile.in: Regenerated....* md/Makefile.in: Regenerated.
* Makefile.in: Regenerated.
| Jim Blandy | 1999-09-11 | 3 | -3/+0 |
* | Regenerated | Mikael Djurfeldt | 1999-07-24 | 3 | -3/+3 |
* | Regenerated. | Jim Blandy | 1999-07-19 | 3 | -0/+9 |
* | 1999-07-04 Gary Houston <ghouston@easynet.co.uk>... * strports.c (scm_strprint_obj): bug fix: get pt from the port,
not from the parameter obj. (Thanks to Eric Moore.)
* ports.h: SCM_CRDY, SCM_CUC, SCM_CRDYP, SCM_SETRDY, SCM_CUNGET,
SCM_CGETUN, SCM_CLRDY, SCM_TRY_CLRDY, SCM_N_READY_CHARS: deleted.
* strings.c (scm_make_string): throw error if 2nd arg isn't
a char.
* unif.c (scm_uniform_array_read_x): fix reading from a port.
allow non-fports.
(scm_uniform_array_write): likewise.
1999-06-29 Gary Houston <ghouston@easynet.co.uk>
* ports.c (scm_drain_input): rewritten.
* fports.c (local_fclose): check putback_buf.
(local_read_flush): likewise.
* ports.c (scm_remove_from_port_table): maybe free putback_buf.
* ports.h (scm_port): replace cbuf/cbufend/cp with putback_buf/
putback_buf_size.
(SCM_INITIAL_PUTBACK_BUF_SIZE): renamed from SCM_INITIAL_CBUF_SIZE.
* ports.c (scm_grow_port_cbuf): deleted.
(scm_add_to_port_table): initialise putback_buf to 0. remove cbuf
stuff.
(scm_char_ready_p): check putback_buf
(scm_fill_buffer): likewise.
(scm_ungetc): rewritten.
1999-06-27 Gary Houston <ghouston@easynet.co.uk>
* fports.c (local_fclose): account for push-back buffer.
* ports.c (scm_char_ready_p): check the push-back buffer in
a new way.
* ioext.c (scm_do_read_line): remove the extra code to handle
the push-back buffer.
* ports.c (scm_getc): don't use SCM_CRDYP etc.
* ioext.c (scm_do_read_line): call scm_fill_buffer.
* ports.c (scm_ungetc): don't call SCM_CUNGET. reset the
read buffer pointers.
scm_fill_buffer: new procedure.
(scm_getc): call scm_fill_buffer.
* ports.h (struct scm_port): saved_read_buf, saved_read_pos,
saved_read_end: new fields.
1999-07-04 Gary Houston <ghouston@easynet.co.uk>
* configure.in: don't check for ways to violate stdio abstraction.
| Gary Houston | 1999-07-04 | 3 | -9/+0 |
* | * Makefile.in: Regenerated. | Mikael Djurfeldt | 1999-05-23 | 3 | -3/+3 |
* | *** empty log message *** | Jim Blandy | 1999-05-02 | 1 | -1/+1 |
* | *** empty log message *** | Jim Blandy | 1999-04-17 | 1 | -0/+4 |
* | * Makefile.in: Regenerated. | Jim Blandy | 1999-04-17 | 3 | -0/+3 |
* | * Makefile.in: Regenerated. | Mikael Djurfeldt | 1999-03-11 | 3 | -0/+6 |
* | * Makefile.in: Regenerated. | Mikael Djurfeldt | 1999-03-04 | 3 | -3/+3 |
* | * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated....* Makefile.in: Regenerated.
* Makefile.in: Regenerated.
* Makefile.in: Regenerated.
| Mikael Djurfeldt | 1999-03-04 | 3 | -174/+227 |
* | Added copyright notice. | Jim Blandy | 1998-10-19 | 3 | -0/+57 |
* | *** empty log message *** | Jim Blandy | 1998-10-16 | 1 | -0/+8 |
* | * md/i386.s: Remove nested comment starter, to quiet warnings. | Jim Blandy | 1998-10-16 | 1 | -1/+1 |
* | * Makefile.am (.s.lo): Supply our own rule here, which passes...qthread_asflags through. See today's change to ../qthreads.m4.
* Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.
| Jim Blandy | 1998-10-16 | 2 | -0/+2 |
* | * Makefile.am (.s.lo): Supply our own rule here, which passes...qthread_asflags through. See today's change to ../qthreads.m4.
* Makefile.in: Regenerated.
| Jim Blandy | 1998-10-16 | 2 | -3/+5 |
* | *** empty log message *** | Jim Blandy | 1998-10-03 | 1 | -0/+5 |
* | * Makefile.in: Regenerated with a patched automake, to get...dependency generation right when using EGCS.
| Jim Blandy | 1998-10-03 | 1 | -1/+1 |
* | *** empty log message *** | Jim Blandy | 1998-09-29 | 1 | -0/+4 |
* | * stp.h (stp_create): Doc fix. | Jim Blandy | 1998-09-29 | 1 | -1/+1 |
* | *** empty log message *** | Jim Blandy | 1998-07-30 | 1 | -0/+4 |
* | * qt.h.in (qt_null, qt_error): Add prototypes for these. | Jim Blandy | 1998-07-30 | 1 | -0/+2 |
* | *** empty log message *** | Jim Blandy | 1998-07-29 | 1 | -1/+2 |
* | *** empty log message *** | Jim Blandy | 1998-07-29 | 1 | -0/+6 |