summaryrefslogtreecommitdiff
path: root/guile-readline
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Greg J. Badros1999-12-141-0/+4
|
* * readline.c: Include libguile/scm_validate.hGreg J. Badros1999-12-131-0/+1
|
* *** empty log message ***Greg J. Badros1999-12-131-0/+5
|
* * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and haveGreg J. Badros1999-12-131-99/+110
| | | | (now empty) docstrings.
* * configure.in: check for hstrerror.Gary Houston1999-11-182-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * socket.c (scm_htons, scm_ntohs, scm_htonl, scm_ntohl): new functions for network data conversion. * numbers.c (scm_num2long, scm_num2longlong): throw out-of-range instead of wrong-type-arg if appropriate. (scm_iint2str): handle -2^31 correctly. (scm_num2long): handle -2^31 bignum correctly. (scm_num2long_long): rewrite the bigdig case: basically copied from scm_num2long. numbers.h: (SCM_BITSPERLONGLONG): deleted. * unif.c (rapr1): use sprintf instead of intprint for unsigned longs: intprint can't cope with large values. * numbers.c (scm_num2ulong): check more consistently that the input is not negative. if it is, throw out-of-range instead of wrong-type-arg. * ramap.c (scm_array_fill_int): don't limit fill to INUM for uvect, ivect or llvect. Check that fill doesn't overflow short uniform array. * __scm.h: add another long to the definition of long_long and ulong_long. * unif.c (scm_raprin1): use 'l' instead of "long_long" in the print representation of llvect. read can't handle more than one character. (scm_dimensions_to_uniform_array): make "fill" an optional argument instead of a rest argument. * tags.h (scm_tc7_llvect): wasn't defined anywhere, so use the free tag 29 for now. * __scm.h: don't mention LONGLONGS. * unif.c, numbers.c, eq.c, gc.c, print.c, eval.c, ramap.c: replace LONGLONGS with HAVE_LONG_LONGS as set by configure. * net_db.c (scm_inet_aton): throw errors using the misc-error key instead of system-error. inet_aton doesn't set errno. system-error isn't right in gethost either, since it's throwing the value of h_errno instead of errno. so: (scm_host_not_found_key, scm_try_again_key, scm_no_recovery_key, scm_no_data_key): new error keys. (scm_resolv_error): new procedure, use the new keys. (scm_gethost): call scm_resolv_error not scm_syserror_msg. * error.c: (various): use scm_cons instead of scm_listify to build short lists. * boot-9.scm (read-hash-extend to set up arrays): add 'l' for long_long uniform vectors. * networking.scm (sethostent, setnetent, setprotoent, setservent): take an optional argument STAYOPEN. default is #f. * readline.c (scm_init_readline): set rl_readline_name to Guile, to allow conditionals in .inputrc.
* *** empty log message ***Jim Blandy1999-10-051-0/+1
|
* * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.Jim Blandy1999-10-051-0/+10
| | | | | Run the autogen.sh script to create generated files like these. * autogen.sh: New script, invoked by the top-level autogen.sh.
* *** empty log message ***Jim Blandy1999-10-051-0/+1
|
* *** empty log message ***Jim Blandy1999-10-051-0/+1
|
* *** empty log message ***Jim Blandy1999-10-052-2/+3
|
* * Makefile.in, configure, aclocal.m4: Deleted from CVS repository.Jim Blandy1999-10-052-0/+0
| | | | Run the autogen.sh script to create generated files like these.
* *** empty log message ***Jim Blandy1999-10-051-0/+5
|
* * Makefile.in: Deleted from CVS repository. Run the autogen.shJim Blandy1999-10-051-0/+0
| | | | script to create generated files like this one.
* Revert back to text generated by automake 1.4.Jim Blandy1999-10-023-3109/+0
|
* *** empty log message ***Greg J. Badros1999-09-271-5/+6
|
* *** empty log message ***Jim Blandy1999-09-221-0/+5
|
* * configure.in: Call AM_PROG_CC_STDC.Jim Blandy1999-09-223-29/+198
| | | | * configure, aclocal.m4: Regenerated.
* *** empty log message ***Mikael Djurfeldt1999-09-162-1/+6
|
* * Makefile.am (.c.x): Use same rule as in libguile.Mikael Djurfeldt1999-09-161-1/+2
|
* *** empty log message ***Mikael Djurfeldt1999-09-121-0/+9
|
* Should not be archived in the CVS repositoryMikael Djurfeldt1999-09-121-0/+0
|
* Fixed typoMikael Djurfeldt1999-09-121-1/+1
|
* *** empty log message ***Mikael Djurfeldt1999-09-121-0/+4
|
* * readline.h, readline.scm: Updated copyrigth notices.Mikael Djurfeldt1999-09-122-2/+2
|
* *** empty log message ***Jim Blandy1999-09-111-0/+2
|
* * aclocal.m4: Regenerated with newer libtool macros.Jim Blandy1999-09-111-3/+6
|
* *** empty log message ***Mikael Djurfeldt1999-09-111-0/+4
|
* * readline.scm (activate-readline): Set (using-readline?).Mikael Djurfeldt1999-09-111-1/+2
|
* *** empty log message ***Jim Blandy1999-09-111-0/+6
|
* * Makefile.am (DISTCLEANFILES): Get rid of .x files.Jim Blandy1999-09-112-1/+6
| | | | | * Makefile.in: Regenerated. (Thanks to Keisuke Nishida.)
* *** empty log message ***Marius Vollmer1999-09-111-0/+22
|
* * aclocal.m4, Makefile.in, configure, libtool: Regenerated, butMarius Vollmer1999-09-114-4408/+500
| | | | probably with the wrong version of the tools.
* * configure.in: Get version from ../GUILE-VERSION and use it forMarius Vollmer1999-09-111-1/+3
| | | | package version.
* * readline.scm: Moved from ../ice-9.Marius Vollmer1999-09-111-0/+173
| | | | | | | | | Dynamically link libguilereadline.so. (readline): Just define in this module, do not overwrite builtin variable. The builtin readline function is now named "%readline", so this works. See below. (activate-readline): New function which contains the readline activation code formerly found in top-repl.
* * readline.c (scm_readline): Export it to Scheme as "%readline".Marius Vollmer1999-09-111-1/+1
|
* * Makefile.am: Do not install and distributeMarius Vollmer1999-09-111-3/+3
| | | | | readline-activator.scm. Install and distribute readline.scm instead.
* *** empty log message ***Mikael Djurfeldt1999-08-291-250/+453
|
* FixMikael Djurfeldt1999-08-291-1/+1
|
* RegeneratedMikael Djurfeldt1999-08-291-5/+27
|
* *** empty log message ***Mikael Djurfeldt1999-08-291-0/+12
|
* The following change makes it possible for applications to haveMikael Djurfeldt1999-08-292-24/+51
| | | | | | | | | their own version of scm_readline. * readline.c, readline.h (rl_cleanup_after_signal, rl_free_line_state): Made global. (scm_readline_init_ports): New function. (scm_readline): Use scm_readline_init_ports. (Thanks to Anders Holst.)
* * Makefile.am: Install guile-readline/readline.h.Mikael Djurfeldt1999-08-291-0/+2
|
* *** empty log message ***Jim Blandy1999-08-201-0/+4
|
* * Makefile.in, aclocal.m4, configure: Regenerated.Jim Blandy1999-08-203-463/+128
|
* *** empty log message ***Mikael Djurfeldt1999-08-171-0/+7
|
* RegeneratedMikael Djurfeldt1999-08-171-1/+1
|
* * configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actuallyMikael Djurfeldt1999-08-171-1/+1
| | | | | | use rl_getc_function. Otherwise smart compilers, like gcc, optimize away the reference so that no error occurs in the link phase.
* Update FSF address in copyright notices.Jim Blandy1999-08-062-2/+4
|
* RegeneratedMikael Djurfeldt1999-08-041-1/+1
|
* *** empty log message ***Mikael Djurfeldt1999-08-041-0/+5
|