| Commit message (Expand) | Author | Age | Files | Lines |
| * | * missing/fileblocks.c: add for autoconf. | eban | 2002-03-16 | 1 | -0/+4 |
| * | * win32/win32.c (StartSockets): remove duplicated lines. | nobu | 2002-03-15 | 1 | -0/+4 |
| * | * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, | usa | 2002-03-15 | 1 | -0/+10 |
| * | * ext/iconv/iconv.c: fixed document, Iconv#new is no longer an | nobu | 2002-03-15 | 1 | -0/+5 |
| * | * ext/iconv: imported. | nobu | 2002-03-14 | 1 | -0/+4 |
| * | * configure.in: autoconf 2.53 support. use AC_LIBOBJ. | eban | 2002-03-14 | 1 | -0/+4 |
| * | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -0/+16 |
| * | * ext/stringio/stringio.c: fixed frozen string bug. ungetc no | nobu | 2002-03-14 | 1 | -0/+5 |
| * | * string.c (rb_str_subpat_set): must make str independent after | nobu | 2002-03-14 | 1 | -0/+5 |
| * | typo | nobu | 2002-03-14 | 1 | -1/+1 |
| * | * dir.c (rb_push_glob): avoid SEGV when no block given. | nobu | 2002-03-13 | 1 | -0/+4 |
| * | * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced | knu | 2002-03-13 | 1 | -0/+8 |
| * | * lib/getopts.rb: single_options can be nil[*], and is not not | knu | 2002-03-13 | 1 | -0/+5 |
| * | * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', | matz | 2002-03-12 | 1 | -0/+5 |
| * | * lib/resolv.rb: don't complete domains for absolute FQNs. | akr | 2002-03-12 | 1 | -0/+4 |
| * | * lib/tsort.rb: new file. | akr | 2002-03-11 | 1 | -0/+4 |
| * | StringIO | nobu | 2002-03-11 | 1 | -0/+4 |
| * | * marshal.c (w_object): module inclusion using extend() should | matz | 2002-03-11 | 1 | -1/+23 |
| * | * ext/socket/extconf.rb (have_struct_member): don't print checked | akr | 2002-03-08 | 1 | -0/+5 |
| * | * eval.c (cvar_cbase): utility function to find innermost non | matz | 2002-03-08 | 1 | -0/+29 |
| * | * lib/resolv.rb: use its own thread group for background threads. | akr | 2002-03-08 | 1 | -1/+5 |
| * | * gc.c (rb_source_filename): added. holds unique strings for file | nobu | 2002-03-07 | 1 | -0/+25 |
| * | * dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx. | eban | 2002-03-06 | 1 | -0/+4 |
| * | - Slightly fix one of the last entries. (stdin -> stdin or stdout) | knu | 2002-03-04 | 1 | -9/+10 |
| * | * lib/getopts.rb: Rewrite to fix some bugs and complete features. | knu | 2002-03-04 | 1 | -0/+11 |
| * | * ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug where | knu | 2002-03-04 | 1 | -0/+6 |
| * | fix method name. | akr | 2002-03-03 | 1 | -1/+1 |
| * | * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const | eban | 2002-03-01 | 1 | -0/+5 |
| * | * ChangeLog: fixed the description of getacl. | shugo | 2002-03-01 | 1 | -1/+1 |
| * | * lib/net/imap.rb: added document. | shugo | 2002-03-01 | 1 | -0/+11 |
| * | * dln.c (dln_load): fix typo. | akr | 2002-02-28 | 1 | -0/+2 |
| * | * ext/socket/extconf.rb (have_struct_member): new method. | akr | 2002-02-28 | 1 | -0/+13 |
| * | * eval.c (rb_mod_include): load modules in argument order. | matz | 2002-02-28 | 1 | -0/+9 |
| * | * ext/dbm/dbm.c (fdbm_select): 1.7 behavior. | matz | 2002-02-27 | 1 | -0/+21 |
| * | * io.c (READ_DATA_PENDING): uClibc support. | eban | 2002-02-27 | 1 | -0/+8 |
| * | * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple of | knu | 2002-02-26 | 1 | -0/+9 |
| * | * bignum.c (rb_big_2comp): void function cannot return any value. | usa | 2002-02-26 | 1 | -0/+4 |
| * | * eval.c (rb_eval): call trace_func for if/while conditions. | matz | 2002-02-26 | 1 | -0/+6 |
| * | * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI. | akira | 2002-02-26 | 1 | -0/+8 |
| * | * ext/syslog/syslog.c: Merge from rough. Use SafeStringValue(). | knu | 2002-02-25 | 1 | -0/+4 |
| * | * ext/syslog/syslog.c: Merge from rough. Turn Syslog into a | knu | 2002-02-25 | 1 | -0/+5 |
| * | * sample/test.rb (system): test with scripts under the source | nobu | 2002-02-25 | 1 | -0/+5 |
| * | * eval.c (method_inspect): should not dump core for unbound | matz | 2002-02-25 | 1 | -0/+16 |
| * | * lib/shell.rb (Shell::expand_path): relative to @cwd. | nobu | 2002-02-25 | 1 | -0/+4 |
| * | * ext/digest/*/*.h: Merge from rough. | knu | 2002-02-24 | 1 | -0/+5 |
| * | fix filename. | akr | 2002-02-22 | 1 | -1/+1 |
| * | * lib/net/protocol.rb: set read_timeout dynamically. | aamine | 2002-02-22 | 1 | -0/+11 |
| * | * win32/config.status.in: set LIBRUBY_SO. | usa | 2002-02-22 | 1 | -0/+4 |
| * | * bignum.c (get2comp): need to specify to carry or not. | matz | 2002-02-22 | 1 | -0/+6 |
| * | * prettyprint.rb: FillGroup implemented. | akr | 2002-02-22 | 1 | -0/+4 |