1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/tk
matz 63a17aa5a2 * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',
since octal literals are formed by three digits at most.

* eval.c (rb_eval_cmd): cbase should not be NULL; it should be
  either ruby_wrapper or Object.

* enum.c (enum_each_with_index): should return self.

* process.c (proc_setpgrp): should return value for non-void function.

* process.c (proc_getpgid): should raise exception if getpgid() return -1.

* string.c (rb_str_ljust): should return a duplicated string.

* string.c (rb_str_rjust): ditto.

* string.c (rb_str_center): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-03-12 09:27:29 +00:00
..
lib * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', 2002-03-12 09:27:29 +00:00
sample remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
.cvsignore Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
MANIFEST remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkutil.c 2000-05-24 2000-05-24 04:34:26 +00:00