2004-03-14 |
Martin Mares | Our regex functions are now able to interface to old...
|
commit | commitdiff | tree |
2004-03-13 |
Martin Mares | Make regex-t compile.
|
commit | commitdiff | tree |
2004-03-13 |
Martin Mares | Welcome to v3.2 world on the mainline :)
|
commit | commitdiff | tree |
2004-03-12 |
Martin Mares | Seek to end of an empty fbmem stream needs a special...
|
commit | commitdiff | tree |
2004-03-02 |
Martin Mares | When we try to create a temporary file and it already...
|
commit | commitdiff | tree |
2004-02-29 |
Martin Mares | Bumped the version number to 3.1.
|
commit | commitdiff | tree |
2004-02-28 |
Martin Mares | Added REV_COMPARE(x,y) which is equivalent to COMPARE...
|
commit | commitdiff | tree |
2004-02-28 |
Martin Mares | `buckettools -c' now uses fastbufs for output.
|
commit | commitdiff | tree |
2004-02-28 |
Martin Mares | Hopefully finally sorted out the "http://www.xyz.cz...
|
commit | commitdiff | tree |
2004-02-27 |
Martin Mares | Hmmm, COMPILE_ASSERT is a better name.
|
commit | commitdiff | tree |
2004-02-27 |
Martin Mares | Added CPP_ASSERT.
|
commit | commitdiff | tree |
2004-02-25 |
Martin Mares | Forgot to add this one.
|
commit | commitdiff | tree |
2004-02-25 |
Martin Mares | Cleaned up the ancient chartype functions: kicked out...
|
commit | commitdiff | tree |
2004-02-25 |
Martin Mares | Removed hopefully all implicit dependencies on file...
|
commit | commitdiff | tree |
2004-02-24 |
Martin Mares | CF_USAGE_TAB can be used to insert more tabs to the...
|
commit | commitdiff | tree |
2004-02-24 |
Martin Mares | Added mp_strdup().
|
commit | commitdiff | tree |
2004-02-24 |
Martin Mares | Blank lines are considered separators, not terminators...
|
commit | commitdiff | tree |
2004-02-24 |
Martin Mares | "http://hell.org?xyz" really is a valid URL. Also checked...
|
commit | commitdiff | tree |
2004-02-18 |
Martin Mares | Moved struct card_prints to index.h, because it's used...
|
commit | commitdiff | tree |
2004-02-16 |
Martin Mares | Declare variables for library names in the top-level...
|
commit | commitdiff | tree |
2004-02-15 |
Martin Mares | Introduced COMPARE macro for use in sorter callbacks.
|
commit | commitdiff | tree |
2004-02-15 |
Martin Mares | Don't forget to load config file.
|
commit | commitdiff | tree |
2004-02-15 |
Martin Mares | Added testing routines for URL key calculator.
|
commit | commitdiff | tree |
2004-02-10 |
Martin Mares | Supply default element swapping macro.
|
commit | commitdiff | tree |
2004-02-05 |
Martin Mares | Any non-zero value enables an option. (Allows CONFIG_NUM_CON...
|
commit | commitdiff | tree |
2004-02-05 |
Martin Mares | Nested conditionals were processed incorrectly. Also...
|
commit | commitdiff | tree |
2004-01-29 |
Martin Mares | Added STRINGIFY macro.
|
commit | commitdiff | tree |
2004-01-25 |
Martin Mares | If `-S' or `-C' is given after some other options ...
|
commit | commitdiff | tree |
2004-01-23 |
Martin Mares | IP access lists now accept both netmasks and prefix...
|
commit | commitdiff | tree |
2004-01-22 |
Martin Mares | Hours have 3600 seconds, days have 1440 minutes :)
|
commit | commitdiff | tree |
2004-01-22 |
Martin Mares | Added "hour" and "day" units.
|
commit | commitdiff | tree |
2004-01-22 |
Martin Mares | MD5 didn't work on big-endian machines, because it...
|
commit | commitdiff | tree |
2004-01-22 |
Martin Mares | Use int instead of pid_t. At the first glance, this...
|
commit | commitdiff | tree |
2004-01-17 |
Martin Mares | Reverted the locking back to original unsafe (but in...
|
commit | commitdiff | tree |
2004-01-16 |
Martin Mares | Replacing of buckets during shakedown didn't work.
|
commit | commitdiff | tree |
2004-01-16 |
Martin Mares | Use obuck_bucket_size() whereever possible.
|
commit | commitdiff | tree |
2004-01-16 |
Martin Mares | Add obuck_bucket_size().
|
commit | commitdiff | tree |
2004-01-16 |
Martin Mares | Use brewind() where appropriate.
|
commit | commitdiff | tree |
2004-01-16 |
Martin Mares | The combination of bflush() with bsetpos() to the beginning...
|
commit | commitdiff | tree |
2004-01-11 |
Martin Mares | obuck_predict_last_oid() can be made safe easily.
|
commit | commitdiff | tree |
2004-01-11 |
Martin Mares | Rewritten shake down of bucket file.
|
commit | commitdiff | tree |
2004-01-11 |
Martin Mares | Don't create large bit arrays on stack. (The default...
|
commit | commitdiff | tree |
2004-01-10 |
Martin Mares | GLUE_ again.
|
commit | commitdiff | tree |
2004-01-10 |
Martin Mares | Use GLUE_ instead of HASH_GLUE.
|
commit | commitdiff | tree |
2004-01-10 |
Martin Mares | Added GLUE and GLUE_ macros.
|
commit | commitdiff | tree |
2004-01-10 |
Martin Mares | When pre-sorting a regular file, use lib/arraysort...
|
commit | commitdiff | tree |
2004-01-10 |
Martin Mares | Use HASH_USE_POOL for configuration space allocations.
|
commit | commitdiff | tree |
2004-01-10 |
Martin Mares | Added HASH_AUTO_POOL option.
|
commit | commitdiff | tree |
2003-12-15 |
Martin Mares | Another debugging switch: dump core on fatal errors.
|
commit | commitdiff | tree |
2003-12-15 |
Martin Mares | The debugging memory allocator is now enabled by DEBUG_DMALL...
|
commit | commitdiff | tree |
2003-12-07 |
Martin Mares | Improved and cleaned up the bucket library. The original...
|
commit | commitdiff | tree |
2003-11-29 |
Martin Mares | One more item type: u64.
|
commit | commitdiff | tree |
2003-11-29 |
Martin Mares | Two improvements to the configuration language:
|
commit | commitdiff | tree |
2003-11-22 |
Martin Mares | Replaced obuck_fetch_end() by bclose() (which is a...
|
commit | commitdiff | tree |
2003-11-22 |
Martin Mares | Added very simple functions for emulating a fastbuf...
|
commit | commitdiff | tree |
2003-11-15 |
Martin Mares | A better function for hashing integers (the old multiplier...
|
commit | commitdiff | tree |
2003-11-05 |
Martin Mares | Added special mode for sorting of regular files.
|
commit | commitdiff | tree |
2003-11-05 |
Martin Mares | bbcopy() can be asked to copy the rest of the input...
|
commit | commitdiff | tree |
2003-11-05 |
Martin Mares | Undefine all the parameter macros at the end. (The...
|
commit | commitdiff | tree |
2003-10-25 |
Martin Mares | We don't need this in v3.0.
|
commit | commitdiff | tree |
2003-10-19 |
Martin Mares | Forgot to add fb-limfd.
|
commit | commitdiff | tree |
2003-10-19 |
Martin Mares | Replaced the "orig_len" field in bucket headers which...
|
commit | commitdiff | tree |
2003-10-19 |
Martin Mares | Added fastbuf backend for reading from file descriptors...
|
commit | commitdiff | tree |
2003-10-19 |
Martin Mares | Too much copying and pasting :-)
|
commit | commitdiff | tree |
2003-10-15 |
Martin Mares | Good luck, v3.0!
|
commit | commitdiff | tree |
2003-10-15 |
Martin Mares | Updated version numbers.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Added UTF8_SKIP_BWD.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Oops, forgot the values.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | New tables generated from UnicodeData 4.0.1 using the...
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Several improvements to the unicode library:
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Don't forget the ligtable.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Constified.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Added a table of compatibility ligature expansions.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Added const to chartype tables. Also removed _c_collate...
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | One more :)
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Expect the unicode data directory to be linked to by...
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Updated to new names of scripts.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Renamed unisplit to gen-basic.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Renamed tabgen to gen-charconv.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Renamed mkunacc to gen-unacc.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Renamed charset import scripts.
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Renamed mkuni to add-charnames and changed the path...
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | Obsolete and also some of the Slovak characters were...
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | This was testing functions which didn't exist :-)
|
commit | commitdiff | tree |
2003-10-11 |
Martin Mares | The signature charset hasn't been used for ages.
|
commit | commitdiff | tree |
2003-10-10 |
Martin Mares | Export cfpool -- sometimes it's much convenient to...
|
commit | commitdiff | tree |
2003-10-03 |
Martin Mares | Added a simple utility for generating changelogs.
|
commit | commitdiff | tree |
2003-10-03 |
Martin Mares | These files have been obsoleted by the new customization...
|
commit | commitdiff | tree |
2003-10-03 |
Martin Mares | Search for custom.h at the right place.
|
commit | commitdiff | tree |
2003-10-02 |
Martin Mares | Added a hook for indexing custom string types.
|
commit | commitdiff | tree |
2003-09-27 |
Martin Mares | Added a lot of missing #include <alloca.h>'s.
|
commit | commitdiff | tree |
2003-09-26 |
Martin Mares | Added charconv wrapper around fastbuf (currently output...
|
commit | commitdiff | tree |
2003-09-26 |
Martin Mares | EXTRA_RUNDIRS needn't form a strict hierarchy, so add...
|
commit | commitdiff | tree |
2003-09-23 |
Martin Mares | Added a set of functions for sliding window mmapping...
|
commit | commitdiff | tree |
2003-09-17 |
Martin Mares | Replaced enums by #define's in definitions of word...
|
commit | commitdiff | tree |
2003-09-15 |
Martin Mares | Allow submakefiles to add their own installation directories...
|
commit | commitdiff | tree |
2003-08-29 |
Martin Mares | Updated the installation script to always check for...
|
commit | commitdiff | tree |
2003-06-30 |
Martin Mares | Several changes mixed to one commit (sorry, the CVS...
|
commit | commitdiff | tree |
2003-06-30 |
Martin Mares | Define CONFIG_CONTEXTS whenever we use contexts.
|
commit | commitdiff | tree |
2003-06-30 |
Martin Mares | Add GET_U8 and PUT_U8 for completeness.
|
commit | commitdiff | tree |
next |