summaryrefslogtreecommitdiff
blob: 71db30e36f5a0b0022aba8d7b2d46f307f086e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ChangeLog for dev-libs/publib
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/ChangeLog,v 1.3 2002/12/13 10:56:30 blizzy Exp $

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*publib-0.31 (26 Feb 2002)

  26 Feb 2002; Chris Houser <chouser@gentoo.org> publib-0.31.ebuild
	 files/digest-publib-0.31 ChangeLog :

  Renamed the man pages to section "o" to avoid collision with more
  standard man page names.  Polished up the ebuild, added ChangeLog
  and checked in to ebuild tree.

  This closes bug 596.  Thanks Ilian Zarov!


  7 Feb 2002; Ilian Zarov <coder@descom.com> publib-0.31.ebuild :

  Initial ebuild for Gentoo.

  Publib is a library of C functions for various purposes. It has been
  written so that it is easy to extend. It's build tools can easily be
  used for other libraries.

  The library contains functions for memory allocation, bit arrays,
  configuration files, comparing standard C types for qsort and
  bsearch, error messages, expression parsing and evaluation,
  filenames, hash tables, integer sets, log files, the Linux Software
  Map, NNTP, priority queues, normal queues, editor buffers, stacks,
  and strings.