| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/readline/readline.c (Init_readline): entry may be NULL. | kazu | 2009-02-04 | 1 | -2/+4 |
* | * ext/readline/extconf.rb: checked rl_set_screen_size and | kouji | 2009-02-03 | 2 | -0/+62 |
* | * ext/readline/readline.c: updated year of copyright. | kouji | 2009-02-03 | 1 | -1/+1 |
* | * ext/readline/readline.c (readline_s_set_completion_proc): set | kouji | 2009-02-03 | 1 | -1/+3 |
* | * configure.in (darwin): get rid of strange settings issue of | nobu | 2009-01-17 | 1 | -2/+2 |
* | * ext/readline/readline.c | kouji | 2008-12-12 | 1 | -4/+3 |
* | * ext/readline/readline.c: r20662 reverted. | kouji | 2008-12-12 | 1 | -10/+15 |
* | * ext/readline/readline.c (readline_readline): changed the message | kouji | 2008-12-12 | 1 | -1/+1 |
* | * ext/readline/readline.c: used the ExportStringValue macro | kouji | 2008-12-12 | 1 | -15/+10 |
* | * string.c (rb_external_str_new_with_enc): no implicit strlen call. | matz | 2008-10-22 | 1 | -16/+16 |
* | * string.c (rb_external_str_new_with_enc): wrong condition to | matz | 2008-10-21 | 1 | -23/+27 |
* | * ext/readline/readline.c (Init_readline): used remove_history to | kouji | 2008-09-22 | 1 | -1/+9 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -1/+0 |
* | * golf_prelude.rb, lib/set.rb (TC_Set#test_each), | knu | 2008-08-13 | 1 | -1/+1 |
* | * ext/readline/README.ja: added API document for | kouji | 2008-08-11 | 3 | -0/+67 |
* | * ext/.document: added readline/readline.c. | kouji | 2008-08-07 | 3 | -66/+411 |
* | * ext/readline/README.ja: updated API document for Readline module. | kouji | 2008-08-07 | 1 | -35/+376 |
* | * ext/readline/extconf.rb: checked to have clear_history in | kouji | 2008-08-01 | 2 | -6/+52 |
* | * ext/readline/extconf.rb (have_readline_func): readline on Mac OS X | nobu | 2008-06-22 | 1 | -9/+13 |
* | * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair): | knu | 2008-04-21 | 1 | -0/+2 |
* | * ext/readline/extconf.rb (rl_event_hook): workaround for native | usa | 2008-02-20 | 1 | -1/+2 |
* | * ext/readline/readline.c (readline_event): prevent polling. based on | nobu | 2008-02-19 | 1 | -2/+14 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -3/+0 |
* | * encoding.c (rb_locale_encoding): should check return value from | usa | 2007-12-28 | 1 | -16/+1 |
* | * ext/readline/readline.c (readline_readline, readline_s_set_input): | usa | 2007-12-28 | 1 | -3/+3 |
* | * ext/readline/readline.c (readline_readline): set encoding to result. | usa | 2007-12-28 | 1 | -1/+18 |
* | * ext/readline/extconf.rb: should use have_func for functions instead | nobu | 2007-12-14 | 1 | -4/+3 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -2/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -1/+0 |
* | * ext/readline/readline.c: NetBSD editline does not have | matz | 2006-12-14 | 2 | -0/+6 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -4/+4 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -31/+29 |
* | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 1 | -0/+1 |
* | * ext/readline/readline.c (readline_readline): rl_deprep_term_function | akr | 2006-07-24 | 1 | -1/+3 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -0/+4 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -87/+36 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+0 |
* | * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. | shugo | 2005-06-17 | 1 | -4/+30 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -2/+1 |
* | * ext/readline/readline.c (readline_attempted_completion_function): | shugo | 2005-05-20 | 1 | -3/+4 |
* | * ext/readline/extconf.rb: check rl_vi_editing_mode() and | shugo | 2005-05-19 | 2 | -6/+29 |
* | * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858] | shugo | 2005-05-19 | 2 | -113/+144 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -3/+9 |
* | * ext/readline/readline.c: suppress warnings. | nobu | 2005-01-16 | 1 | -6/+10 |
* | * ext/readline/readline.c (readline_s_set_completion_append_character): | shugo | 2004-11-19 | 1 | -4/+9 |
* | * ext/readline/readline.c: check $SAFE. | shugo | 2004-11-18 | 1 | -15/+50 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -6/+0 |
* | * ext/readline/extconf.rb: added dir_config for curses, ncurses, | shugo | 2004-07-15 | 1 | -0/+3 |