]> mj.ucw.cz Git - libucw.git/history - ucw
CLists, SLists: Extended interface for merging of link lists.
[libucw.git] / ucw /
2017-12-17 Pavel CharvatCLists, SLists: Extended interface for merging of link...
2017-12-14 Pavel CharvatUnicode: Added reading of 32bit UTF-8 unicode values...
2017-09-11 Pavel CharvatReleased as 6.5.6 v6.5.6
2017-09-11 Pavel CharvatUCW::Configure: Fixed compatibility with old perl.
2017-09-06 Martin MaresDoc: Added explanation of FB exceptions vs. fb_tie() v6.5.5
2017-09-06 Martin MaresUCW::Configure::Perl: Split off configuration of Perl...
2017-09-06 Martin MaresUCW::Configure: Flush STDOUT after logging
2017-09-05 Martin MaresFastbufs: bclose() on caller-allocated fastbuf is allowed
2017-09-05 Pavel CharvatBuild: "make install" should install also UCW::Configur...
2017-09-04 Pavel CharvatBuild: Added support for custom PKG_CONFIG_PATH in...
2017-09-04 Pavel CharvatReleased as 6.5.4 v6.5.4
2017-08-31 Pavel CharvatLizard: Fixed a typo in documentation.
2017-08-31 Pavel CharvatFB Socket: Fixed tracking of written bytes.
2017-08-26 Pavel CharvatMempool: Fix bug in a DBG() message.
2017-07-22 Martin MaresDebian: The build system is packaged as a part of libuc... v6.5.3
2017-07-22 Martin MaresXtype docs: Fixed a typo
2017-07-22 Martin MaresReleased as v6.5.3
2017-07-22 Martin MaresDebian: A separate package for (most) Perl modules
2017-02-26 Pavel CharvatOpt: Fixed compilation warnings in tests.
2017-02-26 Pavel CharvatLizard: Fixed compilation warning in tests.
2017-02-22 Martin MaresUCW::Configure: Translate local filenames to "./file"
2017-02-22 Martin MaresUCW::CGI: Encode UTF-8 characters in cookies properly
2017-02-21 Martin Maresfb-param: Fixed a typo found by warnings in newer GCC
2016-08-15 Pavel CharvatCRC: Fixed possible integer underflow when called on...
2015-09-14 Martin MaresUCW::CGI: Added an option for preserving whitespaces...
2015-07-22 Pavel CharvatReleased libucw-6.5.1 v6.5.1
2015-07-17 Martin MaresReleased libucw-6.5 v6.5
2015-07-17 Martin MaresDoc: Release notes for version 6.5
2015-07-17 Martin MaresUnicode: Fixed a test case
2015-07-17 Martin MaresMempools: Optimize mp_append_utf8_32()
2015-07-08 Martin MaresStrtonum: Fixed a typo in a comment
2015-07-08 Martin MaresUnicode: Reject denormalized UTF-8 sequences
2015-07-08 Martin MaresABI cleanups
2015-07-08 Martin MaresFastbuf: fw-hex escapes DEL, too
2015-07-08 Martin MaresFastbuf: Added fw-hex wrapper
2015-07-08 Martin MaresUnicode: Fixed a comment in unicode_sanitize_char()
2015-07-08 Martin MaresMempools: Added mp_append_utf8_32()
2015-04-09 Martin MaresMempools: Renamed mp_append_[v]printf() back to its...
2015-04-08 Martin MaresWill release as v6.4 v6.4
2015-03-06 Martin MaresMainloop: Avoid polling for an empty set of events
2015-02-13 Martin MaresWill release as v6.3 v6.3
2015-02-13 Martin MaresDoc: Release notes for version 6.3
2015-02-13 Martin MaresXML: Brief documentation of LibUCW-XML
2015-02-13 Martin MaresMerge branch 'dev-xml-ns'
2015-02-13 Martin MaresMerge branch 'dev-xml'
2015-02-13 Martin MaresConfigure: Changed default.cfg
2015-02-13 Martin MaresConfigure: Experimental CONFIG_LTO
2015-02-13 Pavel CharvatMempool: Just updated (c)
2015-02-13 Pavel CharvatMempool: mp_new(size) should not add size of chunk...
2015-02-12 Martin MaresLogging: log_new_fd to fd=2 also prevents stderr from...
2015-02-12 Martin MaresRemove obsolete references to Sherlock
2015-02-12 Martin MaresLogging: Resurrected testing of log-conf
2015-02-12 Martin MaresLogging: Added log_drop_stderr().
2015-01-16 Martin MaresXtypes: Documentation cleanup
2015-01-16 Martin MaresDoc: Man pages are now generated as both HTML and NROFF
2015-01-16 Martin MaresXtypes: Documentation
2015-01-16 Martin MaresMerge branch 'dev-xtypes'
2015-01-15 Pavel CharvatBuild: Attempt to fix problems with access rights to...
2014-11-09 Martin MaresMacros: CLAMP now accepts arbitrary types, not only...
2014-11-09 Martin MaresMainloop: Be benevolent when file_del() is called on...
2014-10-10 Pavel CharvatDaemon: Fixed more race conditions. v6.1.1
2014-10-10 Pavel CharvatDaemon: Improved comments.
2014-10-10 Pavel CharvatDaemon: Use pipe instead of fcntl lock to synchronize...
2014-10-09 Pavel CharvatDaemon: Only fixed a comment.
2014-10-09 Pavel CharvatDaemon: Returned original check of written pidfile...
2014-10-09 Pavel CharvatDaemon: Removed unnecessary fcntl lock from daemon...
2014-10-09 Pavel CharvatDaemon: Fixed races in previous commit.
2014-10-09 Pavel CharvatDaemon: Fixed invalid permissions and some races when...
2014-09-05 Robert Kesslxtypes: fix of tests of xt_timestamp::parse
2014-09-04 Pavel CharvatXTypes: Fixed dump of configuration.
2014-09-04 Pavel CharvatXTypes: CF_XTYPE requires '&' before xt_*, just like...
2014-09-04 Pavel CharvatXTypes: Added support to configuration and option parser.
2014-08-10 Pavel CharvatBuild: Forced linker to find the currently compiled...
2014-08-10 Pavel CharvatTables: Fixed few typos in manpage.
2014-08-10 Pavel CharvatDoc: Generalized makefile rules for all categories...
2014-08-09 Pavel CharvatRelease: Increased version in default.cfg to 6.1. v6.1
2014-08-08 Martin MaresMerge branch 'dev-table'
2014-08-08 Martin Maresucw/doc/Makefile: Do not mix UCW_MANPAGES with MANPAGES
2014-08-08 Martin MaresMakefile cosmetics
2014-08-08 Robert KesslEven more updates in build of manpages
2014-08-08 Robert KesslUpdate build of manpages, contd.
2014-08-08 Robert KesslUpdate build of manpages
2014-08-06 Robert KesslAdded manpages to doc build; update of doc.
2014-08-05 Martin MaresDoc: The last line ought to end with a newline
2014-08-05 Martin MaresExtended types: Fix constness issues
2014-08-05 Robert Kessltableprinter: manpage is now installed into /usr/share...
2014-08-04 Robert Kesslxtypes: xt_double bugfix in parsing of precision
2014-08-04 Robert Kessltableprinter: table_set_col_opt now uses xtype_parse_fm...
2014-08-04 Robert Kessltableprinter: update of documentation
2014-07-30 Martin MaresExtended types: Fix comment
2014-07-30 Martin MaresExtended types: Fix name of the guard macro
2014-07-30 Robert Kessltableprinter: update of tests and fix of parsing empty...
2014-07-30 Robert Kessltableprinter: update of tests of table_set_col_order_by...
2014-07-30 Robert Kessltableprinter: compile fix
2014-07-30 Robert Kessltableprinter: update of documentation of table_set_col_...
2014-07-30 Robert Kessltableprinter: code cleanup
2014-07-30 Robert Kessltableprinter: small comment update
2014-07-30 Robert Kessltableprinter: code cleanup
2014-07-30 Robert Kessltableprinter: update of tests of table_set_col_order_by...
2014-07-30 Robert Kessltableprinter: update of doc for table_set_col_order_by_name
next