aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (r_object): better allocation type check formatz2001-10-031-2/+2
* * lib/ftools.rb (catname): allow trailing '/' for the destination.eban2001-10-021-6/+1
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-022-10/+4
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-1/+4
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-071-1/+1
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-071-2/+3
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-062-77/+61
* * lib/jcode.rb: fixup quote handing.eban2001-09-061-8/+11
* * lib/jcode.rb (_regexp_quote): fix quote handling, again.eban2001-09-061-12/+14
* typo fixeban2001-09-051-1/+1
* * lib/jcode.rb (_regexp_quote): fix quote handling.eban2001-09-051-3/+1
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-5/+11
* aamineaamine2001-08-174-24/+24
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-151-1/+1
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-2/+5
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-312-8/+17
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+79
* * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu2001-07-241-2/+5
* * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu2001-07-221-2/+2
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-1/+1
* aamineaamine2001-07-132-3/+3
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-3/+3
* * lib/mkmf.rb: modify RM macro.eban2001-07-091-3/+3
* aamineaamine2001-07-084-23/+61
* * lib/tempfile.rb: a tempfile must be created with mode 0600.knu2001-07-051-1/+1
* aamineaamine2001-07-031-2/+2
* aamineaamine2001-07-034-11/+19
* aamineaamine2001-07-034-114/+146
* * lib/mkmf.rb: distclean should remove mkmf.log as well.knu2001-07-031-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-1/+3
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-276-13/+12
* * protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine2001-06-273-179/+195
* aamineaamine2001-06-264-382/+740
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-1/+1
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-221-15/+14
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-1/+1
* * lib/mkmf.rb: target_prefix is only for installation, not forknu2001-06-121-16/+17
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-32/+37
* * lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju2001-06-062-53/+47
* bug fix for obj.extend(Mutex_m).keiju2001-06-061-8/+21
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-051-10/+5
* * lib/shellwords.rb: don't destroy argument.wakou2001-06-031-1/+1
* * lib/cgi/session.rb: don't use module_function for Class.shugo2001-06-021-1/+0
* * irb messages: fix typos.keiju2001-06-012-2/+2
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-305-5/+1393
* Revise more.knu2001-05-261-5/+11
* Sync with reality.knu2001-05-261-21/+27
* * lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu2001-05-171-0/+1
* * lib/mkmf.rb: unbreak "make install". lib/* must be installedknu2001-05-171-2/+2
* * lib/shell.rb, lib/shell/process-controller.rb,knu2001-05-173-30/+24