aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-0/+72
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-271-0/+15
* sorry, check in miss.aamine2001-06-261-1/+2
* aamineaamine2001-06-261-0/+9
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-231-0/+5
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-221-0/+5
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-221-0/+4
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-0/+19
* * gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban2001-06-191-0/+4
* * ext/readline/readline.c: add new methods:knu2001-06-191-0/+6
* * eval.c (svalue_to_mvalue): new function to convert from svaluematz2001-06-191-0/+14
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-0/+33
* * dir.c (Init_Dir): add a new method File::fnmatch? along withknu2001-06-131-0/+6
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-121-0/+19
* * lib/mkmf.rb: target_prefix is only for installation, not forknu2001-06-121-0/+5
* * confgure.in: add RUBY_CANONICAL_BUILD.eban2001-06-111-0/+4
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-0/+12
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-0/+19
* * parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz2001-06-071-1/+5
* * lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju2001-06-061-0/+7
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-061-1/+9
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-061-0/+8
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-051-0/+10
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-0/+47
* * ext/etc/extconf.rb: use egrep_cpp.eban2001-06-051-0/+4
* * lib/shellwords.rb: don't destroy argument.wakou2001-06-031-0/+4
* * lib/cgi/session.rb: don't use module_function for Class.shugo2001-06-021-0/+4
* * irb messages: fix typos.keiju2001-06-011-0/+4
* * hash.c (replace_i): ignore when key == Qundef.matz2001-06-011-0/+4
* * parse.y (call_args2): confusion with list_append() andmatz2001-06-011-0/+5
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-0/+13
* * configure.in: use waitpid on mingw32.eban2001-06-011-0/+6
* * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban2001-05-311-0/+4
* * win32/dir.h: re-add.usa2001-05-301-0/+4
* * configure.in: default --with-libc_r to `no' until the problem isknu2001-05-301-0/+5
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-0/+78
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-281-3/+21
* * ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa2001-05-281-0/+5
* * dir.c (glob_helper): teach has_magic() to handle flags and getknu2001-05-271-0/+8
* * MANIFEST: add win32/dir.h .usa2001-05-251-0/+4
* * ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu2001-05-241-0/+5
* * MANIFEST: update the entries I forgot to add or remove.knu2001-05-241-0/+4
* Fix the previous ChangeLog entry.knu2001-05-241-2/+2
* * ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu2001-05-241-0/+7
* * ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu2001-05-241-0/+5
* * mkconfig.rb: autoconf 2.50 support.eban2001-05-241-0/+4
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-0/+14
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-221-0/+20
* * bignum.c (rb_big2str): t should be protected from GC.matz2001-05-211-0/+13
* * ext/extmk.rb.in (xsystem): backout the previous fix which wasknu2001-05-171-0/+5