2005-04-23 15:51  arthur

	* NEWS, configure.ac, debian/changelog: bump version number to 0.2.4

2005-04-23 15:48  arthur

	* rl.1.in: add note about specifying multiple input files to bugs
	  section

2005-04-22 20:13  arthur

	* Makefile.am: use svn2cl to generate ChangeLog

2005-04-22 19:57  arthur

	* rl.c: check for errors during and after reading input

2005-04-22 19:16  arthur

	* rl.c: check results of write operations, thanks to Zygo Blaxell
	  <zblaxell@ashura.furryterror.org> for reporting this problem

2005-04-02 11:46  arthur

	* ChangeLog: check in latest changes for ChangeLog

2005-04-02 11:45  arthur

	* ChangeLog, NEWS, TODO, configure.ac, debian/changelog: bump
	  version number for release 0.2.3

2005-04-02 11:41  arthur

	* Makefile.am: do not ship rl.1 since it is generated

2005-04-01 21:44  arthur

	* rl.c: upgrade copyrights notice

2005-04-01 21:10  arthur

	* README: remove cvs section since we're not using it any more

2005-04-01 21:03  arthur

	* README, debian/copyright, rl.1.in: upgrade copyrights notices

2005-04-01 20:20  arthur

	* ChangeLog: regenerate ChangeLog using svn2cl

2005-04-01 20:15  arthur

	* INSTALL, autogen.sh, config.guess, config.sub, configure.ac,
	  depcomp, install-sh, missing, mkinstalldirs: upgrade to automake
	  1.9 and most recent autoconf

2005-04-01 20:10  arthur

	* debian/control: bump dephelper dependency to 4

2005-04-01 19:01  arthur

	* Makefile.am: clean up makefile

2005-04-01 18:55  arthur

	* debian/control: start short description with lower case letter
	  (thanks lintian)

2004-11-28 00:16  arthur

	* configure.ac, random.c: make it possible to choose random number
	  generator at configure time

2004-11-27 19:56  arthur

	* configure.ac: check sizeof(int) instead of sizeof(int *)

2004-11-26 16:47  arthur

	* ., .cvsignore, debian, debian/.cvsignore: remove cvsignore files

2004-11-21 16:26  arthur

	* rl.1.in: add a BUGS section documenting some of the current
	  shortcomings

