| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/generator.rb: A new library which converts an internal | knu | 2003-10-14 | 1 | -0/+8 |
* | Add ext/enumerator, a helper module for the Enumerable interface. | knu | 2003-10-13 | 1 | -1/+5 |
* | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai | 2003-08-29 | 1 | -0/+468 |
* | doc/NEWS: typo fix(CVS -> CSV). | eban | 2003-08-05 | 1 | -1/+1 |
* | * doc/NEWS, doc/ChangeLog-1.8.0: added. | matz | 2003-08-04 | 2 | -195/+24144 |
* | * class.c (rb_obj_singleton_methods): should not go up to | matz | 2003-08-01 | 1 | -251/+352 |
* | * doc/NEWS: typo fix. | eban | 2003-08-01 | 1 | -1/+1 |
* | * gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less than | matz | 2003-07-31 | 2 | -4/+4 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -1/+1 |
* | * update to 1.8.0 preview5 (but incomplete yet). | matz | 2003-07-30 | 1 | -12/+92 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -25/+0 |
* | Really cvs rm these files from HEAD. | knu | 2002-12-31 | 2 | -707/+0 |
* | Mention the open-uri.rb import. | knu | 2002-12-19 | 1 | -0/+4 |
* | Add and update entries. | knu | 2002-12-15 | 1 | -21/+74 |
* | Clarify that this file is not actively maintained. | knu | 2002-12-01 | 1 | -0/+2 |
* | Add set.rb. | knu | 2002-08-30 | 1 | -0/+4 |
* | OptionParser | nobu | 2002-07-14 | 1 | -0/+4 |
* | * doc/net/smtp.rd.ja: add note for RubyMail/TMail. | aamine | 2002-07-11 | 1 | -0/+205 |
* | * lib/net/http.rb: rename HTTP.get_uri get_response. | aamine | 2002-07-11 | 1 | -0/+502 |
* | * NEWS: add note for net/http's incompatibility. | aamine | 2002-07-11 | 1 | -0/+5 |
* | * bit changed. | keiju | 2002-07-10 | 1 | -11/+5 |
* | * irb 0.9(doc) | keiju | 2002-07-09 | 2 | -34/+75 |
* | * parse.y (words, qwords): word list literal rules. | nobu | 2002-06-26 | 1 | -0/+11 |
* | updated to the new version (based on date2 3.3). | tadf | 2002-06-22 | 1 | -0/+4 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -0/+4 |
* | * ruby.c (proc_options): removed "-*-" support for #! line. | matz | 2002-05-23 | 1 | -0/+8 |
* | added a summary of the changes in the new date. | tadf | 2002-05-19 | 1 | -0/+8 |
* | * eval.c (rb_thread_join): added an argument to limit time to wait | nobu | 2002-05-09 | 1 | -0/+5 |
* | * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in | knu | 2002-04-17 | 1 | -5/+0 |
* | Add entries to each Setup.* and remove Changes files. | ttate | 2002-04-02 | 1 | -0/+4 |
* | * io.c (rb_io_sysseek): new method based on a patch from Aristarkh | matz | 2002-03-27 | 1 | -0/+4 |
* | * doc/net/protocol.rd.ja, smtp.rd.ja, pop.rd.ja: removed. | aamine | 2002-03-26 | 3 | -953/+0 |
* | * lib/fileutils.rb: new file. | aamine | 2002-03-26 | 1 | -1/+5 |
* | add raccrt, strscan entry | aamine | 2002-03-22 | 1 | -0/+8 |
* | Mention the import of BigFloat. | knu | 2002-03-22 | 1 | -0/+5 |
* | * re.c (rb_reg_search): should clear last_match if pos is out of | matz | 2002-03-19 | 1 | -0/+8 |
* | * ext/iconv: imported. | nobu | 2002-03-14 | 1 | -0/+4 |
* | * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced | knu | 2002-03-13 | 1 | -11/+10 |
* | * lib/getopts.rb: single_options can be nil[*], and is not not | knu | 2002-03-13 | 1 | -0/+11 |
* | Remove the entries that have already been merged into the stable | knu | 2002-03-11 | 1 | -12/+0 |
* | tsort description modifed. | akr | 2002-03-11 | 1 | -2/+2 |
* | tsort library added. | akr | 2002-03-11 | 1 | -0/+4 |
* | StringIO. | nobu | 2002-03-11 | 1 | -0/+4 |
* | aamine | aamine | 2002-02-19 | 1 | -1/+1 |
* | * parse.y (expr_value, arg_value, primary_value): value_expr() | matz | 2002-02-18 | 1 | -0/+8 |
* | * eval.c (is_defined): defined?(Foo::Baz) should check constants | matz | 2002-01-28 | 1 | -0/+8 |
* | * class.c (rb_include_module): detect cyclic module inclusion. | matz | 2002-01-25 | 1 | -0/+8 |
* | * array.c (Init_Array): remove Array#filter. | matz | 2002-01-23 | 1 | -0/+4 |
* | * doc/NEWS: moved syntax related issues to top of the list. | aamine | 2002-01-11 | 1 | -25/+24 |
* | * doc/NEWS: sorted by entry name. | aamine | 2002-01-11 | 1 | -230/+223 |