summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-11-19* test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'eban
2004-11-19* lib/test/unit/collector/dir.rb: better support for -p/-x option.eban
2004-11-19* lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou
2004-11-19* lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou
2004-11-19* lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()eban
2004-11-19* lib/test/unit/collector/dir.rb: add support for directory nameeban
2004-11-19* ext/readline/readline.c (readline_s_set_completion_append_character):shugo
2004-11-18* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* ext/ripper/depend: Never regenerate lib/ripper/core.rb automatically. [ruby...aamine
2004-11-18* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa
2004-11-18* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz
2004-11-18* parse.y (f_rest_arg): store rest args into invisible local variabenobu
2004-11-18* ext/readline/readline.c: check $SAFE.shugo
2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz
2004-11-18* io.c, rubyio.h (rb_io_modenum_flags): exported.nobu
2004-11-17Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-17* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann
2004-11-17* process.c (proc_getrlimit, proc_setrlimit): add rb_secure(2) toakr
2004-11-17* dir.c (rb_push_glob): fix overrun. [ruby-dev:24886]nobu
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-11-16* lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...mneumann
2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz
2004-11-16ChangeLog entry for XML-RPC changes I made during the last daymneumann
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa
2004-11-16* ext/stringio/stringio.c (strio_read): position was ignored when anobu
2004-11-16* string.c (str_mod_check): frozen check should be separated.matz
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): addusa
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
2004-11-15* configure.in: check rlim_t more portably. [ruby-core:3735]akr
2004-11-15* misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu
2004-11-15* eval.c (Init_Proc): make proc as an alias to Proc.new.matz
2004-11-14* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz
2004-11-14* string.c (rb_str_clear): avoid revealing NULL pointer.matz
2004-11-14* process.c (proc_getrlimit): new function for Process.getrlimit.akr
2004-11-14* lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu
2004-11-13Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-12* bcc32/README.bcc32, win32/README.win32: need bison instead ofusa
2004-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-11-12* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai
2004-11-11* dir.c (rb_glob): should have called rb_glob_caller().matz
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-11-10* error.c (syserr_initialize): use stringified object.nobu
2004-11-10* lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz
2004-11-10* dir.c (glob_helper): path is a string object now.nobu
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-10* README.EXT (Example): extconf.rb is indispensable now.nobu
2004-11-09* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai
2004-11-09* ext/nkf: original nkf.c rev:1.38naruse
2004-11-09* lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu