File: ChangeLog

package info (click to toggle)
autogen 5.3.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,216 kB
  • ctags: 2,706
  • sloc: ansic: 17,527; sh: 11,794; awk: 629; makefile: 556; lisp: 164; yacc: 50
file content (26 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2001-08-11  Bruce Korb  <bkorb@gnu.org>

	* snprintfv/format.c: fix unimportant uninitialized variable
	* snprintfv/snprintfv.c: Do not allocate longs in value array
	* test/Makefile.am: add hex-test and cleanup scripts
	* test/test-cleanup: clean up the dinkleberries when done

2001-08-08  Gary V. Vaughan  <gary@gnu.org>

	* snprintfv/format.c (fetch_argv_long):  Don't let my knowledge
	that void* is not guaranteed to be large enough to hold an
	integral type larger than an int leak out into the interface.
	(fetch_argv_ulong): Ditto.
	* tests/snprintfv-test.c (vector_canonicalize): Now that the
	library no longer expects long ints to be stored indirectly, force
	them into a void* and hope for the best!
	* README: Confessional.

2001-08-04  Bruce Korb  <bkorb@gnu.org>

	* snprintfv/format.c: broken ptr dereference and unsigned format
	types are treated as signed.

1998-11-13  Gary V. Vaughan  <gary@gnu.org>

	* For hysterical reasons, this is when I first started to write