]> mj.ucw.cz Git - libucw.git/history - lib/config.h
Fixed a nasty bug in hash table allocation. HASH_AUTO_POOL must use
[libucw.git] / lib / config.h
2005-04-02 Martin MaresAdded `u8' and `s8' to keep consistency.
2004-12-11 Martin MaresResurrected CONFIG_LARGE_DB.
2004-12-11 Martin MaresCONFIG_LFS has been removed, CONFIG_LARGE_DB got replac...
2004-12-11 Martin MaresMoved oid_t to sherlock.h.
2004-12-11 Martin MaresSplit library functions to libsh and libucw.
2004-12-11 Martin MaresIntroduced `sherlock/config.mk' which contains non...
2004-10-25 Martin MaresTagged current sources as rel-3-3 (bug fixes only)
2004-08-20 Martin MaresAdded initial support for areas to the indexer. Merging...
2004-06-25 Martin MaresMainline is now v3.3.
2004-06-25 Martin MaresMarked the current version as 3.2.1, which is going...
2004-03-13 Martin MaresWelcome to v3.2 world on the mainline :)
2004-02-29 Martin MaresBumped the version number to 3.1.
2003-10-15 Martin MaresGood luck, v3.0!
2003-10-15 Martin MaresUpdated version numbers.
2003-06-30 Martin MaresDefine CONFIG_CONTEXTS whenever we use contexts.
2003-06-12 Martin MaresAdded macros for hinting branch predictor.
2003-05-30 Martin MaresStarted v2.5.
2003-04-11 Martin MaresAdded a new PURE attribute which means "this function...
2003-02-28 Martin MaresRenamed SHERLOCK_CONFIG_xxx to CONFIG_xxx to be consistent.
2003-02-19 Martin MaresWe already should announce ourselves as v2.4.
2002-10-10 Martin Mares"Call me 2.3, please."
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-07-16 Martin MaresNo more a development version.
2002-06-08 Martin MaresMerging IS branch: New customization code and its use...
2002-06-03 Martin MaresIf have GET_O and GET_P, we should have PUT_O and PUT_P...
2002-05-31 Martin MaresAdded a macro for __attribute__((const)).
2002-04-20 Martin MaresAdded support for indexing/searching by custom attributes.
2002-04-06 Martin MaresAll configuration options (except for custom attributes...
2002-01-21 Martin MaresDevelopment branch is now called 2.2a.
2001-12-02 Martin MaresAdded CPU and OS type defines.
2001-10-05 Martin MaresMoved all customizable parts of configuration and index...
2001-09-02 Martin MaresAdded CPU_64BIT_POINTERS.
2001-04-10 Martin MaresAudited TODO list and bumped version number to 2.0.
2001-03-07 Martin MaresCreated a new include for efficient access to unaligned...
2001-02-16 Martin MaresAdded #define PACKED __attribute__((packed)).
2001-01-14 Martin MaresAdd sh_time_t type.
2001-01-14 Martin MaresAdded DEFAULT_CONFIG define which tells us the name...
2001-01-07 Martin MaresAdded sh_ftruncate(), but it currently works only on...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdded a couple of FIXME's.
2000-10-29 Martin MaresImplemented long tags and section limits (must be enabl...
2000-08-02 Martin MaresRewrote large file support. Instead of mucking with...
1999-12-10 Martin MaresStupid bug.
1999-10-24 Martin MaresLarge File Support.
1999-09-13 Martin MaresKilled `typedef unsigned long ulg' and replaced all...
1999-03-27 Martin MaresRemove few obsolete config files, bump version to 1...
1999-03-27 Martin MaresAdded fast wildcard matcher.
1998-02-11 Martin MaresAdded typedefs for s64 and u64.
1998-01-06 Martin MaresSyncing crashed repository with my work tree.
1997-12-03 Martin Maresffs _cannot_ be used as a substitute for log2, because...
1997-07-29 Martin MaresSee ChangeLogs.
1997-07-28 Martin Maresx
1997-04-09 Martin MaresInitial revision