| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite | usa | 2005-03-08 | 1 | -0/+5 |
* | * eval.c (rb_exec_recursive): declaration should precede statements | usa | 2005-03-08 | 1 | -2/+7 |
* | * error.c (errno_missing): Errno.const_missing to allow references | matz | 2005-03-08 | 1 | -0/+13 |
* | * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66 | naruse | 2005-03-07 | 1 | -0/+5 |
* | * sample/webrick/httpsd.rb: fix typo in comment. suggested by | gotoyuzo | 2005-03-07 | 1 | -0/+3 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#start): should | gotoyuzo | 2005-03-07 | 1 | -0/+6 |
* | * eval.c (rb_require_safe): get actual path string under safe level | nobu | 2005-03-07 | 1 | -2/+7 |
* | * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read, | usa | 2005-03-07 | 1 | -0/+5 |
* | * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): | gotoyuzo | 2005-03-07 | 1 | -0/+5 |
* | * object.c (inspect_obj): unintended space removal. | matz | 2005-03-07 | 1 | -0/+11 |
* | * ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri, | nagai | 2005-03-06 | 1 | -0/+5 |
* | * ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4 | nagai | 2005-03-06 | 1 | -0/+4 |
* | add ruby-electric.el | zsombor | 2005-03-06 | 1 | -0/+5 |
* | add ML ref. [ruby-core:4490] | akr | 2005-03-06 | 1 | -1/+1 |
* | * lib/pp.rb: rdoced by Sam Roberts. | akr | 2005-03-06 | 1 | -0/+4 |
* | * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid | akr | 2005-03-06 | 1 | -0/+6 |
* | * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for that | gotoyuzo | 2005-03-05 | 1 | -0/+26 |
* | * dir.c (rb_glob): fixed mismatch of argument. | ocean | 2005-03-05 | 1 | -0/+8 |
* | * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.65 | naruse | 2005-03-05 | 1 | -0/+4 |
* | * ext/tk/lib/multi-tk.rb: freeze callback-entry objects | nagai | 2005-03-05 | 1 | -0/+6 |
* | * lib/mkmf.rb (create_makefile): allow putting spaces between target | nobu | 2005-03-05 | 1 | -0/+5 |
* | * file.c (eaccess): workaround for VC++8 runtime. | usa | 2005-03-04 | 1 | -0/+6 |
* | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace | nobu | 2005-03-04 | 1 | -3/+12 |
* | * eval.c (rb_exec_recursive): matched the declaration to prototype. | usa | 2005-03-04 | 1 | -0/+9 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -11/+230 |
* | * common.mk (install-nodoc, pre-install-doc, post-install-doc): | usa | 2005-03-04 | 1 | -0/+5 |
* | * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63 | naruse | 2005-03-03 | 1 | -0/+4 |
* | * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62 | naruse | 2005-03-03 | 1 | -0/+4 |
* | * ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand): | nobu | 2005-03-03 | 1 | -1/+4 |
* | * common.mk: add {pre,post}-install targets. | nobu | 2005-03-03 | 1 | -1/+8 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): check if affected | nobu | 2005-03-03 | 1 | -0/+12 |
* | * sample/rss/tdiary_plugin/rss-recent.rb: added site information. | kou | 2005-03-03 | 1 | -0/+4 |
* | * ext/extmk.rb (parse_args): return false if nothing matched. | nobu | 2005-03-02 | 1 | -3/+7 |
* | * ext/tk/tcltklib.c (lib_eventloop_core): fix typo | nagai | 2005-03-02 | 1 | -0/+4 |
* | * eval.c (ruby_native_thread_kill): call pthread_kill() to send a | nagai | 2005-03-02 | 1 | -0/+11 |
* | * ext/tk/tcltklib.c: enforce thread-check and exception-handling to | nagai | 2005-03-02 | 1 | -0/+47 |
* | * eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented. | nobu | 2005-03-02 | 1 | -0/+11 |
* | regcomp.c: uninitialized member (backrefed_status) was used. | kosako | 2005-03-01 | 1 | -0/+5 |
* | improved keeper thread | seki | 2005-02-28 | 1 | -0/+7 |
* | * ext/socket/socket.c (Init_socket): IPv6 is not supported although | ocean | 2005-02-28 | 1 | -0/+7 |
* | strscan.c: use new Oniguruma API. | kosako | 2005-02-28 | 1 | -3/+11 |
* | * ext/socket/socket.c (Init_socket): ported more Socket::Constants | ocean | 2005-02-28 | 1 | -8/+10 |
* | * parse.y [ripper]: fix typo. [ruby-core:04494] | aamine | 2005-02-26 | 1 | -5/+9 |
* | remove oniggnu.h (GNU regex API). | kosako | 2005-02-26 | 1 | -0/+5 |
* | * st.c, st.h: imported additional file changes on Oniguruma 3.7.0. | ksaito | 2005-02-23 | 1 | -0/+5 |
* | * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r... | ksaito | 2005-02-23 | 1 | -0/+7 |
* | * lib/uri/generic.rb (split_userinfo): should split ":pass" into "" | akira | 2005-02-23 | 1 | -0/+5 |
* | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo | 2005-02-22 | 1 | -0/+5 |
* | * lib/mkmf.rb (mkmf_failed): fixed typo. | kou | 2005-02-22 | 1 | -0/+4 |
* | * eval.c (rb_thread_start_0): update curr_thread before raising | nobu | 2005-02-22 | 1 | -0/+5 |