aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update.knu2001-06-191-0/+5
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-1910-104/+249
* * dir.c (Init_Dir): add a new method File::fnmatch? along withknu2001-06-133-4/+51
* Update.knu2001-06-121-0/+4
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-125-9/+54
* * lib/mkmf.rb: target_prefix is only for installation, not forknu2001-06-122-16/+22
* * confgure.in: add RUBY_CANONICAL_BUILD.eban2001-06-112-0/+7
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-095-75/+142
* Add an entry.knu2001-06-091-0/+4
* remove debug printfmatz2001-06-081-1/+0
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-089-21/+170
* * parse.y (yylex): incomplete fix.matz2001-06-071-1/+2
* * parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz2001-06-073-7/+14
* * lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju2001-06-063-53/+54
* 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