aboutsummaryrefslogtreecommitdiffstats
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-211-0/+2
* * ext/readline/extconf.rb (rl_event_hook): workaround for nativeusa2008-02-201-1/+2
* * ext/readline/readline.c (readline_event): prevent polling. based onnobu2008-02-191-2/+14
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-3/+0
* * encoding.c (rb_locale_encoding): should check return value fromusa2007-12-281-16/+1
* * ext/readline/readline.c (readline_readline, readline_s_set_input):usa2007-12-281-3/+3
* * ext/readline/readline.c (readline_readline): set encoding to result.usa2007-12-281-1/+18
* * ext/readline/extconf.rb: should use have_func for functions insteadnobu2007-12-141-4/+3
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-2/+2
* * Merge YARVko12006-12-311-1/+0
* * ext/readline/readline.c: NetBSD editline does not havematz2006-12-142-0/+6
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-4/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-31/+29
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-071-0/+1
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-241-1/+3
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * math.c (log2): may be a macro.nobu2006-06-091-0/+4
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-87/+36
* banish some warnings.akr2005-09-241-1/+0
* * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo2005-06-171-4/+30
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-2/+1
* * ext/readline/readline.c (readline_attempted_completion_function):shugo2005-05-201-3/+4
* * ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo2005-05-192-6/+29
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-192-113/+144
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-3/+9
* * ext/readline/readline.c: suppress warnings.nobu2005-01-161-6/+10
* * ext/readline/readline.c (readline_s_set_completion_append_character):shugo2004-11-191-4/+9
* * ext/readline/readline.c: check $SAFE.shugo2004-11-181-15/+50
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-6/+0
* * ext/readline/extconf.rb: added dir_config for curses, ncurses,shugo2004-07-151-0/+3
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-3/+4
* * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa2003-04-171-0/+6
* * ext/readline/readline.c: add the defined operator for bcc32.eban2003-04-171-3/+3
* * ext/readline/readline.c: include <unistd.h> only whenusa2003-04-091-0/+2
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-5/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-301-3/+1
* typonobu2002-08-061-17/+17
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+3
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * ext/readline/readline.c: new methodsshugo2001-12-191-0/+220
* * ext/readline/readline.c: restore terminal modeshugo2001-09-062-17/+82
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-192-0/+1
* Detypo and reword a bit.knu2001-07-052-11/+13
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-022-27/+87
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-231-0/+1
* * ext/readline/readline.c: add new methods:knu2001-06-192-3/+45
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-4/+5