Age | Commit message (Expand) | Author |
2004-10-24 | * eval.c (method_arity): should handle NODE_BMETHOD and | matz |
2004-07-28 | * cgi/session.rb: typo fix. | matz |
2004-07-26 | * cgi/session.rb: FileStore data should be umasked 0600. | matz |
2003-10-15 | * lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra arguments | knu |
2003-07-17 | * lib/ftools.rb (File::makedirs): do not handle "//" as a directory. | eban |
2003-05-30 | * lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb"). | eban |
2003-05-24 | * lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa. | aamine |
2003-03-23 | * jcode.rb: add n option. | eban |
2003-03-23 | * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking. | eban |
2003-03-19 | * lib/tracer.rb (trace_func): save and recover Thread.critical state. | nahi |
2003-03-11 | * lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' wh... | aamine |
2003-02-14 | * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=() | akira |
2003-02-07 | * lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb, | knu |
2003-01-19 | * lib/shellwords.rb (shellwords): A backslash ('\') in single | knu |
2002-12-23 | Merge from 1.7: | knu |
2002-12-21 | * lib/mkmf.rb (create_makefile): accept pure ruby libraries. | eban |
2002-12-16 | * removed URI::Generic#to_ary. | akira |
2002-12-12 | fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea... | akira |
2002-12-11 | Merge from 1.7: | knu |
2002-12-02 | * eval.c (backtrace): should ignore line 0 frame. | matz |
2002-11-22 | change default prompt. | keiju |
2002-11-21 | * lib/net/http.rb: should not overwrite Host: header. | aamine |
2002-11-19 | URI::extract extracts only URIs of specified schemes when schemes are specified. | akira |
2002-11-18 | Improve the comment section. | knu |
2002-11-17 | * lib/tempfile.rb: Make this libary thread safe. | knu |
2002-11-14 | * ostruct.rb: fix a bug in inspect which called String#+ with Symbol. | nahi |
2002-11-03 | * lib/getopts.rb: Do not choke on characters that cannot be used | knu |
2002-10-20 | should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa... | akira |
2002-10-10 | * eval.c (ruby_init): Init_stack() with local location. | nobu |
2002-10-04 | updated uri.rb and uri/*.rb to uri-0.9.7 | akira |
2002-10-01 | * regex.c (re_match): p1 may exceed pend limit. | matz |
2002-09-25 | * eval.c (ruby_run): should set toplevel visibility again here. | matz |
2002-09-22 | * lib/mkmf.rb: some backports. | nobu |
2002-09-11 | * lib/mkmf.rb (create_makefile): Merge from 1.7: link with | usa |
2002-09-11 | * lib/open3.rb: Merge from 1.7: Turn sync on for the writer | knu |
2002-09-11 | * lib/thread.rb: Merge from 1.7: Get rid of race condition in | knu |
2002-09-11 | * lib/tempfile.rb: Merge from 1.7: Add Tempfile#size. | knu |
2002-08-25 | * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action. | wakou |
2002-08-24 | * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness. | akr |
2002-08-15 | * lib/rational.rb(Rational#hash): modify algorism for hash-function. | keiju |
2002-08-12 | * hash.c (rb_hash_equal): should check default values. | matz |
2002-07-05 | * lib/cgi.rb (CGI#initialize): improvement for mod_ruby. | wakou |
2002-07-03 | * lib/cgi.rb (CGI#initialize): improvement for mod_ruby. | wakou |
2002-07-02 | * lib/cgi.rb (CGI#header): accept any type as value. | wakou |
2002-06-20 | * lib/ftools.rb (compare): don't return with a file opened | eban |
2002-06-20 | * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192. | eban |
2002-06-19 | * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called. | eban |
2002-06-12 | merged differences between uri-0.9.6 and uri-0.9.7 | akira |
2002-06-05 | * math.c (Init_Math): backport asin, acos, atan. | matz |
2002-06-04 | * string.c (rb_str_aset): should raise error if an indexing string | matz |