History log of /barrelfish-master/lib/collections/list.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# ff51fad6 25-Jun-2013 Raphael Fuchs <fuchs.raphael@gmail.com>

libcollections: Extend the list implementation with a function to remove all
items of the list that match a given predicate.

Moreover, convert file to use unix-style line ending instead of windows-style.


# b6ef8679 25-Oct-2012 Raphael Fuchs <raphaelfuchs@student.ethz.ch>

collections: Extend list implementation with a function to remove a specific
element and a function to add an element at the tail of the list.

Additionally, refactor files to compy to our coding standards.


# 76a2cf90 10-Jul-2012 Simon Peter <speter@inf.ethz.ch>

Refactored libcollections.a to prefix all exported functions and data
types with collections_ to prevent namespace pollution. Many
application programs have their own functions named list_* and hash_*
(e.g. PostgreSQL).


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.