]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2007-09-07 Martin MaresImproved heuristics for internal sorter capacity estima...
2007-09-07 Martin MaresA few improvements of sort-test.
2007-09-07 Martin MaresSave cache misses by keeping a copy of the hash value...
2007-09-07 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-09-07 Martin MaresAdded basic threading parameters.
2007-09-07 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-07 Martin MaresAdded a debugging hack.
2007-09-07 Martin MaresIntroduced ARRAY_LONG_HASH and unrolled radix-sorting...
2007-09-07 Martin MaresAdded numbering of tests.
2007-09-07 Martin MaresCleanup of array sorter interface and added quicksplit.
2007-09-06 Martin MaresA few bits of commentary.
2007-09-06 Martin MaresMore bits of the array sorter: radix-sort implemented.
2007-09-06 Martin MaresFixed multi-way sorting with custom presorting.
2007-09-06 Martin MaresAdded a sketch of a new array sorter implementation.
2007-09-06 Martin MaresAdded a simple allocator for fixed-size objects.
2007-09-06 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-09-05 Martin MaresUnified top-level Makefile with main-line.
2007-09-05 Martin MaresWe don't need this as 2-way merging is used rarely.
2007-09-04 Pavel Charvatbugfix in the installer
2007-08-31 Martin MaresNew TODO notes.
2007-08-31 Martin MaresA couple of things done.
2007-08-31 Martin MaresJoin in the rare case that presorting creates a single...
2007-08-31 Martin MaresCleaned up joining logic and implemented joins in multi...
2007-08-31 Martin MaresAdded decision logic which switches between 2-way merge...
2007-08-31 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresThe GCC bug (I hope I have ruled out all possibilities...
2007-08-31 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-31 Martin MaresBetter (and correct) handling of joins and empty buckets.
2007-08-30 Martin MaresCleanup and commentary.
2007-08-30 Martin MaresAdded a work-around for nasty GCC bug.
2007-08-30 Martin MaresYet another swap-out.
2007-08-30 Martin MaresFixed the yesterday's mysterious bug.
2007-08-30 Martin MaresPresorting for multi-way merge should swap out the...
2007-08-29 Martin MaresSo far buggy support for multi-way unification.
2007-08-29 Martin MaresFixed bug in error message.
2007-08-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-08-29 Martin MaresFixed a bug.
2007-08-29 Martin MaresAdded options for gcc 4.2.x.
2007-08-29 Pavel CharvatBugfix in keywords module -- fb-dir does not support...
2007-08-29 Martin Maresformat_size() no longer exists.
2007-08-29 Martin MaresMulti-way merges work fine in simple cases.
2007-08-25 Martin MaresSetting of LIBS is no longer necessary.
2007-08-25 Martin MaresUpdated TODO.
2007-08-25 Martin MaresDependencies of test programs are no longer hard-wired...
2007-08-25 Martin MaresCosmetics.
2007-08-25 Martin MaresShared file handles now use is_temp_file == 2 instead...
2007-08-25 Martin MaresCleanup of file fastbufs.
2007-08-25 Martin Maresbopen_tmp_file(NULL) works.
2007-08-25 Martin MaresUse bfix_tmp_file() whereever possible.
2007-08-25 Martin MaresImplemented bfix_tmp_file(), which turns a temporary...
2007-08-25 Martin MaresLet bconfig() return the original value.
2007-08-25 Martin MaresRemoved obsolete comment.
2007-08-25 Martin MaresFixed a typo.
2007-08-25 Martin MaresLIBUCW needs to be declared early, because it is used...
2007-08-25 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-08-24 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-07-26 Martin MaresShell utilities should link with libucw, not libsh.
2007-07-26 Martin MaresCommented more libucw configuration switches.
2007-07-26 Martin MaresUse lib/default.cfg and get the version string from...
2007-07-26 Martin MaresMoved default settings of the UCW library to a separate...
2007-07-26 Martin MaresRenamed both instances of `defconfig' to `default.cfg...
2007-07-26 Martin MaresMention doc/configure.
2007-07-26 Martin MaresUpdated documentation on using libraries.
2007-07-26 Martin MaresMoved the tests of linking with Sherlock libraries...
2007-07-26 Martin MaresThe separate library distribution now compiles.
2007-07-26 Martin MaresMoved the rule for cf/library to lib/Makefile and the...
2007-07-25 Martin MaresAn unfinished experiment in making a separate release...
2007-07-25 Martin MaresComments must not be indented, otherwise they are passe...
2007-07-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-20 Martin MaresComment on optionality of UCW::CGI::error_hook.
2007-07-20 Martin MaresGot rid of some more hidden references to Sherlock...
2007-07-20 Martin MaresLast bits of the CGI.pm move.
2007-07-20 Martin MaresCGI: Added error handling and strictness.
2007-07-20 Martin MaresCGI: Added parsing of multi-part POSTed forms (file...
2007-07-20 Martin MaresCGI: Added "multiline" flag, which allows newline in...
2007-07-20 Martin MaresCGI: Added url_param_escape() which writes spaces as...
2007-07-20 Martin MaresCGI: make_out_args() handles undefs correctly.
2007-07-20 Martin MaresCGI: Added functions for parsing of HTTP headers.
2007-07-20 Martin MaresCGI: Added functions for cookies.
2007-07-20 Martin MaresMoved CGI.pm to UCW namespace.
2007-07-20 Martin MaresSome Perl modules have moved to UCW namespace.
2007-07-20 Martin MaresSplit Perl modules to Sherlock and UCW namespaces as...
2007-07-20 Pavel CharvatMakefile: fixed compilation of tests
2007-07-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-19 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-07-19 Pavel Charvatlibucw: removed utf8_check routine... it did not check...
2007-07-19 Martin Mares`make clean' no longer unconfigures the package, it...
2007-07-19 Martin MaresMoved autoconf.h from obj/lib to obj.
2007-07-19 Martin MaresSimplified clean targets.
2007-07-19 Martin Maresautoconf.h needs to be handled differently, since it...
2007-07-19 Martin MaresUnfortunately, libraries with public API need an extra...
2007-07-18 Martin MaresSet `s' and `o' variables in configure.
2007-07-18 Martin MaresUse msg() instead of log().
2007-07-18 Martin MaresRemoved another bunch of unneeded dependencies on sherl...
2007-07-18 Martin MaresRemoved unnecessary depedencies on sherlock/sherlock.h.
2007-07-18 Martin MaresSome of the directories in run/ hierarchy are not depen...
2007-07-18 Martin MaresFixed const qualifiers in regex library.
2007-07-18 Martin MaresSplit the top-level Makefile to three parts.
2007-07-18 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
next