| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array() | eban | 2004-11-19 | 2 | -1/+4 |
* | * lib/test/unit/collector/dir.rb: add support for directory name | eban | 2004-11-19 | 3 | -4/+11 |
* | * ext/readline/readline.c (readline_s_set_completion_append_character): | shugo | 2004-11-19 | 3 | -4/+23 |
* | * 2004-11-19 | usa | 2004-11-19 | 1 | -3/+3 |
* | * string.c (str_gsub): internal buffer should not be listed by | matz | 2004-11-18 | 3 | -0/+58 |
* | * ext/ripper/depend: Never regenerate lib/ripper/core.rb automatically. [ruby... | aamine | 2004-11-18 | 2 | -3/+7 |
* | * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT's | usa | 2004-11-18 | 3 | -1/+24 |
* | * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908] | matz | 2004-11-18 | 5 | -17/+48 |
* | * parse.y (f_rest_arg): store rest args into invisible local variabe | nobu | 2004-11-18 | 3 | -1/+74 |
* | * ext/readline/readline.c: check $SAFE. | shugo | 2004-11-18 | 3 | -15/+113 |
* | * 2004-11-18 | usa | 2004-11-18 | 1 | -3/+3 |
* | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz | 2004-11-18 | 4 | -52/+67 |
* | * 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 | -11/+21 |
* | Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> | nahi | 2004-11-17 | 2 | -0/+30 |
* | * lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con... | mneumann | 2004-11-17 | 3 | -5/+12 |
* | * process.c (proc_getrlimit, proc_setrlimit): add rb_secure(2) to | akr | 2004-11-17 | 2 | -0/+9 |
* | * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542 | gotoyuzo | 2004-11-17 | 3 | -38/+39 |
* | * dir.c (rb_push_glob): fix overrun. [ruby-dev:24886] | nobu | 2004-11-17 | 2 | -4/+13 |
* | * 2004-11-17 | eban | 2004-11-17 | 1 | -3/+3 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 9 | -32/+49 |
* | * lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:... | mneumann | 2004-11-16 | 2 | -1/+6 |
* | * numeric.c (flo_divmod): protect float values from GC by | matz | 2004-11-16 | 3 | -4/+14 |
* | ChangeLog entry for XML-RPC changes I made during the last day | mneumann | 2004-11-16 | 1 | -0/+26 |
* | added howto | mneumann | 2004-11-16 | 2 | -0/+301 |
* | added new test case (which spawn off a webrick XML-RPC server) | mneumann | 2004-11-16 | 2 | -0/+128 |
* | * fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9... | mneumann | 2004-11-16 | 1 | -5/+5 |
* | * fixed test cases so that they can be run from any directory | mneumann | 2004-11-16 | 4 | -22/+15 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit. | usa | 2004-11-16 | 3 | -3/+3 |
* | * {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 |
* | * string.c (str_mod_check): frozen check should be separated. | matz | 2004-11-16 | 6 | -22/+38 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add | usa | 2004-11-16 | 3 | -2/+18 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use | nobu | 2004-11-16 | 2 | -2/+7 |
* | * applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsing | mneumann | 2004-11-16 | 4 | -20/+54 |
* | * 2004-11-16 | usa | 2004-11-16 | 1 | -3/+3 |
* | * imported and refactored original test cases | mneumann | 2004-11-15 | 18 | -31/+475 |
* | * array.c (rb_ary_update): pedantic check to detect | matz | 2004-11-15 | 5 | -16/+30 |
* | * configure.in: check rlim_t more portably. [ruby-core:3735] | akr | 2004-11-15 | 2 | -6/+34 |
* | * misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handle | nobu | 2004-11-15 | 2 | -5/+15 |
* | * eval.c (Init_Proc): make proc as an alias to Proc.new. | matz | 2004-11-15 | 2 | -4/+14 |
* | * eval.c (rb_yield_0): lambda{}.call(1) should raise exception. | matz | 2004-11-14 | 3 | -27/+34 |
* | * 2004-11-15 | eban | 2004-11-14 | 1 | -3/+3 |
* | * string.c (rb_str_clear): avoid revealing NULL pointer. | matz | 2004-11-14 | 8 | -46/+81 |
* | * process.c (proc_getrlimit): new function for Process.getrlimit. | akr | 2004-11-14 | 4 | -2/+168 |
* | * 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:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> | nahi | 2004-11-13 | 2 | -2/+14 |
* | * bcc32/README.bcc32, win32/README.win32: need bison instead of | usa | 2004-11-12 | 3 | -2/+7 |
* | * 2004-11-12 | usa | 2004-11-12 | 1 | -3/+3 |