aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug fix for obj.extend(Mutex_m).keiju2001-06-061-8/+21
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-064-23/+12
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-065-55/+82
* Update.knu2001-06-051-0/+32
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-054-12/+33
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-0510-228/+399
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-052-19/+9
* * ext/etc/extconf.rb: use egrep_cpp.eban2001-06-052-11/+6
* * MANIFEST: add doc/NEWS.eban2001-06-041-0/+1
* Add NEWS, in which we describe the changes that affect users.knu2001-06-041-0/+261
* * lib/shellwords.rb: don't destroy argument.wakou2001-06-032-1/+5
* * lib/cgi/session.rb: don't use module_function for Class.shugo2001-06-022-1/+4
* * irb messages: fix typos.keiju2001-06-015-4/+8
* * hash.c (replace_i): ignore when key == Qundef.matz2001-06-012-1/+8
* * parse.y (call_args2): confusion with list_append() andmatz2001-06-012-4/+9
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-015-12/+30
* 2001-06-01eban2001-06-011-2/+2
* * configure.in: use waitpid on mingw32.eban2001-06-013-2/+9
* * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban2001-05-313-5/+9
* * win32/dir.h: re-add.usa2001-05-302-0/+24
* * configure.in: default --with-libc_r to `no' until the problem isknu2001-05-302-1/+6
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-3024-420/+922
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-308-29/+1415
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-288-20/+43
* * ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa2001-05-282-17/+19
* 2001-05-28eban2001-05-281-2/+2
* * dir.c (glob_helper): teach has_magic() to handle flags and getknu2001-05-272-17/+30
* Revise more.knu2001-05-261-5/+11
* Sync with reality.knu2001-05-261-21/+27
* Synchronize MANIFEST with reality. Add missing files.knu2001-05-265-47/+584
* * MANIFEST: add win32/dir.h .usa2001-05-252-0/+5
* * mkconfig.rb: typo.eban2001-05-251-1/+1
* * ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu2001-05-242-1/+6
* * MANIFEST: update the entries I forgot to add or remove.knu2001-05-242-4/+33
* Fix the previous ChangeLog entry.knu2001-05-241-2/+2
* * ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu2001-05-243-12/+43
* * ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu2001-05-242-5/+8
* * mkconfig.rb: autoconf 2.50 support.eban2001-05-242-2/+6
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-247-143/+224
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-9/+28
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-226-48/+88
* * bignum.c (rb_big2str): t should be protected from GC.matz2001-05-215-21/+34
* * ext/extmk.rb.in (xsystem): backout the previous fix which wasknu2001-05-172-1/+5
* * lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu2001-05-173-0/+9
* * lib/mkmf.rb: unbreak "make install". lib/* must be installedknu2001-05-172-2/+7
* * ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneededknu2001-05-172-1/+5
* * ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.knu2001-05-173-4/+7
* Adjust indents and blank lines.knu2001-05-171-44/+58
* * lib/shell.rb, lib/shell/process-controller.rb,knu2001-05-174-30/+30
* Yay, shell.rb is back!knu2001-05-171-0/+273