2003-10-11 |
Martin Mares | Renamed tabgen to gen-charconv. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Martin Mares | Renamed mkunacc to gen-unacc. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Martin Mares | Renamed charset import scripts. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Martin Mares | Renamed mkuni to add-charnames and changed the path... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Martin Mares | Obsolete and also some of the Slovak characters were... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Martin Mares | This was testing functions which didn't exist :-) |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Martin Mares | The signature charset hasn't been used for ages. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Martin Mares | Export cfpool -- sometimes it's much convenient to... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin Mares | Added a simple utility for generating changelogs. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin Mares | These files have been obsoleted by the new customizatio... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin Mares | Search for custom.h at the right place. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Martin Mares | Added a hook for indexing custom string types. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Martin Mares | Added a lot of missing #include <alloca.h>'s. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Martin Mares | Added charconv wrapper around fastbuf (currently output... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Martin Mares | EXTRA_RUNDIRS needn't form a strict hierarchy, so add... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Martin Mares | Added a set of functions for sliding window mmapping... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Martin Mares | Replaced enums by #define's in definitions of word... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Martin Mares | Allow submakefiles to add their own installation direct... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Martin Mares | Updated the installation script to always check for... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Tomas Valla | Recognition of variable types in parse_args is now... |
commit | commitdiff | tree | snapshot |
2003-07-20 |
Tomas Valla | Added 'array' feature to handle multiple variable occur... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Tomas Valla | Just to make it more comfortable. |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Tomas Valla | Patch to allow processing of multiple occurences of... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | fixed headers |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | fixed generated header comment |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | regenerated by misc/generate from updated charset tables |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | added (and renamed) all iso-8859-* charsets |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | added (and renamed) all iso-8859-{1,2,...,16} charsets |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | adapted to UNDEFINED characters |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | upgraded from ftp.unicode.org and also renamed |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | updated according to the newest tables downloaded from... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | imported by `trunicode` from ftp.unicode.org |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Robert Spalek | added a tool for importing mappings from ftp.unicode.org |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Martin Mares | Several changes mixed to one commit (sorry, the CVS... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Martin Mares | Define CONFIG_CONTEXTS whenever we use contexts. |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Martin Mares | Add GET_U8 and PUT_U8 for completeness. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Robert Spalek | fixed handling of characters lost by recoding |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Robert Spalek | added tools for stealing translation tables from recode |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Robert Spalek | a little bugfix of the test-tool |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Robert Spalek | one test has been meanwhile adjusted |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Robert Spalek | I have meanwhile fiddled a little with #include's after... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Fix bug in traversing of empty heap. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Tweak the binomial heaps a bit to make them easier... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Added a very simple generic implementation of binomial... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | <...> => "...". |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Casting addresses to longs is not portable, use addr_in... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Corrected a couple of comments. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Removed duplicate definition of DEBUG and a couple... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Minor changes to the RB-tree code: |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Martin Mares | Added generic red-black trees Robert has sent to me... |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Martin Mares | Replaced clist_insert() by clist_insert_{before,after}(). |
commit | commitdiff | tree | snapshot |
2003-06-15 |
Martin Mares | Added a straigtforward implementation of circular linke... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Martin Mares | Added prefetch functions. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Martin Mares | ASSERT is unlikely. |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Martin Mares | Added macros for hinting branch predictor. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Martin Mares | Added mapping of URL keys according to the prefix equiv... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Martin Mares | Functions working with tagged characters moved from... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Martin Mares | Split URL fingerprinting inside indexer from the other... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Martin Mares | Oops, the hash function for fingerprints was terribly... |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Robert Spalek | bugfix found by gcc-3.3 |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Martin Mares | Make sherlockd calculate per-filetype number of matched... |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Martin Mares | Started v2.5. |
commit | commitdiff | tree | snapshot |
2003-04-13 |
Martin Mares | Added a new card flag for cards in giant classes. Don... |
commit | commitdiff | tree | snapshot |
2003-04-11 |
Martin Mares | Added a new PURE attribute which means "this function... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Robert Spalek | documentation fixed |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Martin Mares | Added functions for moving attributes in the chain. |
commit | commitdiff | tree | snapshot |
2003-03-25 |
Martin Mares | If the search server connection dies prematurely, give... |
commit | commitdiff | tree | snapshot |
2003-03-25 |
Martin Mares | Replaced various nesting heuristics by proper parsing... |
commit | commitdiff | tree | snapshot |
2003-03-25 |
Martin Mares | One more parameters change. |
commit | commitdiff | tree | snapshot |
2003-03-24 |
Martin Mares | More changes to the custom attribute mechanism: |
commit | commitdiff | tree | snapshot |
2003-03-22 |
Martin Mares | Create local copy of program name to be printed in... |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Martin Mares | Better explanation of CARD_FLAG_FRAMESET. |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Martin Mares | Introduced CARD_LANG_FRAMESET. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Martin Mares | Fixed bug in bucket shakedown code: it crashed with... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Martin Mares | Oh, those misleading comments... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Martin Mares | Put back the work-around for objects generated by an... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Martin Mares | Get a list of config files explicitly, so that the... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Martin Mares | Changed processing of configuration files. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Martin Mares | Renamed SHERLOCK_CONFIG_xxx to CONFIG_xxx to be consistent. |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Martin Mares | Added routines for easy dynamic creation of strings. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Martin Mares | We already should announce ourselves as v2.4. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Robert Spalek | a bug fixed, it reveals when you want to process the... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Martin Mares | Sped up utf8_strlen(), introduced utf8_strnlen(). |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Robert Spalek | added utf8_strlen() |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Martin Mares | Added (WORD|META)_TYPES_ALL_LANGS. |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Martin Mares | Tried to use libm for calculating logarithmic frequenci... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Martin Mares | One more #fix. |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Martin Mares | Remember to use xfree(). |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Martin Mares | A stupid mistake. Former one. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Martin Mares | Added another version of bgets() which doesn't die... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Martin Mares | Removed a FIXME: the page cache balancing is certainly... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Martin Mares | Split word types and meta types also in the free version. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin Mares | Fixed off-by-one error. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Martin Mares | Defined MAX_ATTR_SIZE and added checks to obj_write... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Martin Mares | Don't forget to update this one. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Martin Mares | Object functions are numerous enough to deserve their... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Added obj_write_nocheck which writes the object as... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | OBJ_POOL_SIZE no longer needed. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Oops, forgot this one. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Objects always live in somebody else's pool. |
commit | commitdiff | tree | snapshot |
next |