ruby--ruby/ext
usa 864bc4f18b * intern.h (rb_protect_inspect): follow the change of array.c.
* eval.c (rb_exec_end_proc): follow the change of rb_protect().

	* eval.c (method_proc, umethod_proc, rb_catch): cast the first
	  parameter of rb_iterate() to avoid VC++ warning.

	* range.c (range_step): ditto.

	* ext/sdbm/init.c (fsdbm_update, fsdbm_replace): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-10-29 06:16:01 +00:00
..
Win32API * ext/Win32API/Win32API.c: remove Init_win32api(). 2001-03-26 05:11:18 +00:00
curses * curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses. 2001-08-16 07:24:20 +00:00
dbm * configure.in: use waitpid on mingw32. 2001-06-01 02:25:28 +00:00
digest * eval.c (rb_thread_restore_context): save current value of 2001-09-08 14:17:53 +00:00
etc Rename *.jp to *.ja, since jp is a region code and ja is a language 2001-07-19 05:44:26 +00:00
fcntl * dir.c (dir_s_glob): supprt backslash escape of metacharacters 2001-02-14 05:52:06 +00:00
gdbm * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now. 2001-10-03 07:52:09 +00:00
nkf * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and 2001-07-18 05:56:05 +00:00
pty * marshal.c (r_object): better allocation type check for 2001-10-03 07:19:19 +00:00
readline * ext/readline/readline.c: restore terminal mode 2001-09-06 05:14:06 +00:00
sdbm * intern.h (rb_protect_inspect): follow the change of array.c. 2001-10-29 06:16:01 +00:00
socket * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:07:26 +00:00
tcltklib * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:07:26 +00:00
tk * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:07:26 +00:00
.cvsignore * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00
Setup Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.dj Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.emx Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.nt Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
Setup.x68 Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. 2001-05-31 04:40:37 +00:00
extmk.rb.in * parse.y (yylex): ternary ? can be followed by newline. 2001-08-29 06:28:51 +00:00