aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-034-8/+25
* Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave2003-12-031-1/+5
* correct fcntl parameerseki2003-12-032-1/+5
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-034-1/+25
* MANIFEST: add lib/rdoc/dot/dot.rb.nobu2003-12-031-0/+1
* * 'format'==>'Kernel.format' (avoid override trouble)nagai2003-12-036-63/+76
* * Makefile.in (lex.c): try gperf first, and copy from the sourcenobu2003-12-032-6/+7
* Missing filedave2003-12-032-1/+256
* 2003-12-03eban2003-12-031-3/+3
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-034-2/+9
* fixed method namenobu2003-12-021-3/+4
* * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine2003-12-022-1/+8
* * lib/test/unit/ui/gtk2 (Test::Unit::UI::GTK2#start_ui): remove debug statement.nobu2003-12-021-1/+0
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-029-100/+128
* * test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.aamine2003-12-022-0/+158
* 2003-12-02eban2003-12-021-3/+3
* Merged Tietew's patch of [ruby-dev:21991].ttate2003-12-012-0/+92
* * lib/test/unit/assertions.rb: fixed #assert_no_match message.ntalbott2003-12-013-11/+16
* Allow string as argument to alias_methoddave2003-12-011-0/+2
* * ext/syck/syck.c: string buffering bug. decrementing by fullwhy2003-12-012-10/+15
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-014-43/+62
* * pack.c (htov16): converts endian using swap16. htov32(), hton16,matz2003-12-014-66/+117
* * sample/optparse/opttest.rb: added.nobu2003-12-019-34/+130
* Add RDocdave2003-12-0136-0/+12367
* Add RDoc to listdave2003-12-011-0/+1
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-013-18/+51
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-12-014-3/+14
* 2003-12-01eban2003-11-301-4/+4
* * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban2003-11-302-3/+9
* * configure.in: should put getcwd in AC_CHECK_FUNCS, noteban2003-11-302-2/+5
* * Makefile.in: add ARCH_FLAG to DLDFLAGS.eban2003-11-302-1/+3
* * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban2003-11-302-1/+3
* * Makefile.in: add ARCH_FLAG to CFLAGS.eban2003-11-301-2/+2
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-303-11/+21
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-303-86/+91
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-302-1/+5
* * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi2003-11-3015-63/+498
* 2003-11-30nobu2003-11-301-3/+3
* * string.c (rb_str_update): get rid of SEGV at just allocated String.nobu2003-11-302-1/+8
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-285-41/+92
* fix TupleSpaceProxy#read, read_allseki2003-11-282-3/+7
* ChangeLog: FreeBSD.eban2003-11-281-1/+1
* * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban2003-11-282-3/+8
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-282-1/+6
* * hash.c (env_has_value, env_index): must match exactly.nobu2003-11-282-2/+8
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-283-0/+89
* lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError.seki2003-11-281-0/+5
* re-raise DRbConnErrorseki2003-11-281-9/+3
* rescue SystemCallErrorseki2003-11-281-3/+17
* previous change refined.akr2003-11-281-3/+4