| Commit message (Expand) | Author | Age | Files | Lines |
* | * dln.c (aix_loaderror): should not use member named 'errno' which | matz | 2003-12-04 | 1 | -0/+15 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises): | nobu | 2003-12-04 | 1 | -0/+8 |
* | * lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply): | nobu | 2003-12-04 | 1 | -0/+6 |
* | * parse.y (exc_list): allow expanding list. [ruby-dev:22134] | nobu | 2003-12-04 | 1 | -1/+5 |
* | * test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy... | aamine | 2003-12-04 | 1 | -0/+6 |
* | mail address consistency. | nobu | 2003-12-04 | 1 | -4/+4 |
* | * lib/monitor.rb: use Object#__send__ instead of Object#send. | shugo | 2003-12-04 | 1 | -0/+4 |
* | * lib/soap/streamHandler.rb: support latest released version of | nahi | 2003-12-04 | 1 | -0/+5 |
* | * lib/soap/soap.rb: add SOAP::Env module for environment repository | nahi | 2003-12-04 | 1 | -0/+20 |
* | * ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7 | usa | 2003-12-04 | 1 | -0/+5 |
* | * lib/net/http.rb: update hyperlink to the Japanese document. | aamine | 2003-12-04 | 1 | -0/+4 |
* | [ruby-core:01881] | gotoyuzo | 2003-12-04 | 1 | -1/+1 |
* | * ext/openssl/ossl_asn1.c (asn1time_to_time): should check that | gotoyuzo | 2003-12-04 | 1 | -0/+5 |
* | * lib/webrick/server.rb (GenericServer#start): should rescue | gotoyuzo | 2003-12-04 | 1 | -0/+11 |
* | * lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted. | akr | 2003-12-03 | 1 | -0/+5 |
* | * io.c (argf_read): should not terminate on empty string; wait | matz | 2003-12-03 | 1 | -0/+8 |
* | correct fcntl parameer | seki | 2003-12-03 | 1 | -0/+4 |
* | * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found | matz | 2003-12-03 | 1 | -0/+11 |
* | * 'format'==>'Kernel.format' (avoid override trouble) | nagai | 2003-12-03 | 1 | -0/+12 |
* | * Makefile.in (lex.c): try gperf first, and copy from the source | nobu | 2003-12-03 | 1 | -1/+4 |
* | * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb. | nobu | 2003-12-03 | 1 | -0/+6 |
* | fixed method name | nobu | 2003-12-02 | 1 | -3/+4 |
* | * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable. | aamine | 2003-12-02 | 1 | -0/+5 |
* | * bin/testrb: new test runner. [ruby-core:01845] | nobu | 2003-12-02 | 1 | -0/+15 |
* | * test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments. | aamine | 2003-12-02 | 1 | -0/+5 |
* | * lib/test/unit/assertions.rb: fixed #assert_no_match message. | ntalbott | 2003-12-01 | 1 | -0/+6 |
* | * ext/syck/syck.c: string buffering bug. decrementing by full | why | 2003-12-01 | 1 | -9/+14 |
* | * numeric.c (num_sadded): prohibit singleton method definition for | matz | 2003-12-01 | 1 | -0/+5 |
* | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz | 2003-12-01 | 1 | -0/+15 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 1 | -0/+4 |
* | Add RDoc | dave | 2003-12-01 | 1 | -0/+4 |
* | * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar... | aamine | 2003-12-01 | 1 | -0/+8 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-12-01 | 1 | -0/+8 |
* | * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGS | eban | 2003-11-30 | 1 | -1/+6 |
* | * configure.in: should put getcwd in AC_CHECK_FUNCS, not | eban | 2003-11-30 | 1 | -0/+3 |
* | * Makefile.in: add ARCH_FLAG to DLDFLAGS. | eban | 2003-11-30 | 1 | -0/+2 |
* | * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS. | eban | 2003-11-30 | 1 | -0/+2 |
* | * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG. | eban | 2003-11-30 | 1 | -0/+11 |
* | * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, | eban | 2003-11-30 | 1 | -0/+10 |
* | * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746] | nagai | 2003-11-30 | 1 | -0/+4 |
* | * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying | nahi | 2003-11-30 | 1 | -0/+13 |
* | * string.c (rb_str_update): get rid of SEGV at just allocated String. | nobu | 2003-11-30 | 1 | -0/+5 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 1 | -0/+10 |
* | fix TupleSpaceProxy#read, read_all | seki | 2003-11-28 | 1 | -0/+4 |
* | ChangeLog: FreeBSD. | eban | 2003-11-28 | 1 | -1/+1 |
* | * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not | eban | 2003-11-28 | 1 | -2/+7 |
* | * test/ruby/test_env.rb (test_has_value, test_index): condition for | nobu | 2003-11-28 | 1 | -1/+4 |
* | * hash.c (env_has_value, env_index): must match exactly. | nobu | 2003-11-28 | 1 | -0/+4 |
* | * test/ruby/test_env.rb: add tests for ENV. | usa | 2003-11-28 | 1 | -0/+4 |
* | lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError. | seki | 2003-11-28 | 1 | -0/+5 |