summaryrefslogtreecommitdiffstats
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* use rl_prep_terminal only on Windows. [ruby-core:25009]naruse2009-08-211-1/+3
* Fix: change terminal's size on Widows when the window size is changednaruse2009-08-201-0/+1
* * ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui2009-07-172-0/+3
* * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa2009-07-172-0/+3
* Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse2009-07-161-0/+3
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2009-07-101-6/+6
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-102-0/+23
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-103-6/+75
* * ext/readline/readline.c (readline_getc): the function fornaruse2009-05-261-3/+3
* * ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu2009-04-262-5/+35
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-181-98/+78
* * ext/readline/readline.c (Init_readline): entry may be NULL.kazu2009-02-041-2/+4
* * ext/readline/extconf.rb: checked rl_set_screen_size andkouji2009-02-032-0/+62
* * ext/readline/readline.c: updated year of copyright.kouji2009-02-031-1/+1
* * ext/readline/readline.c (readline_s_set_completion_proc): setkouji2009-02-031-1/+3
* * configure.in (darwin): get rid of strange settings issue ofnobu2009-01-171-2/+2
* * ext/readline/readline.ckouji2008-12-121-4/+3
* * ext/readline/readline.c: r20662 reverted.kouji2008-12-121-10/+15
* * ext/readline/readline.c (readline_readline): changed the messagekouji2008-12-121-1/+1
* * ext/readline/readline.c: used the ExportStringValue macrokouji2008-12-121-15/+10
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-16/+16
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-211-23/+27
* * ext/readline/readline.c (Init_readline): used remove_history tokouji2008-09-221-1/+9
* * include/ruby/signal.h: removed.ko12008-09-031-1/+0
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-131-1/+1
* * ext/readline/README.ja: added API document forkouji2008-08-113-0/+67
* * ext/.document: added readline/readline.c.kouji2008-08-073-66/+411
* * ext/readline/README.ja: updated API document for Readline module.kouji2008-08-071-35/+376
* * ext/readline/extconf.rb: checked to have clear_history inkouji2008-08-012-6/+52
* * ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu2008-06-221-9/+13
* * 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