summaryrefslogtreecommitdiff
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
2003-04-13*** empty log message ***Rob Browning1-0/+6
2003-04-13* md/axp.s '.file 2 "axp.s"' -> '.file 2 "axp.s".Rob Browning1-2/+2
(qt_vstart): .end qt_vstart, not qt_start. Thanks to Falk Hueffner.
2002-08-24*** empty log message ***Marius Vollmer1-0/+4
2002-08-24(EXTRA_DIST): Added arm.h and arm.s.Marius Vollmer1-2/+2
2002-08-01*** empty log message ***Marius Vollmer2-0/+0
2002-08-01Moved here from parent directory.Marius Vollmer2-0/+130
2002-07-17*** empty log message ***Marius Vollmer1-0/+4
2002-07-17New.Marius Vollmer2-0/+0
2002-02-25*** empty log message ***Rob Browning1-0/+4
2002-02-25* Makefile.am (libqthreads_la_LDFLAGS): use @LIBQTHREADS_INTERFACE@.Rob Browning1-1/+2
2001-11-21 * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to beGary Houston2-1/+9
obsolete. autogen.sh says: invalid unused variable name: `OMIT_DEPENDENCIES'
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn7-11/+159
* 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-08-25*** empty log message ***Marius Vollmer1-0/+5
2001-08-25(AUTOMAKE_OPTIONS): Change "foreign" to "gnu".Marius Vollmer3-3/+3
2001-08-16* Makefile.am (libqthreads_la_LDFLAGS): use libtool interface versionRob Browning1-1/+1
variables.
2001-08-16*** empty log message ***Rob Browning1-0/+5
2000-06-12Updated copyrightMikael Djurfeldt1-1/+1
2000-06-12*** empty log message ***Mikael Djurfeldt1-0/+7
2000-06-12* Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list ofMikael Djurfeldt1-0/+2
machine specific headers. This is necessary, otherwise automake will include a dependency specific for the machine on which the distribution archive was built.
2000-04-21FixesMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt3-2/+16
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.)
1999-10-05*** empty log message ***Jim Blandy3-0/+3
1999-10-05*** empty log message ***Jim Blandy1-0/+6
1999-10-05* Makefile.in, md/Makefile.in, time/Makefile.in: Deleted from CVSJim Blandy3-0/+0
repository. Run the autogen.sh script to create generated files like this one.
1999-10-02Revert back to text generated by automake 1.4.Jim Blandy3-861/+0
1999-09-27*** empty log message ***Greg J. Badros3-15/+18
1999-09-12*** empty log message ***Mikael Djurfeldt1-0/+2
1999-09-11*** empty log message ***Jim Blandy1-0/+6
1999-09-11* time/Makefile.in: Regenerated.Jim Blandy3-3/+0
* md/Makefile.in: Regenerated. * Makefile.in: Regenerated.
1999-07-24RegeneratedMikael Djurfeldt3-3/+3
1999-07-19Regenerated.Jim Blandy3-0/+9
1999-07-041999-07-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston3-9/+0
* 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.
1999-05-23* Makefile.in: Regenerated.Mikael Djurfeldt3-3/+3
1999-05-02*** empty log message ***Jim Blandy1-1/+1
1999-04-17*** empty log message ***Jim Blandy1-0/+4
1999-04-17* Makefile.in: Regenerated.Jim Blandy3-0/+3
1999-03-11* Makefile.in: Regenerated.Mikael Djurfeldt3-0/+6
1999-03-04* Makefile.in: Regenerated.Mikael Djurfeldt3-3/+3
1999-03-04* Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.Mikael Djurfeldt3-174/+227
* Makefile.in: Regenerated. * Makefile.in: Regenerated. * Makefile.in: Regenerated.
1998-10-19Added copyright notice.Jim Blandy3-0/+57
1998-10-16*** empty log message ***Jim Blandy1-0/+8
1998-10-16* md/i386.s: Remove nested comment starter, to quiet warnings.Jim Blandy1-1/+1
1998-10-16* Makefile.am (.s.lo): Supply our own rule here, which passesJim Blandy2-0/+2
qthread_asflags through. See today's change to ../qthreads.m4. * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated.
1998-10-16* Makefile.am (.s.lo): Supply our own rule here, which passesJim Blandy2-3/+5
qthread_asflags through. See today's change to ../qthreads.m4. * Makefile.in: Regenerated.
1998-10-03*** empty log message ***Jim Blandy1-0/+5
1998-10-03* Makefile.in: Regenerated with a patched automake, to getJim Blandy1-1/+1
dependency generation right when using EGCS.
1998-09-29*** empty log message ***Jim Blandy1-0/+4
1998-09-29* stp.h (stp_create): Doc fix.Jim Blandy1-1/+1
1998-07-30*** empty log message ***Jim Blandy1-0/+4
1998-07-30* qt.h.in (qt_null, qt_error): Add prototypes for these.Jim Blandy1-0/+2