| Age | Commit message (Expand) | Author |
| 2003-01-09 | * io.c (io_write): set FMODE_WBUF flag unless flushed. | nobu |
| 2003-01-09 | * file.c (rb_find_file_ext): sync with Ruby 1.8. ([ruby-talk:56407]) | eban |
| 2003-01-09 | * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and | nobu |
| 2003-01-05 | * struct.c (make_struct): needs meta class. | nobu |
| 2003-01-05 | * ruby.c (ruby_init_loadpath): under Windows, get the module | nobu |
| 2003-01-04 | * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an | knu |
| 2003-01-01 | * ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoid | eban |
| 2002-12-31 | Fix typos I made. | knu |
| 2002-12-31 | * dln.c (init_funcname): get rid of gcc-3 -O3 warning. | nobu |
| 2002-12-31 | Fix a typo. | knu |
| 2002-12-31 | * configure.in: Improve OpenBSD support. [obtained from: OpenBSD | knu |
| 2002-12-31 | * defines.h (FLUSH_REGISTER_WINDOWS): Add support for | knu |
| 2002-12-30 | mdoc'ify. | knu |
| 2002-12-24 | 021224 | matz |
| 2002-12-23 | Merge from 1.7: | knu |
| 2002-12-21 | * lib/mkmf.rb (create_makefile): accept pure ruby libraries. | eban |
| 2002-12-20 | * ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS. | eban |
| 2002-12-19 | * class.c (rb_include_module): argument should be T_MODULE, not | matz |
| 2002-12-16 | * dir.c (dir_set_pos): Dir#pos= should return the new position. | matz |
| 2002-12-16 | * parse.y (nextc): get rid of overrun. (pointed out by akr | nobu |
| 2002-12-16 | * eval.c (rb_eval): untangled ruby_dyna_vars. [ruby-talk:59035] | nobu |
| 2002-12-13 | * ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3. | eban |
| 2002-12-13 | * ext/dbm/extconf.rb: backported from 1.7. | eban |
| 2002-12-12 | * sprintf.c (rb_f_sprintf): 1.7 sprintf() backported. | matz |
| 2002-12-12 | * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug... | nobu |
| 2002-12-11 | * ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined. | eban |
| 2002-12-11 | Merge from 1.7: | knu |
| 2002-12-09 | * stable version 1.6.8 release candidate. | matz |
| 2002-12-09 | * numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==. | matz |
| 2002-12-02 | * eval.c (backtrace): should ignore line 0 frame. | matz |
| 2002-12-01 | * win32/win32.c (win32_stat): empty path is invalid, and return | nobu |
| 2002-11-27 | * ext/syslog/syslog.c: Cut redundancy. | knu |
| 2002-11-27 | * ext/digest/test.rb: Switch from RUnit to Test::Unit. | knu |
| 2002-11-27 | * ext/syslog/syslog.c: Fix a problem where Syslog#ident was not | knu |
| 2002-11-22 | * instruby.rb: Install batch files on Windows. [Submitted by usa] | knu |
| 2002-11-21 | * lib/net/http.rb: should not overwrite Host: header. | aamine |
| 2002-11-18 | * instruby.rb: Do not install various working files under bin/. | knu |
| 2002-11-18 | * bin/irb: Moved from sample/irb.rb. | 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-09 | * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup. | eban |
| 2002-11-09 | * eval.c (rb_eval): removed unnecessary toplevel check. | matz |
| 2002-11-07 | * eval.c (blk_orphan): a block created in a different thread is | nobu |
| 2002-11-05 | * stable version 1.6.8 release candidate. | matz |
| 2002-11-03 | * lib/getopts.rb: Do not choke on characters that cannot be used | knu |
| 2002-10-31 | * error.c (init_syserr): remove sys_nerr dependency. | matz |
| 2002-10-26 | * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c, | knu |
| 2002-10-25 | * parse.y (str_extend): pushback() takes one argument, so properly | knu |
| 2002-10-25 | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu |
| 2002-10-25 | * eval.c, gc.c: use a common set of alloca() #ifdef's. This fixes | knu |