[go: up one dir, main page]

File: ChangeLog

package info (click to toggle)
sfftobmp 3.1.3-7
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 23,452 kB
  • sloc: cpp: 148,005; ansic: 85,028; sh: 14,606; makefile: 587; asm: 284
file content (16 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2002-07-26  Benjamin C. W. Sittler  <bsittler@knownow.com>

	* README: updated for version 1.4

	* my_getopt.c: now we include <sys/types.h> explicitly for those
	systems that narrowly (mis-)interpret ANSI C and POSIX
	(_my_getopt_internal): added an explicit cast to size_t to make
	g++ happy

	* getopt.h, my_getopt.h: added extern "C" { ... } for C++
	compilation (thanks to Jeff Lawson <bovine@ud.com> and others)

2001-08-20  Benjamin C. W. Sittler  <bsittler@knownow.com>

	* getopt.h (getopt_long_only): fixed typo (thanks to Justin Lee
	<justin_lee@ud.com>)