summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-151-0/+5
| | | | | | | [ruby-dev:23385] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (rb_push_glob): Dir.glob() should return nil if block is given.ocean2004-04-151-0/+11
| | | | | | | | | | | | | (http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=Dir) * dir.c (push_braces): Dir.glob() should handle '{ }' nested more than 3 times. * dir.c (push_braces, rb_push_glob): Dir.glob() should handle escaped '{' and '}' and ','. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-151-0/+6
| | | | | | | | GDBM::WRCREAT and GDBM::NEWDB. (fgdbm_initialize): use specified read/write flag. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+6
| | | | | | | process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (flo_eq): workaround for bcc32's bug.eban2004-04-141-0/+5
| | | | | | | (ruby-bugs-ja:PR#594) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defines.h: include <net/socket.h> to get fd_set definition in BeOS.ocean2004-04-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* change pattern matching [druby-ja:98]seki2004-04-131-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub (PHONY): Borland make disallows empty commandnobu2004-04-131-0/+5
| | | | | | | rules. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (begin_transport): should not overwrite HTTP request ↵aamine2004-04-131-0/+5
| | | | | | header. [ruby-list:39543] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine2004-04-131-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: changed the order of ascii.c alphabetically.ksaito2004-04-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu2004-04-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean2004-04-121-0/+5
| | | | | | | fix memory leak to occur when block is interrupted in Dir.glob. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ML referencenobu2004-04-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (require_libraries): restore source file/line afternobu2004-04-111-2/+7
| | | | | | | statically linked extensions initialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Forgot to check special case at top leveldave2004-04-111-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix :enddoc"dave2004-04-101-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fixed problem with \_cat_<b>dog</b>dave2004-04-091-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (has_magic, find_dirsep): incomplete '[' matches no characterocean2004-04-091-0/+16
| | | | | | | | | | | | | | | | | | in Dir.glob. (follows File.fnmatch's behavior) * dir.c (fnmatch_helper): incomplete escape is ignored in File.fnmatch. (follows Dir.glob's behavior) * dir.c (find_dirsep): '/' between '[' and ']' is ignored in Dir.glob. (follows File.fnmatch with File::FNM_PATHNAME 's behavior) * dir.c (find_dirsep): escaped slash '\/' loses its meaning as directory separator in Dir.glob. [ruby-dev:23291] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit miss. _nonobu2004-04-081-3/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $:nobu2004-04-081-2/+5
| | | | | | | after require. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+20
| | | | | | | | | | | | | | | | | | | | | * lib/mkmf.rb (create_makefile): emit no rules for static library if $static is nil, e.g., outside of ext/. * lib/test/unit/ui/console/testrunner.rb (test_started): show test name via $0. * runruby.rb: set environments to use the compiled binary. * test/runner.rb: do nothing while cross-compiling. * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: use envutil to know ruby binary. * test/ruby/envutil.rb: give priority to RUBY environment variable to use just compiled binary and libraries. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_binmode): inverted condition. [ruby-dev:23349]nobu2004-04-081-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/iconv.c (iconv_s_list): return encoding list if no blocknobu2004-04-081-1/+6
| | | | | | | is given. [ruby-dev:23063] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-071-0/+10
| | | | | | | | | | resource attribute in rdf:li. * test/rss/test_parser.rb: added test for above change. * lib/rss/dublincore.rb: reverted style. * lib/rss/xmlparser.rb: normalized XMLParser class hierarchy. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-0/+10
| | | | | | | | | | | | path object is not a string. [Ruby2] * gc.c (rb_gc_call_finalizer_at_exit): do not free threads in the exit finalizers. * io.c (rb_io_reopen): should use rb_io_check_io(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu2004-04-071-1/+8
| | | | | | | | | doesn't work for object files on VC. * */Makefile.sub (config.h): need SIZEOF_TIME_T now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix hash tuple bugseki2004-04-061-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: check the size of time_t.akr2004-04-061-0/+8
| | | | | | | | | * time.c (time_add): new function. (time_plus): use time_add. (time_minus): use time_add. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-061-0/+6
| | | | | | | * ext/socket/socket.c (make_hostent): must return value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-0/+10
| | | | | | | | | | | * eval.c (error_print): should no call "to_str" anymore use "message" method instead. * io.c (rb_f_open): Kernel#open() calls "to_open" if the first argument responds to it. [Ruby2] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add require "drb/drb"seki2004-04-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/zlib/test_zlib.rb: new file.akr2004-04-051-0/+5
| | | | | | | (TestZlibGzipWriter#test_new_nil): test for [ruby-dev:23228]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]aamine2004-04-051-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regexec.c: imported Oni Guruma 2.2.6.ksaito2004-04-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regparse.c, oniguruma.h: imported Oni Guruma 2.2.6.ksaito2004-04-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-2/+7
| | | | | | | EAI_SYSTEM. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix reference to ML: [ruby-dev:39475] to [ruby-list:39475].akr2004-04-051-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove leading ./ from filenames so that cross references work OKdave2004-04-041-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow multiple --exclude options to RDocdave2004-04-041-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/syck.h: version 0.43.why2004-04-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-0/+8
| | | | | | | | | | [ruby-talk:94922] * lib/yaml/rubytypes.rb (Symbol#to_yaml): emit symbols as implicits. [ruby-talk:94930] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext.nobu2004-04-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-1/+9
| | | | | | | | | | from Makefile. * lib/mkmf.rb (create_makefile): save preload and libpath for next compile. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-021-2/+14
| | | | | | | | | | | | the wrapper, not for a singleton class for wrapped main. [ruby-dev:23305] * bignum.c (rb_big_eq): use temporary double variable to save the result (internal float register may be bigger than 64 bits, for example, 80 bits on x86). [ruby-dev:23311] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (block_pass): should increment unique identifier of thematz2004-04-021-0/+5
| | | | | | | block. [ruby-talk:96363] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-021-0/+9
| | | | | | | | * ruby.c (ruby_prog_init): make $PROGRAM_NAME built-in. * lib/English.rb: remove $LOADED_FEATURES and $PROGRAM_NAME. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-021-0/+3
| | | | | | | [ruby-dev:39475] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e