| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
* | * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly | matz | 2003-07-26 | 1 | -3/+4 |
* | * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings. | usa | 2003-04-17 | 1 | -0/+6 |
* | * ext/readline/readline.c: add the defined operator for bcc32. | eban | 2003-04-17 | 1 | -3/+3 |
* | * ext/readline/readline.c: include <unistd.h> only when | usa | 2003-04-09 | 1 | -0/+2 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -5/+1 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may be | nobu | 2002-08-30 | 1 | -3/+1 |
* | typo | nobu | 2002-08-06 | 1 | -17/+17 |
* | * ext/readline/readline.c (readline_readline): get rid of | nobu | 2002-06-20 | 1 | -0/+3 |
* | Make cvs ignore mkmf.log. | knu | 2002-03-04 | 1 | -0/+1 |
* | * ext/readline/readline.c: new methods | shugo | 2001-12-19 | 1 | -0/+220 |
* | * ext/readline/readline.c: restore terminal mode | shugo | 2001-09-06 | 2 | -17/+82 |
* | Rename *.jp to *.ja, since jp is a region code and ja is a language | knu | 2001-07-19 | 2 | -0/+1 |
* | Detypo and reword a bit. | knu | 2001-07-05 | 2 | -11/+13 |
* | * error.c (exc_exception): clone the receiver exception instead of | matz | 2001-07-02 | 2 | -27/+87 |
* | * ext/readline/readline.c (readline_event): a non-void function | knu | 2001-06-23 | 1 | -0/+1 |
* | * ext/readline/readline.c: add new methods: | knu | 2001-06-19 | 2 | -3/+45 |
* | * parse.y (arg): "||=" should not warn for uninitialized instance | matz | 2001-05-07 | 1 | -4/+5 |
* | forgot some checkins. | matz | 2001-05-06 | 2 | -9/+18 |
* | Add .cvsignore's. | knu | 2001-01-09 | 1 | -0/+1 |
* | 2000-05-18 | matz | 2000-05-18 | 1 | -3/+4 |