Subject | Hash | Author | Date (UTC) |
---|---|---|---|
convert to new format | 2c8be0fef4c247de0e5511abdbda25e3611b9f8c | Joey Hess | 2008-04-11 04:32:31 |
first pass thru the code | b2174f2df2410bf82fe646bcedd333ddbd7dbf66 | Joey Hess | 2008-04-11 03:49:31 |
make sponge use a temp file if the input is large | 866dfb32b3ba7d0be153608b28dd9f461986251d | Joey Hess | 2008-04-11 03:28:15 |
sponge, ifne: Ensure that suspending/resuming doesn't result in partial writes of the data, by using fwrite() rather than write(). | ddcbf562e3b6bb3a4441cc640c756127be4cf26b | Joey Hess | 2008-04-10 18:11:21 |
sponge: Ensure that suspending/resuming doesn't result in partial writes of the data, by using fwrite() rather than write(). | 71349b5ae83878f4e59fc6517976998150856933 | Joey Hess | 2008-04-10 18:05:25 |
Add ifne, contributed by Javier Merino. | 2fbf7a9636fae8012298901e98e63cc1b32745ee | Joey Hess | 2008-03-20 16:57:08 |
Moreutils: Added ifne | 752a84ae61dd1c37dec9a1cb0d30e8c27db1994a | Javier Merino | 2008-03-20 12:03:26 |
releasing version 0.28 | 33a313d03913e33ca8b8803caeb70baa8486ce32 | Joey Hess | 2008-02-02 22:27:02 |
* Add example to man page about recursive modification of directories. Closes: #390099 | a3627335c84246278d940b250c7d4c61df7595c3 | Joey Hess | 2008-02-02 22:24:39 |
* vidir: Applied patch from Stefan Fritsch (one part of #412176): - Check for control characters (especially newlines) in filenames and error out, since this can greatly confuse the editor or vidir. - If the source of a rename does not exist (and thus the rename will fail anyway), vidir should not move an existing target file to a tmpfile. - If a directory is renamed, vidir should take that into account when renaming files in this directory. - If a directory name is passed as name/ to vidir, vidir should not add second slash after the name. * vidir: Add support for unlinking directories. To recursivly delete a directory and its contents, pipe find to vidir, and delete the directory and its contents in the editor. Closes: #412176 | bc053c5868a14bd166160ffd2b143dd47622aba5 | Joey Hess | 2008-02-02 22:18:59 |
* Moved to a git repository. | 6c5feb7e384bcf7bae50ccfbefff2db9f03de35c | Joey Hess | 2008-02-02 22:03:34 |
releasing version 0.27 | 7d606d7c155c331eff7601476cbf7ba48e6dc49b | joeyh | 2008-02-02 21:44:09 |
* vidir: Check exit codes of close. Closes: #463739 | 8437ce241dda9004cd87b0d46ce6e7ff197fc927 | joeyh | 2008-02-02 21:42:22 |
releasing version 0.26 | 36f9ddc3d3d521a1568685d2882ea892fda51593 | joeyh | 2007-11-28 19:24:05 |
* isutf8: Correct inverted exit code when passed a file to check. Closes: #453306 | a7b6e16281c45aa91395a8dcdaa623d6bce69bab | joeyh | 2007-11-28 19:19:39 |
* isutf8: Detect and reject overlong UTF-8 sequences. Closes: #440951 Many thanks to liw for the patch. | 97bbfc9b4a3f995776e5229bbfd8214282308b77 | joeyh | 2007-11-12 17:04:11 |
add homepage field | f955b3741c6fa10ad3c326257462ba39b2dd444e | joeyh | 2007-11-06 20:56:12 |
Vcs- fields are now official | 90818d6e7a8ed725142aa5ecdbacdc0a9ecdfe50 | joeyh | 2007-10-10 22:31:20 |
* vidir: Force numbers to normalised integers. * vidir: Abort on unknown item numbers rather than deleting them. Closes: #442440 | 4a0cb2806a75ca4a36472835fcbe0f41085902b2 | joeyh | 2007-09-16 17:06:14 |
releasing version 0.23 | cade3b932e3fc6f2fdc576a6ef0e061cf49a6653 | joeyh | 2007-09-06 01:54:45 |
File | Lines added | Lines deleted |
---|---|---|
debian/copyright | 45 | 26 |
File debian/copyright changed (mode: 100644) (index b88c412..b0faed6) | |||
1 | 1 | This package was put together and debianized by Joey Hess | This package was put together and debianized by Joey Hess |
2 | 2 | <joeyh@debian.org>, using sources from all over. | <joeyh@debian.org>, using sources from all over. |
3 | 3 | ||
4 | isutf8 is Copyright (C) 2005 by Lars Wirzenius, under the terms of | ||
5 | the GPL. | ||
6 | |||
7 | sponge is Copyright (C) 2006 by Tollef Fog Heen, under the terms of | ||
8 | the GPL version 2. Name and concept by Colin Watson. | ||
9 | |||
10 | ifdata is Copyright (C) 2002 by Benjamin BAYART, under the terms of | ||
11 | the GPL. It was originally called ifcfg and has a web page here: | ||
12 | http://edgard.dyn.fdn.fr/developpements/ifcfg.shtml | ||
13 | |||
14 | pee is Copyright (c) Miek Gieben, 2006, under the terms of the GPL. | ||
15 | |||
16 | zrun is Copyright (c) Chung-chieh Shan, under the terms of the GPL, version | ||
17 | 2 or later. | ||
18 | |||
19 | mispipe is Copyright (c) Nathanael Nerode, under the terms of the GPL, | ||
20 | version 2 or later. (It's also dual-licensed under the MIT/Expat licence.) | ||
21 | |||
22 | lckdo is public domain code released by Michael Tokarev. | ||
23 | |||
24 | ifne is Copyright (c) 2008 Javier Merino <cibervicho@gmail.com>, under the | ||
25 | terms of the GPL, version 2 or later. | ||
26 | |||
27 | Everything else is copyright 2006 by Joey Hess, under the terms of GPL. | ||
28 | The full text of the GNU GPL can be found in /usr/share/common-licenses/GPL | ||
29 | on Debian systems. | ||
4 | Files: isutf8.* | ||
5 | Copyright: 2005 Lars Wirzenius | ||
6 | License: GPL-2+ | ||
7 | The full text of the GPL is distributed as COPYING in moreutils's source, | ||
8 | and is distributed in /usr/share/common-licenses/GPL-2 on Debian systems. | ||
9 | |||
10 | Files: sponge.* | ||
11 | Copyright: 2006 Tollef Fog Heen | ||
12 | License: GPL-2 | ||
13 | Note: Name and concept by Colin Watson. | ||
14 | |||
15 | Files: ifdata.c | ||
16 | Copyright: 2002 Benjamin BAYART | ||
17 | License: GPL-2+ | ||
18 | Note: It was originally called ifcfg and has a web page at | ||
19 | http://edgard.dyn.fdn.fr/developpements/ifcfg.shtml | ||
20 | |||
21 | Files: pee.c | ||
22 | Copyright: 2006 Miek Gieben | ||
23 | License: GPL-2+ | ||
24 | |||
25 | Files: zrun | ||
26 | Copyright: 2006 Chung-chieh Shan | ||
27 | License: GPL-2+ | ||
28 | |||
29 | Files: mispipe.c | ||
30 | Copyright: 2004 Nathanael Nerode | ||
31 | License: GPL-2+ | MIT | ||
32 | |||
33 | Files: lckdo.c, lckdo.docbook | ||
34 | Copyright: Michael Tokarev | ||
35 | License: other | ||
36 | Public domain | ||
37 | |||
38 | Files: ifne.c, ifne.docbook | ||
39 | Copyright: 2008 Javier Merino | ||
40 | License: GPL-2+ | ||
41 | |||
42 | Files: physmem.c | ||
43 | Copyright: 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc. | ||
44 | License: GPL-3+ | ||
45 | |||
46 | Files: * | ||
47 | Copyright: 2006-2008 Joey Hess <joeyh@debian.org> | ||
48 | License: GPL-2+ |