summaryrefslogtreecommitdiff
path: root/qt
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Marius Vollmer2002-08-241-0/+4
* (EXTRA_DIST): Added arm.h and arm.s.Marius Vollmer2002-08-241-2/+2
* *** empty log message ***Marius Vollmer2002-08-012-0/+0
* Moved here from parent directory.Marius Vollmer2002-08-012-0/+130
* *** empty log message ***Marius Vollmer2002-07-171-0/+4
* New.Marius Vollmer2002-07-172-0/+0
* *** empty log message ***Rob Browning2002-02-251-0/+4
* * Makefile.am (libqthreads_la_LDFLAGS): use @LIBQTHREADS_INTERFACE@.Rob Browning2002-02-251-1/+2
* * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be... obsolete. autogen.sh says: invalid unused variable name: `OMIT_DEPENDENCIES' Gary Houston2001-11-212-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 Jahn2001-11-047-11/+159
* *** empty log message ***Marius Vollmer2001-08-251-0/+5
* (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".Marius Vollmer2001-08-253-3/+3
* * Makefile.am (libqthreads_la_LDFLAGS): use libtool interface version...variables. Rob Browning2001-08-161-1/+1
* *** empty log message ***Rob Browning2001-08-161-0/+5
* Updated copyrightMikael Djurfeldt2000-06-121-1/+1
* *** empty log message ***Mikael Djurfeldt2000-06-121-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 Djurfeldt2000-06-121-0/+2
* FixesMikael Djurfeldt2000-04-211-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 Djurfeldt2000-04-213-2/+16
* *** empty log message ***Jim Blandy1999-10-053-0/+3
* *** empty log message ***Jim Blandy1999-10-051-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 Blandy1999-10-053-0/+0
* Revert back to text generated by automake 1.4.Jim Blandy1999-10-023-861/+0
* *** empty log message ***Greg J. Badros1999-09-273-15/+18
* *** empty log message ***Mikael Djurfeldt1999-09-121-0/+2
* *** empty log message ***Jim Blandy1999-09-111-0/+6
* * time/Makefile.in: Regenerated....* md/Makefile.in: Regenerated. * Makefile.in: Regenerated. Jim Blandy1999-09-113-3/+0
* RegeneratedMikael Djurfeldt1999-07-243-3/+3
* Regenerated.Jim Blandy1999-07-193-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 Houston1999-07-043-9/+0
* * Makefile.in: Regenerated.Mikael Djurfeldt1999-05-233-3/+3
* *** empty log message ***Jim Blandy1999-05-021-1/+1
* *** empty log message ***Jim Blandy1999-04-171-0/+4
* * Makefile.in: Regenerated.Jim Blandy1999-04-173-0/+3
* * Makefile.in: Regenerated.Mikael Djurfeldt1999-03-113-0/+6
* * Makefile.in: Regenerated.Mikael Djurfeldt1999-03-043-3/+3
* * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated....* Makefile.in: Regenerated. * Makefile.in: Regenerated. * Makefile.in: Regenerated. Mikael Djurfeldt1999-03-043-174/+227
* Added copyright notice.Jim Blandy1998-10-193-0/+57
* *** empty log message ***Jim Blandy1998-10-161-0/+8
* * md/i386.s: Remove nested comment starter, to quiet warnings.Jim Blandy1998-10-161-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 Blandy1998-10-162-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 Blandy1998-10-162-3/+5
* *** empty log message ***Jim Blandy1998-10-031-0/+5
* * Makefile.in: Regenerated with a patched automake, to get...dependency generation right when using EGCS. Jim Blandy1998-10-031-1/+1
* *** empty log message ***Jim Blandy1998-09-291-0/+4
* * stp.h (stp_create): Doc fix.Jim Blandy1998-09-291-1/+1
* *** empty log message ***Jim Blandy1998-07-301-0/+4
* * qt.h.in (qt_null, qt_error): Add prototypes for these.Jim Blandy1998-07-301-0/+2
* *** empty log message ***Jim Blandy1998-07-291-1/+2
* *** empty log message ***Jim Blandy1998-07-291-0/+6