| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk (INSNS): not chdir to srcdir. | nobu | 2007-08-06 | 1 | -6/+14 |
* | added a note. | tadf | 2007-08-05 | 1 | -2/+2 |
* | * lib/rss, sample/rss, test/rss: | kou | 2007-08-05 | 22 | -708/+1286 |
* | * lib/mkmf.rb (find_type): new method. | nobu | 2007-08-02 | 1 | -12/+35 |
* | * lib/mkmf.rb (have_type): suppress a warning with -Wall. | nobu | 2007-08-02 | 1 | -1/+1 |
* | * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766] | nobu | 2007-08-02 | 1 | -1/+1 |
* | * generic.rb (URI::Generic::merge_path): behave as RFC 3986. | nobu | 2007-08-01 | 1 | -52/+52 |
* | * lib/date/format.rb (_parse): now interprets slashed numerical | tadf | 2007-07-31 | 1 | -1/+1 |
* | Fixes a bug in the pretty printer related to an incomplete refactoring. | ser | 2007-07-28 | 3 | -7/+12 |
* | Indentation fix. | ser | 2007-07-25 | 1 | -0/+1 |
* | Merges upstream changes for REXML v3.1.7 | ser | 2007-07-25 | 23 | -1414/+1775 |
* | * lib/date/format.rb (Date._parse): now accepts some new | tadf | 2007-07-22 | 2 | -22/+59 |
* | * lib/date.rb, lib/date/format.rb (Date._parse): now can take some | tadf | 2007-07-21 | 2 | -24/+305 |
* | * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_H | nobu | 2007-07-21 | 1 | -1/+2 |
* | * lib/mkmf.rb (init_mkmf): should remove mkmf.log too. | nobu | 2007-07-21 | 1 | -0/+1 |
* | * lib/date/format.rb (Date._parse): completes calendar week based year. | tadf | 2007-07-20 | 1 | -17/+23 |
* | * lib/base64.rb (Base64::b64encode): should not specify /o option | matz | 2007-07-16 | 1 | -1/+1 |
* | * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to access | akr | 2007-07-13 | 1 | -1/+1 |
* | * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expand | nobu | 2007-07-13 | 1 | -9/+11 |
* | * lib/json.rb, lib/json/, ext/json/: | naruse | 2007-07-07 | 5 | -39/+284 |
* | * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed: | akr | 2007-07-07 | 1 | -4/+5 |
* | * lib/pp.rb (PP::PPMethods#pp_hash): sort if | akr | 2007-07-07 | 1 | -1/+8 |
* | * lib/irb.rb: typo. Thanks, Giles Bowkett. | keiju | 2007-07-06 | 2 | -18/+23 |
* | * lib/webrick/httpauth/authenticator.rb | nahi | 2007-07-04 | 1 | -1/+1 |
* | * eval_intern.h, yarvcore.h: move declaration of sysstack_error | ko1 | 2007-07-01 | 1 | -1/+1 |
* | * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to | akr | 2007-06-29 | 1 | -1/+1 |
* | * parse.y (assoc_list): remove expanded hash literal (no splat). | matz | 2007-06-29 | 1 | -40/+40 |
* | * lib/vm/instruction.rb: set properties. | nobu | 2007-06-29 | 1 | -1331/+1331 |
* | * tool/insns2vm.rb, lib/vm/instruction.rb: move process body | ko1 | 2007-06-29 | 1 | -0/+1331 |
* | * parse.y (yycompile): disable trace while creating ruby_debug_lines. | nobu | 2007-06-18 | 2 | -75/+37 |
* | fix typo. | akr | 2007-06-16 | 1 | -1/+1 |
* | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more | nobu | 2007-06-14 | 1 | -1/+1 |
* | * lib/securerandom.rb: documente updated. | akr | 2007-06-14 | 1 | -2/+2 |
* | * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag and | nobu | 2007-06-12 | 1 | -1/+6 |
* | * lib/mkmf.rb (find_header): use header names in the message. | nobu | 2007-06-12 | 1 | -1/+2 |
* | Fixed typo in code. Fixes bug #10420 | ryan | 2007-06-12 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -21/+45 |
* | add document. | akr | 2007-06-10 | 1 | -0/+9 |
* | * lib/securerandom.rb: renamed from lib/secrand.rb. | akr | 2007-06-10 | 2 | -2/+130 |
* | * lib/secrand.rb: rename SecRand() to SecRand.random_number. | akr | 2007-06-08 | 1 | -27/+30 |
* | documented. | akr | 2007-06-08 | 1 | -1/+60 |
* | * lib/cgi/session.rb: use secrand for generating cookies. | akr | 2007-06-08 | 1 | -9/+15 |
* | * lib/secrand.rb: new file for secure random interface. | akr | 2007-06-08 | 1 | -0/+66 |
* | * lib/pp.rb: call original "method" method instead of redefined one. | akr | 2007-06-07 | 1 | -3/+10 |
* | * lib/json/common.rb: Ponder offering parse\! method. | naruse | 2007-06-06 | 2 | -15/+29 |
* | * ext/json, lib/json, test/json: set properties. | nobu | 2007-06-06 | 1 | -0/+0 |
* | * lib/pp.rb (PP::PPMethods::seplist): revert last change to work | matz | 2007-06-05 | 1 | -2/+2 |
* | * lib/json.rb, lib/json, ext/json, test/json: | naruse | 2007-06-04 | 17 | -0/+4159 |
* | * lib/benchmark.rb (Benchmark::Job::item): avoid modifying the | nobu | 2007-05-31 | 1 | -1/+1 |
* | * lib/net/imap.rb (ResponseParser#next_token): fixed | shugo | 2007-05-30 | 1 | -2/+2 |