File size: 24,306 Bytes
3dcad1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 |
2008-05-07 Ludovic Courtès <[email protected]>
* ice-9/Makefile.am (guile_pdd): Don't use `patsubst': it's GNU
Make and broke BSD Make as found on FreeBSD 6.2.
2008-04-16 Ludovic Courtès <[email protected]>
* configure.in (AC_INIT): Don't use "echo -n", which is not
available on MacOS X; use `patsubst' instead to remove the
newline. Reported by Steven Wu <wus@qwest.net>.
2008-02-16 Ludovic Courtès <[email protected]>
* LIBGUILEREADLINE-VERSION
(LIBGUILEREADLINE_INTERFACE_REVISION): Increment for release.
2008-01-29 Neil Jerram <[email protected].net>
* readline.c (scm_init_readline): Only do init_bouncing_parens ()
if HAVE_RL_GET_KEYMAP.
(init_bouncing_parens, find_matching_paren, match_paren): Compile
out if ! HAVE_RL_GET_KEYMAP.
* configure.in: Add check for rl_get_keymap.
2007-07-29 Ludovic Courtès <[email protected]>
* Makefile.am (INCLUDES): Add Gnulib includes.
(libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_LIBADD): Added
`../lib/libgnu.la'.
2007-07-15 Ludovic Courtès <[email protected]>
* LIBGUILEREADLINE-VERSION
(LIBGUILEREADLINE_INTERFACE_REVISION): Incremented for release.
2007-06-26 Ludovic Courtès <[email protected]>
* readline.c (scm_add_history): Free S after invocation of
`add_history ()'.
2007-01-19 Han-Wen Nienhuys <[email protected]>
* readline.c: terminate option list with NULL.
(scm_init_readline): fix CVS mess-up.
2006-10-06 Neil Jerram <[email protected].net>
* ice-9/readline.scm (new-input-prompt): Renamed from "prompt".
(continuation-prompt): Renamed from "prompt2".
(make-readline-port, readline, set-readline-prompt!): Reflect
above renamings.
(activate-readline): Rename locals "read-hook" and "prompt" to
"repl-read-hook" and "repl-prompt", to disambiguate them from
globals. Save and restore the new-input- and continuation-
prompts around the REPL read call.
2006-10-05 Kevin Ryde <user42@zip.com.au>
* ice-9/readline.scm (filename-completion-function): Export this.
2006-04-17 Kevin Ryde <user42@zip.com.au>
* ice-9/readline.scm: Bump lib file version to libguilereadline-v-18,
matching LIBGUILEREADLINE-VERSION.
2006-05-15 Kevin Ryde <user42@zip.com.au>
* Makefile.am (INCLUDES): Add "-I." to pick up guile-readline-config.h
in snarfer.
2006-04-18 Rob Browning <[email protected]>
* .cvsignore: Add guile-readline-config.h and
guile-readline-config.h.in.
* readline.c: Don't include Guile private header _scm.h.
Include new guile-readline-config.h private header.
* configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
autotools documentation. Add
AM_CONFIG_HEADER([guile-readline-config.h]) so that guile-readline
will have its own configure-based config.h equivalent.
(HAVE_RL_PRE_INPUT_HOOK): Add documentation template.
(GUILE_SIGWINCH_SA_RESTART_CLEARED): Add documentation template.
2006-03-12 Neil Jerram <[email protected].net>
* ice-9/readline.scm (make-completion-function): New.
2006-02-06 Marius Vollmer <mvo@zagadka.de>
* LIBGUILEREADLINE-VERSION: Bumped versions for 1.9 series.
2006-02-06 Marius Vollmer <mvo@zagadka.de>
* LIBGUILEREADLINE-VERSION: Bumped versions for 1.8.
2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* readline.c: Use scm_current_input_port instead of scm_cur_inp.
Use scm_std_select instead of scm_internal_select.
2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
* ice-9/readline.scm: Use new name with load-extension.
2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* readline.c: Avoid the use of discouraged or
deprecated things.
2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* readline.c: Replaced all uses of deprecated SCM_FALSEP,
SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and SCM_BOOLP with
scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool,
respectively.
2004-06-16 Rob Browning <[email protected]>
* configure.in: move package and version args to AC_INIT as is now
recommended. This also requires m4_esyscmd to read GUILE-VERSION
given the way AC_INIT handles its args. Also move "foreign"
indication here.
* Makefile.am: move support for readline.scm to ice-9/ subdir.
* readline.scm: moved to ./ice-9/
* .cvsignore: add ice-9 dir.
* ice-9/Makefile.am: new file.
* ice-9/readline.scm: moved here from ../
* ice-9/.cvsignore: new file.
2004-02-15 Mikael Djurfeldt <[email protected]>
* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
2004-02-08 Mikael Djurfeldt <[email protected].se>
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
2003-05-04 Marius Vollmer <mvo@zagadka.de>
* configure.in: When checking whether readline clears SA_RESTART,
let readline read from "/dev/null". Otherwise, it might be
stopped when run in the background with job control, say.
Thanks to Michael Talbot-Wilson!
2003-04-05 Mikael Djurfeldt <[email protected].se>
The intended side-effect of the following change is to make the
prompt appear properly when debugging or running Guile in an Emacs
buffer. (The readline library has some prompt magic which we were
expected to do ourselves when we were bold enough to provide our
own redisplay function---but we don't need to do that.)
* readline.c (redisplay): Removed. (It didn't do anything other
than calling rl_redisplay.)
(scm_init_readline): Don't inititalize rl_redisplay_function.
2003-03-19 Rob Browning <[email protected]>
* readline.c: add HAVE_CONFIG_H test guarding #include config.h.
* autogen.sh: add a --force when autoreconfing. We may need to
change this if it doesn't work out...
* Makefile.am (ice-9/readline.scm): new target -- so readline will
work from the source tree when guile-readline is added to
GUILE_LOAD_PATH.
(all-local): add ice-9/readline.scm.
(clean-local): remove ice-9/readline at clean time.
2003-02-27 Rob Browning <[email protected]>
* autogen.sh: use autoreconf.
2003-01-08 Neil Jerram <[email protected].net>
* readline.c (scm_readline): Check that scm_cur_outp is an output
port, not an input one.
2002-12-08 Rob Browning <[email protected]>
* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST.
* Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION.
2002-10-27 Marius Vollmer <[email protected].de>
* readline.c (reentry_barrier_mutex): Reimplemented with
scm_make_mutex, etc.
2002-10-21 Mikael Djurfeldt <mdj@linnaeus>
* readline.scm (activate-readline): Look for use-emacs-interface
option in the guile-user module instead of the-root-module.
2002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* autogen.sh: Invoke plain aclocal instead of guile-aclocal.sh.
We don't need the 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 Marius Vollmer <[email protected].de>
* autogen.sh: Change to parent dir before invoking
guile-aclocal.sh.
2002-04-16 Marius Vollmer <[email protected].de>
* Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is
writable before modifying it.
2002-04-10 Rob Browning <[email protected]>
* configure.in: add definitions to AC_DEFINE calls for new
autoconf.
* .cvsignore: add autom4te.cache and *.c.clean.c.
2002-03-24 Marius Vollmer <[email protected].de>
* Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
2002-03-13 Thien-Thi Nguyen <[email protected]>
* Makefile.am (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-02-27 Stefan Jahn <[email protected]>
* Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
file.
2002-02-25 Thien-Thi Nguyen <[email protected]>
* configure.in (LIBGUILEREADLINE-VERSION):
Look for this file in $srcdir.
2002-02-24 Rob Browning <[email protected]>
* configure.in: source ./LIBGUILEREADLINE-VERSION for version info
and then AC_SUBST the resulting variables:
LIBGUILEREADLINE_INTERFACE_CURRENT,
LIBGUILEREADLINE_INTERFACE_REVISION,
LIBGUILEREADLINE_INTERFACE_AGE, and
LIBGUILEREADLINE_INTERFACE.
* Makefile.am (libguilereadline_la_LDFLAGS): use
@LIBGUILEREADLINE_INTERFACE@ for version information.
* LIBGUILEREADLINE-VERSION: new file containing shared lib
versioning information.
2002-02-12 Thien-Thi Nguyen <[email protected]>
* Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
This undoes the 2002-02-08 change.
2002-02-08 Thien-Thi Nguyen <[email protected]>
* Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
2002-01-29 Neil Jerram <[email protected].net>
* readline.scm (with-readline-completion-function): Renamed from
`call-with-readline-completion-function'.
2001-11-30 Neil Jerram <[email protected].net>
* Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
readline.scm explicitly.
(ETAGS_ARGS): Added.
2001-11-04 Stefan Jahn <[email protected]>
* 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-02 Marius Vollmer <[email protected].de>
Support for native Win32. Thanks to Stefan Jahn!
* Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
and add the library `libguile.la' to support linkers which do not
allow unresolved symbols inside shared libraries.
* configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
on Win32 platforms.
Define extra compiler flags necessary to build clean dlls.
* readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
* readline.h: Defintion of SCM_RL_API. Prefixed each exported
symbol with SCM_RL_API.
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (scm_readline, scm_add_history,
scm_filename_completion_function, completion_function): Remove
calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
type is gone, all strings are 0-terminated anyway.
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.scm: `feature?' is deprecated. Use `provided?'
instead.
2001-08-25 Marius Vollmer <[email protected].de>
* readline.scm: Use load-extension instead of explicit
dynamic-link/dynamic-call. Removed ".so" extension from library
name.
2001-08-02 Neil Jerram <[email protected].net>
* readline.scm (call-with-readline-completion-function): New.
2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* Makefile.am, readline.scm: Updated copyright notice.
2001-07-09 Thien-Thi Nguyen <[email protected]>
* readline.c: Remove "face-lift" comment.
2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (completion_function): Use scm_list_n instead of
SCM_LISTn.
2001-06-14 Marius Vollmer <[email protected].de>
* readline.c, readline.h: Replace "scm_*_t" with "scm_t_*".
2001-06-14 Marius Vollmer <[email protected].de>
Thanks to Matthias Köppe!
* configure.in: Check for rl_filename_completion_function.
* readline.c (s_scm_filename_completion_function): Use
rl_filename_completion_function instead of
filename_completion_function, if we have it.
(scm_init_readline): Use rl_compentry_func_t instead if Function
when _RL_FUNCTION_TYPEDEF is defined.
* readline.h (scm_clear_history): New prototype.
2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (current_input_getc): Mark unused parameters with
SCM_UNUSED.
2001-06-03 Marius Vollmer <[email protected].de>
* configure.in: Added AC_PREREQ(2.50) and minimally changed for
autoconf 2.50. This is mostly so that the `transparent autoconf
wrapper' on Debian picks the right version of autoconf.
2001-05-31 Michael Livshin <[email protected]>
* Makefile.am (libguilereadline_la_SOURCES): removed readline.x
from here (not needed).
(CLEANFILES): added *.x (and removed from DISTCLEANFILES).
(MKDEP): copied from libguile/Makefile.am. not that it matters
now, but it will if we stop using BUILT_SOURCES for some reason.
2001-05-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Make it compile with --disable-deprecated.
* readline.h: scm_option->scm_option_t.
* readline.c (stream_from_fport): scm_fport->scm_fport_t;
scm_option->scm_option_t.
2001-05-23 Michael Livshin <[email protected]>
* readline.c (strdup): make `len' a size_t.
2001-05-10 Marius Vollmer <[email protected].de>
* readline.c (completion_function): Use SCM_VARIABLE_REF to access
scm_readline_completion_function_var.
(scm_init_readline): Use scm_c_define instead of scm_sysintern to
create scm_readline_completion_function_var.
2001-04-09 Marius Vollmer <[email protected].de>
* readline.c (scm_clear_history): New function.
* readline.scm (readline-port): Call clear-history on exit.
Thanks to Utz-Uwe Haus.
2001-03-09 Keisuke Nishida <[email protected]>
* readline.c: Add #include <stdio.h>
2001-03-05 Neil Jerram <[email protected].net>
* readline.scm (make-readline-port): Rewrite using
make-line-buffered-input-port.
(activate-readline): Call set-buffered-input-continuation?!.
2001-01-28 Marius Vollmer <[email protected].de>
* readline.scm (make-readline-port): PROMPT becomes PROMPT2 as
soon as GET-CHARACTER returns any character at all that was
previously read. This makes the continuation prompt appear
properly for partial expressions. Thanks to Neil Jerram!
2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
This patch fixes a problem reported by Martin Grabmueller about
the impossibility to access readline's run-time options.
* readline.scm: Added a comment about guile's behaviour if one of
the ports used by readline are closed.
(readline-options readline-enable readline-disable,
readline-set!): These are now defined here instead of in
boot-9.scm.
2001-01-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.scm (set-readline-input-port!,
set-readline-output-port!): Make sure that only valid port
parameters are passed. Thanks to Martin Grabmueller for sending
a patch that formed the basis for this change.
2001-01-18 Neil Jerram <[email protected].net>
* readline.scm (make-readline-port): Make readline port
input-only.
2000-12-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.scm (activate-readline): Lookup 'use-emacs-interface
in the-root-module.
2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (current_input_getc): Use more explicit predicate
than SCM_NIMP.
(scm_readline, scm_readline_init_ports, completion_function):
Remove redundant SCM_N?IMP tests.
(scm_readline): Fixed default input/output port parameter
handling.
2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (scm_readline, scm_add_history, completion_function,
scm_filename_completion_function): Replace calls to
SCM_COERCE_SUBSTR with SCM_STRING_COERCE_0TERMINATION_X.
(internal_readline, scm_add_history, scm_read_history,
scm_write_history, scm_filename_completion_function,
completion_function): Replace SCM_CHARS with SCM_STRING_CHARS.
2000-11-19 Gary Houston <[email protected]>
* configure.in: test $ac_cv_lib_readline_readline instead of
$ac_cv_lib_readline_main. Thanks to Lars J. Aas.
2000-09-17 Marius Vollmer <[email protected].de>
* configure.in: Check for curses, terminfo and termlib libraries
in addition to ncurses and termcap.
Check for `readline' in libreadline, not for `main'.
Thanks to Albert Chin!
2000-07-17 Marius Vollmer <[email protected].de>
* configure.in (rl_pre_input_hook): Don't check for this with
AC_CHECK_FUNCS, it doesn't work on HP/UX. Test for it with
AC_TRY_LINK.
2000-06-19 Mikael Djurfeldt <[email protected].se>
* readline.c (sigwinch_enable_restart, scm_init_readline):
Re-enable restart for SIGWINCH signal.
* configure.in: Added test if readline clears SA_RESTART flag for
SIGWINCH. (Thanks to Dale P. Smith.)
Check for siginterrupt and rl_pre_input_hook.
2000-06-14 Mikael Djurfeldt <[email protected].se>
* readline.c (scm_readline): Added parenthesis around && within
||.
Fixed up prototype for `reentry_barrier'.
Conditionally #include <unistd.h>. (Needed for `dup'.)
2000-06-13 Mikael Djurfeldt <[email protected].se>
* Makefile.am (dist-hook): Added kludge to fix automake generated
dependencies in the distribution archive Makefile.
2000-06-12 Mikael Djurfeldt <[email protected].se>
* readline.scm (apropos-completion-function): Don't define and
install if the 'regex feature is missing.
2000-06-06 Mikael Djurfeldt <[email protected].se>
* readline.c: Always provide scm_init_readline, also if readline
support is not included. Otherwise, a strange dynamic loading
error will occur. (It would be better not to install
libguilereadline at all.)
* readline-activator.scm (activate-readline): Report an error if
readline isn't provided by Guile.
* readline.scm: Report an error if readline isn't provided by
Guile; Added :no-backtrace to module header.
* configure.in: Put more ink before readline version warning.
(Thanks to Ian Grant.)
2000-06-01 Michael Livshin <[email protected]>
* autogen.sh: call ../guile-aclocal.sh instead of aclocal
2000-05-01 Gary Houston <[email protected]>
* readline.c: include libguile.h, not libguile/libguile.h.
2000-04-21 Mikael Djurfeldt <[email protected].se>
* *.*: Change includes so that they always use the "prefixes"
libguile/, qt/, guile-readline/, or libltdl/.
* 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.
2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (scm_readline): Must unpack SCM values to access
their raw contents.
2000-03-19 Michael Livshin <[email protected]>
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
indentation style.
2000-03-12 Mikael Djurfeldt <[email protected].se>
* readline.c (current_input_getc): Don't pass int values through
SCM variables.
(match_paren): Bugfix: First arg to select is not number of
descriptors but the number of the highest descriptor + 1.
Thu Mar 9 08:00:26 2000 Greg J. Badros <gjb@cs.washington.edu>
* readline.c: scm_validate.h renamed to validate.h.
Wed Mar 8 10:43:10 2000 Greg J. Badros <gjb@cs.washington.edu>
* readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
of readset.
2000-01-25 Marius Vollmer <[email protected].de>
* autogen.sh: Call libtoolize. Pass --add-missing option to
automake.
* readline.scm: Only link glue code when the 'readline feature is
not already present. Thanks to Clark McGrew.
Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
* readline.c (scm_init_readline): Drop extra argument to
scm_mutex_init as that argument should not exist. I do not know
how this escaped detection for so long.
2000-01-09 Mikael Djurfeldt <[email protected].se>
* readline.c (match_paren): Changed return type to int (this is
the definition in readline 4) and modified code layout according
to GNU coding standards.
Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu>
* readline.c: Whitespace changes -- added space after
SCM_VALIDATE_* macros to match GNU coding standards.
Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu>
* readline.c: Rename GUILE_PROC to SCM_DEFINE.
Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
* readline.c: Include libguile/scm_validate.h
Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
* readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
(now empty) docstrings.
1999-11-18 Gary Houston <[email protected]>
* readline.c (scm_init_readline): set rl_readline_name to Guile,
to allow conditionals in .inputrc.
1999-10-05 Jim Blandy <[email protected]>
* Makefile.in, configure, aclocal.m4: Deleted from CVS repository.
Run the autogen.sh script to create generated files like these.
* autogen.sh: New script, invoked by the top-level autogen.sh.
1999-09-22 Jim Blandy <[email protected]>
* configure.in: Call AM_PROG_CC_STDC.
* configure, aclocal.m4: Regenerated.
1999-09-16 Mikael Djurfeldt <[email protected].se>
* Makefile.am (.c.x): Use same rule as in libguile.
1999-09-12 Mikael Djurfeldt <[email protected].se>
* readline.h, readline.scm: Updated copyright notices.
1999-09-11 Mikael Djurfeldt <[email protected].se>
* readline.scm (activate-readline): Set (using-readline?).
1999-09-11 Jim Blandy <[email protected]>
* aclocal.m4: Regenerated with newer libtool macros.
* Makefile.am (DISTCLEANFILES): Get rid of .x files.
* Makefile.in: Regenerated.
(Thanks to Keisuke Nishida.)
1999-09-11 Marius Vollmer <[email protected].de>
* readline.scm: Moved from ../ice-9.
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".
* configure.in: Get version from ../GUILE-VERSION and use it for
package version.
* Makefile.am: Do not install and distribute
readline-activator.scm. Install and distribute readline.scm
instead.
* aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
probably with the wrong version of the tools.
1999-08-29 Mikael Djurfeldt <[email protected].se>
The following change makes it possible for applications to have
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.
1999-08-20 James Blandy <[email protected]>
* Makefile.in, aclocal.m4, configure: Regenerated.
1999-08-17 Mikael Djurfeldt <[email protected].se>
* configure.in (HAVE_RL_GETC_FUNCTION): Modified test to actually
use rl_getc_function. Otherwise smart compilers, like gcc,
optimize away the reference so that no error occurs in the link
phase.
1999-08-04 Mikael Djurfeldt <[email protected].se>
* Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
(Thanks to Greg Badros.)
1999-07-24 Mikael Djurfeldt <[email protected].se>
* readline.c (handle_error): Put a cosmetic newline on
rl_outstream on error before closing it.
* configure.in: Changed AC_MSG_ERROR into AC_MSG_WARN in case
readline doesn't exist on the system, so that configuration can
proceed normally without readline.
* readline.c: #include "libguile/_scm.h" (so that we get the
configuration information) and fix other includes so that they'll
work on a system where guile is not yet installed.
* Makefile.am (BUILT_SOURCES): Added.
1999-07-23 Marius Vollmer <[email protected].de>
* Checked everything into CVS.
1999-07-22 Marius Vollmer <[email protected].de>
* readline.c (stream_from_fport): New function.
(scm_readline): Use it to for the input and output ports. Close
the streams after readline returns.
(handle_error): Close them also when an error occured.
1999-06-17 Marius Vollmer <[email protected].de>
* readline.h, readline.c: Removed exception notice from copyright
statement.
1999-05-16 Marius Vollmer <[email protected].de>
* Started guile-readline package. Files are copied from old
guile-core package and slightly modified.
;; Local Variables:
;; coding: utf-8
;; End:
|