Next | Query returned 89 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2007-10-07 14:59:16 by OKANO Takayoshi | Files touched by this commit (33)
Log message:
fix obsolete URLs for www.NetBSD.org

close PR pkg/37071
reviewd by xtraeme@
   2007-09-21 20:44:38 by Joerg Sonnenberger | Files touched by this commit (16)
Log message:
Fully ANSIfy and use size_t and uint32_t in places where u_int was used
before. This fixes the build on QNX, where u_int is not exposed by the
current set of headers. Make the prototypes of the crypto functions
consistent.
   2007-09-14 10:12:30 by Joerg Sonnenberger | Files touched by this commit (11)
Log message:
Don't use u_char when uint8_t are meant. Don't mess with __attribute__,
conditionally use it in the only place it is used. This should fix
problems on QNX reported by Sean Boudreau.
   2007-08-03 23:42:05 by Tobias Nygren | Files touched by this commit (2)
Log message:
Bump version to 20070803 after fixing a crash when generating Tiger hashes
   2007-08-03 19:10:08 by Tobias Nygren | Files touched by this commit (1)
Log message:
Allocate enough storage space to hold a tiger hash. Corrects a
segfault caused by writing past the end of the buffer.
XXX how do I bump the version of this package?
   2007-08-02 15:54:34 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Include inttypes.h if it exists. Fixes issues on OSF/1 as reported
by tnn@.
   2007-07-27 19:08:27 by Joerg Sonnenberger | Files touched by this commit (7)
Log message:
As reported by tnn@, the old approach to find the byte order
doesn't work on HP-UX/Itanium. Use the standard approach using
AC_C_BIGENDIAN. Tested by myself on i386, he@ on SPARC and tnn@ on
HP-UX.
   2007-07-08 07:09:10 by Min Sik Kim | Files touched by this commit (5)
Log message:
Include stdint.h to use integer types such as uint32_t.
   2007-07-03 20:54:07 by Joerg Sonnenberger | Files touched by this commit (21)
Log message:
Make pkgtools/digest cross-compilation ready and actually improve
portability somewhat:
- consistently use POSIX uint{8,16,32,64}_t throughout the code.
- asssume for now that the compiler supports ULL as suffix
- use AC_TYPE_UINT{8,16,32,64}_T instead of bits.c to compute
  possible replacement types.

Bump to 20070703. Tested by Thorsten Glaser on Interix and tnn@ on
Solaris.
   2007-07-03 20:49:47 by joerg | Files touched by this commit (21)
Log message:
Make pkgtools/digest cross-compilation ready and actually improve
portability somewhat:
- consistently use POSIX uint{8,16,32,64}_t throughout the code.
- asssume for now that the compiler supports ULL as suffix
- use AC_TYPE_UINT{8,16,32,64}_T instead of bits.c to compute
  possible replacement types.

Bump to 20070703. Tested by Thorsten Glaser on Interix and tnn@ on
Solaris.

Next | Query returned 89 messages, browsing 31 to 40 | Previous