index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
readline
Age
Commit message (
Expand
)
Author
2008-04-15
* rubyio.h (rb_io_t): renamed from OpenFile.
nobu
2008-02-19
* ext/readline/readline.c (readline_event): prevent polling. based on
nobu
2007-12-14
* ext/readline/extconf.rb: should use have_func for functions instead
nobu
2006-12-14
* ext/readline/readline.c: NetBSD editline does not have
matz
2006-08-07
* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,
matz
2006-07-24
* ext/readline/readline.c (readline_readline): rl_deprep_term_function
akr
2005-10-30
* ext/readline/readline.c (readline_readline): type check.
matz
2005-05-25
* ext/readline/readline.c: supported libedit. (backported from HEAD)
shugo
2005-02-28
* exception error messages updated. [ruby-core:04497]
matz
2005-02-16
* cancel [ruby-dev:25699], which is for 1.9.
matz
2005-02-15
* ext/readline/readline.c (Readline.readline): use rl_outstream
matz
2005-01-16
* ext/readline/readline.c: suppress warnings.
nobu
2004-12-03
* ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)
shugo
2004-11-01
* MANIFEST, ext/**/MANIFEST: removed.
eban
2004-07-15
* ext/readline/extconf.rb: added dir_config for curses, ncurses,
shugo
2004-04-05
* eval.c (top_include): include in the wrapped load is done for
matz
2003-07-26
* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly
matz
2003-04-17
* ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.
usa
2003-04-17
* ext/readline/readline.c: add the defined operator for bcc32.
eban
2003-04-09
* ext/readline/readline.c: include <unistd.h> only when
usa
2003-01-16
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2002-09-08
* configure.in: modify program_prefix only if specified
eban
2002-08-30
* ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may be
nobu
2002-08-06
typo
nobu
2002-06-20
* ext/readline/readline.c (readline_readline): get rid of
nobu
2002-03-04
Make cvs ignore mkmf.log.
knu
2001-12-19
* ext/readline/readline.c: new methods
shugo
2001-09-06
* ext/readline/readline.c: restore terminal mode
shugo
2001-07-19
Rename *.jp to *.ja, since jp is a region code and ja is a language
knu
2001-07-05
Detypo and reword a bit.
knu
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-06-23
* ext/readline/readline.c (readline_event): a non-void function
knu
2001-06-19
* ext/readline/readline.c: add new methods:
knu
2001-05-07
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
2001-05-06
forgot some checkins.
matz
2001-01-09
Add .cvsignore's.
knu
2000-05-18
2000-05-18
matz
2000-05-13
support mingw32.
eban
2000-02-08
2000-02-08
matz
1999-10-21
ext/*/depend
matz
1999-08-13
remove marshal/gtk/kconv
matz
1999-01-20
Initial revision
matz