summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-07* util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean
2004-05-06use numerichost if cannot resolve hostnameseki
2004-05-06* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai
2004-05-062004-05-06eban
2004-05-06MANIFEST: add lib/xmlrpc/README.txt.eban
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-06* dir.c (rb_push_glob): simplified code (not change behavior)ocean
2004-05-06* ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-05-05Don't include &block if we have yield parametersdave
2004-05-04use recv instead of recvfromseki
2004-05-04 * lib/gserver.rb: documentedgsinclair
2004-05-03Fix parsing problem with yield within blockdave
2004-05-02* test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.aamine
2004-05-022004-05-02eban
2004-05-01* renewal Ruby/Tknagai
2004-04-302004-04-30eban
2004-04-30* time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT.eban
2004-04-27* oniguruma.h, regparse.c: imported Oni Guruma 2.2.8.ksaito
2004-04-27This commit was generated by cvs2svn to compensate for changes in r6231,ksaito
2004-04-27* oniguruma.h, regparse.c: imported Oni Guruma 2.2.7.ksaito
2004-04-27This commit was generated by cvs2svn to compensate for changes in r6227,ksaito
2004-04-27This commit was generated by cvs2svn to compensate for changes in r6225,ksaito
2004-04-27* common.mk: LIBURUBY_A is needed for extconf.rb even whennobu
2004-04-272004-04-27usa
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-26add tests.akr
2004-04-262004-04-26nobu
2004-04-26* README.EXT, README.EXT.ja: fixed wrong function signature.nobu
2004-04-26Alias alias to instance methodsdave
2004-04-252004-04-25eban
2004-04-25* configure.in (ac_cv_func_fork): set to no on DJGPP.eban
2004-04-24re.c: applied stack error handling patch. [ruby-dev:22431]ksaito
2004-04-242004-04-24eban
2004-04-24Fix bug where consecutive headings were mergeddave
2004-04-23* Non-String attributes are now converted to Strings; this means code such asser
2004-04-23* lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu
2004-04-23* lib/pathname.rb: sync taint/freeze flag betweenakr
2004-04-23* parse.y (stmt, arg, aref_args): should not make sole splat intonobu
2004-04-232004-04-23eban
2004-04-23* lib/resolv.rb: don't use Regexp#source to embed regexps.akr
2004-04-22* common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu
2004-04-222004-04-22usa
2004-04-22* */Makefile.sub (distclean-local): should remove $(RBCONFIG).usa
2004-04-21* parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu
2004-04-21* eval.c (rb_mod_define_method): allow binding methods to modules.nobu
2004-04-21check hash tuple sizeseki
2004-04-21* lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr
2004-04-21* lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine