1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/guile-readline
Jakub Wojciech 02439a1240 Fixed filename-completion-function for readline completion
* guile-readline/readline.c (scm_filename_completion_function):
  A completion function should return #f when there's no more
  candidates.  Since the result of readline's
  rl_filename_completion_function was never checked it was impossible
  for it to work as intended and instead of #f it threw an error from
  trying to convert NULL to an scm string.
2021-05-19 15:45:05 +02:00
..
ice-9 Merge branch 'stable-2.0' 2014-09-30 03:50:47 -04:00
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
Makefile.am Put the readline extension in the extensionsdir 2013-10-14 11:33:52 +02:00
readline.c Fixed filename-completion-function for readline completion 2021-05-19 15:45:05 +02:00
readline.h Update license notices in all C files 2018-06-20 20:07:34 +02:00