Download project files

How do I verify a download?


1.1.0 release from the 1.1 series released

Release information
Release notes:

Add doubly-linked list implementation

Changelog:

- improvement: include stddef.h in single.h to make the header compilable stand-alone
- bugfix: in SRL unit tests, move from a memcmp() to a direct comparison because memcmp() would not work as expected on 64-bit systems
- improvement: statically link unit test executables for better debuggability
- improvement: in SRL, expand names of iterator states for better readability
- improvement: in SRL, rename the type 'rl_map_fn' to 'srl_map_fn' because it is specific to singly-linked lists
- documentation: fix typos in documentation
- improvement: in SRL, let srl_map() return a value from a map operation. Such functionaly has proven useful in practice.
- improvement: move declarations common to different list types into 'common.h' header file
- feature: add DRL, doubly-linked list implementation
- bugfix: add CLEANFILES target to Makefile.am to ensure that documentation files are removed by 'make clean' so that 'make distcheck' succeeds
- bugfix: add 'common.h' header file to list of library_include_HEADERS in Makefile.am to correctly reflect all header files that need to be distributed and installed and to make 'make distcheck' succeed
- improvement: allow compiling without assertions (-DNDEBUG) by accessing function parameters in consistency check functions to avoid compiler warnings about unused function parameters
- improvement: when compiling without assertions (-DNDEBUG), disable all unit tests that rely on assertions. This leads to the unit test suites passing even when assertions are disabled.
- documentation: improve documentation generated by doxygen: set the INCLUDE_PATH option in the doxygen configuration file so that doxygen can correctly pre-process all files and resolve macros.
- improvement: categorize changes in changelog
- bugfix/documentation: set absolute instead of relative INCLUDE_PATH option in doxygen configuration file to ensure that it resolves correctly.
- improvement: document version management in the file README.DEV
- improvement: replace hard-coded string in librlist0.pc.in with autoconf macro
- improvement: remove 1.0.1 release notes from trunk README as they do not belong there
- bump version number to 1.1.0

File Description Downloads
download icon rlist-1.1.0.tar.bz2 (md5, sig) RList 1.1.0 source code release tarball 21
last downloaded 51 weeks ago
download icon librlist0_1.1.0-1_amd64.deb (md5, sig) Debian package for amd64 26
last downloaded 24 hours ago
download icon librlist0-dev_1.1.0-1_amd64.deb (md5, sig) Development Debian package for amd64 17
last downloaded 24 hours ago
download icon librlist0_1.1.0-1_i386.deb (md5, sig) Debian package for i386 20
last downloaded 47 weeks ago
download icon librlist0-dev_1.1.0-1_i386.deb (md5, sig) Development Debian package for i386 14
last downloaded 51 weeks ago
Total downloads: 98

1.0.2 release from the 1.0 series released

Release information
Release notes:

Bugfix for unit test

Changelog:

- in SRL unit tests, move from a memcmp() to a direct comparison because memcmp() would not work as expected on 64-bit systems

File Description Downloads
download icon librlist0_1.0.2-1_amd64.deb (md5, sig) Debian package for amd64 24
last downloaded 46 weeks ago
download icon librlist0_1.0.2-1_i386.deb (md5, sig) Debian package for i386 30
last downloaded 51 weeks ago
download icon rlist-1.0.2.tar.bz2 (md5, sig) Source tarball 11
last downloaded 51 weeks ago
download icon rlist-1.0.2.tar.gz (md5, sig) Source tarball 16
last downloaded 52 weeks ago
Total downloads: 81

1.0.1 release from the 1.0 series released

Release information
Release notes:

Minor update for improved code consistency

Changelog:

- include stddef.h in single.h to make the header compilable stand-alone

File Description Downloads
download icon rlist-1.0.1.tar.bz2 (md5, sig) RList 1.0.1 release tarball 21
last downloaded 47 weeks ago
Total downloads: 21

1.0.0 release from the 1.0 series released

Release information
Release notes:

- full unit test coverage
- improved documentation
- improved build system

Changelog:

- add e-mail addresses to authors in copyright statements
- unit tests for srl_map() -> full unit test coverage
- integrate doxygen:
  * create a doxygen configuration file
  * create a make target
- verify doxygen documentation
  * are lists correctly formatted?
  * are data types and functions correctly formatted and linked?
  * mark internal documentation as such
- switch to ISC license
- check if 'static inline' is the correct form of inlining in C99 and before (yes, according to http://www.greenend.org.uk/rjk/2003/03/inline.html)
- make headers C++ safe
- rename srlist files to single
- rename test/ directory to tests/ because that is the convention in other packages
- add 'doc' make target that depends on the 'doxygen' target
- remove the version number 0.9 from the binary library file name because it serves no particular purpose and contradicts convention
- fix packaging information to be less version dependent
- automatically include doxygen documentation in distribution tar ball by customzing the 'dist' make target appropriately
- extend the version number in configure.ac to three places because that is what we use for versioning, also in Launchpad
- bump version number to 1.0.0

File Description Downloads
download icon rlist-1.0.0.tar.bz2 (md5, sig) RList 1.0.0 release tarball 23
last downloaded 47 weeks ago
Total downloads: 23

0.9.0 release from the 0.9 series released

Release information
Release notes:

First public release

File Description Downloads
download icon rlist-0.9.0.tar.bz2 (md5, sig) RList 0.9.0 code release tarball 24
last downloaded 47 weeks ago
Total downloads: 24