aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aamineaamine2001-06-265-382/+749
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in commenteban2001-06-251-1/+1
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-236-52/+88
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-232-0/+6
* * ext/socket/socket.c (ruby_connect): typoeban2001-06-221-1/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-222-0/+13
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-222-15/+18
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-2210-96/+155
* * gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban2001-06-192-18/+22
* 2001-06-19eban2001-06-191-2/+2
* * ext/readline/readline.c: add new methods:knu2001-06-194-3/+56
* * eval.c (svalue_to_mvalue): new function to convert from svaluematz2001-06-193-97/+89
* 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