summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.10masterJesse Luehrs2016-05-281-0/+2
|
* skip flaky test for nowJesse Luehrs2016-05-281-0/+3
|
* changelogJesse Luehrs2016-05-281-0/+1
|
* fix these docsJesse Luehrs2012-03-061-2/+2
|
* changelog0.09Jesse Luehrs2012-03-051-0/+2
|
* changelogJesse Luehrs2012-03-051-0/+3
|
* cleanups, dzil stuff, etcJesse Luehrs2012-03-0511-77/+79
|
* close the pty before killing the underlying processJesse Luehrs2012-03-041-10/+13
| | | | | | interactive shells typically block SIGTERM, but do exit when they receive EOF. this gives them the opportunity to terminate themselves, before doing it more explicitly.
* cleanupsJesse Luehrs2010-01-021-4/+5
|
* changelog and bump version0.08Jesse Luehrs2009-10-102-1/+5
|
* break some circular referencesJesse Luehrs2009-10-102-9/+16
|
* fix up doc links0.07Jesse Luehrs2009-07-071-2/+2
|
* reformat a bunch of commentsJesse Luehrs2009-07-071-13/+36
|
* remove vim fold markersJesse Luehrs2009-07-071-42/+0
|
* update ChangesJesse Luehrs2009-07-071-1/+2
|
* switch to Dist::ZillaJesse Luehrs2009-07-074-63/+11
|
* update ChangesJesse Luehrs2009-07-061-0/+7
|
* actually, the parent should never be automatically set rawJesse Luehrs2009-07-061-1/+0
| | | | | | | this is an irreversible change (from the point of view of this module), and since spawn is meant to be able to be called multiple times, that could cause issues. also, i don't think that setting the parent to be raw has any useful effects? maybe?
* document the new raw optionJesse Luehrs2009-07-061-0/+4
|
* allow disabling the automatic $self->set_raw on spawnJesse Luehrs2009-07-061-2/+6
|
* 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
|