]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2008-10-30 Martin MaresLibUCW: Entrust generation of ucw/autoconf.h to the...
2008-10-30 Martin MaresConfigure: Enabled strict mode and localized @cpu.
2008-10-30 Martin MaresConfigure: Replaced debPrint() by DebugDump().
2008-10-30 Martin MaresConfigure: Fixed a silly typo.
2008-10-30 Martin MaresConfigure: Introduce AtWrite hooks and handle autoconf...
2008-10-30 Martin MaresUpdate references to autoconf.cfg.
2008-10-30 Martin MaresConfigure: Added a mechanism for registering post-confi...
2008-10-30 Martin MaresAdded cpp-parseable version string to autoconf.h.
2008-10-30 Martin MaresFilter config.h and autoconf.h in the public API.
2008-10-30 Martin MaresTwo more references to CONFIG_PARTMAP_IS_MMAP.
2008-10-30 Martin MaresMoved *_IS_MMAP to CONFIG_UCW_* namespace.
2008-10-30 Martin MaresBetter installation of ucw/autoconf.h.
2008-10-30 Martin MaresRemoved default-install from the generic build system.
2008-10-30 Martin MaresSlightly better names for configuration modules.
2008-10-23 Michal Vanerdocs: anchors in config.txt
2008-10-21 Martin MaresREADME: Spell API in capitals.
2008-10-21 Martin MaresREADME: Fixed a typo.
2008-10-17 Michal VanerNicer variable name
2008-10-17 Michal VanerPut configuration value to better place
2008-10-17 Michal VanerRemove useless debug print
2008-10-17 Michal VanerBetter variable name
2008-10-17 Michal VanerBetter detection of .a/.so
2008-10-09 Michal VanerFix installation of autoconf.h
2008-10-08 Michal VanerChange configure scripts to modules
2008-10-08 Michal VanerMove UCW perl modules to their directory
2008-10-08 Michal VanerFree dist: update README
2008-10-08 Michal VanerFree dist.: Update installation documentation
2008-10-08 Michal VanerCleanup libucw installation
2008-10-08 Michal VanerInstall libs-only config files
2008-10-08 Michal VanerLibimages installs
2008-10-08 Michal VanerLibcharset installs
2008-10-08 Michal Vanerlibsh installs
2008-10-08 Michal VanerLibucw supports installation
2008-10-08 Michal VanerDoc. system: link docs under run directory
2008-10-08 Michal VanerSplit autoconf.cfg
2008-10-08 Michal VanerFree docs: Removed unneeded deps from install.txt
2008-10-08 Michal VanerFree docs: slight tweaks in configure
2008-10-08 Michal Vanerfree docs: explain where the variables come from
2008-10-08 Michal VanerMove hex to debug/
2008-10-08 Michal VanerInstallation documentation for libucw
2008-10-08 Michal Vanerlibucw documentation: Fix links
2008-10-08 Michal VanerUpdate the configure documentation
2008-10-08 Michal Vanerlibucw documentation: slight language tweak
2008-10-08 Michal Vanerlibucw dist: condition to turn off other libs
2008-10-08 Michal VanerSome sherlock independent docs put into libucw
2008-10-07 Michal Vanerucw docs: Mempool examples
2008-10-04 Michal VanerDoc. system: fix makefile, docs is phony target
2008-10-04 Michal VanerDoc. system: fix build in libsonly distribution
2008-10-04 Michal VanerDoc. system: link docs under run directory
2008-10-03 Michal Vanerucw docs: Mempool struct internals are private
2008-10-03 Michal Vanerucw docs: fix language error
2008-10-03 Michal Vanerucw docs: fix language error
2008-10-02 Martin MaresRenamed cf_write_item() to cf_modify_item().
2008-10-01 Martin MaresMore play: Added indirect heapsort.
2008-10-01 Martin MaresJust for fun: Added heapsort to the sorting benchmark.
2008-10-01 Martin MaresForgot to adapt retros.c to the new MD5 interface.
2008-10-01 Michal VanerFix the fix of compilation
2008-10-01 Michal VanerFix compilation after writing docs
2008-10-01 Michal VanerTODO about documentation
2008-09-29 Michal Vanerucw docs: Documented mempools
2008-09-28 Michal Vanerucw docs: Some more in conf system
2008-09-28 Michal VanerDoc. system: Properly extract multiline definitions
2008-09-28 Michal VanerDoc. system: escape apostrophes in def list
2008-09-18 Michal Vanerucw docs: preprocess conf.h
2008-09-18 Michal VanerDoc. system: fix detection of pointer variables
2008-09-18 Michal VanerDoc. system: detect function typedefs
2008-09-18 Michal VanerDoc. system: stop pointer marks from boldifying
2008-09-14 Michal Vanerucw docs: configuration parser (example)
2008-09-14 Michal VanerDocument the documentation system syntax
2008-09-14 Michal VanerDoc. system: add support for typedefs
2008-09-14 Michal Vanerucw docs: hashfunc reflects the syntax change
2008-09-14 Michal Vanerucw docs: basecode reflects the syntax change
2008-09-14 Michal Vanerucw docs: fastbufs reflect the syntax change
2008-09-14 Michal VanerDoc. system: use @function() for function links
2008-09-14 Michal Vanerucw docs: fix function quoting
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-13 Michal Vanerucw. docs: Update hash documentation
2008-09-13 Michal VanerDoc. system: Fix inline functions in description
2008-09-13 Michal VanerDoc. system: deflists have different formatting
2008-09-13 Martin MaresCGI.pm: More improvements to the cookie mechanism.
2008-09-13 Martin MaresCGI.pm: Cope with corrupted cookie headers.
2008-09-13 Michal VanerDoc. system: Add type sections to definition list
2008-09-13 Michal VanerDoc. system: Definition list has visible name
2008-09-13 Michal VanerDoc. system: fix semicolons
2008-09-13 Michal VanerDoc. system: No body to func. header
2008-09-13 Michal VanerDoc. system: use better anchors
2008-09-13 Michal VanerDoc. system: fix ... in function parameters
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-13 Martin MaresCGI.pm: Make cookie setting headers backwards-compatible.
2008-09-13 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
2008-09-13 Michal VanerDoc. system: depend on build scripts
2008-09-13 Martin MaresCGI.pm: Export URL and parameter de-escaping functions.
2008-09-13 Michal Vanerucw docs: more hash functions
2008-09-11 Martin MaresA couple of fixes to hash function documentation.
2008-09-11 Michal VanerDoc. system: recognize typedefs of structs
2008-09-11 Michal Vanerucw docs: Hash routines
2008-09-11 Michal Vanerucw docs: update basecode
2008-09-11 Michal VanerDoc. system: fix definition duplicities
2008-09-11 Michal Vanerucw docs: base64 & base224
2008-09-10 Michal VanerMerge branch 'dev-lib' of ssh://git.ucw.cz/projects...
next