summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-02-12* test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...aamine
2004-02-12 * lib/ftools.rb: documentedgsinclair
2004-02-12 * lib/base64.rb: added and tidied documentationgsinclair
2004-02-12* lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...aamine
2004-02-12* lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu
2004-02-12* parse.y (rparen): ignore preceding newlines to right parentheses.nobu
2004-02-12* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.eban
2004-02-12* win32/win32.c (link): raise NotImplementedError on Win9X.usa
2004-02-12* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu
2004-02-11* lib/pathname.rb: use assert_raise instead of assert_raises.akr
2004-02-11* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai
2004-02-10typo.nobu
2004-02-10* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu
2004-02-10* eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu
2004-02-10* string.c (rb_str_match): raise TypeError when both arguments areusa
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-02-09* process.c (detach_process_watcher): return the last status.nobu
2004-02-08* lib/pp.rb (PP::PPMethods::object_address_group): suppress negativenobu
2004-02-08* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira
2004-02-08* test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira
2004-02-08* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira
2004-02-08* lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...aamine
2004-02-08Added ruby-dev numberocean
2004-02-08* dir.c (glob_helper): Dir.glob('**/') did not work.ocean
2004-02-07* dir.c (fnmatch):ocean
2004-02-07* lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu
2004-02-06Support https in hyperlinksdave
2004-02-06 * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previousnahi
2004-02-06 * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instancenahi
2004-02-06* test/ruby/test_proc.rb (TestProc::test_eq): added aakira
2004-02-06* test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira
2004-02-06* ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu
2004-02-06* lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu
2004-02-05* lib/prettyprint.rb (PrettyPrint#first?): obsoleted.akr
2004-02-05* lib/prettyprint.rb (PrettyPrint#seplist): added.akr
2004-02-04* file.c (rb_stat_mode): should not sign-expand, so backout.nobu
2004-02-03* file.c (test_l): fix wrong method name in document.akr
2004-02-03* lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou
2004-02-03Retrofit entry (there was conflict):gsinclair
2004-02-03* parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]nobu
2004-02-02* lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style.akr
2004-02-02* parse.y (block_append, new_evstr, void_expr0): remove no longer usednobu
2004-02-02* dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,eban
2004-02-01* lib/pp.rb (Struct#pretty_print): make it 1.8 style.akr
2004-02-01* lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopbackakr
2004-02-01* lib/resolv-replace.rb (BasicSocket#send): don't replace becauseakr
2004-02-01Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek
2004-01-31* lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr
2004-01-31lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.akr
2004-01-31* lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou