summaryrefslogtreecommitdiff
path: root/guile-config
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Marius Vollmer2002-10-141-0/+5
* (build-link): Include "-lguile-ltdl" in link flags.Marius Vollmer2002-10-141-2/+2
* *** empty log message ***Marius Vollmer2002-07-171-0/+4
* Added configuration for ARM.Marius Vollmer2002-07-171-0/+7
* *** empty log message ***Marius Vollmer2002-04-261-0/+5
* * Makefile.am (EXTRA_DIST): Added qthreads.m4....* qthreads.m4: Moved here from top directory. Marius Vollmer2002-04-262-1/+159
* *** empty log message ***Rob Browning2002-03-121-0/+5
* * guile-config.in (build-link): don't output -L/usr/lib....(build-compile): don't output -I/usr/include. Rob Browning2002-03-121-35/+50
* * Grammatical correction: change `are' to `is' in guile.m4 docstring.Neil Jerram2002-03-082-1/+5
* *** empty log message ***Thien-Thi Nguyen2002-01-021-0/+7
* Rewrite comments in texi....(GUILE_FLAGS): Rewrite. Thanks to Alexandre Duret-Lutz. Thien-Thi Nguyen2002-01-021-43/+45
* *** empty log message ***Thien-Thi Nguyen2001-12-291-1/+11
* (GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,...GUILE_MODULE_EXPORTS, GUILE_MODULE_REQUIRED_EXPORTS): New macros. (GUILE_MODULE_CHECK): Renamed from AC_GUILE_MODULE_CHECK. Rewritten to expect `description' as a present-tense verb phrase. (GUILE_MODULE_AVAILABLE, GUILE_MODULE_REQUIRED): Renamed likewise. Thien-Thi Nguyen2001-12-291-108/+195
* *** empty log message ***Thien-Thi Nguyen2001-12-281-0/+8
* Update copyright....Add index in header comments. (AC_GUILE_MODULE_CHECK, AC_GUILE_MODULE_AVAILABLE, AC_GUILE_MODULE_REQUIRED): New macros. Thien-Thi Nguyen2001-12-281-12/+68
* * guile-config.in, Makefile.am: Updated copyright notice.Martin Grabmüller2001-07-193-2/+6
* * Makefile.am: let guile-config depend on libguile/libpath.h,... so that it will be rebuilt if configure --prefix changes. Gary Houston2001-05-282-1/+6
* * guile-config.in (build-link): Really reverted the change of...2001-03-05. Mikael Djurfeldt2001-03-082-27/+32
* * The last patch has introduced a bad-bindings bug. Since it was... unnecessary anyway, I simply reverted it. Dirk Herrmann2001-03-061-0/+4
* * guile-config.in (build-link): Fixed duplicate binding bug...reported by Ralf Mattes. Martin Grabmüller2001-03-051-0/+5
* * guile-config.in (build-link): Fixed duplicate binding bug... reported by Ralf Mattes. Martin Grabmüller2001-03-051-27/+27
* * Don't use make-shared-substring any more.Dirk Herrmann2000-11-282-3/+8
* * Fix output. Thanks to I. N. Golubev for the patch.Dirk Herrmann2000-11-012-1/+6
* *** empty log message ***Marius Vollmer2000-01-121-0/+4
* * Makefile.am (EXTRA_DIST): Added "guile.m4".Marius Vollmer2000-01-121-1/+1
* *** empty log message ***Jim Blandy1999-10-052-0/+6
* * guile.m4: Moved here from top-level directory; see the ChangeLog...entry there. * Makefile.am (aclocaldir, aclocal_DATA): New variables, ensuring that guile.m4 gets installed. Jim Blandy1999-10-052-1/+82
* *** empty log message ***Jim Blandy1999-10-051-0/+5
* * Makefile.in: Deleted from CVS repository. Run the autogen.sh...script to create generated files like this one. Jim Blandy1999-10-051-0/+0
* Revert back to text generated by automake 1.4.Jim Blandy1999-10-021-239/+0
* *** empty log message ***Greg J. Badros1999-09-271-5/+6
* *** empty log message ***Jim Blandy1999-09-111-0/+4
* * Makefile.in: Regenerated.Jim Blandy1999-09-111-1/+0
* *** empty log message ***Mikael Djurfeldt1999-07-291-0/+5
* * guile-config.in (build-link): Correct non-RnRS usage of internal...defines. Mikael Djurfeldt1999-07-291-4/+5
* RegeneratedMikael Djurfeldt1999-07-241-1/+1
* Regenerated.Jim Blandy1999-07-191-0/+3
* 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-041-3/+0
* * Makefile.in: Regenerated.Mikael Djurfeldt1999-05-231-1/+1
* *** empty log message ***Jim Blandy1999-04-171-0/+4
* * Makefile.in: Regenerated.Jim Blandy1999-04-171-0/+1
* * Makefile.in: Regenerated.Mikael Djurfeldt1999-03-111-0/+2
* * Makefile.in: Regenerated.Mikael Djurfeldt1999-03-041-1/+1
* * Makefile.in, qt/Makefile.in, time/Makefile.in: Regenerated....* Makefile.in: Regenerated. * Makefile.in: Regenerated. * Makefile.in: Regenerated. Mikael Djurfeldt1999-03-041-48/+62
* *** empty log message ***Jim Blandy1998-10-191-0/+5
* * COPYING: New file....* Makefile.in: Regenerated. Jim Blandy1998-10-192-4/+341
* Added copyright notice.Jim Blandy1998-10-191-2/+21
* * Makefile.in: Regenerated, after change to qthreads.m4.Jim Blandy1998-10-161-0/+1
* *** empty log message ***Jim Blandy1998-10-091-0/+4
* * guile-config.in: Add copyright notice.Jim Blandy1998-10-091-0/+41