summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-12-24021224matz
2002-12-23Merge 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, notmatz
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 akrnobu
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-11Merge 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 returnnobu
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 notknu
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 isnobu
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 usedknu
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 properlyknu
2002-10-25* ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu
2002-10-25* eval.c, gc.c: use a common set of alloca() #ifdef's. This fixesknu
2002-10-23* eval.c (rb_eval): local_vars[-1] should protect body, not amatz
2002-10-18* parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu
2002-10-17* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu
2002-10-17* eval.c (rb_eval): need to push empty varmap node only whenmatz
2002-10-10* win32/win32.c (win32_fclose, win32_close): use closesocket()nobu
2002-10-10* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban
2002-10-10* eval.c (ruby_init): Init_stack() with local location.nobu
2002-10-07* bignum.c (bigdivrem): bignum zero's len should not be 0.matz
2002-10-07* bignum.c (bigdivmod): wrong condition check for Bignum zero.matz
2002-10-05* eval.c (rb_load): should not pass block to the loaded file.aamine
2002-10-04* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban
2002-10-03* ext/tcltklib/tcltklib.c (invoke_queue_handler): make singletonnobu
2002-10-02* configure.in: set ac_cv_func_setitimer to "no" on Cygwin.eban