Bug#341599: Creates files in _darcs/patches with mode 600

2007-06-30 Thread Tommy Pettersson
The --umask feature is now part of stable darcs 1.0.9. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#333251: darcs doesn't like pasted text

2007-06-30 Thread Tommy Pettersson
I think this bug is fixed in darcs 1.0.9. The failing hSetBuffering operation is now ignored, so the bug doesn't "happen" anymore, and allowing hSetBuffering to fail doesn't seem to have any ill effects. It has been tested for a long time in the unstable branch of darcs.

Bug#294635: patch with a fix

2006-09-24 Thread Tommy Pettersson
file mapping, so there is no need to ask for the slow search since it's not going to find a match. -- Tommy Pettersson <[EMAIL PROTECTED]> Mon Sep 25 02:14:24 CEST 2006 Tommy Pettersson <[EMAIL PROTECTED]> * bugfix, change lots of types I'm not sure why this helpe

Bug#338820: short example trig BFD assertion failure (elflink.c:6081) on amd64

2006-08-06 Thread Tommy Pettersson
strerror(errno)); } My old program compiled just fine when I replaced the extern errno with a more proper include errno.h. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#284240: (no subject)

2006-04-15 Thread Tommy Pettersson
` exec_interactive "emacs" ["-nw",f] - `ortryrunning` exec_interactive "nano" [f] + get_editor :: IO String -get_editor = getEnv "DARCS_EDITOR" `catchall` - getEnv "DARCSEDITOR" `catchall` - getEnv "VISUAL&

Bug#317280: (no subject)

2006-04-14 Thread Tommy Pettersson
getEnv "PAGER" `catchall` return "less" + getEnv "PAGER" `catchall` return "pager" \end{code} \begin{code} -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#297782: (no subject)

2006-04-14 Thread Tommy Pettersson
darcs-createrepo was removed in darcs version 1.0.6. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#306063: (no subject)

2006-04-14 Thread Tommy Pettersson
This will be fixed in next darcs stable (1.0.7). -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#304264: (no subject)

2006-04-14 Thread Tommy Pettersson
This bug is fixed in darcs 1.0.6. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#284240: (no subject)

2006-04-14 Thread Tommy Pettersson
`ortryrunning` exec_interactive "nano" [f] -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#348634: [issue101] Bug#348634: Unable to pull changes

2006-04-14 Thread Tommy Pettersson
'darcs get --tag' on a repo with "out of order" patches, and one could happen when applying hunk patches with special conditions. It is probably impossible to tell from just a corrupted repo if one of these bugs caused the corruption, or if there is still a bug in darcs. -- Tommy

Bug#342718: darcs optimize --checkpoint -t matches literal tag substrings, making some operations impossible.

2005-12-09 Thread Tommy Pettersson
It is a regexp (just put a $ at the end to make the example work), but the output from --help should absolutely be improved. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#337683: Incomprehensible error from "replace".

2005-11-06 Thread Tommy Pettersson
27; '' '' should work. Yes, the error message is very unhelpful. In darcs 1.0.4 (still in release candidate state) flags and arguments can be mixed in any order. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#322934: manpages-dev: poll arg 2 is not unsigned int

2005-08-13 Thread Tommy Pettersson
Package: manpages-dev Version: 22.02-2 The manpage for poll says arg 2 to poll is 'unsigned int', but it should be 'unsigned long' or 'nfds_t'. I don't know which is most apropriate. -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, ema

Bug#322391: rxvt: non-POSIX in debian/rules

2005-08-10 Thread Tommy Pettersson
e/man/*/* -- Tommy Pettersson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#113684: (no subject)

2005-03-31 Thread Tommy Pettersson
it locally on my machine. But with `-interface host' it only listens for connections to host (which will be localhost in my case). patch is against 2.0beta2-6 -- Tommy Pettersson <[EMAIL PROTECTED]> diff -rN -u old/man/man1/xmove.1 new/man/man1/xmove.1 --- old/man/man1/xmove.1Th