| Age | Commit message (Expand) | Author |
| 2009-07-02 | note that -t can take [.dddddd]. sort -q. | mrg |
| 2009-06-18 | - add extended WAVE header support | mrg |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-04-11 | fix -Wsign-compare and other WARNS=4 issues | lukem |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-03 | Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is | lukem |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-10-05 | Convert to raise_default_signal(3). | lukem |
| 2006-10-22 | use c99 initializer. | christos |
| 2006-10-22 | missing initializers. | christos |
| 2006-05-23 | Coverity CID 3187: Fix memory leak | christos |
| 2006-05-15 | Recording to standard output is specified by a file name of -, | gson |
| 2006-05-11 | variable signed/unsigned cleanup. | mrg |
| 2006-05-09 | Do not treat all file names of length 1 as meaning standard output. | gson |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-07-13 | play.c: allow empty files to exit gracefully rather than with an error | mrg |
| 2005-07-05 | move some more processing before opening the audio device. don't | mrg |
| 2005-07-05 | check that an output file is given before doing any other work. | mrg |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-07-19 | Convert 8-bit signed linear data to unsigned for .wav files. | mycroft |
| 2004-07-19 | Fix fencepost errors in the conversion functions (making them a bit more like | mycroft |
| 2004-07-09 | Add -q to SYNOPSIS. From Kouichirou Hiratsuka in PR 26193. | wiz |
| 2004-07-09 | There is no -m option -- remove it from the usage. | wiz |
| 2004-07-01 | put the __packed__ attribute close to the struct definition | drochner |
| 2004-05-23 | Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and | lukem |
| 2004-01-21 | apply the patch from PR#24127: make audio_wav_parse_hdr() take u_int * | mrg |
| 2003-10-21 | Don't set an int to NULL. | fvdl |
| 2003-08-07 | Sort usage, and move a word. | wiz |
| 2003-08-07 | Add arguments to options in long description. | wiz |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-21 | fix a now-wrong comment. | mrg |
| 2003-07-21 | minor consistency nit | mrg |
| 2003-06-23 | Add NetBSD RCS Ids. | agc |
| 2003-04-06 | Respect the law: Use A-law and mu-law as spellings as far as easily possible. | wiz |
| 2003-03-31 | audiofiles -> audio files | perry |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2002-12-27 | - decode_int(): always use base 10, so that a time of "1:09" works. | mrg |
| 2002-12-18 | Be consistent about putting commas between items in an enumeration. | wiz |
| 2002-12-08 | fix an error message | mrg |
| 2002-12-08 | remove some #if 0 debug code | mrg |
| 2002-12-08 | fix the description for "-p" to match reality, new text provided in PR#18949. | mrg |
| 2002-11-04 | fix PR#18909, but not quite exactly the same as the patch provided. also, | mrg |
| 2002-11-03 | Move close so that last ioctl is before close call. | wiz |
| 2002-10-13 | New sentence, new line. Use Aq/An. | wiz |
| 2002-10-13 | New sentence, new line. Sort options. Bump Dd for .wav-file handling. | wiz |
| 2002-10-13 | inline the contents of auconv.c into auconv.h. this makes audiorecord(1) | mrg |