aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-20/+27
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-29/+12
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-081-2/+0
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-2/+0
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-2/+4
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-8/+7
* * ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa2003-12-101-1/+3
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+1
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-1/+2
* * file.c (rb_find_file): need world writable directory check formatz2003-03-101-4/+5
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-45/+38
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-1/+1
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-5/+5
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-27/+84
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-54/+49
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-5/+9
* * marshal.c (r_object): better allocation type check formatz2001-10-031-6/+3
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-95/+31
* forgot some checkins.matz2001-05-061-1/+1
* 2000-05-25matz2000-05-251-2/+2
* 2000-05-24matz2000-05-241-1/+1
* 2000-02-08matz2000-02-081-0/+2
* remove marshal/gtk/kconvmatz1999-08-131-0/+497