aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-22/+43
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-071-0/+5
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-071-0/+4
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-061-0/+11
* * dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu2001-09-061-0/+8
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-061-0/+5
* * ext/readline/readline.c: restore terminal modeshugo2001-09-061-0/+22
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-061-0/+5
* * lib/jcode.rb (_regexp_quote): fix quote handling, again.eban2001-09-061-0/+4
* * file.c (rb_find_file_ext): add const qualifiers to ext.nobu2001-09-051-0/+6
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-051-0/+4
* * lib/jcode.rb (_regexp_quote): fix quote handling.eban2001-09-051-0/+4
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-0/+19
* * intern.h (rb_find_file_ext): changed from rb_find_file_noext().nobu2001-09-031-0/+4
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-0/+31
* * error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu2001-09-031-0/+5
* * ruby.c (set_arg0): prevent SEGV when val is longer than thenobu2001-09-011-0/+8
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-0/+29
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-241-0/+7
* fix typo.nobu2001-08-231-0/+4
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+44
* * ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban2001-08-201-0/+6
* * parse.y (tokadd_escape): escaped backslashes too much.matz2001-08-201-0/+4
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-0/+21
* aamineaamine2001-08-171-0/+12
* * ext/socket/socket.c (s_recvfrom): fix typo.usa2001-08-161-1/+5
* * ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa2001-08-161-0/+4
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-151-0/+6
* * ext/digest/*/extconf.rb: really fix so that they build from anyknu2001-08-141-0/+5
* * ext/digest/sha2/extconf.rb: fix so that they build from anyknu2001-08-141-0/+5
* * ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu2001-08-141-0/+8
* * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu2001-08-141-0/+5
* * range.c (range_step): new method.matz2001-08-141-0/+27
* * bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.knu2001-08-131-0/+4
* * string.c (rb_str_cat): fix buffer overflow.nobu2001-08-121-2/+9
* * win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).usa2001-08-071-0/+4
* a problem about `associated' String and `str_buf'.nobu2001-08-061-0/+8
* * numeric.c (num_divmod): fix typo.usa2001-08-061-0/+4
* * struct.c (rb_struct_modify): should check frozen and taintmatz2001-08-061-0/+5
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-0/+49
* * file.c (strrdirsep): removed meaningless code.nobu2001-08-011-0/+6
* * eval.c (ruby_run): avoid VC++ warning.usa2001-08-011-0/+4
* * marshal.c (Init_marshal): fix typos.usa2001-07-311-0/+4
* * process.c (last_status_set): nothing returned, should be void.nobu2001-07-311-0/+6
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-0/+29
* * file.c (rb_file_s_expand_path): scans per path element not pernobu2001-07-301-2/+8
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+5
* * eval.c (rb_provided): extension should be guessed usingmatz2001-07-271-0/+28
* * file.c (rb_find_file_noext, rb_find_file): fix tilde expansioneban2001-07-261-0/+5
* * intern.h: add some missing function prototypes.knu2001-07-251-0/+4