summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strstr.c b/missing/strstr.c
index ff28ebffd6..68f40f8260 100644
--- a/missing/strstr.c
+++ b/missing/strstr.c
@@ -14,7 +14,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Header: /work/cvsroot/ruby/missing/strstr.c,v 1.1 1994/06/27 15:49:21 matz Exp $ SPRITE (Berkeley)";
+static char rcsid[] = "$Header: /usr/ext/cvsroot/ruby/missing/strstr.c,v 1.2 1994/08/12 04:48:34 matz Exp $ SPRITE (Berkeley)";
#endif /* not lint */
/*
2add7cc2ad675f4e'>process.c: [DOC] env values in spawn [ci skip]nobu 2015-08-14improve handling of timer thread shutdownnormal 2015-07-26revert r31760 and r31761nobu 2015-07-16avoid redundant GET_THREAD() callsnormal 2015-07-16* process.c (redirect_dup2): when the new FD of dup2() coflictsngoto 2015-07-16Revert r51209 because signals after stopping timer thread beforengoto 2015-07-16process.c (close_unless_reserved): declare type of `fd' argnormal 2015-07-15* process.c (redirect_close, parent_redirect_close): should not closengoto 2015-07-10* process.c (rb_f_exec): rb_exec_without_timer_thread should bengoto 2015-06-19* process.c (rb_execarg_parent_start1): new macro ALWAYS_NEED_ENVPngoto 2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt 2015-05-22process.c: do not discard statusnobu 2015-04-14process.c: initgroups on cygwinnobu 2015-04-10* process.c (rb_execarg_parent_start1): Handle EINTR.akr 2015-04-09* process.c: Release GVL when opening a file in spawn() to avoid wholeakr 2015-04-09move debug functions.akr 2015-04-09* process.c (redirect_open): Removed.akr 2015-04-09* internal.h (rb_execarg_parent_end): Declared.akr 2015-04-09* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr 2015-04-09* process.c (fd_clear_cloexec): Extracted from run_exec_dup2.akr 2015-02-23eval.c: static IDsnobu