Mercurial > hg > easyhg
log
age | author | description |
---|---|---|
Mon, 22 Nov 2010 15:21:12 +0000 | Chris Cannam | * OS/X doesn't like fork() without exec(). Scrap that, revert to ioctl |
Mon, 22 Nov 2010 12:30:40 +0000 | Chris Cannam | * Some work toward doing the Right Thing with each possible combination of existing/nonexisting directories in Open dialog |
Mon, 22 Nov 2010 10:03:15 +0000 | Chris Cannam | * Use fork/setsid/fork to escape our controlling terminal, to ensure the pty we create is used for password requests |
Sat, 20 Nov 2010 11:40:19 +0000 | Chris Cannam | * Further minor win32 fix |
Sat, 20 Nov 2010 10:11:00 +0000 | Chris Cannam | * Win32 build fixes |
Fri, 19 Nov 2010 18:39:40 +0000 | Chris Cannam | * Allocate a pty for the subprocess, and ask the user for password. Very rudimentary and non-portable. |