2004-11-21 16:24  arthur

	* configure.ac: also print some extra information in configure run
	  (wrote my own test_

2004-11-21 15:06  arthur

	* README: remove section that is now in manual page and some small
	  improvements

2004-11-21 15:05  arthur

	* config.guess, config.sub, depcomp, install-sh, mkinstalldirs:
	  upgrade file from automake/autoconf

2004-11-21 15:00  arthur

	* ChangeLog: cvs generated Changelog (changes up to r139)

2004-03-15 19:32  arthur

	* autogen.sh, depcomp, install-sh, missing, mkinstalldirs: upgrade
	  to automake 1.8

2004-01-31 20:02  arthur

	* config.guess, config.sub, configure.ac: upgrade to using autoconf
	  2.59

2004-01-31 19:50  arthur

	* rl.c: fix typo and update copyrights notice

2004-01-31 19:47  arthur

	* README: rl is not really alpha software any more but keep warning
	  on command line options changes, update copyrights and find usage
	  of debian

2003-10-13 18:46  arthur

	* ChangeLog, NEWS, configure.ac, debian/changelog: release 0.2.2

2003-10-13 18:38  arthur

	* debian, debian/.cvsignore: clean out .cvsignore file

2003-10-13 18:36  arthur

	* ChangeLog: regenerated ChangeLog and compacted some parts

2003-10-13 18:24  arthur

	* debian/docs: do not ship ChangeLog along with binary

2003-10-13 18:22  arthur

	* Makefile.am: also ship debian/compat in source tarballs so
	  comaptibility is actually set and rl is included as binary

2003-10-12 19:59  arthur

	* ChangeLog, NEWS, TODO, configure.ac, debian/changelog: release
	  0.2.1

2003-10-12 16:22  arthur

	* ., .cvsignore: generate rl manual page from rl.1.in to easily set
	  version and month

2003-10-12 16:13  arthur

	* rl.spec.in: redid cpec file for rpm building also based on
	  suggestions by Chris Knowles <knowlesc@scaredsheep.net>

2003-10-12 16:11  arthur

	* configure.ac, rl.1, rl.1.in: generate rl manual page from rl.1.in
	  to easily set version and month

2003-10-12 16:06  arthur

	* debian/control: upgrade to standards-version 3.6.1 (no changes
	  needed)

2003-10-12 16:06  arthur

	* debian/control: modify package description slightly

2003-10-12 16:05  arthur

	* debian/rules: pass --build and --host options to configure

2003-10-12 16:04  arthur

	* debian/compat, debian/rules: save debhelper compatibily level in
	  debian/compat

2003-10-12 15:50  arthur

	* Makefile.am, README, alloc.c, buffer.c, debian/copyright, rl.1,
	  rl.c, rl.h: updated copyrights

2003-10-12 15:44  arthur

	* autogen.sh, config.guess, config.sub, configure.ac, depcomp,
	  install-sh, missing, mkinstalldirs: upgrade to autoconf 2.57 and
	  automake 1.7

2003-09-21 20:03  arthur

	* Makefile.am, debian/control: change maintainer address to
	  adejong@debian.org

2003-05-18 18:11  arthur

	* configure.ac: check for all used headers

2003-05-18 18:10  arthur

	* buffer.c: also include string.h for memcpy()

2003-05-18 18:07  arthur

	* README, TODO: moved TODO items from README to TODO

2003-05-18 18:02  arthur

	* README: updated cvs section

2003-05-18 17:27  arthur

	* rl.c: removed maximum to --count command line option

2002-10-27 17:00  arthur

	* ChangeLog, NEWS, TODO, configure.ac, debian/changelog: release
	  0.2.0

2002-10-27 16:47  arthur

	* getopt_long.h: remove unneeded spaces and update copyright

2002-10-27 16:38  arthur

	* rl.1, rl.c: add --reselect option to replace --uniq option and
	  change default behaviour to select lines only once instead of
	  multiple times

2002-10-27 16:21  arthur

	* Makefile.am, random.c, random.h, rl.c, rl.h: move definitions of
	  random related funtions from rl.h to random.h

2002-10-27 16:16  arthur

	* debian/rules: enable extra compiler warnings by default

2002-10-27 16:14  arthur

	* rl.c, rl.h: updated function declarations

2002-10-27 16:04  arthur

	* INSTALL, config.guess, config.sub, install-sh: newer versions from
	  autoconf and automake

2002-10-27 15:54  arthur

	* rl.1: add example section to manual

2002-10-27 15:54  arthur

	* rl.1, rl.c: add --output, --delimiter and --null command line
	  options

2002-10-27 15:53  arthur

	* autogen.sh: add warnings when calling autoheader and autoconf

2002-10-19 23:15  arthur

	* Makefile.am, buffer.c, buffer.h, rl.c, rl.h: add delimiter
	  paramater to buffer_readline() function and move definitions of
	  buffer functions to buffer.h

2002-10-19 23:05  arthur

	* Makefile.am, alloc.c, alloc.h, buffer.c, getopt_long.c, random.c,
	  rl.c, rl.h: add xstrdup() function, move alloc function
	  definitions to alloc.h, fix copyright notices and include
	  "config.h" instead of <config.h>

2002-10-13 17:52  arthur

	* debian/control: fixed typo

2002-10-06 19:12  arthur

	* debian/changelog: release 0.1.7

2002-10-06 19:05  arthur

	* ChangeLog, NEWS, TODO, configure.ac, debian/changelog: release
	  0.1.7

2002-10-06 19:03  arthur

	* config.guess, config.sub: newer versions

2002-10-06 18:50  arthur

	* debian/docs: added NEWS file to docs

2002-10-06 18:49  arthur

	* debian/control: made description a bit more verbose

2002-10-06 14:39  arthur

	* ., .cvsignore: ignore new package name

2002-10-06 14:32  arthur

	* debian/changelog, debian/control, debian/rules: renamed debian
	  package to randomize-lines

2002-09-26 11:41  arthur

	* README, rl.c: updated copyright statements

2002-09-26 11:36  arthur

	* NEWS: changed layout

2002-09-26 11:35  arthur

	* debian/rules: cleaned out old stuff and installing
	  debian/changelog

2002-09-26 11:34  arthur

	* Makefile.am, debian/copyright: added debian/copyright file
	  describing copyright info

2002-09-15 16:43  arthur

	* ., .cvsignore, INSTALL, autogen.sh, config.guess, config.sub,
	  configure.ac, configure.in, missing: latest versions of autoconf,
	  automake and related files

2002-09-15 16:22  arthur

	* rl.c: --help string is now better OPTIONS->OPTION

2002-09-15 16:19  arthur

	* Makefile.am: make deb now doesn't use dpkg-buildpackage any more

2002-09-15 16:18  arthur

	* ChangeLog, Makefile.am, NEWS: ChangeLog file renamed to NEWS and
	  Changelog is now generated by make changelog

2001-10-05 11:30  arthur

	* ChangeLog, Makefile.am, debian/docs: * added simple docs to debian
	  package

2001-10-05 11:28  arthur

	* ChangeLog, debian/rules: * fixed bug installing debian package
	  wrong

2001-10-01 20:33  arthur

	* ChangeLog, TODO, configure.in, debian/changelog: * general stuff
	  for release 0.1.6

2001-10-01 20:26  arthur

	* rl.1: * fixed typo

2001-10-01 17:36  arthur

	* ., .cvsignore, Makefile.am, debian, debian/.cvsignore,
	  debian/changelog, debian/control, debian/rules: added debian
	  package stuff

2001-07-18 19:39  arthur

	* alloc.c, buffer.c, getopt_long.c, getopt_long.h, random.c, rl.c,
	  rl.h: * tried to abide by GNU coding standards

2001-03-25 23:20  arthur

	* ChangeLog, configure.in: * changes for release 0.1.5

2001-03-25 23:19  arthur

	* rl.1: * improved documentation

2001-03-25 20:30  arthur

	* TODO: * added even more to TODO

2001-03-25 20:30  arthur

	* README: * improved README

2001-03-25 20:30  arthur

	* rl.c: * improved --help messages

2001-03-23 13:12  arthur

	* ChangeLog: * first real Changelog

2001-03-23 13:11  arthur

	* TODO: *** empty log message ***

2001-03-22 23:59  arthur

	* buffer.c, rl.c, rl.h: * added buffer_readfile() to buffer.c *
	  moved BLOCKSIZE to rl.h * used buffer_readfile() in
	  randomizefile()

2001-03-22 23:44  arthur

	* rl.c: * moved struct buffer (was struct line) functions from rl.c
	  to buffer.c * renamed struct line to struct buffer and renamed
	  some functions

2001-03-22 23:44  arthur

	* rl.h: * moved struct buffer (was struct line) functions from rl.c
	  to buffer.c

2001-03-22 23:43  arthur

	* Makefile.am: * added buffer.c

2001-03-22 23:42  arthur

	* buffer.c: * initial commit * moved struct buffer (was struct line)
	  functions from rl.c to buffer.c

2001-03-22 20:25  arthur

	* rl.c: * renamed result to lines in rl_withreplace() for
	  consistency

2001-03-22 20:20  arthur

	* rl.c: * fixed a small memory leak and halved the number of
	  malloc() calls in rl_withreplace() * smaller and clearer code
	  (saved about 15 lines) in rl_withreplace()

2001-03-21 22:11  arthur

	* configure.in: * release -> 0.1.4

2001-03-21 22:11  arthur

	* rl.c: * code cleanup

2001-03-21 22:06  arthur

	* TODO: *** empty log message ***

2001-03-21 21:03  arthur

	* configure.in: * added --enable-debug flag to configure

2001-03-21 21:02  arthur

	* alloc.c: * renamed DEBUG_ALLOC to just DEBUG

2001-03-21 20:58  arthur

	* rl.c: * used random_below() and random_draw() to do random stuff

2001-03-21 20:57  arthur

	* random.c, rl.h: * added random_below() to return a number in a
	  range * added random_draw() to return true or false with a
	  ceirtain chance

2001-03-21 20:35  arthur

	* autogen.sh: * initial commit

2001-03-21 20:25  arthur

	* Makefile.am, configure.in: * moved -Wall flag for gcc from
	  Makefile.am to configure.in so it is only used with gcc

2001-03-21 20:22  arthur

	* Makefile.am, random.c, randomize.c, rl.h: * renamed randomize.c to
	  random.c

2001-03-20 21:30  arthur

	* alloc.c: * added optional debugging code

2001-03-19 21:00  arthur

	* rl.c: * added rl_randomizefile() function to randomize the lines
	  of a complete file * made randomizing complete input default if no
	  --count is given

2001-03-19 20:31  arthur

	* rl.c: * added some comments * changed to use xxmalloc() and
	  xxrealloc() for cleaner code * added init_line(), grow_line() and
	  free_line() functions for better memory management

2001-03-19 19:28  arthur

	* TODO: *** empty log message ***

2001-03-19 18:32  arthur

	* rl.h: * added xxmalloc() and xxrealloc() macros with storage type
	  parameter

2001-03-17 22:45  arthur

	* AUTHORS, ChangeLog, README, rl.1, rl.lsm.in, rl.spec.in: * changed
	  email address to arthur@tiefighter.et.tudelft.nl * updated
	  document to include a real description

2001-03-15 01:07  arthur

	* rl.c: * fixed another initialisation bug (it sure has been a long
	  time since useing malloc() I've been spoiled by Java)

2001-03-15 00:56  arthur

	* rl.c: * use xfree() instead of free() * added describing comment
	  to copyline() * fixed several memory problems

2001-03-15 00:53  arthur

	* rl.h: * added xfree() to alloc.c

2001-03-15 00:52  arthur

	* alloc.c: * added xfree() mainly for easy debugging

2001-03-13 22:52  arthur

	* configure.in: * version ->0.1.3

2001-03-13 22:46  arthur

	* TODO: *** empty log message ***

2001-03-13 22:35  arthur

	* randomize.c: * disabled reading from /dev/?random since srand()
	  and rand() are bad anyway (currently only pid+time in millis is
	  used)

2001-03-13 22:30  arthur

	* getopt_long.c: * fixed missing include string.h * fixed unused var

2001-03-13 17:56  arthur

	* Makefile.am, alloc.c, rl.h: * moved x*alloc() functions to alloc.c
	  (definitions to rl.h) * all definitions of functions are now in
	  rl.h

2001-03-13 17:55  arthur

	* rl.c: * moved x*alloc() functions to alloc.c (definitions to rl.h)
	  * all definitions of functions are now in rl.h * quiet is no
	  longer static so it can be shared

2001-03-13 17:52  arthur

	* randomize.c, randomize.h: * moved exported definitions from
	  randomize.c to rl.h (was randomize.h)

2001-03-12 00:04  arthur

	* randomize.h: * fixed wrong define _RANDOMIZE_H

2001-03-12 00:03  arthur

	* rl.c: * changed to have arbitraty length lines * -u now randomizes
	  order of lines (not only which lines apear)

2001-03-12 00:00  arthur

	* rl.c: * fixed includes and excess parameter in --help

2001-03-11 23:52  arthur

	* Makefile.am: * added -Wall to CFLAGS (is this the right place?)

2001-03-07 22:29  arthur

	* ., .cvsignore: * stamp-h* -> stamp-*

2001-03-07 22:24  arthur

	* configure.in: * added config.h * removed unuser stuff

2001-03-07 22:24  arthur

	* ., .cvsignore, getopt_long.c, randomize.c, rl.c: * added config.h

2001-03-07 21:24  arthur

	* getopt_long.c: * forgot to compare strncmp() to 0

2001-03-06 23:52  arthur

	* Makefile.am, TODO, configure.in, getopt_long.c, getopt_long.h,
	  randomize.c, randomize.h, rl.c: * renamed initrandom() to
	  randomize() and moved to randomize.c * implemented getopt_long()
	  in getopt_long.c and done some fancy configure work to auto-link
	  it when needed * new release (0.1.2)

2001-03-05 23:44  arthur

	* TODO, configure.in: * added emulation (poor) of getopt_long()

2001-03-05 23:44  arthur

	* rl.c: * added emulation (poor) of getopt_long() * --quiet now
	  works on getopt() too

2001-03-05 22:51  arthur

	* TODO: real version

2001-03-05 22:50  arthur

	* configure.in: GNU version of getopt is required

2001-03-04 15:57  arthur

	* rl.c: * added -q, --quiet, --silent option to suppres errors and
	  warnings

2001-03-04 15:56  arthur

	* rl.c: * added -u, --uniq option to use rl_withoutreplace()

2001-03-04 15:52  arthur

	* rl.c: * several layout changes * added rl_withoutreplace()

2001-03-04 15:45  arthur

	* rl.c: * added free()-ing of malloc()-ed memory (oops)

2001-03-04 14:05  arthur

	* rl.c: * added getline() method to read lines (simplifies code)

2001-03-04 13:46  arthur

	* rl.c: * --count now works * renamed randomline() to
	  rl_withreplace()

2001-03-04 12:49  arthur

	* rl.1: first REAL attempt at a manual page

2001-03-04 12:49  arthur

	* rl.c: removed --verbose

2001-03-04 12:24  arthur

	* rl.c: * small changes to code * added extra sanity checks on
	  --count

2001-03-04 12:17  arthur

	* AUTHORS, ChangeLog, README, rl.1, rl.c, rl.lsm.in, rl.spec.in:
	  changed to read full name

2001-03-04 12:11  arthur

	* ., .cvsignore: added tgz file

2001-03-03 01:58  arthur

	* rl.c: * cleaned up include and define code * removed EXIT_FAILURE
	  macro * removed references to x* functions * moved TODO to TODO
	  file

2001-03-03 01:56  arthur

	* TODO: added TODO

2001-03-03 01:44  arthur

	* ., .cvsignore, AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am,
	  NEWS, README, config.guess, config.sub, configure.in, install-sh,
	  missing, mkinstalldirs, rl.1, rl.c, rl.lsm.in, rl.spec.in: initial
	  commit

2001-03-03 01:44  

	* branches, ., tags: New repository initialized by cvs2svn.

