Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Allow overriding PREFIX and CFLAGS to make the build more flexible | 9aebcfaa8b9cf1715e346e219db5eae590f568f5 | Ben Walton | 2012-07-26 01:25:28 |
releasing version 0.47 | 80dd7ed5d66eebd6ae7b7e3aadfa99f37ceb419f | Joey Hess | 2012-06-25 20:34:42 |
Update errno manual page with new option | 64b23baae5f1d0c283b3c25ee1f46c6b9eef596f | Lars Wirzenius | 2012-06-05 20:45:00 |
Add errno --search-all-locale option | 99153f44efacda0ebc3cd2eb42db0a36ef2145ad | Lars Wirzenius | 2012-06-05 20:42:47 |
Change how errno values are printed, for portability | 65c141be411582e64baac599b2901741bcda5305 | Lars Wirzenius | 2012-06-05 17:09:29 |
Make errno obey locale | 67f22bd1b6c2acfa5d23fa1821a0c9e895d085eb | Lars Wirzenius | 2012-06-05 14:14:07 |
Fix errno manpage to include --search in synopsis | c373ee95a6670b73b3685c9792a4ae297f760527 | Lars Wirzenius | 2012-06-05 14:12:37 |
Add --search option to errno | b876a119c477530b556e491c1a923212c3b0a67c | Lars Wirzenius | 2012-06-05 14:11:37 |
Add --help and add --list to manpage | 563a442d63bab474b554453c6c3ccf10e3a5b48d | Lars Wirzenius | 2012-06-05 14:03:26 |
Add --list option to errno | 3ebe87776f38e07343d79c14bc2dad3560bf5f8f | Lars Wirzenius | 2012-06-05 13:58:32 |
errno: New utility that looks up errno numbers or names. | b2e99d6976f1163e674542c9c9f3a9242ace6ac2 | Joey Hess | 2012-06-04 15:52:01 |
let's inline the awk | afe520ed30715628765e6b5f858d57af487358b6 | Joey Hess | 2012-06-04 15:48:19 |
Add errno manpage | 66a2a6ace9fb99096c2a1d0144a7b12895db59e6 | Lars Wirzenius | 2012-06-04 13:22:42 |
Add copyright statement | 2bc2887fefba2591bd6ede3a1eabbb6c26cf7a25 | Lars Wirzenius | 2012-06-04 13:22:25 |
Add errno to README | 607d5d3888a3af319a06e9a1fd0e7e8aebd41d11 | Lars Wirzenius | 2012-06-04 13:14:39 |
Add errno program | 9433d2b803644098ce690a52e1205c541d09eba5 | Lars Wirzenius | 2012-06-04 13:14:08 |
fix cleanup on error | d6ef4a470f5ba8b7b36d39cd1cb2418d58257fc0 | Joey Hess | 2012-05-22 17:39:24 |
releasing version 0.46 | d4f8bd597243c251d8528b5f6e5e1993dda42ccb | Joey Hess | 2012-04-10 15:48:31 |
cleanup | 4549f5d3e3ac049668bd41b7d3de214c7826f69b | Joey Hess | 2012-04-09 20:19:20 |
combine: Avoid reading files twice, to support data coming from pipes. Closes: #667960 Thanks, Carsten Hey | bbfa7f9a5d262d13c825005f89410f464148fd1d | Joey Hess | 2012-04-09 20:18:21 |
File | Lines added | Lines deleted |
---|---|---|
Makefile | 2 | 2 |
File Makefile changed (mode: 100644) (index 21af683..be379ab) | |||
1 | 1 | BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno | BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno |
2 | 2 | PERLSCRIPTS=vidir vipe ts combine zrun chronic | PERLSCRIPTS=vidir vipe ts combine zrun chronic |
3 | 3 | MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1 | MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1 |
4 | CFLAGS=-O2 -g -Wall | ||
4 | CFLAGS?=-O2 -g -Wall | ||
5 | 5 | INSTALL_BIN?=install -s | INSTALL_BIN?=install -s |
6 | PREFIX=/usr | ||
6 | PREFIX?=/usr | ||
7 | 7 | ||
8 | 8 | DOCBOOK2XMAN=docbook2x-man | DOCBOOK2XMAN=docbook2x-man |
9 | 9 |