summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * doc/shell.rd.jp: RD'ify and make some fixes.knu2001-05-173-410/+535
* Initial revisionknu2001-05-179-0/+1890
* * eval.c (rb_call0): address of local_vars might change during eval.matz2001-05-173-13/+31
* Add .cvsignore to let CVS ignore Makefile which is automaticallyknu2001-05-171-0/+1
* * ext/sha1/MANIFEST: Added.eban2001-05-171-0/+7
* Add a missed ChangeLog entry.knu2001-05-161-0/+5
* * ext/md5/md5.txt.jp, ext/sha1/sha1.txt.jp: s/SuperClass/Superclass/.knu2001-05-163-2/+7
* * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:knu2001-05-166-0/+12
* * ext/sha1/sha1.txt.jp: add the Japanese version derived fromknu2001-05-164-17/+90
* * ext/sha1/extconf.rb, ext/sha1/sha1.c: use WORDS_BIGENDIAN toknu2001-05-163-16/+8
* Initial revisionknu2001-05-165-0/+372
* * ext/md5/md5.txt: make wording fixes, and mention the newly addedknu2001-05-163-12/+24
* (This is a forced commit to put the log entry for the previous commit)knu2001-05-160-0/+0
* Add a missed entry.knu2001-05-161-0/+5
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-1620-77/+139
* * win32/resource.rb: Modify copyright in resource script.usa2001-05-132-1/+5
* * win32/win32.c (kill): add support of signal 9 on mswin32/mingw32.usa2001-05-122-9/+31
* Put some missed entries to the ChangeLog.knu2001-05-111-0/+38
* * ruby.h (rb_string_value): add volatile to avoid compiler warning.eban2001-05-113-2/+8
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-1115-58/+133