summaryrefslogtreecommitdiff
path: root/guile-readline
AgeCommit message (Collapse)AuthorFilesLines
2003-02-27* autogen.sh: use autoreconf.Rob Browning1-4/+1
2003-01-08Fix input/output port typo.Neil Jerram2-1/+6
2002-12-09*** empty log message ***Rob Browning1-0/+6
2002-12-09* Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.Rob Browning1-1/+1
2002-12-09* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.Rob Browning1-0/+2
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-8/+0
SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
2002-11-02fixed mangled comment.Marius Vollmer1-1/+1
2002-10-27*** empty log message ***Marius Vollmer1-0/+5
2002-10-27(reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc.Marius Vollmer1-5/+5
2002-10-21* readline.scm (activate-readline): Look for use-emacs-interfaceMikael Djurfeldt2-217/+5
option in the guile-user module instead of the-root-module.
2002-04-30*** empty log message ***Marius Vollmer1-0/+7
2002-04-30Invoke plain aclocal instead of guile-aclocal.sh. We don't need theMarius Vollmer1-2/+1
Guile m4 macros and the previous invocation of guile-aclocal.sh created the aclocal.m4 file in the wrong directory (see change from 2002-04-26).
2002-04-26*** empty log message ***Marius Vollmer1-0/+5
2002-04-26Change to parent dir before invoking guile-aclocal.sh.Marius Vollmer1-1/+1
2002-04-17*** empty log message ***Marius Vollmer1-0/+5
2002-04-17(dist-hook): Make sure $(distdir)/Makefile.in is writable beforeMarius Vollmer1-1/+1
modifying it.
2002-04-11*** empty log message ***Rob Browning1-0/+7
2002-04-11* .cvsignore: add autom4te.cache and *.c.clean.c.Rob Browning1-1/+3
2002-04-11* configure.in: add definitions to AC_DEFINE calls for newRob Browning1-1/+2
autoconf.
2002-03-24*** empty log message ***Marius Vollmer1-0/+4
2002-03-24(.c.x): Pass "-o $@" to guile-snarf.Marius Vollmer1-1/+1
2002-03-14*** empty log message ***Thien-Thi Nguyen1-0/+5
2002-03-14(snarfcppopts): New var.Thien-Thi Nguyen1-2/+2
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-02-272002-02-27 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2-1/+6
* Makefile.am (SUBDIRS): Added the `am' directory. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * gh.texi (scm transition summary): Documented some more gh equivalents and removed appropriate FIXME's. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION' file. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * convert.i.c, convert.c: Better range checking. * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>. * deprecation.c (vsnprintf): Define to `_vsnprintf' for Windows (MinGW).
2002-02-26*** empty log message ***Thien-Thi Nguyen1-0/+5
2002-02-26(LIBGUILEREADLINE-VERSION): Use this file from $srcdir.Thien-Thi Nguyen1-6/+6
2002-02-25*** empty log message ***Rob Browning1-0/+15
2002-02-25* configure.in: source ./LIBGUILEREADLINE-VERSION for version infoRob Browning1-0/+6
and then AC_SUBST the resulting variables: LIBGUILEREADLINE_INTERFACE_CURRENT, LIBGUILEREADLINE_INTERFACE_REVISION, LIBGUILEREADLINE_INTERFACE_AGE, and LIBGUILEREADLINE_INTERFACE.
2002-02-25* Makefile.am (libguilereadline_la_LDFLAGS): useRob Browning1-1/+3
@LIBGUILEREADLINE_INTERFACE@ for version information.
2002-02-25* LIBGUILEREADLINE-VERSION: new file containing shared libRob Browning1-0/+13
versioning information.
2002-02-13*** empty log message ***Thien-Thi Nguyen1-0/+5
2002-02-13(AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".Thien-Thi Nguyen1-1/+1
This undoes 1.14, reverting to 1.13.
2002-02-09*** empty log message ***Thien-Thi Nguyen1-2/+6
2002-02-09(AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".Thien-Thi Nguyen1-4/+4
2002-01-30* Rename `call-with-readline-completion-function' to ↵Neil Jerram2-1/+6
`with-readline-completion-function'. * More tests for Elisp nil value. * Development work on Elisp translator.
2001-12-01* Add ETAGS_ARGS decls so that more stuff gets tagged.Neil Jerram2-1/+8
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn4-8/+38
* 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-02*** empty log message ***Marius Vollmer1-0/+17
2001-11-02Defintion of SCM_RL_API. Prefixed each exportedMarius Vollmer1-10/+22
symbol with SCM_RL_API.
2001-11-02Include `io.h' and exclude `sys/time.h' for MinGW.Marius Vollmer1-0/+4
2001-11-02Define AC_LIBTOOL_WIN32_DLL to build clean dllsMarius Vollmer1-0/+15
on Win32 platforms. Define extra compiler flags necessary to build clean dlls.
2001-11-02Put `-export-dynamic -no-undefined' into LDFLAGSMarius Vollmer1-1/+3
and add the library `libguile.la' to support linkers which do not allow unresolved symbols inside shared libraries.
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann2-4/+7
2001-08-31* Using `provided?´ instead of `feature?´.Dirk Herrmann2-3/+8
2001-08-26*** empty log message ***Marius Vollmer1-0/+6
2001-08-26Use load-extension instead of explicit dynamic-link/dynamic-call.Marius Vollmer1-1/+1
Removed ".so" extension from library name.
2001-08-24* Removed texinfo.tex - it is supplied by Automake.Neil Jerram1-0/+2
* Added some entries to .cvsignore files.
2001-08-02* Added `call-with-readline-completion-function'.Neil Jerram2-0/+14
2001-07-19 * Makefile.am, readline.scm: Updated copyright notice.Martin Grabmüller3-2/+6
2001-07-09*** empty log message ***Thien-Thi Nguyen1-7/+11