aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_fflush): DRY patch from /Christoph applied.matz2002-03-292-22/+20
* Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi2002-03-291-8/+3
* * lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu2002-03-292-3/+7
* 2002-03-29nobu2002-03-291-2/+2
* * lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu2002-03-292-17/+49
* * win32/README.win32: follow recent changes.usa2002-03-292-4/+9
* Changed regexp for parsing break command '.*?+' to '.+'.nahi2002-03-291-1/+1
* * win32/Makefile.sub (config.status): reflect user defined $CC inusa2002-03-282-1/+6
* * ext/socket/socket.c (sock_addrinfo): should specify socktypematz2002-03-283-29/+51
* * ext/strscan/strscan.c: add taint check.aamine2002-03-282-121/+180
* * io.c (READ_DATA_PENDING): configure.in has supported for uClibc,eban2002-03-272-4/+5
* typonobu2002-03-271-1/+1
* * io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz2002-03-275-13/+50
* change log update only.aamine2002-03-261-0/+2
* * lib/net/http.rb: HTTP.get accepts URI.aamine2002-03-263-191/+292
* * doc/net/protocol.rd.ja, smtp.rd.ja, pop.rd.ja: removed.aamine2002-03-264-953/+6
* * ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban2002-03-262-2/+4
* * configure.in (FILE_READPTR): check bufread instead of bufend for uClibc.eban2002-03-262-1/+6
* .cvsignore: add autom4te*.cache.eban2002-03-261-0/+1
* * parse.y (primary): while/until statement modifiers to "begin"matz2002-03-265-84/+186
* * win32/mkexports.rb: support VC++.NET.usa2002-03-262-1/+5
* * ext/bigfloat/bigfloat.c: Fix the initializer's function nameknu2002-03-262-21/+8
* * bignum.c (rb_quad_pack): get rid of escape sequences.eban2002-03-262-2/+2
* lib/fileutils.rb addedaamine2002-03-261-0/+1
* * lib/fileutils.rb: new file.aamine2002-03-264-2/+811
* * lib/pp.rb (pp): return nil like p.akr2002-03-253-2/+10
* * ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.soknu2002-03-253-2/+65
* * configure.in (FILE_READPTR): check _p for 4.4BSD.akr2002-03-252-0/+5
* * configure.in (FILE_READPTR): new. for IO#gets improvement.nobu2002-03-253-161/+239
* * ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban2002-03-252-0/+6
* * regex.c (mbc_startpos_func): VC6 seems to be unable tonobu2002-03-253-12/+16
* * dir.c (rb_push_glob): local variable 'maxnest' wasnobu2002-03-252-1/+6
* 2002-03-25eban2002-03-251-2/+2
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-256-124/+119
* * dln.c (dln_argv0): unused unless USE_DLN_A_OUT.nobu2002-03-252-2/+6
* * regex.c (mbc_startpos_func): shoud be static.nobu2002-03-252-2/+6
* D'oh! Convert CR+LF to LF.knu2002-03-230-0/+0
* * util.c (push_element): avoid warning for djgpp.eban2002-03-232-1/+6
* 2002-03-22usa2002-03-221-2/+2
* * ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine2002-03-222-1/+6
* socket.c: oops, half-baked modifies were commited; backoutmatz2002-03-221-28/+0
* add raccrt, strscan entryaamine2002-03-221-0/+8
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-2216-93/+259
* racc runtime imported.aamine2002-03-2212-0/+1268
* * strscan.c: remove useless #include directiveaamine2002-03-221-5/+0
* import strscan.aamine2002-03-2210-0/+679
* net/protocol.rb: Protocol#start should return self.aamine2002-03-222-1/+5
* * lib/resolv.rb: fix arguments to create exceptions.akr2002-03-222-2/+7
* Synchronize with reality. Pick actually existent modules and get ridknu2002-03-225-15/+33
* Mention the import of BigFloat.knu2002-03-221-0/+5