1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
matz 4ab1577db3 * parse.y: yyparse #defines moved from intern.h
* ruby.c (proc_options): access prefixed "ruby_yydebug".

* applied modifies to pacify some of gcc -Wall warnings.

* parse.y (arg): no more ugly hack for "**", so that "-2**2" to be
  parsed as "(-2)**2", whereas "- 2**2" or "-(2)**2" to be parsed
  as "-(2**2)".

* parse.y (yylex): '-2' to be literal fixnum. [new]

* time.c (time_succ): new method for Range support.

* time.c (time_arg): nil test against v[6] (usec).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-05-29 05:20:39 +00:00
..
curses Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
dbm Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
digest Probably */depend should be added to this file too. 2002-03-21 20:11:49 +00:00
dl Get rid of a function. 2002-05-20 15:50:28 +00:00
etc * parse.y: yyparse #defines moved from intern.h 2002-05-29 05:20:39 +00:00
fcntl Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
gdbm Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
iconv * re.c (rb_reg_s_quote): # also should be quoted. 2002-05-07 08:32:01 +00:00
nkf Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
pty Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
racc/cparse copied from ext/etc. 2002-04-18 06:13:43 +00:00
readline Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
sdbm * ext/sdbm/init.c (each_pair): moved prototype before the 2002-04-01 07:58:09 +00:00
socket * ruby.c (proc_options): removed "-*-" support for #! line. 2002-05-23 05:35:32 +00:00
stringio * ext/stringio/stringio.c (strio_mark): must check if ptr is NULL 2002-04-23 16:22:25 +00:00
strscan copied from ext/etc. 2002-04-18 06:13:43 +00:00
syslog * ext/digest: add depend file. 2002-03-18 09:24:39 +00:00
tcltklib * ext/racc/cparse/cparse.c: prototype; call_scaniter(). 2002-04-01 06:21:24 +00:00
tk * marshal.c (w_object): module inclusion using extend() should 2002-03-11 08:02:04 +00:00
Win32API Add. 2002-01-07 06:58:54 +00:00
.cvsignore * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * ext/configsub.rb: latest autoconf style support. 2002-03-20 16:04:08 +00:00
extmk.rb.in * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make. 2002-05-02 09:31:29 +00:00
Setup * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in 2002-04-17 15:00:23 +00:00
Setup.dj * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in 2002-04-17 15:00:23 +00:00
Setup.emx * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in 2002-04-17 15:00:23 +00:00
Setup.nt * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in 2002-04-17 15:00:23 +00:00
Setup.x68 * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in 2002-04-17 15:00:23 +00:00