aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_write): flag when buffered write is done.matz2002-02-073-4/+32
* * configure.in: keep old config.h unless changed.nobu2002-02-062-2/+10
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-065-90/+144
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-062-14/+63
* * io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu2002-02-052-7/+16
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-056-45/+81
* * file.c (rb_file_s_expand_path): should terminate.nobu2002-02-042-0/+5
* 2002-02-04eban2002-02-041-2/+2
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-046-33/+52
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-018-91/+183
* * regex.c (mbc_startpos): become macro.nobu2002-02-012-78/+84
* 2002-02-01nobu2002-02-011-2/+2
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-016-10/+23
* * lib/mkmf.rb (dir_config): prior --with flag.nobu2002-01-312-18/+14
* refine previous change.akr2002-01-311-1/+1
* * lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr2002-01-312-2/+12
* * regex.c (re_adjust_startpos): fix for SJIS and UTF-8.nobu2002-01-301-1/+1
* * regex.c (re_adjust_startpos): fix for SJIS.nobu2002-01-302-7/+25
* * regex.c (re_adjust_startpos): search start of multibytenobu2002-01-293-24/+127
* Add wresize, resizeterm and KEY_RESIZE.ttate2002-01-292-1/+32
* * lib/pp.rb: don't print a mode File::Stat as decimal number.akr2002-01-292-3/+5
* * file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr2002-01-293-1/+12
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-295-104/+283
* * array.c (rb_ary_fill): shouldn't yield unless block given.nobu2002-01-282-1/+5
* * parse.y (yylex): strict check for numbers.nobu2002-01-282-44/+65
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-2814-28/+110
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-251-1/+1
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-253-4/+11
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-2511-22/+87
* * array.c (Init_Array): remove Array#filter.matz2002-01-2313-42/+102
* 2002-01-23nobu2002-01-231-2/+2
* * eval.c (rb_yield_0): restore source file/line after yield.nobu2002-01-232-0/+8
* * signal.c (ruby_signal): must define sighandler_t unlessnobu2002-01-212-1/+6
* 2002-01-21eban2002-01-211-2/+2
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-216-27/+76
* 2002-01-19usa2002-01-191-2/+2
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-196-9/+20
* 2002-01-18nobu2002-01-181-2/+2
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-188-109/+116
* * ext/socket/socket.c (tcp_svr_s_open): fix typo.usa2002-01-182-1/+5
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-175-79/+191
* 2001-01-16nobu2002-01-161-2/+2
* * eval.c: bugus commit fixed (again, sorry).matz2002-01-161-0/+2
* * eval.c: bugus commit fixed.matz2002-01-161-3/+0
* * st.c: primes should be primes.matz2002-01-167-29/+76
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-163-4/+15
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-164-6/+23
* * Makefile.in (clean): add $(MAINOBJ)eban2002-01-111-1/+1
* 2002-01-11usa2002-01-111-2/+2
* * doc/NEWS: moved syntax related issues to top of the list.aamine2002-01-111-25/+24