summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-1910-20/+86
* * ext/stringio/stringio.c (check_modifiable): wrong declaration.nobu2002-03-182-2/+6
* * MANIFEST: add missing/fileblocks.ceban2002-03-181-0/+1
* * ext/digest: add depend file.nobu2002-03-1817-2/+58
* * eval.c (rb_f_abort): should not bypass cleanup.nobu2002-03-183-2/+9
* * ext/iconv/extconf.rb: workaround for GNU libiconv.eban2002-03-182-1/+5
* * parse.y (parse_string): part of multi-byte sequence must notnobu2002-03-183-14/+33
* * enum.c (enum_find): catch a value before recycle.nobu2002-03-182-7/+28
* * enum.c (enum_inject): use the first iterated element as thenobu2002-03-182-7/+34
* added depend files in ext/iconv and ext/stringio.nobu2002-03-171-0/+6
* * ext/stringio/depend: added.nobu2002-03-171-0/+2
* * ext/iconv/depend: added.nobu2002-03-171-0/+2
* * missing/fileblocks.c: add for autoconf.eban2002-03-162-0/+5
* * win32/win32.c (StartSockets): remove duplicated lines.nobu2002-03-152-3/+4
* 2002-03-15eban2002-03-151-2/+2
* * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa2002-03-155-30/+48
* * ext/iconv/iconv.c: fixed document, Iconv#new is no longer annobu2002-03-152-4/+10
* * ext/iconv: imported.nobu2002-03-142-0/+8
* Initial revisionnobu2002-03-143-0/+745
* * configure.in: autoconf 2.53 support. use AC_LIBOBJ.eban2002-03-142-7/+9
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-1414-24/+955
* * ext/stringio/stringio.c: fixed frozen string bug. ungetc nonobu2002-03-142-14/+51
* * string.c (rb_str_subpat_set): must make str independent afternobu2002-03-142-0/+6
* typonobu2002-03-141-1/+1
* 2002-03-14nobu2002-03-141-2/+2
* * dir.c (rb_push_glob): avoid SEGV when no block given.nobu2002-03-132-1/+5
* 2002-03-13nobu2002-03-131-2/+2
* * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introducedknu2002-03-133-44/+87
* * lib/getopts.rb: single_options can be nil[*], and is not notknu2002-03-133-2/+18
* 2002-03-12nobu2002-03-121-2/+2
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-124-24/+9
* * lib/resolv.rb: don't complete domains for absolute FQNs.akr2002-03-122-30/+35
* Remove the entries that have already been merged into the stableknu2002-03-111-12/+0
* tsort description modifed.akr2002-03-111-2/+2
* tsort library added.akr2002-03-111-0/+4
* * lib/tsort.rb: new file.akr2002-03-114-0/+295
* StringIO.nobu2002-03-111-0/+4
* 2002-03-11nobu2002-03-111-2/+2
* StringIOnobu2002-03-111-0/+4
* Initial revisionnobu2002-03-112-0/+890
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-1110-28/+65
* * ext/socket/extconf.rb (have_struct_member): don't print checkedakr2002-03-082-4/+9
* 2002-03-08eban2002-03-081-2/+2
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-0814-88/+180
* * lib/resolv.rb: use its own thread group for background threads.akr2002-03-082-1/+10
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-077-8/+82
* * dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban2002-03-063-4/+7
* - Slightly fix one of the last entries. (stdin -> stdin or stdout)knu2002-03-041-9/+10
* * lib/getopts.rb: Rewrite to fix some bugs and complete features.knu2002-03-042-75/+75
* * ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu2002-03-042-13/+11