NOTICE: This package has been removed from pkgsrc

./wip/libestr, Library for some string essentials

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.9, Package name: libestr-0.1.9, Maintainer: bartosz.kuzma

Library for some string essentials


Master sites:

SHA1: 55fb6ad347f987c45d98b422b0436d6ae50d86aa
RMD160: 29d09150a5f4c1740133858eefa85b906bff0882
Filesize: 322.377 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-02 23:28:14 by Filip Hajny | Files touched by this commit (2)
Log message:
Update libestr to 0.1.9.

0.1.9
- bugfix: invalid number string when creating string from integer

0.1.8
- bugfix: previous fix for string comparisons did not work properly

0.1.7
- bugfix: invalid comparison results for different-length strings

0.1.6
- bugfix: ascii hex code escapes did not work
   2013-09-11 11:58:26 by Filip Hajny | Files touched by this commit (2)
Log message:
Update libestr to 0.1.5.

Version 0.1.5 2013-03-19
* bugfix: es_strncmp() did not work correctly

Version 0.1.4 2012-09-13
* bugfix: '\\' escape was not recognized when unescaping strings

Version 0.1.3 (rgerhards), 2012-07-04
* bugfix: fixed some problems in build system
* bugfix: license doc COPYING was accidently overwritten, now LGPL again
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-27 14:04:20 by Filip Hajny | Files touched by this commit (2)
Log message:
Updated libestr to 0.1.2.

Changes in 0.1.2:
* Added new API functions: es_strcasebufcmp(), es_strcasecmp().

Changes in 0.1.1:
* Added new API functions: es_newStrFromNumber(), es_str2num(), es_strncmp(),
  es_strncasecmp(), es_strContains(), es_strCaseContains(), es_tolower()
   2011-04-14 11:07:40 by Bartosz Kuźma | Files touched by this commit (5) | Imported package
Log message:
Import libestr-0.1.0 as wip/libestr.

Library for some string essentials