aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * dir.c (rb_push_glob): local variable 'maxnest' wasnobu2002-03-251-0/+5
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-0/+34
* * dln.c (dln_argv0): unused unless USE_DLN_A_OUT.nobu2002-03-251-2/+4
* * regex.c (mbc_startpos_func): shoud be static.nobu2002-03-251-0/+4
* * util.c (push_element): avoid warning for djgpp.eban2002-03-231-0/+4
* * ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine2002-03-221-0/+4
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-0/+12
* racc runtime imported.aamine2002-03-221-0/+10
* import strscan.aamine2002-03-221-0/+6
* net/protocol.rb: Protocol#start should return self.aamine2002-03-221-0/+4
* * lib/resolv.rb: fix arguments to create exceptions.akr2002-03-221-0/+5
* BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.knu2002-03-221-0/+5
* * win32/Makefile.sub (config.status): fix install path (prefix).usa2002-03-201-0/+4
* * ext/configsub.rb: latest autoconf style support.nobu2002-03-201-0/+4
* * mkconfig.rb: close duplicated $stdout before renaming rbconfig.rb.akr2002-03-201-0/+4
* * win32/Makefile.sub (config.status): and use recent autoconf format.nobu2002-03-201-2/+5
* * win32/Makefile.sub: made variables configurable.nobu2002-03-201-0/+13
* * variable.c (rb_const_list): a temporary table must be freed.nobu2002-03-201-0/+4
* * mkconfig.rb: don't touch rbconfig.rb if there is a trouble.akr2002-03-201-0/+4
* * eval.c (is_defined): should check receiver only once.matz2002-03-201-0/+10
* * util.c (ruby_getcwd): the content of buf is uncertain and mustknu2002-03-191-0/+5
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-0/+15
* * ext/stringio/stringio.c (check_modifiable): wrong declaration.nobu2002-03-181-0/+4
* * ext/digest: add depend file.nobu2002-03-181-0/+18
* * eval.c (rb_f_abort): should not bypass cleanup.nobu2002-03-181-0/+6
* * ext/iconv/extconf.rb: workaround for GNU libiconv.eban2002-03-181-0/+4
* * parse.y (parse_string): part of multi-byte sequence must notnobu2002-03-181-0/+11
* * enum.c (enum_find): catch a value before recycle.nobu2002-03-181-0/+12
* * enum.c (enum_inject): use the first iterated element as thenobu2002-03-181-0/+10
* added depend files in ext/iconv and ext/stringio.nobu2002-03-171-0/+6
* * missing/fileblocks.c: add for autoconf.eban2002-03-161-0/+4
* * win32/win32.c (StartSockets): remove duplicated lines.nobu2002-03-151-0/+4
* * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa2002-03-151-0/+10
* * ext/iconv/iconv.c: fixed document, Iconv#new is no longer annobu2002-03-151-0/+5
* * ext/iconv: imported.nobu2002-03-141-0/+4
* * configure.in: autoconf 2.53 support. use AC_LIBOBJ.eban2002-03-141-0/+4
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-0/+16
* * ext/stringio/stringio.c: fixed frozen string bug. ungetc nonobu2002-03-141-0/+5
* * string.c (rb_str_subpat_set): must make str independent afternobu2002-03-141-0/+5
* typonobu2002-03-141-1/+1
* * dir.c (rb_push_glob): avoid SEGV when no block given.nobu2002-03-131-0/+4
* * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introducedknu2002-03-131-0/+8
* * lib/getopts.rb: single_options can be nil[*], and is not notknu2002-03-131-0/+5
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-0/+5
* * lib/resolv.rb: don't complete domains for absolute FQNs.akr2002-03-121-0/+4
* * lib/tsort.rb: new file.akr2002-03-111-0/+4
* StringIOnobu2002-03-111-0/+4
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-1/+23
* * ext/socket/extconf.rb (have_struct_member): don't print checkedakr2002-03-081-0/+5
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-0/+29