ruby--ruby/ext
matz 186c8b592a * marshal.c (w_float): must distinguish -0.0 from 0.0.
* gc.c (gc_mark_all): tweak mark order for little bit better scan.

* gc.c (rb_gc_mark): ditto.

* gc.c (rb_gc): ditto.

* enum.c (sort_by_i): slight performance boost.

* gc.c (gc_mark_rest): should call gc_mark_children(), not gc_mark().

* gc.c (rb_gc_mark): may cause infinite looop.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-11-27 10:00:35 +00:00
..
Win32API * ext/Win32API/Win32API.c: remove Init_win32api(). 2001-03-26 05:11:18 +00:00
curses Curses::getstr and Window#getstr use getnstr() and wgetnstr() 2001-11-23 09:53:54 +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 (w_float): must distinguish -0.0 from 0.0. 2001-11-27 10:00:35 +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
syslog Import the "syslog" module from the rough ruby project. This module 2001-11-26 12:00:40 +00:00
tcltklib * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:07:26 +00:00
tk * parse.y (parse_regx): should raise error on untermitated 2001-11-19 05:03:03 +00:00
.cvsignore * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00
Setup Import the "syslog" module from the rough ruby project. This module 2001-11-26 12:00:40 +00:00
Setup.dj Import the "syslog" module from the rough ruby project. This module 2001-11-26 12:00:40 +00:00
Setup.emx Import the "syslog" module from the rough ruby project. This module 2001-11-26 12:00:40 +00:00
Setup.nt Import the "syslog" module from the rough ruby project. This module 2001-11-26 12:00:40 +00:00
Setup.x68 Import the "syslog" module from the rough ruby project. This module 2001-11-26 12:00:40 +00:00
aix_mksym.rb
configsub.rb * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. 2001-05-31 04:40:37 +00:00
extmk.rb.in * parse.y (parse_regx): should raise error on untermitated 2001-11-19 05:03:03 +00:00