VersionDescription
0.0.2-0
  • First release
  • 0.0.4-0
  • The object has been splitted in smaller specific elements
  • Some character string function has been added
  • list functions (getFirst,delLast,putFirst...) has been removed
  • All function has been tested with valgrind
  • 0.0.5-0
  • Fixes
  • 0.0.6-0
  • The project name has been changed from wcCtools to wgClibs
  • 0.0.8-0
  • "get_file_attributes" function has been added to wfileutils object
  • 0.0.9-0
  • "getListSize" and "{get|del}ListItem" functions have been added 0.0.10-0 - Manpages updating... 0.0.11-0 - wlistutils library has been added. It allows you to manage different types of string lists
  • multiple arguments feature has been added to wconfutils library 0.0.12-0 - Code cleaning and small fixes 0.0.13-0 - A new type of character strings list has been added: Coded List
  • Like horizontal-list it is stored in a single memory area but it has no limits on the characters set andit is much faster 0.0.14-0 - Memory bugs fixed
  • wlistutils.c:
  • coded-list: many functions have been added and tested for 1 and 4 bytes size-of-sizes both;
  • horizontal-list: the char* pointer has been encapsulated into a C struct, many functions have been added.
  • vertical-list: some function has been enhanced 0.0.21-0 - Enhancements for codedList: the list can now store generic data type, not only character strings 0.0.23-0 - Enhancements for NodeList 0.0.24-0 - Fixes 0.0.25-0 - stringutils.c has been rewritten 0.0.27-0 - fixes on stringutils.c 0.0.27-1 - Installation procedure has been enhanced 0.0.28-0 - Manpages 0.0.29-0 - NodeList: access to the list using keywords
  • Manpages updating
  • wparsersutils module has been added
  • wstringutils.c has been fixed
  • 0.1.0-0
  • wGenData library has been rewritten, many enhancements.
  • wconfutils has been rewritten, many enhancements.
  • wStringList: It can manage the C end-string marker as splitter symbol
  • All libraries have been ported to the wGenData new release
  • Manpages updating
  • 0.1.1-0
  • wGenData has been fixed (you need this version to use WNPComm)
  • HomogeneusList library has been add. It allows you to collect a list of items with the same size.Eg. char, int, double, static structures...
  • 0.2.0-0
  • wGenData library improvements
  • Naming convention for wGenData symbols (WGD_
  • Manpages updating
  • The wGenData comparing has been enhanced, now it provides the following operators for the common data-types:"==", ">=", "<=", ">" , "<". You can also define new operators for customized data-types.
  • 0.3.0-0
  • Manpages updating and English language fixes
  • wGenData enhancements
  • NodeList enhancements: support for memory allocation option and holes-free flag have been added
  • wdebugutils library has been added
  • CodedList has been rewritten in better way, and API has been ported to new standard
  • wconfutils lib has been rewritten
  • wString library has been added
  • wStringList: memory allocation and optimization support, and cache for access operations have been added
  • 0.3.1-0
  • wGenData enhancements (General Purples Flags, WGD_FLOAT_TYPE, WGD_DOUBLE_TYPE) and symbols reordering
  • CodedList: empty list conversion to and from wGenData objects has been fixed
  • wString: empty string to and from wGenData conversion has been fixed
  • wdebugutils: randomFloat() added
  • 0.3.2-0
  • Manpages fixes
  • 0.3.3-0
  • HTML output for print_wGenData() method.
  • New memory management for wGenData objects
  • Bindings for high level languages (Perl, Tcl/Tk) have been added
  • 0.4.0-0
  • Support for wMeMan memory manager has been added to all data-type linked to wGenData
  • 0.4.1-0
  • wBTree library has been added. wBTree_Nodes allow you to build and manage generic Binary Tree structure
  • 0.5.0-0
  • Some useful tool have been added to the wdebugutils object
  • 0.5.0-1
  • Fix for the shared-object (so) registration procedure
  • 0.5.1-0
  • Enhancement for wString objects library
  • Manpage fixes
  • 0.6.0-0
  • Code reengineering
  • Manpages updating