summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-stylev1_8_2_preview3shyouhei2007-02-120-0/+0
* This commit was manufactured by cvs2svn to create tag(no author)2004-11-053-201/+0
* * string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz2004-11-055-13/+34
* * 2004-11-05eban2004-11-051-3/+3
* * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai2004-11-054-17/+38
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-052-2/+10
* * ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai2004-11-052-1/+5
* * ext/tk/lib/tk/text.rb: bug fixnagai2004-11-052-2/+6
* * typo, too. orzusa2004-11-041-1/+1
* * io.c (rb_f_open): fix typo.usa2004-11-042-1/+5
* * ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai2004-11-042-0/+12
* * 2004-11-04eban2004-11-041-3/+3
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-047-24/+56
* * process.c: On NetBSD don't use setruid() and setrgid().naruse2004-11-031-0/+4
* On NetBSD don't use setruid() and setrgid().naruse2004-11-031-0/+5
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-032-2/+7
* * io.c (pipe_open): fix compile errornagai2004-11-032-2/+12
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-0315-47/+105
* * ext/nkf: follow nkf 2.0.4naruse2004-11-031-0/+4
* * follow nkf 2.0.4naruse2004-11-035-2048/+780
* * 2004-11-03eban2004-11-031-3/+3
* * test/rss/test_maker_*.rb: added tests for RSS Maker.kou2004-11-0317-24/+95
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-0311-0/+2309
* * process.c (rb_f_fork): need to flush stdout and stderr beforematz2004-11-022-0/+11
* * gc.c: cancel IA64 changes unnecessary for 1.8.matz2004-11-021-15/+4
* * 2004-11-02eban2004-11-021-3/+3
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-014-90/+68
* * README.EXT, README.EXT.ja: remove MANIFEST stuff.eban2004-11-013-58/+18
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-0133-2085/+2
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-012-2/+9
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-0112-0/+9831
* * 2004-11-01eban2004-10-311-4/+4
* * main.c (_stklen): move to gc.c.eban2004-10-312-4/+4
* * 2004-10-31eban2004-10-301-3/+3
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-309-12/+74
* * 2004-10-30eban2004-10-301-3/+3
* some typo fixed.suke2004-10-302-46/+46
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-294-2/+19
* * CR stripped.nobu2004-10-291-25/+25
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-292-7/+5
* * 2004-10-29eban2004-10-291-3/+3
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-293-2/+7
* * ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira2004-10-282-1/+12
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-10-282-2/+22
* * 2004-10-28eban2004-10-271-3/+3
* * string.c (str_gsub): use STR_NOCAPA.nobu2004-10-271-1/+1
* * gc.c: prototype; rb_io_fptr_finalize() doesn't return any valueusa2004-10-272-1/+6
* * gc.c (gc_sweep): recover ruby_in_compile variable.matz2004-10-274-6/+36
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-2713-56/+141
* * 2004-10-27nobu2004-10-271-3/+3