summaryrefslogtreecommitdiff
path: root/ext/readline
AgeCommit message (Expand)Author
2009-08-21use rl_prep_terminal only on Windows. [ruby-core:25009]naruse
2009-08-20Fix: change terminal's size on Widows when the window size is changednaruse
2009-07-17* ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui
2009-07-17 * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa
2009-07-16Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse
2009-07-10* ext/readline/readline.c (readline_attempted_completion_function):nobu
2009-07-10* ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji
2009-07-10* ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji
2009-05-26* ext/readline/readline.c (readline_getc): the function fornaruse
2009-04-26* ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu
2009-04-18* ext/readline/readline.c: use rb_f_notimplement for methods notakr
2009-02-04* ext/readline/readline.c (Init_readline): entry may be NULL.kazu
2009-02-03* ext/readline/extconf.rb: checked rl_set_screen_size andkouji
2009-02-03* ext/readline/readline.c: updated year of copyright.kouji
2009-02-03* ext/readline/readline.c (readline_s_set_completion_proc): setkouji
2009-01-17* configure.in (darwin): get rid of strange settings issue ofnobu
2008-12-12* ext/readline/readline.ckouji
2008-12-12* ext/readline/readline.c: r20662 reverted.kouji
2008-12-12* ext/readline/readline.c (readline_readline): changed the messagekouji
2008-12-12* ext/readline/readline.c: used the ExportStringValue macrokouji
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-21* string.c (rb_external_str_new_with_enc): wrong condition tomatz
2008-09-22* ext/readline/readline.c (Init_readline): used remove_history tokouji
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-13* golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu
2008-08-11* ext/readline/README.ja: added API document forkouji
2008-08-07* ext/.document: added readline/readline.c.kouji
2008-08-07* ext/readline/README.ja: updated API document for Readline module.kouji
2008-08-01* ext/readline/extconf.rb: checked to have clear_history inkouji
2008-06-22* ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu
2008-04-21 * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu
2008-02-20 * ext/readline/extconf.rb (rl_event_hook): workaround for nativeusa
2008-02-19* ext/readline/readline.c (readline_event): prevent polling. based onnobu
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-28 * encoding.c (rb_locale_encoding): should check return value fromusa
2007-12-28 * ext/readline/readline.c (readline_readline, readline_s_set_input):usa
2007-12-28 * ext/readline/readline.c (readline_readline): set encoding to result.usa
2007-12-14* ext/readline/extconf.rb: should use have_func for functions insteadnobu
2007-06-10* include/ruby: moved public headers.nobu
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2006-12-31 * Merge YARVko1
2006-12-14* ext/readline/readline.c: NetBSD editline does not havematz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ruby.h (struct RString): embed small strings.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_functionakr
2006-06-24add extconf.h to .cvsignore.akr
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-09-24banish some warnings.akr