| Commit message (Expand) | Author | Age | Files | Lines |
| * | * original nkf.c rev:1.40 | naruse | 2004-11-19 | 1 | -168/+515 |
| * | * 2004-11-18 | usa | 2004-11-18 | 1 | -3/+3 |
| * | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz | 2004-11-18 | 5 | -58/+74 |
| * | * ext/stringio/stringio.c: needs fcntl.h for O_* constants. | nobu | 2004-11-18 | 1 | -0/+5 |
| * | * io.c, rubyio.h (rb_io_modenum_flags): exported. | nobu | 2004-11-18 | 4 | -12/+22 |
| * | Wed Nov 17 23:42:40 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> | nahi | 2004-11-17 | 2 | -1/+5 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-11-17 | 12 | -0/+396 |
| * | * {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe | usa | 2004-11-17 | 4 | -3/+8 |
| * | * 2004-11-17 | eban | 2004-11-17 | 1 | -3/+3 |
| * | * pack.c: all features are backport from 1.9. [ruby-dev:24826] | gotoyuzo | 2004-11-16 | 3 | -57/+35 |
| * | * numeric.c (flo_divmod): protect float values from GC by | matz | 2004-11-16 | 6 | -15/+57 |
| * | * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit. | usa | 2004-11-16 | 3 | -3/+6 |
| * | * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and | usa | 2004-11-16 | 4 | -0/+8 |
| * | * ext/stringio/stringio.c (strio_read): position was ignored when a | nobu | 2004-11-16 | 2 | -1/+6 |
| * | * 2004-11-16 | usa | 2004-11-16 | 1 | -3/+3 |
| * | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use | nobu | 2004-11-16 | 2 | -2/+7 |
| * | * misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handle | nobu | 2004-11-15 | 2 | -4/+14 |
| * | * 2004-11-15 | eban | 2004-11-14 | 1 | -3/+3 |
| * | * ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter string | matz | 2004-11-14 | 5 | -8/+22 |
| * | * lib/pp.rb (PP#object_address_group): remove odd number of 'f' | nobu | 2004-11-14 | 2 | -1/+8 |
| * | * 2004-11-14 | eban | 2004-11-14 | 1 | -3/+3 |
| * | Sun Nov 14 08:51:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> | nahi | 2004-11-13 | 2 | -2/+14 |
| * | backport from 1.9 | gotoyuzo | 2004-11-13 | 1 | -0/+38 |
| * | * 2004-11-12 | usa | 2004-11-12 | 1 | -3/+3 |
| * | * eval.c (ruby_options): now we cannot call rb_glob() before | usa | 2004-11-12 | 4 | -16/+20 |
| * | * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES trick | nagai | 2004-11-12 | 3 | -14/+18 |
| * | * dir.c (rb_globi): also should call back via rb_glob_caller(). | nobu | 2004-11-11 | 2 | -4/+13 |
| * | * test/ruby/test_file.rb (test_truncate_wbuf): we want to test | usa | 2004-11-11 | 2 | -3/+8 |
| * | * dir.c (push_braces): was confusing VALUE and char*. | matz | 2004-11-11 | 2 | -7/+8 |
| * | * 2004-11-11 | eban | 2004-11-11 | 1 | -3/+3 |
| * | * dir.c (rb_push_glob): Dir.glob should have call its block. | matz | 2004-11-11 | 2 | -5/+13 |
| * | * 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 | -7/+14 |
| * | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 7 | -117/+119 |
| * | * README.EXT (Example): extconf.rb is indispensable now. | nobu | 2004-11-10 | 2 | -2/+5 |
| * | * 2004-11-10 | usa | 2004-11-10 | 1 | -3/+3 |
| * | * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or older | nagai | 2004-11-09 | 4 | -0/+22 |
| * | * lib/optparse.rb (OptionParser::Officious): moved from DefaultList. | nobu | 2004-11-09 | 3 | -42/+80 |
| * | * 2004-11-09 | eban | 2004-11-08 | 1 | -3/+3 |
| * | * regex.c (slow_match): avoid GCC 3.4.x warnings. | eban | 2004-11-08 | 2 | -4/+7 |
| * | Change version numbering of RDoc and ri | dave | 2004-11-08 | 3 | -12/+7 |
| * | add DRb::ExtServManager#uri=. | seki | 2004-11-08 | 3 | -3/+14 |
| * | 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 |
| * | * lib/webrick/server.rb (WEBrick::HTTPServer#start): remove | gotoyuzo | 2004-11-06 | 3 | -5/+7 |
| * | checks whether zone was given. | tadf | 2004-11-06 | 2 | -3/+11 |
| * | * string.c (rb_str_locktmp): check STR_TMPLOCK flag before | matz | 2004-11-05 | 5 | -13/+34 |
| * | * 2004-11-05 | eban | 2004-11-05 | 1 | -3/+3 |