]> err.no Git - moreutils/commitdiff
errno: New utility that looks up errno numbers or names.
authorJoey Hess <joey@kitenet.net>
Mon, 4 Jun 2012 15:52:01 +0000 (11:52 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 4 Jun 2012 15:52:01 +0000 (11:52 -0400)
debian/changelog
debian/control
debian/copyright

index 62311554c5de2fa7eee7d95ccb06cd72a8bffb6f..aa771b41aa1344b581586d4b8a51d0de8b9e1ff9 100644 (file)
@@ -1,3 +1,9 @@
+moreutils (0.47) UNRELEASED; urgency=low
+
+  * errno: New utility that looks up errno numbers or names.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 04 Jun 2012 11:49:52 -0400
+
 moreutils (0.46) unstable; urgency=low
 
   * Typo. Closes: #649158
index d8732055675cc4d9326731e87664014775c59bbd..aa5f0252ac2b75cf54384f9fc0c27d0c8696075a 100644 (file)
@@ -20,6 +20,7 @@ Description: additional Unix utilities
  So far, it includes the following utilities:
   - chronic: runs a command quietly unless it fails
   - combine: combine the lines in two files using boolean operations
+  - errno: look up errno names and descriptions
   - ifdata: get network interface info without parsing ifconfig output
   - ifne: run a program if the standard input is not empty
   - isutf8: check if a file or standard input is utf-8
index 2f75df28cb4958d75041d55b187976241f1d008d..56e9c1f6f51a1f6e1d7961e032456268c5cd4840 100644 (file)
@@ -42,6 +42,10 @@ Files: parallel.c
 Copyright: 2008  Tollef Fog Heen <tfheen@err.no>
 License: GPL-2
 
+Files: errno.c errno.docbook
+Copyright: 2012 Lars Wirzenius
+License: GPL-2+
+
 Files: physmem.c
 Copyright: 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
 License: GPL-2+