aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* forgotten MATCH_DATA...nobu2001-09-202-1/+5
* for special local variable.nobu2001-09-201-0/+35
* * eval.c, intern.h (rb_svar): return reference to special variablenobu2001-09-204-53/+101
* * string.c (rb_str_init): String.new() => ""matz2001-09-199-50/+94
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-0816-69/+143
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-072-1/+6
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-072-2/+7
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-063-77/+72
* * dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu2001-09-062-11/+23
* * lib/jcode.rb: fixup quote handing.eban2001-09-061-8/+11
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-062-1/+6
* * ext/readline/readline.c: restore terminal modeshugo2001-09-063-17/+104
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-062-0/+17
* * lib/jcode.rb (_regexp_quote): fix quote handling, again.eban2001-09-062-12/+18
* * file.c (rb_find_file_ext): add const qualifiers to ext.nobu2001-09-053-2/+8
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-052-23/+4
* typo fixeban2001-09-051-1/+1
* * lib/jcode.rb (_regexp_quote): fix quote handling.eban2001-09-052-3/+5
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-059-47/+232
* * intern.h (rb_find_file_ext): changed from rb_find_file_noext().nobu2001-09-032-1/+5
* * ruby.c (proc_option): fix shift ARGV issueeban2001-09-031-1/+3
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-0312-158/+134
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-1/+1
* * error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu2001-09-032-1/+6
* 2001-09-01nobu2001-09-011-2/+2
* commit miss.nobu2001-09-011-1/+1
* * ruby.c (set_arg0): prevent SEGV when val is longer than thenobu2001-09-012-16/+25
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-2915-60/+100
* 2001-08-24eban2001-08-241-2/+2
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-243-2/+10
* fix typo.nobu2001-08-232-1/+5
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-2315-42/+176
* * ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban2001-08-203-9/+9
* * parse.y (tokadd_escape): escaped backslashes too much.matz2001-08-202-1/+5
* * range.c (range_step): 'iter' here should be an array.matz2001-08-2016-52/+101
* aamineaamine2001-08-178-37/+49
* Mention ext/curses.knu2001-08-161-22/+5
* * curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.ttate2001-08-162-32/+39
* 2001-08-16eban2001-08-161-2/+2
* * ext/socket/socket.c (s_recvfrom): fix typo.usa2001-08-162-2/+6
* * ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa2001-08-162-0/+6
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-153-2/+8
* * ext/digest/*/extconf.rb: really fix so that they build from anyknu2001-08-145-10/+15
* * ext/digest/sha2/extconf.rb: fix so that they build from anyknu2001-08-142-1/+6
* * ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu2001-08-143-6/+20
* * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu2001-08-142-0/+13
* * range.c (range_step): new method.matz2001-08-1411-64/+182
* Update.knu2001-08-131-0/+5
* Update.knu2001-08-131-0/+4
* * bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.knu2001-08-133-2/+6