summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-stylev1_6_7shyouhei2007-02-120-0/+0
* This commit was manufactured by cvs2svn to create tag 'v1_6_7'.(no author)2002-03-010-0/+0
* * stable version 1.6.7 released.matz2002-03-014-4/+51
* * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban2002-03-013-2/+13
* 020301matz2002-02-281-2/+2
* 2002-02-28eban2002-02-281-2/+2
* * st.c (st_init_table_with_size): num_bins should be prime numbersmatz2002-02-288-395/+392
* * eval.c (rb_f_missing): NoMethod error messages for true, false,matz2002-02-278-97/+131
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-276-5/+15
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-262-3/+12
* 2002-02-26usa2002-02-261-2/+2
* * bignum.c (rb_big_2comp): void function cannot return any value.usa2002-02-262-1/+5
* * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira2002-02-263-2/+22
* * ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu2002-02-254-165/+139
* commit miss.nobu2002-02-251-1/+1
* * process.c (rb_syswait): argument order of rb_waitpid() inverted.nobu2002-02-253-2/+14
* * process.c (rb_syswait): thread kludge; should be fixed tomatz2002-02-254-22/+34
* * lib/shell.rb (Shell::expand_path): relative to @cwd.nobu2002-02-252-1/+5
* * lib/time.rb: fix unit tests before Unix Epoch.akr2002-02-242-7/+8
* 2002-02-24eban2002-02-241-2/+2
* * ext/digest/*/*.h: Merge from rough.knu2002-02-242-2/+7
* Merge from rough.knu2002-02-244-4/+64
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-222-1/+12
* 2002-02-22nobu2002-02-221-2/+2
* * misc/ruby-mode.el (ruby-modifier-re): add rescue modifier.nobu2002-02-222-4/+15
* * win32/config.status.in: set LIBRUBY_SO.usa2002-02-222-1/+5
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-223-21/+31
* 2002-02-21nobu2002-02-211-2/+2
* * eval.c: typo fixed.matz2002-02-212-2/+2
* * intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu2002-02-203-6/+21
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-206-14/+47
* aamineaamine2002-02-196-187/+151
* * marshal.c (r_object): complete restoration before callingmatz2002-02-193-34/+99
* * variable.c (rb_cvar_set): define new class variable if it's notmatz2002-02-194-316/+27
* * io.c (rb_io_ungetc): don't fail pushed EOF back.nobu2002-02-193-3/+7
* 2002-02-18nobu2002-02-181-2/+2
* * eval.c (block_pass): "&nil" should clear block given.matz2002-02-182-1/+8
* 2002-02-16nobu2002-02-161-2/+2
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-162-1/+5
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-153-2/+14
* 2002-02-14nobu2002-02-141-2/+2
* eval.c: remove duplicate lines.matz2002-02-141-1/+0
* 2002-02-13eban2002-02-131-2/+2
* * parse.y (assignable): should emit CVASGN within the methodmatz2002-02-137-63/+35
* * ruby.c (load_file): avoid SEGV on '#' only input.nobu2002-02-103-2/+7
* 2002-02-09nobu2002-02-091-2/+2
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-093-21/+29
* 2002-02-08nobu2002-02-081-2/+2
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-084-2/+17
* aamineaamine2002-02-072-42/+61