Commit graph

7 commits

Author SHA1 Message Date
Peter Pentchev
b549a1416b A whole lotta fixes:
- fix build with gcc-3.4;
- fix sortedp.c and zbogotest to handle empty files properly;
- add a 'test' target;
- use INFO and PLIST_FILES and nuke pkg-plist.

And yes, I know that adding HAVE_STRING_H to config.h.in is somewhat
hackish; the proper fix - a string.h check in configure.in - is on its
way to the bogosort developers :)
2004-08-11 13:57:27 +00:00
Peter Pentchev
f5cc1d4d52 Update to bogosort-0.4.1; Ulrik accepted my files/patch-bogosort.c fix,
thus rendering this patch superfluous.
2002-09-06 22:01:14 +00:00
Peter Pentchev
e57416980d Update to bogosort-0.4.0, which includes fixes to the error handling and
printing routines, the problem originally found by Kris Kennaway.
Unfortunately, the bogosort author did not quite apply the patch I sent,
hence the need for the new files/patch-bogosort.c.
2002-09-06 09:08:45 +00:00
Kris Kennaway
69d4a2a06c Don't guess declarations for things in system headers. 2002-08-24 00:00:49 +00:00
Peter Pentchev
3a22cc4b00 Update to 0.3.3.
Remove the texinfo documentation patch - the author included
it in the official distribution.
2001-08-06 20:33:44 +00:00
Peter Pentchev
0c96f7d594 Update to 0.3.2. Although 0.3.2 contains part of my texinfo fixes,
there's still something to be desired - the author needs to re-read
texinfo docs, and note that menu entries start with a '*' character :)

PR:		27977
Submitted by:	Patrick Li <pat@databits.net>, kris
2001-06-09 12:26:49 +00:00
Will Andrews
59a5f42547 Add bogosort 0.3.1, a program that sorts files (or stdin) using the
bogo-sort algorithm described in the Jargon File.

PR:		21290
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-09-16 05:15:36 +00:00