summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-09-06* lib/jcode.rb (_regexp_quote): fix quote handling, again.eban
2001-09-05* file.c (rb_find_file_ext): add const qualifiers to ext.nobu
2001-09-05* ext/socket/socket.c (Init_socket): remove duplicating constants.nobu
2001-09-05typo fixeban
2001-09-05* lib/jcode.rb (_regexp_quote): fix quote handling.eban
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-09-03* intern.h (rb_find_file_ext): changed from rb_find_file_noext().nobu
2001-09-03* ruby.c (proc_option): fix shift ARGV issueeban
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-09-03* error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu
2001-09-012001-09-01nobu
2001-09-01commit miss.nobu
2001-09-01* ruby.c (set_arg0): prevent SEGV when val is longer than thenobu
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-242001-08-24eban
2001-08-24* dln.c (dln_strerror): fix a bug that sometimes made null message onusa
2001-08-23fix typo.nobu
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban
2001-08-20* parse.y (tokadd_escape): escaped backslashes too much.matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-17aamineaamine
2001-08-16Mention ext/curses.knu
2001-08-16* curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.ttate
2001-08-162001-08-16eban
2001-08-16* ext/socket/socket.c (s_recvfrom): fix typo.usa
2001-08-16* ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa
2001-08-15* win32/win32.c (NtCmdGlob): avoid VC++ warning.usa
2001-08-14* ext/digest/*/extconf.rb: really fix so that they build from anyknu
2001-08-14* ext/digest/sha2/extconf.rb: fix so that they build from anyknu
2001-08-14* ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu
2001-08-14* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu
2001-08-14* range.c (range_step): new method.matz
2001-08-13Update.knu
2001-08-13Update.knu
2001-08-13* bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.knu
2001-08-13bug fix for Window#{keypad,keypad=}ttate
2001-08-12new methods and constants for using the mouse, character attributes,ttate
2001-08-12* string.c (rb_str_cat): fix buffer overflow.nobu
2001-08-07* win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).usa
2001-08-06a problem about `associated' String and `str_buf'.nobu
2001-08-06* socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H.matz
2001-08-06* numeric.c (num_divmod): fix typo.usa
2001-08-06* struct.c (rb_struct_modify): should check frozen and taintmatz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-08-01* file.c (strrdirsep): removed meaningless code.nobu
2001-08-01* eval.c (ruby_run): avoid VC++ warning.usa
2001-07-31* marshal.c (Init_marshal): fix typos.usa