File: ChangeLog

package info (click to toggle)
styx 1.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,324 kB
  • ctags: 5,329
  • sloc: ansic: 96,480; sh: 7,972; cpp: 1,572; makefile: 227; xml: 107; pascal: 15
file content (45 lines) | stat: -rw-r--r-- 1,346 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2003-01-03  Siggy Brentrup  <bsb@winnegan.de>

	* libbase/ptm_pp.c (PTP_toksep): Fixed typo :-(

2003-01-02  Siggy Brentrup  <bsb@winnegan.de>

	* Merged changes from the debian branch in preparation of the next
	  bugfix release (1.5.2). relevant entries from debian/changelog
	  follow.


2002-12-30  Siggy Brentrup  <bsb@winnegan.de>

	* libbase/gstream.c (GS_csconv_string): Changed type of isize,
	  osize from int to size_t, since otherwise iconv might break on
	  ia64.

	* libbase/ctx_app.c: Added portable cast to prevent warnings on
	  64-bit archs.

	* libutil/ctx.c: Added portable cast to prevent warnings on 64-bit
	  archs.

2002-12-29  Siggy Brentrup  <bsb@winnegan.de>

	* libutil/olist.c: Added portable cast to prevent warnings on 64-bit archs.

	* libbase/hmap.c: Added portable cast to prevent warnings on 64-bit archs.

	* libbase/ptm_pp.c: Added portable cast to prevent warnings on 64-bit archs.

	* libbase/otab.c: Added portable cast to prevent warnings on
	  64-bit archs.

	* libbase/hset.c: Added portable cast to prevent warnings on
	  64-bit archs.

	* libbase/cfg_abs.c: Added portable cast to prevent warnings on
	  64-bit archs.

	* libbase/ctx_app.c: Added portable cast to prevent warning on
	  64-bit archs; while we are here, translate error message to
	  english.

	* ChangeLog: started standard changelog.