matz 948ff2456b * signal.c (sighandle): should not re-register sighandler if
POSIX_SIGNAL is defined.

* eval.c (error_print): errat array may be empty.

* eval.c (rb_eval_cmd): should not upgrade safe level unless
  explicitly specified by argument newly added.

* signal.c (sig_trap): should not allow tainted trap closure.

* variable.c (rb_f_trace_var): should not allow trace_var on safe
  level higher than 3.

* variable.c (rb_f_trace_var): should not allow tainted trace
  closure.

* gc.c: do not use static stack until system stack overflows.

* eval.c (eval): should call Exception#exception instead of
  calling rb_exc_new3() directly.

* error.c (exc_exception): set "mesg" directly to the clone.  it
  might be better to set mesg via some method for flexibility.

* variable.c (cvar_override_check): should print original module
  name, if 'a' is T_ICLASS.

* parse.y (yylex): float '1_.0' should not be allowed.

* variable.c (var_getter): should care about var as Qfalse
  (ruby-bugs#PR199).

* array.c (cmpint): <=> or block for {min,max} may return bignum.

* array.c (sort_1): use rb_compint.

* array.c (sort_2): ditto.

* enum.c (min_ii): ditto.

* enum.c (min_ii): ditto.

* enum.c (max_i): ditto.

* enum.c (max_ii): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-11-13 08:14:27 +00:00
..
2000-07-31 09:21:25 +00:00
2000-07-18 06:00:45 +00:00
1998-01-16 12:19:09 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
2000-03-23 08:37:35 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
2000-02-23 05:23:12 +00:00
1999-08-13 05:45:20 +00:00
1998-01-16 12:13:05 +00:00
2000-11-27 09:23:38 +00:00
1999-11-29 06:33:02 +00:00
2000-10-10 07:03:36 +00:00
1998-01-16 12:13:05 +00:00
2000-07-18 06:00:45 +00:00
2001-04-30 17:54:55 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
1999-08-13 05:45:20 +00:00
1999-12-01 09:24:48 +00:00
2000-01-05 04:41:21 +00:00
2000-09-19 07:54:28 +00:00
2000-10-02 07:48:42 +00:00
1998-01-16 12:13:05 +00:00
2000-09-27 09:11:13 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
1998-01-16 12:13:05 +00:00
1999-08-13 05:45:20 +00:00
1999-09-16 09:40:33 +00:00
1998-01-16 12:13:05 +00:00
1999-11-17 07:30:37 +00:00
1999-08-13 05:45:20 +00:00
2000-11-16 07:24:21 +00:00
2000-09-15 06:00:30 +00:00
1999-08-13 05:45:20 +00:00
2000-11-16 07:24:21 +00:00

README		this file
biorhythm.rb	biorhythm calculator
cal.rb		cal(1) clone
cbreak.rb	no echo done by ioctl
clnt.rb		socket client
dbmtest.rb	test for dbm
dir.rb		directory access
dualstack-fetch.rb	IPv6 demo
dualstack-httpd.rb	IPv6 demo
dstore.rb	object database on dbm
eval.rb		simple evaluator
export.rb	method access example
exyacc.rb	extrace BNF from yacc file
fact.rb		factorial calculator
fib.awk		Fibonacci number (AWK)
fib.pl		Fibonacci number (Perl)
fib.py		Fibonacci number (Python)
fib.rb		Fibonacci number (Ruby)
fib.scm		Fibonacci number (Scheme)
freq.rb		count word occurrence
from.rb		scan mail spool
fullpath.rb	convert ls -lR to fullpath format
getopts.test	test fot getopt.rb
goodfriday.rb	print various christian calendar event.
io.rb		io test
irb.rb		interactive ruby
less.rb		front end for less
list.rb		stupid object sample
list2.rb	stupid object sample
list3.rb	stupid object sample
mine.rb		simple mine sweeper	
mkproto.rb	extract protptype from C
mpart.rb	split file int multi part
mrshtest.rb	test marshal
observ.rb	observer design pattern sample
occur.pl	count word occurrence (Perl)
occur.rb	count word occurrence (Ruby)
occur2.rb	count word occurrence - another style
philos.rb	famous dining philosophers
pi.rb		calculate PI
rcs.awk		random character stereogram (AWK)
rcs.rb		random character stereogram (Ruby)
rcs.dat		data for random character stereogram
rd2html.rb	rd (Ruby Document) to HTML translator
regx.rb		regular expression tester
sieve.rb	sieve of Eratosthenes
svr.rb		socket server
test.rb		test suite used by `make test'
time.rb		/usr/bin/time clone
trojan.rb	simple tool to find file that may be trojan horse.
tsvr.rb		socket server using thread
uumerge.rb	merge files and uudecode them