| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245]) | eban | 2002-12-30 | 3 | -14/+20 |
* | * typofix | eban | 2002-12-30 | 1 | -1/+1 |
* | * parse.y (yylex): use strncmp instead of strcmp. | eban | 2002-12-30 | 2 | -2/+7 |
* | * ext/extmk.rb: split --make argument contains options, assume | nobu | 2002-12-30 | 5 | -13/+32 |
* | 2002-12-30 | nobu | 2002-12-30 | 1 | -3/+3 |
* | * string.c (rb_str_substr): should share the shared string if | nobu | 2002-12-30 | 2 | -2/+10 |
* | * ext/socket/socket.c (tcp_svr_init): local host to | nobu | 2002-12-29 | 2 | -3/+11 |
* | * file.c (rb_file_s_chmod): get rid of gcc-3 -O3 warning. | nobu | 2002-12-29 | 2 | -1/+3 |
* | 2002-12-29 | nobu | 2002-12-29 | 1 | -3/+3 |
* | * gc.c (gc_sweep): adjust GC trigger. | nobu | 2002-12-29 | 6 | -44/+35 |
* | add location. | aamine | 2002-12-29 | 1 | -1/+2 |
* | forgot to commit ChangeLog. | aamine | 2002-12-29 | 1 | -0/+4 |
* | * lib/fileutils.rb: should not inherit ftools.rb's misfeature. | aamine | 2002-12-29 | 1 | -3/+0 |
* | * lib/fileutils.rb (cmp): return false if file size differs. | usa | 2002-12-28 | 2 | -1/+5 |
* | * instruby.rb: remove junk args. | eban | 2002-12-28 | 4 | -1/+12 |
* | * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMA | wakou | 2002-12-27 | 2 | -0/+8 |
* | 2002-12-28 | eban | 2002-12-27 | 2 | -3/+14 |
* | * instruby.rb: use getopts.rb. | eban | 2002-12-27 | 1 | -11/+6 |
* | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban | 2002-12-27 | 4 | -10/+14 |
* | * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir from | nobu | 2002-12-27 | 3 | -8/+15 |
* | * wince/config, wince/configure.bat: replace 1.7 with 1.8 | uema2 | 2002-12-27 | 3 | -141/+140 |
* | * instruby.rb: fileutils.rb accepts only one argument. | aamine | 2002-12-27 | 2 | -1/+5 |
* | * lib/fileutils.rb (fu_parseargs): reject illegal options correctly. | aamine | 2002-12-27 | 2 | -46/+54 |
* | * instruby.rb: check only `-' option, and use fileutils instead of | nobu | 2002-12-26 | 2 | -57/+35 |
* | * lib/net/telnet.rb: Telnet#print not add "\n". | wakou | 2002-12-26 | 3 | -22/+35 |
* | 2002-12-26 | eban | 2002-12-26 | 1 | -3/+3 |
* | commit miss. | eban | 2002-12-26 | 1 | -0/+8 |
* | * configure.in: cleanups for MinGW. remove -D__NO_ISOCEXT in $CFLAGS. | eban | 2002-12-26 | 1 | -3/+2 |
* | * ext/extmk.rb (create_makefile): check only `-' option. | eban | 2002-12-26 | 2 | -11/+8 |
* | * win32/setup.mak (-prologue-): moved srcdir macro definition. | usa | 2002-12-26 | 2 | -1/+6 |
* | exiled historical RD inclusion, wrong [ruby-dev:19191] | gotoken | 2002-12-25 | 1 | -13/+2 |
* | * regex.c (re_match_exec): fix odd \G behavior based on the patch | matz | 2002-12-25 | 3 | -6/+24 |
* | * bcc32/setup.mak (-generic-): removed garbages. | nobu | 2002-12-25 | 2 | -2/+6 |
* | * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h): | usa | 2002-12-25 | 5 | -21/+45 |
* | Synchronize with reality. | knu | 2002-12-24 | 1 | -8/+2 |
* | * lib/irb/completion.rb: Use Object#class rather than Object#type. | knu | 2002-12-24 | 2 | -1/+5 |
* | * lib/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do not | knu | 2002-12-24 | 3 | -2/+8 |
* | * numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826] | usa | 2002-12-24 | 2 | -1/+5 |
* | 021224 | matz | 2002-12-24 | 5 | -16/+69 |
* | * class.c (ins_methods_i): should not show ID_ALLOCATOR. | matz | 2002-12-24 | 6 | -8/+32 |
* | Convert RD to Rdoc. | knu | 2002-12-24 | 1 | -216/+119 |
* | * lib/README: Synchronize with reality. | knu | 2002-12-23 | 2 | -4/+11 |
* | * MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough. | knu | 2002-12-23 | 4 | -0/+696 |
* | Rename an argument name to avoid a potential clash. | knu | 2002-12-23 | 1 | -2/+2 |
* | * ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument. | usa | 2002-12-21 | 2 | -3/+6 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 15 | -4/+32 |
* | * lib/mkmf.rb (create_makefile): accept pure ruby libraries. | eban | 2002-12-21 | 2 | -18/+28 |
* | * misc/ruby-mode.el (ruby-parse-partial): keywords must not be | nobu | 2002-12-20 | 2 | -0/+7 |
* | ditto. | nobu | 2002-12-20 | 3 | -16/+12 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 12 | -15/+22 |