Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2012-10-21 13:20:20 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Fix pkglint warnings
   2012-03-07 00:25:18 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Don't bother with catpages. Bump revision.
   2011-08-01 07:37:12 by David A. Holland | Files touched by this commit (5)
Log message:
Fix void main, which clang won't accept. While here, fix an LP64 issue
caught by gcc (malloc without stdlib.h) so bump PKGREVISION.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-07-30 12:36:27 by Amitai Schlair | Files touched by this commit (4)
Log message:
#include <unistd.h> in leapsecs_read.c so we can read leapsecs.dat.
Add a buildlink3.mk file. Bump PKGREVISION.
   2008-03-03 18:45:38 by Johnny C. Lam | Files touched by this commit (119)
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
   2007-03-15 06:30:46 by Amitai Schlair | Files touched by this commit (2)
Log message:
Fix path to examples.
   2007-03-15 06:27:12 by Amitai Schlair | Files touched by this commit (4) | Imported package
Log message:
Initial import of libtai 0.60, a public-domain library for storing
and manipulating dates and times.

libtai supports two time scales: (1) TAI64, covering a few hundred
billion years with 1-second precision; (2) TAI64NA, covering the
same period with 1-attosecond precision. Both scales are defined
in terms of TAI, the current international real time standard.

libtai provides an internal format for TAI64, struct tai, designed
for fast time manipulations. The tai_pack() and tai_unpack() routines
convert between struct tai and a portable 8-byte TAI64 storage
format. libtai provides similar internal and external formats for
TAI64NA.

This version of libtai requires a UNIX system with gettimeofday().
It will be easy to port to other operating systems with compilers
supporting 64-bit arithmetic.


Next | Query returned 29 messages, browsing 21 to 30 | previous