index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guile-readline
/
readline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix check for rl_get_keymap
...
Daniel Llorens
2020-02-12
1
-3
/
+3
*
readline: Avoid interpreting control characters in pastes.
...
Andy Wingo
2017-05-17
1
-1
/
+6
*
Avoid stifling readline history when looking up options
...
Daniel Llorens
2016-06-24
1
-27
/
+29
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-27
/
+5
|
\
|
*
simplify readline.c
...
Andy Wingo
2013-03-09
1
-27
/
+4
*
|
add scm_from_port_string and friends
...
Andy Wingo
2013-01-15
1
-7
/
+2
|
/
*
readline only handles SIGWINCH
...
Andy Wingo
2010-07-09
1
-9
/
+20
*
fix argument tab-completion
...
Andy Wingo
2010-06-02
1
-2
/
+2
*
decruftify scm_sys_protects
...
Andy Wingo
2009-12-05
1
-1
/
+1
*
Make scm_i_from_stringn into API for use with libguilereadline
...
Michael Gran
2009-09-09
1
-2
/
+2
*
Fix broken interaction between readline and Unicode
...
Michael Gran
2009-09-07
1
-2
/
+9
*
Don't use a sub-`configure' for `guile-readline'.
...
Ludovic Courtès
2009-08-21
1
-4
/
+4
*
Remove AC_SYS_RESTARTABLE_SYSCALLS and related code
...
Neil Jerram
2009-06-23
1
-23
/
+0
*
Change guile-readline license to GPLv3+
Neil Jerram
2009-06-17
1
-1
/
+1
*
Remove GH and its traces.
Han-Wen Nienhuys
2008-09-28
1
-1
/
+0
*
Release stuff: missing NEWS and 2007/2008 copyrights.
Neil Jerram
2008-02-15
1
-1
/
+1
*
* readline.c (scm_init_readline): Only do init_bouncing_parens ()
...
Neil Jerram
2008-01-29
1
-0
/
+4
*
Changes from arch/CVS synchronization
Ludovic Courtès
2007-06-25
1
-1
/
+2
*
terminate option list with NULL.
...
Han-Wen Nienhuys
2007-01-19
1
-3
/
+1
*
* readline.c: terminate option list with NULL.
...
Han-Wen Nienhuys
2007-01-19
1
-1
/
+2
*
merge from 1.8 branch
Kevin Ryde
2006-06-17
1
-4
/
+2
*
merge from 1.8 branch
Kevin Ryde
2006-04-16
1
-1
/
+1
*
The FSF has a new address.
Marius Vollmer
2005-05-23
1
-2
/
+2
*
Use scm_current_input_port instead of scm_cur_inp. Use scm_std_select
...
Marius Vollmer
2005-03-02
1
-5
/
+5
*
Avoid the use of discouraged or deprecated things.
Marius Vollmer
2004-08-19
1
-21
/
+28
*
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
Marius Vollmer
2004-07-10
1
-8
/
+8
*
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
...
Marius Vollmer
2004-07-06
1
-2
/
+2
*
* readline.c (redisplay): Removed. (It didn't do anything other
...
Mikael Djurfeldt
2003-04-05
1
-9
/
+1
*
* readline.c: add HAVE_CONFIG_H test guarding #include config.h.
Rob Browning
2003-03-19
1
-0
/
+4
*
Fix input/output port typo.
Neil Jerram
2003-01-08
1
-1
/
+1
*
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
...
Marius Vollmer
2002-11-03
1
-8
/
+0
*
fixed mangled comment.
Marius Vollmer
2002-11-02
1
-1
/
+1
*
(reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc.
Marius Vollmer
2002-10-27
1
-5
/
+5
*
2001-11-04 Stefan Jahn <stefan@lkcc.org>
...
Stefan Jahn
2001-11-04
1
-3
/
+21
*
Include `io.h' and exclude `sys/time.h' for MinGW.
Marius Vollmer
2001-11-02
1
-0
/
+4
*
* Removed lots of deprecated stuff.
Dirk Herrmann
2001-08-31
1
-4
/
+0
*
Remove "face-lift" comment.
Thien-Thi Nguyen
2001-07-09
1
-2
/
+0
*
* Don't use SCM_LISTn any more.
Dirk Herrmann
2001-06-30
1
-2
/
+2
*
Replace "scm_*_t" with "scm_t_*".
Marius Vollmer
2001-06-14
1
-5
/
+5
*
* configure.in: Check for rl_filename_completion_function.
...
Marius Vollmer
2001-06-14
1
-0
/
+8
*
* Introduce SCM_UNUSED and mark unused function parameters.
...
Dirk Herrmann
2001-06-07
1
-2
/
+2
*
Make it compile with --disable-deprecated.
...
Martin Grabmüller
2001-05-24
1
-2
/
+2
*
* validate.h
...
Michael Livshin
2001-05-24
1
-1
/
+1
*
Merged from mvo-vcell-cleanup-1-branch.
Marius Vollmer
2001-05-15
1
-2
/
+2
*
* readline.c (scm_clear_history): New function.
...
Marius Vollmer
2001-04-10
1
-0
/
+10
*
* readline.c: Add #include <stdio.h>
Keisuke Nishida
2001-03-09
1
-0
/
+1
*
* Fixed readline default input/output port parameter handling.
...
Dirk Herrmann
2000-11-24
1
-9
/
+9
*
* Don't uses anything deprecated any more.
Dirk Herrmann
2000-11-24
1
-10
/
+10
*
Fix
Mikael Djurfeldt
2000-06-19
1
-2
/
+2
*
* readline.c (sigwinch_enable_restart, scm_init_readline):
...
Mikael Djurfeldt
2000-06-19
1
-0
/
+24
[next]