summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * gc.c (Init_stack): wrong magic number.matz2003-07-311-1/+1
* * gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz2003-07-314-4/+18
* import erb-2.0.4b4seki2003-07-312-9/+13
* * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa2003-07-312-1/+8
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-317-83/+91
* * wrap the command-proc of TkScale : pass the numeric object to the procnagai2003-07-314-24/+117
* 2003-07-31nobu2003-07-311-4/+4
* * array.c (rb_ary_collect): must get length of array for eachusa2003-07-312-4/+9
* * ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo2003-07-312-26/+31
* add explicit trim modeseki2003-07-313-17/+155
* * lib/net/ftp.rb (return_code): obsolete.shugo2003-07-302-26/+37
* * lib/mkmf.rb (dir_config): allow multiple directories separatednobu2003-07-302-11/+31
* * update to 1.8.0 preview5 (but incomplete yet).matz2003-07-301-12/+92
* * lib/un.rb: add descriptions.eban2003-07-301-21/+103
* * marshal.c (w_object): marshal_dump should not take anymatz2003-07-302-1/+6
* * MultiTkIp.new_* accept a block to eval under the new interpreternagai2003-07-301-6/+12
* * bug fixnagai2003-07-306-6/+33
* * ruby.c (proc_options): -F set compiled regular expression to $;.matz2003-07-303-3/+10
* * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo2003-07-302-0/+10
* commit missnobu2003-07-301-1/+1
* * error.c (rb_raise): snprintf() termination moved tonobu2003-07-304-66/+63
* * additional check of Tk interpreters' status for a little more safetynagai2003-07-304-13/+32
* * ruby.c: typo fix.eban2003-07-301-1/+1
* * lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo2003-07-302-3/+8
* * ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu2003-07-303-1/+24
* 2003-07-30usa2003-07-301-3/+3
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-305-15/+52
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-299-36/+130
* * fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai2003-07-292-1/+10
* * change default mode of mainloop_abort_on_exception on multi-tk.rbnagai2003-07-291-1/+1
* * bug fixnagai2003-07-294-56/+90
* import erb_2_0_4b2seki2003-07-291-6/+14
* Small documentation correction.gsinclair2003-07-291-1/+1
* * lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine2003-07-292-3/+9
* garbagenobu2003-07-291-1/+0
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-292-2/+4
* * MANIFEST: add lib/un.rb.eban2003-07-292-0/+3
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-295-14/+123
* * lib/net/smtp.rb: unify coding style.aamine2003-07-293-4/+10
* * ruby.h (LLONG_MIN): fix typo.usa2003-07-292-1/+5
* * bug fix ( tested with Ruby/Tk widget demo )nagai2003-07-296-15/+25
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-297-10/+30
* 2003-07-29eban2003-07-291-4/+4
* * instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.eban2003-07-292-11/+19
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-294-96/+107
* * ChangeLog: tabify.usa2003-07-293-62/+66
* tcltklib.c : use RTEST()nagai2003-07-291-4/+5
* tcltklib.c : bug fixnagai2003-07-293-36/+89
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-2810-132/+225
* * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo2003-07-282-1/+15