aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.060.06Jesse Luehrs2009-07-062-3/+3
* add IO::Pty::HalfDuplex to SEE ALSOJesse Luehrs2009-07-061-0/+2
* stop explicitly depending on core modulesJesse Luehrs2009-07-061-2/+0
* update ChangesJesse Luehrs2009-07-061-0/+8
* namespace the hash slots i'm using, as noted in the IO::Handle docsJesse Luehrs2009-07-061-13/+13
* add a few accessor methods, to make the api cleanerJesse Luehrs2009-07-061-16/+63
* not sure where this pod came fromJesse Luehrs2009-07-061-4/+0
* i guess i do want this to be definedJesse Luehrs2009-07-061-0/+1
* update some tests that accessed the hashref directlyJesse Luehrs2009-07-062-2/+2
* change the class to be globref-basedJesse Luehrs2009-07-061-49/+46
* localize $@ and $? in the destructorJesse Luehrs2009-07-041-0/+2
* version bump to 0.050.05doy2009-02-053-3/+7
* we use POSIX toodoy2009-02-051-0/+1
* add a couple tests for write(), some failingdoy2009-02-051-1/+33
* add a test for read returning undef on timeoutdoy2009-02-041-1/+2
* need to preserve $pty->read returning undef on timeoutdoy2009-02-041-2/+5
* call new directly, not indirectly0.04doy2009-02-036-6/+6
* various other 0.04 boilerplate updatesdoy2009-02-032-4/+4
* update my email addressdoy2009-02-031-1/+1
* no need for a changelog in README if i already have Changesdoy2009-02-031-5/+0
* update changelog for 0.04doy2009-02-031-0/+6
* reformat Changesdoy2009-02-031-5/+8
* a few minor cleanupsdoy2009-02-031-7/+7
* Fix BSD by draining the kernel pty buffer before waitingStefan O'Rear2009-02-031-0/+13
* meh, no idea why this is necessarydoy2009-02-031-1/+1
* why was i using require heredoy2009-02-031-1/+1
* use waitpid rather than wait, and don't mess with SIGCHLD at alldoy2009-02-031-5/+5
* make test 004 timeout rather than hanging on systems where it's brokendoy2009-02-031-1/+6
* don't eat cpu while waiting for a process to diedoy2009-02-031-1/+1
* system() stuff should be fixeddoy2009-02-031-11/+8
* close the child ptys after tests that spawn things in themdoy2009-02-033-2/+3
* don't reset SIGWINCH if we didn't set it in the first placedoy2009-02-031-1/+1
* cleaner logic in is_activedoy2009-02-031-2/+2
* move the wait() call from the SIGCHLD handler into kill(), and use IGNORE for...doy2009-02-031-3/+5
* clean up signals a bit betterdoy2009-02-031-3/+6
* minor nitpicksdoy2009-02-031-2/+2
* don't fail on multiple close callsdoy2009-02-031-0/+1
* $self->close when the object is destroyeddoy2009-02-031-0/+7
* version bump to 0.04doy2009-02-031-2/+2
* add failing testdoy2009-02-031-0/+30
* TAG 0.030.03jluehrs22007-08-200-0/+0
* update for version 0.03jluehrs22007-08-203-3/+8
* print something on success and failure, so that the read call doesn't block, ...jluehrs22007-08-201-3/+9
* this test is unnecessary, since sysread will return EOF if the process is dea...jluehrs22007-08-201-4/+2
* we can't handle the term size changes if STDIN isn't a tty, since then we hav...jluehrs22007-08-201-0/+2
* old tag: 0.020.02jluehrs22007-08-200-0/+0
* doc changes for 0.02jluehrs22007-08-203-3/+8
* use the new kill() interface in the tests rather than the perl builtinjluehrs22007-08-171-1/+1
* fixmejluehrs22007-08-171-0/+2
* synopsis editjluehrs22007-08-171-1/+1