summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_create): may called from place higher thanmatz2003-02-211-0/+8
* * io.c (argf_to_io): should prefetch argv.matz2003-02-211-0/+5
* * eval.c (rb_f_require): do not need to abort if a DLEXT fileeban2003-02-211-0/+5
* * mdoc2man.rb: New file. A mdoc to man converter ported fromknu2003-02-201-0/+15
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-141-0/+12
* * ruby.c (proc_options): script argument is in effect only when -e is not given.nobu2003-02-131-1/+2
* * ruby.c (ruby_init_loadpath): ensures buffer terminatednobu2003-02-131-0/+8
* * lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb,knu2003-02-071-0/+8
* * io.c (argf_getline): should not increment lineno at EOF.matz2003-02-041-0/+8
* * error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa2003-01-261-1/+7
* * error.c (get_syserror): some Windows' errno have 5 digits.usa2003-01-261-0/+4
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-191-0/+6
* * sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu2003-01-161-0/+11
* * eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu2003-01-141-0/+6
* * io.c (next_argv): not always set binmode.nobu2003-01-131-0/+4
* * io.c (next_argv): inherit binmode from $defout.eban2003-01-121-0/+8
* * configure.in (DLDLIBS): do not add "-lc" on DJGPP.eban2003-01-111-0/+4
* * configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu2003-01-101-0/+6
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu2003-01-091-0/+6
* * configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu2003-01-091-0/+4
* also rb_io_putc().nobu2003-01-091-2/+3
* * io.c (io_write): set FMODE_WBUF flag unless flushed.nobu2003-01-091-0/+3
* * file.c (rb_find_file_ext): sync with Ruby 1.8. ([ruby-talk:56407])eban2003-01-091-0/+4
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-091-0/+16
* * struct.c (make_struct): needs meta class.nobu2003-01-051-0/+4
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-0/+9
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-041-0/+10
* * ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoideban2003-01-011-0/+7
* Fix typos I made.knu2002-12-311-2/+2
* * dln.c (init_funcname): get rid of gcc-3 -O3 warning.nobu2002-12-311-0/+20
* Fix a typo.knu2002-12-311-1/+1
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-311-0/+15
* * defines.h (FLUSH_REGISTER_WINDOWS): Add support forknu2002-12-311-0/+5
* mdoc'ify.knu2002-12-301-0/+4
* 021224matz2002-12-241-4/+4
* Merge from 1.7:knu2002-12-231-0/+11
* * lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban2002-12-211-0/+4
* * ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS.eban2002-12-201-0/+4
* * class.c (rb_include_module): argument should be T_MODULE, notmatz2002-12-191-0/+5
* * dir.c (dir_set_pos): Dir#pos= should return the new position.matz2002-12-161-4/+13
* * parse.y (nextc): get rid of overrun. (pointed out by akrnobu2002-12-161-1/+4
* * eval.c (rb_eval): untangled ruby_dyna_vars. [ruby-talk:59035]nobu2002-12-161-0/+4
* * ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3.eban2002-12-131-0/+5
* * ext/dbm/extconf.rb: backported from 1.7.eban2002-12-131-0/+6
* * sprintf.c (rb_f_sprintf): 1.7 sprintf() backported.matz2002-12-121-0/+4
* * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu2002-12-121-0/+5
* * ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined.eban2002-12-111-0/+4
* Merge from 1.7:knu2002-12-111-0/+5
* * stable version 1.6.8 release candidate.matz2002-12-091-4/+4
* * numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.matz2002-12-091-0/+4