notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/lfcbase/files
SVNWeb

Number of commits found: 4

Sat, 6 Feb 2016
[ 15:59 pi search for other commits by this committer ] Original commit   Revision:408300
devel/lfcbase: 1.7.0 -> 1.7.2
databases/cego: 2.28.3 -> 2.29.1
databases/cegobridge: 1.1.1 -> 1.1.2

Please note: Updating cego databases needs an export/import
             cycle for 2.28 -> 2.29

lfcbase:
- Fix in Datetime.cc, added include config.h, otherwiese the local
  implementation of strptime ist used. This should just be done, if
  the system API does not provide this call ( e.g. MINGW ) .
- Memory leak fixed in File::readLine

cego:
- Started with clob datatype implementation
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 17 Jan 2016
[ 14:03 pi search for other commits by this committer ] Original commit   Revision:406498
devel/lfcbase: fix DateTime

Submitted by:	lemke@lemke-it.com
Tue, 1 Dec 2015
[ 20:33 pi search for other commits by this committer ] Original commit   Revision:402783
devel/lfcbase: 1.6.5 -> 1.6.7
databases/cego: 2.26.14 -> 2.26.16

lfcbase:
- Improvement for ListT template class. The end of the list is now
  stored int _listEnd variable. This improves Insert performance,
  since the end of the list can immediately accesed instead of tracking
  through the whole list until the end is reached.
- Patch in ThreadLock, the mutex for lock statistics has been
  removed, since there is no need for synchronization. Also errors
  have not been checked for the pthread_rwlock_wrlock, which might
  cause some deadlocks.

cego:
- Ugly bug fixed in CegoObjectManager::releaseDataPtrUnlocked.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 29 Nov 2015
[ 11:56 marino search for other commits by this committer ] Original commit   Revision:402592
devel/lfcbase: Fix build on modern gcc (add <cstdlib>)

Approved by:	modern gcc/just fix it blankets

Number of commits found: 4