| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (ruby_options): now we cannot call rb_glob() before | usa | 2004-11-12 | 4 | -13/+19 |
* | * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES trick | nagai | 2004-11-12 | 3 | -14/+18 |
* | * dir.c (rb_glob): should have called rb_glob_caller(). | matz | 2004-11-11 | 3 | -5/+10 |
* | * test/ruby/test_file.rb (test_truncate_wbuf): we want to test | usa | 2004-11-11 | 2 | -3/+8 |
* | * 2004-11-11 | eban | 2004-11-11 | 1 | -3/+3 |
* | * error.c (syserr_initialize): use stringified object. | nobu | 2004-11-10 | 2 | -1/+6 |
* | * lib/delegate.rb (SimpleDelegator::dup): wrong number of | matz | 2004-11-10 | 2 | -8/+15 |
* | * dir.c (glob_helper): path is a string object now. | nobu | 2004-11-10 | 2 | -2/+6 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 9 | -86/+126 |
* | * README.EXT (Example): extconf.rb is indispensable now. | nobu | 2004-11-10 | 2 | -2/+5 |
* | * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or older | nagai | 2004-11-09 | 4 | -0/+22 |
* | * 2004-11-10 | eban | 2004-11-09 | 1 | -3/+3 |
* | * ext/nkf: original nkf.c rev:1.38 | naruse | 2004-11-09 | 1 | -0/+8 |
* | * remove dump list | naruse | 2004-11-09 | 1 | -2/+2 |
* | * nkf_test.pl rev:1.7 | naruse | 2004-11-09 | 1 | -135/+246 |
* | * fix bug arround parse options | naruse | 2004-11-09 | 1 | -9/+12 |
* | * nkf.c rev:1.38 | naruse | 2004-11-09 | 1 | -86/+98 |
* | * lib/optparse.rb (OptionParser::Officious): moved from DefaultList. | nobu | 2004-11-09 | 3 | -45/+83 |
* | * 2004-11-09 | eban | 2004-11-08 | 1 | -3/+3 |
* | Change version numbering of RDoc and ri | dave | 2004-11-08 | 3 | -12/+7 |
* | add DRb::ExtServManager#uri=. | seki | 2004-11-08 | 3 | -2/+10 |
* | Fix bug where parent class wasn't being detected if the | dave | 2004-11-08 | 2 | -1/+8 |
* | * 2004-11-08 | eban | 2004-11-07 | 1 | -3/+3 |
* | * configure.in: add setup for mignw32 cross compiling. | eban | 2004-11-07 | 2 | -0/+10 |
* | * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments. | nagai | 2004-11-07 | 10 | -74/+98 |
* | * ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help to | suke | 2004-11-06 | 3 | -6/+22 |
* | * 2004-11-06 | eban | 2004-11-06 | 1 | -3/+3 |
* | checks whether zone was given. | tadf | 2004-11-06 | 2 | -3/+11 |
* | * 2004-11-05 | eban | 2004-11-05 | 1 | -3/+3 |
* | * ext/nkf: follow CVS Head of original nkf. | naruse | 2004-11-05 | 1 | -0/+4 |
* | follow CVS Head of original nkf. | naruse | 2004-11-05 | 2 | -19/+131 |
* | * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollable | nagai | 2004-11-05 | 4 | -17/+38 |
* | * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x" | nagai | 2004-11-05 | 2 | -2/+10 |
* | * ext/tk/lib/tk/text.rb: sorry. bug fix again. | nagai | 2004-11-05 | 2 | -1/+5 |
* | * ext/tk/lib/tk/text.rb: bug fix | nagai | 2004-11-05 | 2 | -2/+6 |
* | * string.c (str_gsub): should have removed rb_str_unlocktmp(str). | matz | 2004-11-04 | 4 | -2/+12 |
* | * regexec.c, regparse.c, regint.h: fixed conflicts between vendor branch. | ksaito | 2004-11-04 | 4 | -37/+7 |
* | * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r... | ksaito | 2004-11-04 | 9 | -1286/+1884 |
* | This commit was generated by cvs2svn to compensate for changes in r7203, | ksaito | 2004-11-04 | 9 | -498/+1203 |
* | * string.c (str_gsub): string modify check no longer based on | matz | 2004-11-04 | 3 | -11/+17 |
* | ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16" | suke | 2004-11-04 | 2 | -5/+41 |
* | * ext/tk/lib/tk/variable.rb: forget to initialize instance_variables | nagai | 2004-11-04 | 2 | -0/+12 |
* | * 2004-11-04 | eban | 2004-11-04 | 1 | -3/+3 |
* | * gc.c (gc_mark): enable GC stack checking. | matz | 2004-11-04 | 4 | -3/+21 |
* | * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to | gotoyuzo | 2004-11-03 | 2 | -2/+7 |
* | add rdoc style document. | suke | 2004-11-03 | 1 | -68/+371 |
* | * array.c (rb_ary_uniq_bang): do not push frozen string from hash | matz | 2004-11-03 | 5 | -14/+26 |
* | * ext/tk/lib/tk.rb: support to use different Tcl commands between | nagai | 2004-11-03 | 15 | -47/+105 |
* | * 2004-11-03 | eban | 2004-11-03 | 1 | -3/+3 |
* | * test/rss/*.rb: removed tab width configuration headers. | kou | 2004-11-03 | 25 | -84/+146 |