git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16104 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-28 03:07:19 +00:00
parent aa37b056a2
commit f8dce1d55e
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-09-28 Love H<>rnquist <20>strand <lha@it.su.se>
* roken-frag.m4: Check for <stdint.h> and uintptr_t
2005-09-02 Love H<>rnquist <20>strand <lha@it.su.se>
* roken-frag.m4: Resolver check moved to rk_RESOLV, from Andrew

View File

@@ -1,3 +1,18 @@
2005-09-28 Love <lha@kth.se>
* roken-common.h: Move rk_UNCONST to roken.h.in since it might use
uintptr_t depending on avaibility.
* roken.h.in: Include <stdint.h> if it exists. If avaiable, use
uintptr_t to define rk_UNCONST.
2005-09-22 Love H<>rnquist <20>strand <lha@it.su.se>
* roken-common.h: Add rk_dumpdata.
* dumpdata.c: Add rk_dumpdata() that write a chunk of data into a
file for later processing by some other tool (like asn1_print).
2005-09-13 Love H<>rnquist <20>strand <lha@it.su.se>
* strptime.c: cast to unsigned char to make sure its not negative